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: 

Re:Regarding backup and transport

Former Member
0 Kudos

Hi,

I have done dialog programming, many screens are there, many GUI's, for me a big problem in transporting and back up, is there any simple way that i can transport and how i need to take backup for all the screens so that at one shot i can revert it back in production the old one if anything goes wrong

3 REPLIES 3

Former Member
0 Kudos

Hi,

You could copy the whole object into z name space and keep it. Then make changes to the old one. If nothin works, you could delete those screens and then copy back from z name space back up.

Its a dirty way of doin back up.

Thanks..

Preetham S

former_member196280
Active Contributor
0 Kudos

Only way you can take back up to your Dialog programming is to copy the entire program with all screens into other program

Always it is good parctice to place a comment what all changes you have done,. You can uncomment the old code and comment the new code if you still want the old code...

By the way, why? do you want to test in production... do all your testing in Dev or QA.

Regards,

SaiRam

kiran_k8
Active Contributor
0 Kudos

Sravanthi,

1.copy a program only through SE80 and the screens using SE51.

2.It is always a good practice to maintain only one transport request for all the related things of a particular object so that there won't be discrepancy while moving them to Quality and Production.

If any thing goes wrong and you want to undo the changes done by you then:-

1.As we know that SAP has provided a concept called version management.In case if anything goes wrong we can very well get back to previous version.

2.Open the program,click on utilities in the menu bar.click on version management.

There you will be able to see versions in the version database.click on the previou transport request and click on the retrive button.

K.Kiran.