But in the object oriented ABAP, the data and functions aretightly 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 p...
10. How does the SAP ABAP OData service support the update (Update) operation 11. Use HTTP PUT, PATCH and MERGE request to consume SAP ABAP OData service modification operation implementation and its differences 12. How does SAP ABAP OData service support $select to selectively read only part ...
Difference between ABAP/4 and ABAP/5 Former Member 2006 Dec 04 11:17 AM 0 Kudos 1,376 SAP Managed Tags: ABAP Development Hai all What is the difference between ABAP/4 and ABAP/5 Reply All forum topics Previous Topic Next Topic 4 REPLIES Former Member 2006 Dec 04 ...
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 UPDAT...
SAP NetWeaver Application Server for ABAP Hello Experts, I would like to know the detail difference between ABAP with Netweaver 7.40 and ABAP with Netweaver 7.02. Regards, Manu Know the answer? Help others by sharing your knowledge. Answer Need more details? Request clarification before answer...
SAP uses ABAP to implement its own applications on the NetWeaver ABAP platform, and SAP customers use ABAP to modify the functionality of SAP applications or build their own on the NetWeaver ABAP platform. ABAP is the oldest and, likely, the most widely used of SAP's four major application ...
SAP Managed Tags: ABAP Development Hi All, Can anyone tell me what is the difference between two versions from abap point of view. Thanks, VibhaReply 1 ACCEPTED SOLUTION Former Member 2007 Jun 12 6:57 AM 0 Kudos 301 SAP Managed Tags: ABAP Development Hi Vibha, ECC->enterprise...
SAP Managed Tags: ABAP Development hi to all, iam shabeer ahmed iam learning abap i would like to know about the specific things in abap if u have such questions plz end me. q) what is the difference between abap memory and sap memory plz tell bye. Reply All forum topics Previous...
SAP Managed Tags: ABAP Connectivity, ABAP Development I guess you know the technical differences between them (what is standard, what is sorted, what is hashed), by reading the official ABAP documentation. The rest is just a matter of cost. It costs performance to update a table if it ha...
Both are same both few things which needs to be changed between the two userexit USEREXIT_SAVE_DOCUMENT_PREPARE . : If you want to make the validation you use this userexti and this is the last time to do the changes. USEREXIT_SAVE_DOCUMENT : If you want ot modify the code then you...