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 is a currency factoring technique?
What is the table buffer?
How do you display a data in a detail list?
What are the types of indexes in abap?
What are the function modules that are generated when you activate a lockobject? : sap abap data dictionary
How is the command suppress-dialog useful?
Difference between function group and function module?
What is the difference between the function module and a normal abap/4 subroutine? : abap modularization
What is the difference b/t Session method and call transaction method ??
HOW TO TRANSFER VENDOR MASTER DATA FROM LEGACY SYSTEM TO SAP SYSTEM THRU LSMW (IN LSMW, USING DIRECT INPUT PROGRAM:RFBIKR00)
I am trying to automate a manual processing of iDOCs in BD87. I used the following code to pass idoc-id to global variable 'DCN' and then skip the first screen of BD87 to go to processing directly. After running this code SET PARAMETER ID 'DCN' FIELD itabhdr-idoc_id. CALL TRANSACTION 'BD87' AND SKIP FIRST SCREEN. it takes me to the first screen because it cannot recognize my idoc-id. How I can pass idoc-id to global? I have used the above code to goto VA02 with VBELN and it worked perfectly.
How many tables are there in sap?
What kind of deliverables you have on a day to day basis?
What is the Process to transfer IDOC from Outbound System to Inbound system.
What is the difference between a substructure and an append structure? : abap data dictionary