2009 Jul 29 3:45 AM
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
2009 Jul 29 5:24 AM
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
2009 Jul 29 4:03 AM
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.
2009 Jul 29 5:24 AM
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];
2009 Jul 29 7:33 AM
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |