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
What is the length of function code at user-command?
What is abap work bench?
How to transfer data into line items using batch input session method? : abap bdc
What is output determination?
Mention some important events in abap programming.
What is the function of a domain? : abap data dictionary
What should be declared explicitly in the corresponding abap/4 statements to access internal tables without header lines & why? : abap modularization
What is abap dictionary or data dictionary? What is the transaction to access abap dictionary? : abap data dictionary
What will happen when we use single buffered selected?
What is the use of dequeue function module? : sap abap data dictionary
What are client dependant objects in abap/sap?
Is a logical database a requirement/must to write an abap/4 query?
Abstract class and interface, multiple inheritance, live example
What is the significance of the memory table ‘screen’?
Can we use write statements in screen fields?if not how is data transferred from field data to screen fields?