why we have to define function group?

Answer Posted / chandu

All of the function modules in a function group can access the global data of the group. For this reason, you should place all function modules that use the same data in a single function group. For example, if you have a set of function modules that all use the same internal table, you could place them in a function group containing the table definition in its global data.

Is This Answer Correct ?    16 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do you find out who has transported a transport request?

611


Where the payroll results are stored

1902


What happens if we use leave to list-processing without using suppress-dialog?

693


What is the use of program rsbdcsub? : abap bdc

644


What is view? Different types of view. Explain?

583






What are local objects? : abap data dictionary

598


What is an internal table?

722


How do you execute the payroll

2099


What are the uses of secondary indexes?

545


Which objects are independent transport objects? : abap data dictionary

570


What is the difference between function group and function module?

517


Explain how do you get output from idoc?

611


I am trying to automate a manual processing of iDOCs in BD87. I used the following code to pass idoc-id to global variable 'DCN' and then skip the first screen of BD87 to go to processing directly. After running this code SET PARAMETER ID 'DCN' FIELD itabhdr-idoc_id. CALL TRANSACTION 'BD87' AND SKIP FIRST SCREEN. it takes me to the first screen because it cannot recognize my idoc-id. How I can pass idoc-id to global? I have used the above code to goto VA02 with VBELN and it worked perfectly.

1758


What is the significance of technical settings (specified while creating a table in the data dictionary) ?

580


Difference between Insert, Update and Modify?

680