What is the difference between macro and subroutine?
Answer Posted / suman
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 ? | 241 Yes | 20 No |
Post New Answer View All Answers
What is the difference between refresh and free statements?
What happens if only one of the commands set screen and leave screen is used without using the other?
What data is contained in data dictionary? : abap data dictionary
How move-corresponding works
How will you define posting procedures?
How would you set the formatting options statically and dynamically within a report?
What are the uses of secondary indexes?
Explain the function module in bdc?
What are the two different ways of building a match code object?
Business scenarios related to your objects( In my case -Rulebook and Pricing work flow)
What is meant by hide area?
What is the difference between synchronous and asynchronous updates?
Hi, I have a requirement for locking the fax field in user master records. As you know user can edit the details using the System>profile>own data (SU3), it is causing some security threat to our model. What i want is users should not be able to change the fax field under communications when they get into su3.I have heard of user Exist functionality but don't know how to implement it. Can you suggest something, it will be greatly appreciated.
SAP query how to use end users?
What is the difference between synchronous and asynchronous update? : abap bdc