‎2008 Aug 13 7:54 AM
i have to create table maintenance generator for one table,
so for this i have clicked utilities->table maintenance generator inside the table in se11 transaction.
when i try to create table maintenance generator it is asking function group.why should we give function group there??
when i try to give the function group and save it , it is not asking for a new request ,but it saving as new task in another transport request of one function module.
why is it not creating new Request??
plz clear my doubt
thanks®ards
‎2008 Aug 13 8:01 AM
>
> i have to create table maintenance generator for one table,
> so for this i have clicked utilities->table maintenance generator inside the table in se11 transaction.
>
> when i try to create table maintenance generator it is asking function group.why should we give function group there??
>
Tablemaintenance generator will generate a Function pool program with the function group name you provided and screens for Maintianing the table.
> when i try to give the function group and save it , it is not asking for a new request ,but it saving as new task in another transport request of one function module.
> why is it not creating new Request??
If you are giving the existing function group, then it will create a lot of problems while generating. so better create a new one dont give the existing function group..
‎2008 Aug 13 8:01 AM
>
> i have to create table maintenance generator for one table,
> so for this i have clicked utilities->table maintenance generator inside the table in se11 transaction.
>
> when i try to create table maintenance generator it is asking function group.why should we give function group there??
>
Tablemaintenance generator will generate a Function pool program with the function group name you provided and screens for Maintianing the table.
> when i try to give the function group and save it , it is not asking for a new request ,but it saving as new task in another transport request of one function module.
> why is it not creating new Request??
If you are giving the existing function group, then it will create a lot of problems while generating. so better create a new one dont give the existing function group..
‎2008 Aug 13 8:03 AM
Hi,
It is not asking for a new request because somebody is already having a open request in the Function group.
-Vikas Maurya
‎2008 Aug 13 8:09 AM
Table maintenance Generator Process.
In se11 - > Table - > Table main Gen - >
In Authorization group give &NC& (with out authorization).
If u have any authorization give that.
Then in SE80 Create Z function group and give that function group name in this screen.
Select 1 screen r 2 screen depends on your requirement.
click on find screen number.
click on create.
Now go to se93 - > Create - > Select Transaction with parameters - >
Give SM30 in transaction - > click on skip initial screen.
In Name of screen field give UPDATE value 'X' .
Save.
SAP system with create a dynamic function function modules and program under that function group
for your table.
If function group given by u is already using by other program then it will not ask for new request.
So try to create a new function group and provide that function group.
‎2023 Apr 28 7:15 AM
Why function group is used in tmg ?
fuction group means it is collection similar of function modules.
in tmg function group is used to system can be internally genertaed some fm's . these fm's are stored in function group ..so function group is used in tmg.