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 for Sap Script

Former Member
0 Likes
863

Hi,

How can we know the version of Sap script like Reports?????

Edited by: subas Bose on Jun 26, 2008 4:52 PM

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
815

Hi,

Sorry, Version management is not there for SAP Scripts.

Below is What u can get is released versions in the script

Use Tcode SE03 ---> select SEARCH FOR OBJECTS IN REQUESTS/TASKS.

and execute in the object selection u have many selections like PROG,FUGR, CLASS etc.. in the blank space give FORM and press enter, enable the check box and give the form name and execute.

it displays all the released requests and tasks .

Thanks

Vikranth

2 REPLIES 2
Read only

Former Member
0 Likes
816

Hi,

Sorry, Version management is not there for SAP Scripts.

Below is What u can get is released versions in the script

Use Tcode SE03 ---> select SEARCH FOR OBJECTS IN REQUESTS/TASKS.

and execute in the object selection u have many selections like PROG,FUGR, CLASS etc.. in the blank space give FORM and press enter, enable the check box and give the form name and execute.

it displays all the released requests and tasks .

Thanks

Vikranth

Read only

vinod_vemuru2
Active Contributor
0 Likes
815

Hi Subas,

Unfortunately we can't do version comparision in scripts unlike we do it for other objects like reports DD objects. So be carefull when u make changes to existing scripts.

RSTXSCRP Use this report to download and upload the script.

eg: If u had done something wrong which can't be corrected or very difficult to correct then download the script from production system and upload the same in development system.

Hope it will be helpful.

Thanks,

Vinod.