Modularization in ABAP
Modularization is breaking down a big program into smaller units, so that it is easy to maintain.
Modularization is breaking down a big program into smaller units, so that it is easy to maintain.
SAP Message Class is a like container which holds messages. Messages maintained in the message class are available to all programs.
Messages are used to inform the user about the runtime state of the program.
SUM is the control break processing statement used to calculate totals and subtotals.
Control break processing is used to execute a piece of code whenever a specific condition in the data is detected during the processing of internal […]
DESCRIBE TABLE is the statement to get the attributes like number of lines, line width of each row etc. of the internal table. DESCRIBE TABLE […]
DELETE is the statement to delete one or more lines from an ABAP Internal Table. Use the INDEX addition to delete a single line. If […]
MODIFY is the statement to change single or multiple lines in an internal table. Use the INDEX addition to change a single line. If we […]
We can insert one or more lines to ABAP internal tables using the INSERT statement. To insert a single line, first place the values we […]
What is the tcode for SAPScript forms? SE71 is the tcode for SAPScript forms.
Copyright © 2024 | WordPress Theme by MH Themes