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

TMG

Former Member
0 Likes
1,063

Hi friends,

Why do we give Function group name while creating table maintenance generator?

Thanks in advance.

1 ACCEPTED SOLUTION
Read only

prasanth_kasturi
Active Contributor
0 Likes
829

table maintenance generator is a function module.

all fms are stored in a function group.

so we give the name

for more clarification goto se37

goto---->function group,

click display group.

go to main prog

in the include uxx you can see your table/view

REWARD IF HELPFUl

regards

prasanth

3 REPLIES 3
Read only

prasanth_kasturi
Active Contributor
0 Likes
830

table maintenance generator is a function module.

all fms are stored in a function group.

so we give the name

for more clarification goto se37

goto---->function group,

click display group.

go to main prog

in the include uxx you can see your table/view

REWARD IF HELPFUl

regards

prasanth

Read only

Former Member
0 Likes
829

Hi,

It acts as a holder that holds the maintenance dialog components.

i.e the screen numbers,the tables that you define for the table maintenanace geneartor you can view it by opening the function group in SE80.

Check this

https://forums.sdn.sap.com/click.jspa?searchID=11565945&messageID=5088592

Regards

Kiran Sure

Read only

Former Member
0 Likes
829

Hi,

two methods : TABLEFRAME and TABLEPROC are needed to perform while maintaining a table. when the generating maintainence for a table a function group has to be created..........

You can goto to se80 give the function group name and see

any details You want.

Reward points if helpful..........