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

Table Maintenance Generator

Former Member
0 Likes
624

Dear expert,

I've been made a table maintenance generator and I do a testing on Dev machine and the result is OK. but when I transported to QA machine and I try to call the T-Code, there is a message error 'Function Group Incosistent' but this function group is use on another table maintenance generator and there is no problem. Can anyone explain to me?

Btw, my step when I create it are on the below :

1. Use SE11 and create table.

2. Use table maintenance generator on SE11 to create it.

Am I missed something?

Thanks.

Regard's,

-lia

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
603

I would always recommend having one function group for each table maintenance needed to avoid such problems. I personally use the name of the table as the name of the function group.

Regards,

Nick

6 REPLIES 6
Read only

seshatalpasai_madala
Product and Topic Expert
Product and Topic Expert
0 Likes
603

Hi,

Just (Remote)comapre the Function groups of Dev system and Quality system and see if both of them are on the same version.

Regards,

Sesh

Read only

Former Member
0 Likes
603

Activate the function group and transport it to QA.

Read only

Former Member
0 Likes
604

I would always recommend having one function group for each table maintenance needed to avoid such problems. I personally use the name of the table as the name of the function group.

Regards,

Nick

Read only

Former Member
0 Likes
603

Hi

Remove the function group for the latest table maint, then create a new maintenance generator.

This will work

regards

Shiva

Read only

Former Member
0 Likes
603
You have to create a table maintenance to enter values in SM30..

Steps to create TM..

GO TO SE11

Give the table name..

Press change..

In the menu..UTILITIES -> TABLE MAINTENANCE GENERATOR.

Give the function group name...Ex..Give the table name itself..

Give screen numbers...

Press create button..

Then the screens to maintain will automatically be generated..

Now go to SM30...

reward points if it is usefull ...

Girish

Read only

Former Member
0 Likes
603

Dear expert,

thank you for all of you anwers.... Now my problem has solved.

-lia