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
hi to all abap interview guys please notify this .. first if u have any doubts please go through google search or else please do debugging with some sample programs . but don't post even silly questions too. thanking you.
What is the differences between structure and table in data dictionary in abap?
What is the difference between tables and structures?
What are two methods of modifying sap standard tables? : abap data dictionary
Of the two call transaction and session method, which is faster?
What are the screen painter and menu painter?
How to call a subroutine in sapscript?
how to update the filed value in SAP in ZAWSYS and create time and date? please tell me the answer
What are the different types of abap reports in sap?
Why cant we use Normal function module for data transfer?
hi..i hav developed an interactive report in which alv list display in basic list and 1st secondary list in alv grid display.I want to get summation(total) of the columns in the secondary list.I hav used 'do_sum' but i couldnt get.is there any other way to get summation(total) in secondary list which is an alv grid display
If yes then why do we require logical database
What are the functional areas? User groups?
Do we create table fields with out data elements and domains?
Mention the various databases integrities?