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 are the Various Types of internal tables?
What are the differences between primary and secondary indexes?
Define abap/4 layer?
Can anyone done BDC/LSMW/BAPI for F-02 and F-04.If yes let me know the processs
function modules are also external subroutines. State true or false. : abap modularization
Is there any BAPI to retrieve list of customers and their sales areas i.e., Cust No, Distr Channel and Division for all the customers.
What is the t-code for transaction recorder? : abap bdc
Can a filed occur in several field groups?
What is screen flow logic? What are the sections in it?
What are the uses of secondary indexes?
What is view proxy in abap?
What are the events in screen programming?
Type casting and error handling
what is the process of creating quotation using BAPIs.
why to create a custom BAPI if the BAPI already exists? y to find BAPI again? frankly even i dint undstnd tne question properly. if any one come across this q please do anser me.