Application Development 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: 

PBO and PAI to be called for the same screen multiple number of times.

Former Member
0 Kudos

I have a specific requirement.

In a screen (dialog prog) for a particular filed(field1) the PBO will be called first and then after input that field would be disabled and corresponding PAI should be called.

Now for the next text box(field2) the PBO module attached to it would be called and then after input PAI for that screen element would be called. Now when field2 will be populated the state of field1 will remain unchanged.

Please note that the value for field2 will be selected based upon the value selected for field1.

There are altogether 5 text boxes in the screen. After populating all the 5 text boxes, the PAI will be called again based upon the 5 fields to call the ALV grid display.

Please give me some idea, how to proceed with the coding.

Thanks in advance.

1 REPLY 1

former_member210123
Active Participant
0 Kudos

Use chain and endchain.