what is need of function group for function modules whereas
there is no need of f.group for subroutines?
Answer Posted / jaswant sahjlan
The function group used to hold multiple function modules. The most powerful advantages of function group is to share the abap elements of function module with each other that is not possible in subroutines. For example you can use the screen define in function module module1 into module 2 if both the modules have same function group.
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the difference between function group and function module?
what is user specific parameter?
Where can you find error log for call transaction? : abap bdc
A subroutine can contain nested form and endform blocks. State true or false. : abap modularization
What are the personnel administration related infotypes? : abap hr
What is amdp (abap managed data procedures)?
What are the restrictions on subscreens?
Cds views
How do you activate a function exit?
Difference between sy-tabix and sy-index?
How will you link form with the event driven in sap scripts?
wat are the process that can be executed & tracked in a workflow?
Can a filed occur in several field groups?
What is the difference between refresh and free statements?
On ABAP, Did you set up a workflow? Are you familiar with all steps for setting up a workflow?