‎2012 Nov 19 5:24 PM
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.
‎2012 Nov 19 10:01 PM
Transactions, for example. Why?
Thomas
P.S. theoretical, exam-type question -> question status removed
‎2012 Nov 20 9:46 AM
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
‎2012 Nov 20 10:06 AM
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
‎2012 Nov 20 10:25 AM
‎2012 Nov 20 10:57 AM
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