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 END SESSION

Former Member
0 Kudos

HI

Can anyone tell me why I am getting these errors from my BDC:

1. Pop up box to end session before the last screen is processed -

wrong OKCODE?

2. Invalid date processing on my last screen

Any help?? Or suggestions on where I can find good documentation on BDC

commands?

TIA

1 REPLY 1

Former Member
0 Kudos

Possible areas where you may want to check,

1) make sure the date is in correct format with (a) Transaction (b) BDC

program formatting (c) R/3 user defaults

2) some BDC transactions behave differently in Background processing, check

your OKcode

3) due to error, it maybe expecting that you fix the error before

continuing.

4) incorrect program code for the BDC session.