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: 

set Pf status

MVenkatesh
Discoverer
0 Kudos

I created a custom program and I copied a pf status to my program in one server. I want to move the program to another server, how does the PF-status remains in my code when it moved. Does it remain the same or do I have to copy the same in that server also.

if so , is there any alternative process for it?

4 REPLIES 4

moshenaveh
Community Manager
Community Manager
0 Kudos
Welcome and thanks for visiting SAP Community to get answers to your questions. While you're waiting for help, check out our tutorial to get started in SAP Community: https://developers.sap.com/tutorials/community-qa.html, as it provides tips for preparing questions that draw responses from our members.
For example, you can:
- outline what steps you took to find answers (and why they weren't helpful)
- share screenshots of what you've seen/done
- make sure you've applied the appropriate tags
The more details you provide, the more likely it is that members will be able to help you. Should you wish, you can revise your question by selecting Actions, then Edit.
By adding a picture to your profile you encourage readers to respond to your question. Learn more about your profile here: https://developers.sap.com/tutorials/community-profile.html

vijay_hariharan
Contributor

I guess it would depend on what 'Copy' means here.. If it is through a Transport request transfer then it should also be available in the new server.. but if it is an actual CTRL+C, CTRL+V from say SE38 then you'll have to create it manually as well.. Below thread may probably be useful in case you want to lock the Menu Painter separately in a Transport:
https://answers.sap.com/questions/5189006/transport-gui-screen-se51-gui-status-se41-and-titl.html

Best Regards,
Vijay

Sandra_Rossi
Active Contributor
0 Kudos

So, how do you "copy" or "move" your program?

Jeansy
Active Contributor
0 Kudos

Hi Venkatesh,

easiest way would be from my point of view to include all the relevant objects related to the report into a "Transport of Copies" (via SE01). This allows you to move also the GUI-status into another system.

GUI-status is not an object that can be easily copied via just Copy+Paste of the whole object, this has to be created manually in the target system.

Kind regards
Jens