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
Can a posting run be deleted? : sap abap hr
Can i have some Realtime Scenarios on Reports.
What is an abap?
What do you mean by transparent tables in sap abap? : abap data dictionary
What is difference between inner join and outer join?
Find the scenario and give the result: a, b, c are employees, where a, b will get basic, hra, da. C gets basic and da. How to group for the allowances? : sap abap hr
What happens Update command is used without where clause ?
Explain get pernr concept when we use logical data base? : abap hr
What is lock objects? : sap abap data dictionary
Why cant we use Normal function module for data transfer?
What are data classes? What are the various data classes available for selection? : abap data dictionary
Normally how many and what files get created when a transaction program is written? what is the XXXXXTOP program?
Can we use transfer dataset to transfer data in internal table ?
How are BAPI different from normal function modules?
Why do we use FOR ALL ENTRIES and what is the pre-requisite