‎2007 Aug 10 11:44 AM
HI Experts ,
I am trying to work with two table controls , one table is displayed in upper part of a screen and other in lower part of the same screen.
now if I change the sequence of looping means if I loop first on the lower table control and then on the upper one in the PBO of flow logic , it is not working on the other hand it works if I change the order of looping.
I just want to know the reason why it was not working in the former case.
Thanks,
sanket Sethi.
‎2007 Aug 10 11:58 AM
Hi...
When u place Multiple Table controls in a SCREEN the system will process the in the Same order as per their position in the Screen i.e from TOP-LEFT to BOTTOM-RIGHT.
Bcoz of this we must place the LOOP.. ENDLOOP on these Table controls in the same order.
<b>Reward if Helpful</b>
‎2007 Aug 10 11:58 AM
Hi...
When u place Multiple Table controls in a SCREEN the system will process the in the Same order as per their position in the Screen i.e from TOP-LEFT to BOTTOM-RIGHT.
Bcoz of this we must place the LOOP.. ENDLOOP on these Table controls in the same order.
<b>Reward if Helpful</b>
‎2007 Aug 10 12:06 PM
Hi,
It should work, it will not depends on the sequence of the LOOP,
when you loop through the internal table using the Controls, then it will take the values from the internal table to table control,
i think you are missing some thing in the code, i definetly say that the sequence will not affect the table control
Regards
Sudheer
‎2007 Aug 10 12:36 PM
thanks guys,
I am asking this question just because it is happening that on just changing the order of looping it make the table controls work.
If there is some other problem then it should still be there while the sequence of looping is not in the order of sequence of table controls in the screen.
‎2011 Jun 27 10:18 AM