How to create a SAP table?
Every table has a unique name and consists of rows and columns. The number of columns in a table is fixed but can have any […]
Every table has a unique name and consists of rows and columns. The number of columns in a table is fixed but can have any […]
To create a data element go to t-code SE11.
To create a domain go to t-code SE11.
While creating a table in data dictionary each table field is assigned to a data element. Each data element is in turn assigned to a […]
SQL can be divided into following 2 parts. DML – Data Manipulation Language DDL – Data Definition Language
CONCATENATE – Combines 2 or more strings into one string.
DO – ENDDO – Unconditional Loop DO can be used to execute a certain lines of codes specific number of times.
To control the flow of the ABAP program use the following statements.
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 […]
Copyright © 2024 | WordPress Theme by MH Themes