Answer Posted / sudhakar1207
MACRO IS NOT REUSABLE, WHERE AS SUBROUTINE CAN BE REUSABLE.
MACRO DEFINITION WILL REPLACE THE MACRO CALL AT COMPILE TIME, WHERE AS SUBROUTINE CALL WILL TRANSFER THE CONTROL TO THE SUBROUTINE DEFINITION AND EXECUTE IT AND RETURN BACK TO CALLING PROGRAM.
DEBUGGING IS NOT POSSIBLE IN CASE OF MACRO.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How many detail lists can be created in interactive reporting?
Is it possible to bring select option in module pool screens?
What are roles and authorization objects?
Explain the differences between se01, se09 and se10?
What are two different ways to add fields to sap tables?
What are the screen painter and menu painter?
If I want to execute a program only in background not in foreground is there any option for this? : abap bdc
Did you use buffering?
What is sap locking?
What are the types of records that are transferred to sap r/3 and used by interfaces? : abap bdc
What are the two ways for restricting the value range for a domain ?
What are the basic objects of the data dictionary? : abap data dictionary
How can we access the correction and transport system? : abap data dictionary
Different types of luws. What are they?
Value table VS check Table.