Why is that we have to add same code in PBO and PAI when we are using TABLE CONTROLS?

Showing Answers 1 - 2 of 2 Answers

Diwakar

  • Aug 13th, 2006
 

Because ,we have to pass the data between screen fields and abap fields .Thats why we use same code in PBO and PAI.

  Was this answer useful?  Yes

Guest

  • Mar 6th, 2007
 

There is only one work area for processing lines in the table control. For this reason you need a
LOOP

ENDLOOP
structure in both the PBO and PAI events for each table control.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions