What is Macro

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


Please Help Members By Posting Answers For Below Questions

What are the different window types in sapscript?

569


Explain buffering concept usage?

587


What are the events in screen programming?

610


when are objects are passed from task to the change request?

1653


Can a constructor be redefined?

910






WHY CLUSTER TABLE CALLED AS CLUSTER TABLE.

1630


What is logo in sap script?

560


What is the diffreence between bdc_close_group and bdc_close_dataset? : abap bdc

600


Explain what are the events used in interactive reports?

487


hi I am in training of functional module, i am unable to understand what exactly use of IDOC,BAPI,DIM and BIM. As LSMW and BDC methods are used for data conversion from legacy to sap. Might be it is silly question. please explain me

1765


What is static attribute

1072


If A is the super class of B. And both the classes have constructor. We create an object of class B. Then which constructor will be called? If both then in which order?

920


What are the classifications of the sap abap data classes?

602


Does the call transaction method allow multiple transactions to be processed by sap?

553


Explain what is sequence of event triggered in report?

550