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
A field containing quantity amounts (data type quan) must be assigned to a referencetable and a reference field. Explain?
What is the difference between upload and ws_upload ? : abap bdc
How to eliminate duplicate entries in internal tables? : abap data dictionary
Can you create a table with fields not referring to data elements? : abap data dictionary
Define dispatcher?
What is the difference between skip and new-line?
how to Implement a BADI in which it restricts the access when purchase order is created against contract using definition ME_PURCHDOC_POSTED. please tell me the answers if any one knows. thanks in advance. :ravikiran
What do is landscape in sap project, I think its related to no. Of servers used, pls correct me if I am wrong, or what it is? : sap abap hr
How do you write a function module in sap?
What are the other modules integrated with om? : sap abap hr
there are 2 selection screens. material num in screen 200 and plant in screen 300. so how can you write in INITIALISATION event?
Difference between sy-tabix and sy-index? Where it is used?
What are the different modules of sap? : sap abap hr
What are the data types of internal tables?
Can matchcode object contain ids with different update types? : abap data dictionary