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
hi,how to diable the popup window which is displayed afetr executing the SAP script program?
Explain what are standard layouts sets in the sap script?
Hi,have Good Command in SAP ABAP, ABAP WEBDYNPRO now i want to learn sap IS utilities.. can u plz suggest me is it useful r not? If not can i learn BI? Is ABAP with BI have gud future?
what is the transaction transaction for setting parameters rdisp/buffermode
What is view? Different types of view. Explain?
What happens Update command is used without where clause ?
what are the important fields while preparing sales order,inquiry?
Explain what are extracts?
What are the techniques involved in using sap supplied programs?
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 is narrow casting and wide casting?
When, how and how would you control changes to standard SAP objects.
How do you set up background jobs in sap?
What happens if we use leave to list-processing without using suppress-dialog?
How to handle errors in call transaction bdc method without using bdcmsgcoll internal table? : abap bdc