2007 Aug 23 5:25 AM
Which of these sentences most accurately describes the GET VBAK LATE event?
1 . This event is processed before the second time the GET VBAK event is processed.
2 . This event is processed after all occurrences of the GET VBAK event are completed.
3. This event will only be processed after the user has selected a basic list row.
4. This event is only processed if no records are selected from table VBAK.
2007 Aug 23 5:34 AM
Hi..Suresh..
This is the Correct answer.
1 . This event is processed before the second time the GET VBAK event is processed.
<b>Reward if Helpful</b>
2007 Aug 23 5:29 AM
HI,
Its
2 . This event is processed after all occurrences of the GET VBAK event are completed.
See SAP Documentation for GET NODE LATE..
<b>GET node LATE [FIELDS f1 f2 ...].</b>
This statement defines an event block whose result is triggered by the ABAP runtime environment after submitting an executable program, when the logical database has read in all records of node node. For node and FIELDS, the same applies as for the previous variant. Use this event block for final processing actions concerning the hierarchy level of the node.
Regards,
Sesh
2007 Aug 23 5:34 AM
Hi..Suresh..
This is the Correct answer.
1 . This event is processed before the second time the GET VBAK event is processed.
<b>Reward if Helpful</b>