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

problem in adding line items in bdc

Former Member
0 Likes
691

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
526

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

3 REPLIES 3
Read only

Former Member
0 Likes
527

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

Read only

0 Likes
526

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).

Read only

Former Member
0 Likes
526

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.