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

regarding BDC

Former Member
0 Likes
339

hi freinds..............

i m using batch input method.................giving me error when running in background....

No batch input data for SAPLKACB 0002 but all data is there in

that screen..............when i m presssing enter running successful..................

when i m running in foreground......transaction in not processing.............incorrect status.............

2 REPLIES 2
Read only

Former Member
0 Likes
319

That means 'Enter' command might be missing.

So just add OKCODE

'/00' and check

PERFORM bdc_field USING 'BDC_OKCODE'

'/00'.

Regards

vasu

Read only

Former Member
0 Likes
319

thanks for reply..but i hv already added enter code still not working.........