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 Programming error

Former Member
0 Likes
459

I have developed a BDC for updating

standard price using MR21.

MR21 screen displays only 18 rows.

So If the program reaches the 19th item,

displays the error:

'Cursor field CKI_...(19) does not exist in the screen'.

But i have included the BDC_OK_CODE '=ENTR' before

going to next item.

Regards,

viren.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
421

Hi Rana ,

BDC_OK_CODE = 'P+'.

Regards

Prabhu

3 REPLIES 3
Read only

Former Member
0 Likes
422

Hi Rana ,

BDC_OK_CODE = 'P+'.

Regards

Prabhu

Read only

Former Member
0 Likes
421

use pagedown after 18.

ok code for that is <b>=P+</b>

for more detail paste ur code may be people help u ....

Read only

Former Member
0 Likes
421

Hi buddy

Just use the page down option (usually p+) when lines exceed the maximum number available, remember the line count starts from one (1) again after page down

Regards

Sudhir