‎2007 Oct 22 8:46 AM
Hi Experts:
I want to make a local copy of development objects (I.E: Program, Screen, Function Group) in case any of them is destroied by others, could any1 tell me how to do that? Thanks in advance.
BTW, how to import them back to SAP system again?
Thanks, points will be rewarded.
Vincent
‎2007 Oct 22 8:51 AM
oh well thats not neccesary.
make your copies within the sap system. copy your reports, forms etc.
additionaly you got the version system, which pulls a new version for every transport request.
in most of the cases this is way enough.
‎2007 Oct 22 8:51 AM
oh well thats not neccesary.
make your copies within the sap system. copy your reports, forms etc.
additionaly you got the version system, which pulls a new version for every transport request.
in most of the cases this is way enough.
‎2007 Oct 22 9:00 AM
HI Vincent,
Good!
U could retrieve these by using versoins. in the menu bar... go to ..Utilities>versions> version management
If you want a copy of that.
in the ABAP Editor, you could fine the download/upload button in green colour,
Regards,
Sunil
‎2007 Oct 22 9:04 AM
Hi
If u have created a report using $tmp development class then the possible way is to ask your basis person to retrieve the data from tape..
If it is not a temporary object then it generates a version which u can check from
Abap Editor> Utilities> Versions--> Version management
Regards
Pavan
‎2008 Apr 22 8:26 AM
sorry, wrong topic
Edited by: Mylene Euridice Dorias on Apr 22, 2008 9:26 AM
‎2008 Apr 22 8:33 AM
To create this kind of "backups" of programs and function modules, you may use the ABAP statement READ REPORT..., read the source codes into an internal table and store these to your frontend...