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 / swarnali basu
1.Macros can only be used in the program the are defined in
and only after the definition.
2.Macros can take max 9 parameters.
3.Macros are expanded at compilation / generation.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What are aggregated objects
What are the data types of the external layer?
What are conversion & interface programs in sap?
Difference between sy-tabix and sy-index?
Suppose there is a secondary index on 4 non-key fields A,B,C & D. There are 3 select queries :- a) one on basis of A, B, C , D b) Second on basis of A, B, C c) Third on basis of D, C,B, A In which all situations , the above secondary index will be used?
What are authorization objects and what statement is used to perform an authorization check in an abap program?
What does an exec sql statement do in abap? What is the disadvantage of using it?
What is the diff between database view and maintenance view?
What is the difference between native sql & open sql? : abap data dictionary
What is a view? : abap data dictionary
What are two different ways to add fields to sap tables?
Explain the difference between a pool table and a transparent table and how they are stored at the database level?
what is the purpose of BAPI BAPI_CUSTMATINFO_GETLIST What is input and output of this BAPI.
How to write a code for multiple transactions? : abap bdc
What is singleton pattern in OOPS?