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 table control for BOM

Former Member
0 Likes
630

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
Read only

Former Member
0 Likes
598

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

Regards,

Vishwa.

4 REPLIES 4
Read only

Former Member
0 Likes
599

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

Regards,

Vishwa.

Read only

0 Likes
598

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

Read only

0 Likes
598

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

Read only

Former Member
0 Likes
598

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