ABAP Tips by : Venkata A Raju Kankipati / Sam Hearn Fast Links: Use of Package Size What's purpose using Package Size in select statement Get help for your ABAP problems Do you have a ABAP Question?SAP Books SAP Certification, Functional, Basis Administration and ABAP Programming Reference ...
SAP Managed Tags: ABAP Development Data Clusters in ABAP Memory Passing Data Between Programs The second link contains the definitions of SAP Memory and ABAP Memory along with the key words used to work with both. Any use of the key words shown in the help topics (either link above) would...
13. Implementation of paging loading datasets for SAP ABAP OData service (Paging) 14. Introduction of performance evaluation and testing tools for several SAP ABAP OData services 15. Difference between EntityType and EntitySet in SAP ABAP OData service More articles are being written, so stay tuned...
SAP Managed Tags: ABAP Development, ABAP Testing and Analysis I am working on two SAP systems A and B. I've created a material and extended to a plant in system A and ALE'd to system B. Now, when i check the IDOC in WE02 in system B, i found there is an extra field(LGPRO...
SAP Managed Tags: ABAP Development mySAP is called SAP ECC (ECC = ERP Central Component) which is a replacement of SAP R/3 Enterprise Compared to SAP R/3 Enterprise In SAP ECC there are architectural changes with respect to Enterprise Services Architecture, enhanced usability and new developed...
1. In SAP you will always get integration with other modules.SD will interact with FI, MM will interact with SD:- 1a. Looking at MM and SD interaction first, take the scenario of a third party order process. This process uses a purchase order (which is sent to your vendor). Also inv...
Between this challenge and the presence of technical modules like Advanced Business Application Programming (ABAP) and Basis, S/4HANA might present a very steep learning curve for its adopters. Which is better: ECC or S/4HANA? To determine which is better between SAP ECC and S/4HANA, y...
SAP Basis - RFC Between SAP ECC & HANA - Suppose, you want to set up a trusted RFC towards target system BB1 on your source SAP system AA1. With the completion of the setup, you would be logged onto AA1 and your user would have enough authorization in BB
ABAP programs have access to two cross-program memory areas that can be used for passing data.SAP MemorySAP memory is a memory area to which all main sessions within a SAPgui have access. You can use SAP memory either to pass data from one program to another within a session, or to ...
Classes/Interface in OO ABAP along with attributes and functions have events. Event concept is important feature of OO ABAP in which the one object raises event; based on the requirement; client objects can subscribe to it. Biggest difference as per my knowledge - Collections(ArrayList, Vector,...