What is Macro
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / sravan
Macro is one of the subroutine that can't be reused in any
other programs. We need to write definition of macro at
starting of the program. We can pass the parameters to macro
using two ways.
We pass the values to macro using place holders. Maximum of
9 variables we can pass to a macro.
Is This Answer Correct ? | 4 Yes | 0 No |
What are the different types of sapscript symbols?
What are the techniques involved in using sap supplied programs?
Types of windows and Difference between them in Scripts
what client you are working?
What is the maximum No. Of structures that can be included in a table or structure. : abap data dictionary
What are the FM you used in Session method?
What are the other modules integrated with om? : sap abap hr
how to issue the tickets in support project?
1 Answers Bristle Cone, Cap Gemini, HCL, HP, Satyam, Wipro,
what is the difference between user-exit & BADIs ?
Importance of PA20, PA30 and PA40
Can we call a subroutine in a script? If so, how?
What are the function modules that are generated when you activate a lockobject? : sap abap data dictionary