SAP
C_TAW12_71 · Question #138
Refer to the following code, How Mould you program a generic lock on all rows of a ble that have key values 'AA', '111' for the first 2 fields Call Function Enqueue_ESMYLOCK Exporting Field1 =…
The correct answer is D. Field 1 = 'AA', FIELD2 = '111', Field3 = Space. See the full explanation below for the reasoning.
Question
Refer to the following code, How Mould you program a generic lock on all rows of a ble that have key values 'AA', '111' for the first 2 fields Call Function Enqueue_ESMYLOCK Exporting Field1 = ... Field2 = ... Field3 = ...
Options
- AIt is not possible in this case
- BField1 = Generic, Field2 = Generic, Field3 = Space
- CField 1 = 'AA', FIELD2 = '111', Field3 = Initial
- DField 1 = 'AA', FIELD2 = '111', Field3 = Space
How the community answered
(38 responses)- A3% (1)
- B5% (2)
- C16% (6)
- D76% (29)
Community Discussion
No community discussion yet for this question.