Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Reg:Function group for table maintenance generator

Former Member
0 Likes
9,164

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&regards

1 ACCEPTED SOLUTION
Read only

Former Member
3,365

>

> 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..

4 REPLIES 4
Read only

Former Member
3,366

>

> 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..

Read only

Former Member
0 Likes
3,365

Hi,

It is not asking for a new request because somebody is already having a open request in the Function group.

-Vikas Maurya

Read only

Former Member
0 Likes
3,365

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.

Read only

0 Likes
3,365

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.