1) If we look at the procedural programs , we find that the data and functions are loosely coupled. For example. if we look at function group, it consists of multiple
Difference between ABAP with Netweaver 7.40 and ABAP with Netweaver 7.02 manukapur Active Participant on 2015 Apr 20 0 Kudos 213 SAP Managed Tags: ABAP Development, SAP NetWeaver Application Server for ABAP Hello Experts, I would like to know the detail difference between ABAP wit...
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 ...
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 ...
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 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 Hello In the following Wiki posting Understanding ABAP Objects I give an example of the difference between classical programming and ABAP-OO. The example shows the principal difference between the two approaches. However, it also demonstrates that it is quite...
The internal session has a memory area that contains the ABAP program and its associated data. So when ever you want to pass data between two internal sessions, then you can use ABAP Memory (i.e import, export). When comes to SAP memory (also known as global memory), if the data ...
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...