Application Development and Automation 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: 
Read only

Retrieve Old request (Version) of a SAP-Script

Former Member
0 Likes
568

Hi Experts,

Is there any way of retriving the old request of a SAP-script

within the Devlopment server.

With Rgds,

S.Barani

2 REPLIES 2
Read only

Former Member
0 Likes
486

Hi,

There's no version management in SAPscript so you can't retrieve them in the same way you can an ABAP. If your earlier version was transported out of your dev system you can apply that transport back into dev to overwrite the current version with the version in the old transport.

Regards,

Nick

P.S. Please don't log the same question twice

Read only

Former Member
0 Likes
486

Yes reverting back the source code from the quality/production is the only way