Application Development 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: 

transporting problem gui_status to live system

Former Member
0 Kudos
136

Hi gurus,

I have a problem transporting gui status to live system.In development system area(se80),I see the gui_status folder but when I'm transporting the all program to live system,gui_status is missing.Can I get request only for this gui_status?I checked the codes between development area and live system,both of them same.And also in development system, the program works fine.but in live system I get in program and can not quit as you guess..Could it be for settings in live system or should I create a new gui_status in live system?

Thanks and regards,

ZCN.

Edited by: ozcandemirbilek on Mar 8, 2011 1:08 PM

1 ACCEPTED SOLUTION

nirajgadre
Active Contributor
0 Kudos
98

Hi,

It seems that gui_status is missing because it might gets locked into other transport object which is not moved to the live system yet or it is saved as local object.

Check the gui_status object entry or check in tablle E071. in which TR this object is locked. If it is not locked in any TR. create new transport for this and moved to next system.

3 REPLIES 3

prasoon_sahay
Participant
0 Kudos
98

Change the GUI Status in SE41 and transport again to Prod system

Edited by: Prasoon Sahay on Mar 8, 2011 5:55 PM

nirajgadre
Active Contributor
0 Kudos
99

Hi,

It seems that gui_status is missing because it might gets locked into other transport object which is not moved to the live system yet or it is saved as local object.

Check the gui_status object entry or check in tablle E071. in which TR this object is locked. If it is not locked in any TR. create new transport for this and moved to next system.

Former Member
0 Kudos
98

Thanks your answers Prasoon Sahay and Niraj Gadre.As you say Niraj it was locked in live systems. I checked e071 table and it doesn't seem propriate for transporting.

regards,

ZCN