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 step-by-step process to create a table in data dictionary? : abap data dictionary
How to load data from ms excel sheet to sap by using bdc method ? : abap bdc
What is sap luw or update transaction?
Does the bdc-insert function allow multiple transactions to be processed by sap? : abap bdc
What are the different types of the variable in the sap abap?
What is the function of the correction system?
What is meant by stacked list?
What is the use of 'table index'?
What are the steps to execute session method?
What are the disadvantages of logical databases?
Explain the disadvantages of different types of bdc's?
What is the difference between free and refresh?
Explain the different types of mode (run code) in call transaction method?
What two statements are required in an abap program to output an icon using a write statement?
What is the significance of technical settings (specified while creating a table in the data dictionary)? : abap data dictionary