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
What is direct input method ?
What are logical databases? What are the advantages of logical databases?
What is the procedure you followed to upload the data?
What is your current client number?
Did you use buffering?
Find the scenario and give the result: a, b, c are employees, where a, b will get basic, hra, da. C gets basic and da. How to group for the allowances? : sap abap hr
Define infotype ? : abap hr
Can a transparent table exist in data dictionary but not in the data base physically? : sap abap data dictionary
How can I make a differentiation between dependent and independent data? : abap hr
What is luw?
A field containing currency amounts (data type curr) must be assigned to a reference table and a reference field. Explain?
List some of the many different ways that the sap standard functionality can be changed by a customer?
How can we create callable modules of program code within one abap/4 program?
What is the differences between structure and table in data dictionary in abap?
What are the two ways of producing a list within a transaction?