cancel
Showing results for 
Search instead for 
Did you mean: 

SAP script version history

Former Member
0 Kudos

Hello form experts,

is there a possibility to get a version history of SAP script forms?

I have to know who changed when and what exactly in a form window.

Thanks for any help!

Christian

Accepted Solutions (0)

Answers (6)

Answers (6)

siongchao_ng
Contributor
0 Kudos

goto se03, in the form segment, type your sapscript form name to get the list of released transport request no. Get the version you need (transport request no)

Get your basis guys to re-import back the transport request.

you'll get your old sapscript form this way.

It works for me.

Former Member
0 Kudos

hi,

in order to know the version history.

you can go to the table e071 .

enter the object name as your script name.

and then you can view yuor details.

regards,

sakshi

Former Member
0 Kudos

Hi,

To display the versions of a form, choose Utilities -> Versions.

The version list includes the following information:

* Version and status:

* New

No active version, not available for use as yet.

* Active

The current form is the active version, in effect in the System.

* Revised

The current form is being changed. There are active and edit versions of the form.

* Translated

The current form must be translated.

* Current language key

* Original language of the form.

* Description of the form.

To display detailed information on a version of the form, put the cursor on the version and choose Form info.

Regards

Rajesh Kumar

Former Member
0 Kudos

Hello David,

in se71 open the form and then goto utilities-> Form info. there you will get the info who changed it last.

But getting the history is not possible.

Hope this will help you.

Best Regards,

Suvendu

Former Member
0 Kudos

Hi,

Try this out.

SE71->Utilities->Versions

You will get the form versions and details.

Click on any form and click on the Compare icon.

Enter the Versions to be compared to know the changes done.

Regards

Former Member
0 Kudos

I think this is not possible in script...because in programs we have version management...we can check...but in smart forms also we can revert back to orginal one...but in SAp Script we cannot revert back to active version.....if you want to see who created and last changed person means....just display the script and click administrative data...u can see the details...