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

Objects does not have version control

Former Member
0 Likes
743

Hi,

I know that SAP Script does not have version control by which we can switch to previous version.

Is there any other development object which does not have version control?

Thanks.

5 REPLIES 5
Read only

ThomasZloch
Active Contributor
0 Likes
677

Transactions, for example. Why?

Thomas

P.S. theoretical, exam-type question -> question status removed

Read only

0 Likes
677

Last week we had an issue, when we changed a existing SAP script.

We could not fix that issue and we reverted back the change manually. It would be better if we had version control in SAP script.

So just a curiosity to know what are all the development objects which does not have version control. In future we will have a backup plan for such object's change

Read only

0 Likes
677

I see. Next time please highlight the background in your initial question, so it does not sound like a pure interview question.

More objects without version control are packages, messages, parameter IDs, ...

Hop through the object selection popup of SE80, display examples of the various object types and see if the menu provides a version management entry. If not, you're looking at an object without version control.


Thomas

Read only

0 Likes
677

Thanks very much thomas.

Read only

RaymondGiuseppi
Active Contributor
0 Likes
677

You could find the list of SAP object managed with version in table VERSOBJ (filter with initial value of VERSNO to filter duplicates) then call FM TRINT_OBJECT_TABLE to get the list of object in SAP, then compare the lists. (you could also look for a way to filter in the FM results the multiple Customizing objects)

Regards,

Raymond