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 are types of select statements?
B -Credit Note report Selection Screen Ranges: Creation date Sales Org Sold to Party Selection condition: Document Category – VBTYP should be ‘O’ Table to be used: VBRK, VBRP,VBPA,ADRC List the CR order types or credit billing type by customer number (or selected customer) and displays the: - Billing Document date (FKDAT) - Customer number (KUNRG) - Name of the reseller (on top of the SAP No) (NAME1) - Billing document number,(VBELN) - order reason (AUGRU_AUFT) - Amount (NETWR) - Currency (WAERK) Group Currency wise, billing type wise sum of Net value. When user double click on field ‘Billing Document #’ , display the document in VF03 Do this using OO ABAP.
when u prefer lsmw?
In se11 -->Tech. settings --> Data class. If I save table as Mater data OR Transaction data, what effect will it has for 'Storage' in Database after activation. or In Database how it will store in both the cases.
How do you find the tables to report from when the user just tell you the transaction he uses? And all the underlying data is from SAP structures?
could anyone tell me what r real time questions been asked in interviews?i am in urgent need..thanks in advance
What are the types of data types in the sap abap?
I have 3 transactions,where the output of one transaction is input of another and output of 2nd transaction is input of 3rd transaction.i have one flat file with all data for the 3 transaction.if the 3rd transaction failed can we rollback the remaining 2 transactions or not.Is this possible in BDC,How/
In which time constraint does the infotype records depend on the subtype ? : abap hr
What are the properties of selection screen?
What are the user groups?
Abstract class and interface, multiple inheritance, live example
What two statements would be used to exchange data between programs using abap memory?
Of the two call transaction and session method, which is faster?
Where do you use help views?