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
Name the abap/4 modularization techniques? : abap modularization
Do we create table fields with out data elements and domains?
On which event we can validate the input fields in module programs?
How the transaction that are programmed by the user can be protected?
How to read files and process BDC's automatically ?
What is the sap abap?
i want to add 2 records to a table but the last field in the table is 1000 char long.Is it possible?if yes how?
How to transfer data into line items using batch input session method? : abap bdc
There is a delivery that is being created through the ABAP code and in the middle it says delivery created but someone is modifying , how would you rectify this issue
How do you find number of records present in internal table?
What is the function of the transport system and workbench organiser? : abap data dictionary
List some of the many different ways that the sap standard functionality can be changed by a customer?
Exception handling and how does it transfer from called method to calling method?
What are the types of subroutines? : abap data dictionary
State the differences between database view & projection view? : abap data dictionary