‎2007 Aug 13 5:12 AM
hi gurus,
what is the ' P+ 'concept in handling table control in bdc.
whats the purpose of reinitializing the counter to handle the rows in table control.
with regards,
aru.
‎2007 Aug 13 10:49 AM
its the ok_code for scrolldown!
regards,
srinivas
<b>*reward for useful answers*</b>
‎2007 Aug 13 11:08 AM
Hi Aravind,
The table control in BDC will have a fixed no. of lines, say, 14.
So, we have to maintain a counter to fill the table values. eg, for row 1, all the fields will be FIELD1(01), FIELD2(01)
row 2: FIELD1(02), FIELD2(02), etc, etc.
After reaching 14, we have to scroll to a new page, and again the counter repeats (1-14), so we have to reinitialise counter.
Hope this helps.
Regards,
Arun Mohan
<b>* Reward if helpful</b>