‎2007 Sep 17 5:52 AM
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
‎2007 Sep 17 5:58 AM
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
‎2007 Sep 17 5:58 AM
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