‎2006 Nov 16 8:44 AM
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.
‎2006 Nov 16 8:47 AM
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
‎2006 Nov 16 8:47 AM
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
‎2006 Nov 16 8:48 AM
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
‎2006 Nov 16 8:50 AM
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
‎2006 Nov 16 9:01 AM
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.