what is version management in sap abap.Do we have this
concept in scripts also?if at all then how do you handle in
scripts and what's its usage
Answer Posted / manideep kumar
Version is used to differentiate the current active version
and previous active version. if our current active version
is wrong we can retrieve the previous version.
path to version management : Utilities -> versions -
>version management.
you can compare current verison and previous active version
also.
for Script released versions ...
goto Tcode SE03 ---> select SEARCH FOR OBJECTS IN
REQUESTS/TASKS
In object selection, we can see 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 .
Is This Answer Correct ? | 11 Yes | 3 No |
Post New Answer View All Answers
Describe the difference between macro and subroutine?
How to get that a secondary index is attached to a select query?
From Excel to ABAP - Is batch mode possible ?
What is protect & endprotect?
Why do we declare a method of a class final? What can be the purpose? Give a scenario.
Explain the difference between function group and function module?
Can you delete data element, which is being used by table fields. : abap data dictionary
Work most on which module: name a few tables?
In an abap/4 program how do you access data that exists on a presentation server vs on an application server?
Explain what is a foreign key relationship? Explain this with the help of an example.
What are the uses of interactive reporting?
What is img? : sap abap hr
Explain what is step-loop?
How do you set up background jobs in sap?
What are the aggregate objects in the dictionary? : abap data dictionary