what is the difference between function modules and
subroutines
Answer Posted / anand
function modules uses call by value technique and whereas subroutines uses both call by value and reference
| Is This Answer Correct ? | 6 Yes | 10 No |
Post New Answer View All Answers
Explain how to create any functions? How to go about it?
What is the difference between open_form and close_form?
What is difference between float and packed data type?
What is a view? : abap data dictionary
What are the value tables?
Explain the difference between domain and data element? What are aggregate object?
A field containing currency amounts (data type curr) must be assigned to a reference table and a reference field. Explain.? : abap data dictionary
What is the difference between get and get late?
What is “call mode”?
How will u handle the situation – In a report using function module to generate a IDOC, How will u handle the error IDOC in the same report ?
Explain about drill down report?
What are the types of indexes in abap?
What is use of transparent table in abap? How it is different from pool tables?
Where do you create indexes in abap?
Can you delete data element, which is being used by table fields?