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: 

Retrieve Old request (Version) of a SAP-Script

Former Member
0 Kudos

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

Former Member
0 Kudos

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

Former Member
0 Kudos

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