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
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
Answer / naveen
macros are nothing but place holders they maintain data at
runtime like field groups.
i know this much of information.
Is This Answer Correct ? | 0 Yes | 3 No |
What is the BAPI_CUSTMATINFO_GETDETAILM used for? what is the input and output of this bapi.
What is difference between float and packed data type?
I have 2 radio buttons with 2 fields each on selection screen.My requirement is like if click on 1st radio button the second radio button field should be disabled and and vice versa.How can i do that?
What is example class
how to fill the select options from an internal table dynamically ie can i use the loop in the initialization
What are the two different ways of building a match code object? : abap data dictionary
what are the various types of parameters and how are they distinguished from one another?
Can you assign a matchcode object to a parameter? If so how?
How you can handle errors in BDC.IN the log file what type of error mostly will be facing in real time
what is the z-transaction?? what's the use of it??
Can i have some Realtime Scenarios on Reports.
Suppose i have table with 2 columns say 1st with Numerics and 2nd with words like 1 for one and 2 for two......so.if i want to change the 9 numeric word as some twenty...how?