Answer Posted / ramya
V1 update takes priority over V2 updates. V1 update can be
performed asynchronously, synchronously & locally whereas
v2 update can only perform asysnchronosly.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How can an internal table with header line and one without header line bedistinguished when passed to a subroutine?
How many structures can be created in a Ztable ?
Which function modules can be used to transfer the data using bdc programming? : abap bdc
What is the significance of technical settings (specified while creating a table in the data dictionary)? : abap data dictionary
What are the types of subroutines? : abap modularization
What are the differences between sap memory and abap memory?
What are the check tables?
Why grouping of fields is required? What is the max no of modification groups for each field?
How will you insert record in a sorted table
A subroutine can contain nested form and endform blocks. State true or false. : abap modularization
Can i Have Some Examples on Enhancements.
What is the t-code for transaction recorder? : abap bdc
Can we use flow logic control key words in abap/4 and vice-verse?
What is cts and what do you know about it? : abap hr
There is a situation where there is a field "MATERIAL DESCRIPTION" in say 20 display only transaction. You want that whenever user opens any of these transaction, this particular field is masked with ****. But table does not holds ****. It holds the actual value. What are different ways of doing it? Which is the best way.