‎2007 Aug 14 6:27 PM
hi,
if in a screen like me31l, item no.s are 10 20 ...90 and when i add item values (upload), it is getting added only for 9 values. if i add 15 records its not getting scrolled in the next next lines automatically. is there any <b>function code</b> for the <b>scroll bar </b>in bdc.
can anyone tell how to solve this problem.
‎2007 Aug 14 6:32 PM
Hi,
When you scroll down it will load the same page with the values changed. i think you need to get familiar with table control in BDC. Refer below link. You need to use BDC code '=P+' in such case.
http://www.sap-img.com/abap/bdc-example-using-table-control-in-bdc.htm
Regards,
Atish
‎2007 Aug 14 6:32 PM
Hi,
When you scroll down it will load the same page with the values changed. i think you need to get familiar with table control in BDC. Refer below link. You need to use BDC code '=P+' in such case.
http://www.sap-img.com/abap/bdc-example-using-table-control-in-bdc.htm
Regards,
Atish
‎2007 Aug 14 6:54 PM
thanks for answering.
but i used table control only.ie., looping the items and doing concatenation method.in this only i cant able to upload for more than 9 values.( ie., when u have not scrolled it shows 9 values at a time i can upload only this much values though my legacy data is more than 9 values).
‎2007 Aug 14 6:43 PM
In the screen after entering 09 item values, call
1. Screen Name (SAY SAPM3401)
2. OK CODE = /00
3. Place the cusor on the first item row(BSID_BELNR(01) ).
Use case.....endcase for more items.