Rating 0 out of 5 (0 ratings in Udemy)
What you'll learn- SAP ABAP Preparation
- How to Find a BAPI for a Transaction Code
- How to Find a Changedocument in SAP
- How to check ABAP code
DescriptionAll ABAP programs reside inside the SAP database. They are not stored in separate external files like Java or C++ programs. In the database all ABAP code exists in two forms: source code, which can be viewed and edited with the ABAP Workbench tools; and generated code, a binary representation …
Rating 0 out of 5 (0 ratings in Udemy)
What you'll learn- SAP ABAP Preparation
- How to Find a BAPI for a Transaction Code
- How to Find a Changedocument in SAP
- How to check ABAP code
DescriptionAll ABAP programs reside inside the SAP database. They are not stored in separate external files like Java or C++ programs. In the database all ABAP code exists in two forms: source code, which can be viewed and edited with the ABAP Workbench tools; and generated code, a binary representation somewhat comparable with Java bytecode. ABAP programs execute under the control of the runtime system, which is part of the SAP kernel. The runtime system is responsible for processing ABAP statements, controlling the flow logic of screens and responding to events (such as a user clicking on a screen button); in this respect it can be seen as a Virtual Machine comparable with the Java VM. A key component of the ABAP runtime system is the Database Interface, which turns database-independent ABAP statements ("Open SQL") into statements understood by the underlying DBMS ("Native SQL"). The database interface handles all the communication with the relational database on behalf of ABAP programs; It also contains extra features such as buffering of tables and frequently accessed data in the local memory of the application server.
How to Find a BAPI for a Transaction Code
How to find Changedocument in SAP from a table?
This can be used in SAP S/4HANA also