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

BDC

Former Member
0 Likes
289

hi guru's

We are trying to build an BDC for va02 traction. The BDC work fine but in some case where the line items

are more than 8 records that doesn't get updated i.e. that the line items which are displayed on the screen that gets updated

but which are not doesn't . I want to know that is there are limitation in BDC for that.

thanks in advance

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
269

Hi Surendra,

In a bdc if you are handling a table control (which is your case), you have to be careful about the number of items.

Just count the number of rows in your screen(say n) and in the code after every n entries you have to do an okcode for pagedown.

Regards,

Ravi

1 REPLY 1
Read only

Former Member
0 Likes
270

Hi Surendra,

In a bdc if you are handling a table control (which is your case), you have to be careful about the number of items.

Just count the number of rows in your screen(say n) and in the code after every n entries you have to do an okcode for pagedown.

Regards,

Ravi