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

4 table controls in single screen?

Former Member
0 Likes
559

Hi,

My requirement is creating the 4 table controls(Customer,Vendor, Sales order, Purchasing order details) in a sinle screen.

my prbloemis is in PBO and PAI there is a LOOP EndLOOP statement. For every table control write a single LOOP statement(like 4 Loop stetments) or one Loop statement is enough for 4 table controls.Plz give the explanation.

Thanks,

Srinu.G

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
532

Hi,

You have to write 4 different LOOP...ENDLOOP for your 4 different table controls. Please be careful while writing the order of LOOP...ENDLOOP for the 4 different table controls. Please check RIch's weblog on this.

[https://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/9771] [original link is broken] [original link is broken] [original link is broken];

Hi,

My requirement is creating the 4 table controls(Customer,Vendor, Sales order, Purchasing order details) in a sinle screen.

my prbloemis is in PBO and PAI there is a LOOP EndLOOP statement. For every table control write a single LOOP statement(like 4 Loop stetments) or one Loop statement is enough for 4 table controls.Plz give the explanation.

Thanks,

Srinu.G

3 REPLIES 3
Read only

Former Member
0 Likes
532

Hi,

srinivasarao g

The loop...endloop in PBO and PAI is called step loops.

ie.

These loop runs through the table control visible lines.

In loop...endloop you will mention 'with control table control'

So for each TC you have to run a seperate loop.

Same in PAI also.

The order of loop is very important , Some time Tc wont display the records if the order is not proper.

Read only

Former Member
0 Likes
533

Hi,

You have to write 4 different LOOP...ENDLOOP for your 4 different table controls. Please be careful while writing the order of LOOP...ENDLOOP for the 4 different table controls. Please check RIch's weblog on this.

[https://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/9771] [original link is broken] [original link is broken] [original link is broken];

Read only

0 Likes
532

Hi,

Thank you so much, I have to solved my problem.

Thanks

sri