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 maintanance

Former Member
0 Likes
509

hi

i creted z table and maintained the table with genarator.

it is working fine in development server.

wheni tried the same in QA it is showing error.

what will be the cause for it.

i tried all possile ways to handle this but unsuccessfully.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
488

this might be problem with ur Transport Requests , So re-import all the TP request in the same order , it should miss any Objects rel.to that table.

Regards

Prabhu

4 REPLIES 4
Read only

Former Member
0 Likes
489

this might be problem with ur Transport Requests , So re-import all the TP request in the same order , it should miss any Objects rel.to that table.

Regards

Prabhu

Read only

Former Member
0 Likes
488

Looks like the function modules generated for the table maintenance has not been transported to QA. Make sure that are also moved to QA.

Regards,

Ravi

Note - Please mark all the helpful answers

Read only

Former Member
0 Likes
488

Hi Nihi

The table maintainence is attached to a Function Group.

It is important that they are transported together.

Otherwise the Table maintainence will not be created correctly in the test system.

Check the order of the transports.

Regards

Meera

Read only

Former Member
0 Likes
488

Hi Nihi,

Do one thing in the QA system. Go to the transaction SE 51 & there enter the program name SAPL<Function Group Name assigned to Z TABLE> & the screen no which u have given while creating the table maintenance generator.

Check the program there; if it exists. If not then the table maintenance generator is not generated for your table in the QA system.If the program exists, then compare it with your DEV system & you will discover some discrepancies here.

So the solution would be to re-import the request from the dev system.Please note that the table maintainence is attached to a function Group which should be transported along with the table.Else the Table maintainence will not be created correctly in the test system.

Regards,

Chetan.

PS: Reward points if this is helpful.