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 / ranjith maguluri
please goto table e071 and fill with the following inputs
PGMID -R3TR
OBJ_NAME- your layout(program name)
OBJECT - FORM(for layouts; this will differ for diffrent
object type. if you need to know the appropriate obj type
go to se09-> double clik on Task-> check objects tab)
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is meant by authorization? Did you ever work on it? : sap abap hr
What is amdp (abap managed data procedures)?
If I forgot some command in sap script e.g.: Suppress zero display – how to do find it?
What takes most time in SAP script programming?
Does SAP has a GUI screen painter or not? If yes what operating systems is it available on? What is the other type of screen painter called?
can anyone do BDC or BAPI for F-02 and F-04 transactions.If it LSMW also.Kindly let me know.
When the get cursor command used in interactive lists?
How will you link form with the event driven in sap scripts?
What are the differences between table and structure in data dictionary?
Can a filed occur in several field groups? : abap modularization
If a table that is to be extended contains a long field, we cannot use append structures why? : abap data dictionary
What is client in the sap system? : sap abap hr
What is system-land-scape of your project?
Differentiate screen painter from menu painter.
We have got some values for Field F1 say 1,2,3,4 and F2 say 10,10,10,10.Now can you tell me what would be the output for F1 if we use At End Of event?and what would be the output for F2 if we use At Last event?Also i want to know what is the difference between Total calculation for At end event and grand total for At last event???