Answer Posted / the ajax
If you want to reuse the same set of statements more than
once in a program, you can include them in a macro. For
example, this can be useful for long calculations or
complex WRITE statements. You can only use a macro within
the program in which it is defined, and it can only be
called in lines of the program following its definition.
The following statement block defines a macro macro:
DEFINE makro.
statements
END-OF-DEFINITION.
You must specify complete statements between DEFINE and
END‑OF‑DEFINITION. These statements can contain up to nine
placeholders &1, &2,...., &9). You must define the macro
before the point in the program at which you want to use
it.
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
What is dynpro? what are its components ?
Can we access static attribute from instance method
What are the types of subroutines?
Did you use buffering?
What is collective search help? : sap abap data dictionary
What are the personnel administration related infotypes? : abap hr
What are client dependent objects in abap/sap?
What are different data types in abap/4?
What are the functional areas? User groups?
What is payroll driver ? : abap hr
What takes most time in SAP script programming?
What does the ‘suppress dialog’ do?
A subroutine can contain nested form and endform blocks. State true or false. : abap modularization
How will you read from internal table records in a given value range (without using loop)
What is the differences between structure and table in data dictionary in abap?