what is the importance of macros? is it that it is useful
only for addition or subtraction operation (arithmetic
operations) ? I need more information regards this? I am
waiting for the reply

Answer Posted / sirisha

MACROS -- it is just the abbreviation of the piece of code
(Set of few lines). When the same piece of code is repeated
multiple times in a program, they can be replaced with a MACRO.
Unlike sub-routines, during run time the control will not
call the routine, instead it will just replace the MACRO
with the piece of code.
MACROS can not be debugged.

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the events used for logical database?

606


Explain the difference between function group and function module?

573


how to use table control?if suppose i have 6 records and i want more 4 records in sequence.How to handle this scenario?

1580


What is your approach for writing a bdc program? : abap bdc

590


1.why dont use top of page. wat is the use? 2. wat is sub screen? 3. why u select the session method in bdc ? how many records wil be updated on that time? 4.why dont use start form in script? 5.wat is difference b/w dilldown and interactive report? 6. wat is pf status interactine report?

2356






What are the sequences of event block?

628


What is runtime analysis?

602


What is the difference between the function module and a normal abap/4 subroutine? : abap modularization

703


What is sapnet?

889


On which event we can validate the input fields in module programs?

598


What are the advantages and disadvantages of different types of bdc's?

547


What are the differences between structure and table in data dictionary in abap? : sap abap data dictionary

589


Can you delete a domain, which is being used by data elements? : abap data dictionary

819


What is an evaluation path? : sap abap hr

562


Differentiate between the uline and write: sy-uline statements if any?

734