Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

see here

Former Member
0 Likes
515

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.

1 ACCEPTED SOLUTION
Read only

varma_narayana
Active Contributor
0 Likes
481

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>

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.

2 REPLIES 2
Read only

seshatalpasai_madala
Product and Topic Expert
Product and Topic Expert
0 Likes
481

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

Read only

varma_narayana
Active Contributor
0 Likes
482

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>