What is the difference between macro and subroutine?
Answer Posted / karthis4u
macro-use of a macro name in a mnemonic field of assembly language leads to its expansion.whereas a subroutine name in a call in instruction leads to its execution.
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
What is the function of the correction system? : abap data dictionary
How to create a link between modified form and modified print program?
what are the critical issues u face in ur project?
How the at-user command serves mainly in lists?
What is the difference between tables and structures?
Write syntax for message error (report)?
What are different abap/4 editors?
Is it possible to bring select option in module pool screens?
Why we are using Macros instead of Function Modules
How can you distinguish between different kinds of parameters?
Difference between sy-tabix and sy-index? Can you check sy-subrc after perform?
What is ps structure? : abap hr
What is difference between dependent and independent data?
data:zxyz type xyz. where xyz is a standard sap structure where it contains data type fields and line type (refer to other structure) fields. my question is how to assign values to field zxyz-str-matnr where str is a structure inside xyz structure.
Explain what is the difference between primary key and unique key?