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

about table maintenance generator

Former Member
0 Likes
789

hi,

1. why we have to give a function group name while creating table maintenance generator for a ztable.

2. while creating tmg we have to check one of the radio button under recording routine. wht does recording routine means?

1 ACCEPTED SOLUTION
Read only

JozsefSzikszai
Active Contributor
0 Likes
769

hi,

1. SAP will generate the program into the function group, you provide here. It will be the frame program of the whole generated stuff.

2. standard recording routine ==> when you do chnages, SAP will ask for transport request and you can transport the changes between the systems

no recording routine ==> no transport request, data is saved only

hope this helps

ec

hi,

1. why we have to give a function group name while creating table maintenance generator for a ztable.

2. while creating tmg we have to check one of the radio button under recording routine. wht does recording routine means?

5 REPLIES 5
Read only

JozsefSzikszai
Active Contributor
0 Likes
770

hi,

1. SAP will generate the program into the function group, you provide here. It will be the frame program of the whole generated stuff.

2. standard recording routine ==> when you do chnages, SAP will ask for transport request and you can transport the changes between the systems

no recording routine ==> no transport request, data is saved only

hope this helps

ec

Read only

Former Member
0 Likes
769

Using function group it creates a module pool prg for creating TMG,

Read only

Former Member
0 Likes
768

Hi,

Function Group - this will create a default main program where you can store the

events for the table maintainence.( where you can write the code for the table

maitainece)

standard recording - when the changes in the table maitainence automatically it will create request for the data to transport.

no recording - this will not create request(when you don't require the data in

Development server to transported to testing or Testing - to -Production.

atthat time you can select the radio button foe NO RECORDING.

Madhavi

Read only

Former Member
0 Likes
768

hi,

Function group will create a default main program where you can store the

events for the table maintainence.

on creation of function module it will generate a module pool where we can write the code .

Reward points if usefull.

Thanks & Regards,

Kalyan.

Read only

manubhutani
Active Contributor
0 Likes
768

Hi

For Eg if you want to put a condition that if this thing happens dont allow the user to enter this data in this very field

then when you double click on that function grp

it will take you to the function module where you can put your code..

Please reward points