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

re bdc

Former Member
0 Likes
309

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.

2 REPLIES 2
Read only

Former Member
0 Likes
290

its the ok_code for scrolldown!

regards,

srinivas

<b>*reward for useful answers*</b>

Read only

Former Member
0 Likes
290

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>