What is the difference between macro and subroutine?
Answer Posted / maya patil
1.macro doesn't have any return statement...but a subroutine
can have ..
2.execution time needed for a macro is much lesser than
subroutine
3.memory requirement for a macro is generally heigher..
4.subroutine can be classified as stated in Previous
answers..but no such classification is available with macro
although macro can have different types of nested form
5.generally no of instructions in macro are smaller than
subroutine
6.macro is always local to the program that defines it..
subroutine may or may not be local..
| Is This Answer Correct ? | 82 Yes | 12 No |
Post New Answer View All Answers
What is modularization and its benefits? : abap modularization
What is elementary search help? : sap abap data dictionary
How can we achieve MVC ?
Explain the different types of mode (run code) in call transaction method?
what are the problem we face during development( if we say v are in support(development)? what are the critical problems araises during LSMW updation and Smart form layout development for involce and po? very very important questions now a days commonly asking..plz plz reply me
I need the coding for BDC program to upload Purchase orders of known vendor (ME21) in Material Management
Why cant we use Normal function module for data transfer?
Explain how do you use structures in the abap programs?
State the system field for the current date?
Can we use transfer dataset to transfer data in internal table ?
In order to upload purchase order details, how you handle multiple values for a single field?
how to track records from data dictionary?
How do you execute the payroll
What are number ranges?
How to call transaction in session method without recording?