Application Development 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: 

BDC table control for BOM

Former Member
0 Kudos

Hi Experts,

i coded BDC for CS01.But it is not working,

Whenever the table control reaches the 19th line item it is not working.

But waned to fil more than 19 line items,

How can it possible, can u suggest me this. whether it is possible or not? If it is possible how?

Thanks in Advance,

Pavan

1 ACCEPTED SOLUTION

Former Member
0 Kudos

hi use p+ in the okcode. It will definitely work after the 19th line item.

Regards,

Vishwa.

4 REPLIES 4

Former Member
0 Kudos

hi use p+ in the okcode. It will definitely work after the 19th line item.

Regards,

Vishwa.

0 Kudos

Hi Vishwa,

ThanQ for nice respondce,

I used below code

IF g_counter = 19.

PERFORM bdc_field USING 'BDC_OKCODE' '=P+'.

Even though, it is not working.

Can send all the code..

Regards

Pavan

0 Kudos

Hi ,

In the transaction there is a button with the name 'New Entries'. Once you are done with the first record , please try using this to add the other records.

Regards

Arun

Former Member
0 Kudos

hi,

have u intialised the counter variable to zero,

because it there is some limited no of llines in that screen say for eg : it is 19

so when the record counts exceeds 19

the value of counter should be resetted to zero

try using this logic

it will work for sure

with regards

s.janagar