User ‘A’ put the Exclusive Lock for one table and User ‘B’ want to put the Shared Lock for the same table. Is it Possible?
Answer Posted / prasad reddy
No it's not possible. Because Once Exclusive Lock is
activated for one table it's not allowed another lock like
Shared or Exclusive lock.
While in case of Shared Lock it is possible.
| Is This Answer Correct ? | 25 Yes | 1 No |
Post New Answer View All Answers
In sap script how to print bar code in vertical manner
when does a list get sent to the screen on the presentation layer?
SAP query how to use end users?
How to insert a line into abap internal tables?
How can you find the field/data underlying a transaction?
The loop-endloop on extract datasets can be used without any kind of errors. State true or false. : abap modularization
What does an exec sql statement do in abap? What is the disadvantage of using it?
What should be the approach for writing a bdc program? : abap bdc
Double click function on the lists, identifying the line selected by the user on the list?
Where do you use help views?
Explain what is sap script? What is the purpose of sap script? Difference between sap script and report?
I am trying to automate a manual processing of iDOCs in BD87. I used the following code to pass idoc-id to global variable 'DCN' and then skip the first screen of BD87 to go to processing directly. After running this code SET PARAMETER ID 'DCN' FIELD itabhdr-idoc_id. CALL TRANSACTION 'BD87' AND SKIP FIRST SCREEN. it takes me to the first screen because it cannot recognize my idoc-id. How I can pass idoc-id to global? I have used the above code to goto VA02 with VBELN and it worked perfectly.
What are logical databases?
Hi guy.. i have to face an interview in a couple of day.. so can you please give me some good and tough question on abap.
What is exception class and test class. How to use it?