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

Version Management on SAP Script Forms

Former Member
0 Likes
3,580

Hello,

Is there a version management for SAP Script forms

like what we have in ABAP programs?

I need to revert back the old version of my SAP scrip form like what I used to do in an ordinary ABAP program.

Is this possible?

Need your views on this.

Thank you very much,

Jeffrey A. Prado

6 REPLIES 6
Read only

Former Member
0 Likes
1,606

Hello Jeffrey,

as far as I know there are just two versions stored in the system, the active one and the one you work on. As long as you do not activate your work, you should be able to track your changes. The other way (which I use) is to save the original version with another name and simply load it back when needed. Since we are working with an old Release I do not how it looks in the "new world".

Greetings,

Sebastian

Read only

0 Likes
1,606

Hi,

we are on 47 ext 2 & the SAP Script Forms do not have Version Management.

Good lUck,

Suresh Datti

Read only

0 Likes
1,606

Hello Sebastian,

Thanks for the info. The problem is that there is a pending SAP script form which was done by one of our consultants almost 2 years ago which needs to be revert back into its original state. I know that it is possible to import a sapscript form version from production server to dev. The question is how will I do this?

Thanks again,

Jeffrey

Read only

0 Likes
1,606

Hi,

You can make use of the standard SAP program 'RSTXSCRP' to import script from Production server to your hard disk using the import option available in the selection screen, use the same program 'RSTXSCRP'to export the form to whichever server you want, hope this helps.

Rgds,

Read only

Former Member
0 Likes
1,606

hai

we have versions irrespective of the sap release.

u can even check out that in the menu bar.

regards

krishna

Read only

siongchao_ng
Contributor
0 Likes
1,606

You can get all the released transport request of your sapscript form in SE03.

Find the version (transport request no) you need and ask your basis guys to re-import back the transport request no.

This is the way to get your old sapscript form restored to development server.

It works for me.