SAP Managed Tags: ABAP Development Hi In one of my requirement, I need to check material is valid or not by using SY_DATUM . I have two fields in table START_DATE and END_DATE . I need to check sy-datum inside those two fields . First I wrote : - SELECT * FROM XYZ INTO ABC...
ABAP Query,: As far as I Believe, is the use of select statements in the ABAP Programming. This needs a knowledge of Open SQL commands like Select,UPdtae, Modify etc. This has to be done only by someone who has a little bit of ABAP experience. To sum up, SAP queries are readymade...
Jerry Wang, joined the SAP Chengdu Research Institute after graduating from the University of Electronic Science and Technology of China with a master's degree in computer science in 2007. Jerry is a SAP Community Mentor and a SAP China Technology Ambassador. In his 15-year career in SAP stand...
But in the object oriented ABAP, the data and functions are tightly coupled. This means at any time an object has it’s own set of data and functionalities bounded to it and with the help of visibility section we can hide the data from the outer world 2)when we look at the exception...
1. There is no concept of Friend Function in JAVA and but SAP ABAP OOPS provide friend Class Concept. 2. There is no static constructor in JAVA & in Java they provide the SIB (Static initialization Block) and SAP provide the Static Constructor. 3. There is no concept of IIB (Instance ...
Dear All, We have dual stack (ABAP+JAVA) ECC 6.0 EHP6 SYTEM on windows failover cluster, the current setup is EC App 1 GURNTV360.ABC.COM EC App 2 GURNTV361.ABC.COM EC
I believe that many friends have seen these three similar HTTP request types when using SAP ABAP Gateway Client to test OData services: PUT, MERGE and PATCH. What is the difference between these three types? PUT: Take the HTTP request (payload) as input, which will be passed to the UPDATE...
This can also occur in SAP Gateway Client when testing the connection of an OData service between systems An SSL/TLS based connection returns errors like SSSLERR_PEER_CERT_UNTRUSTED and ICM_SSL_PEER_CERT_UNTRUSTED in the dev_icm trace. ...
Favorite Download PDF ShareWas this page helpful? YesNoCopyright Disclaimer Privacy Statement Legal Disclosure Trademark Terms of Use Accessibility and Sustainability System Status Ask a question about the SAP Help Portal Find us on Share
When you create table parameter, you can select the associated child table via the input help. You can display common fields by selectingField references. Only field references are displayed that have the same names in the parent and child tables. ...