Basic Operations
Assigning values to ABAP variables Use ‘=’ or MOVE keyword to assign a value to a variable.
Assigning values to ABAP variables Use ‘=’ or MOVE keyword to assign a value to a variable.
ABAP system variables is accessible from all ABAP programs. These fields are filled by the runtime environment. The values in these fields indicate the state […]
ABAP Variables are instances of data types. Variables are created during program execution and destroyed after program execution.
Data Type describes the technical characteristics of a Variable of that type. Data type is just the blue print of a variable.
Let us write a “Hello SAP ABAP” program. Navigate to ABAP editor under Tools node in SAP easy access.
SAP Transaction code is a short cut key attached to a screen. Instead of using SAP easy access menu we can also navigate to a […]
First find the SAP icon on the desktop.
ABAP stands for Advanced Business Application Programming. It is a programming language developed by SAP.
Copyright © 2024 | WordPress Theme by MH Themes