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 are client dependant objects in abap/sap?
What is meant by stacked list?
I created a field and entered the field type, when I double clicked the field type to define the domain; it is asking for an ACCESS KEY, I am not changing any SAP defined tables, working on a user defined table.
i have executed a report via back ground job, in this report i have used enqueue and dequeue function modules on a table, but before releasing the lock(before dequeue function module is not call) job gives the dump, so the lock is not released the table, here my question is how to set the lock automatically release the there is a short dump before calling the dequeue module?
How many types of views are there? : abap data dictionary
In a loop of an internal table, what is the use of at first & at last statements?
What are user exits? What is involved in writing them? What precations are needed?
Can you show multiple alvs on a single screen?
Select query optimisation
What are datasets in abap?
What is the different type of projects? : sap abap hr
Explain how do you use structures in the abap programs?
Can we access static attribute from instance method
what is a text table ?
How do you connect to the remote server if you are working from the office for the client in remote place?