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: 

session base background process in bdc

Former Member
0 Kudos

Hi all,

I have a problem in BDC session method. When I schedule the session for FB01,I'm able to process in fore ground mode and Error mode.But not able to process only this session in back ground mode. What could be the problem?

Regards,

Ram Shanker

1 ACCEPTED SOLUTION

former_member376453
Contributor
0 Kudos

With the above point, I want to add one more point is, you are using Error mode, that means after error program will through the error screen to user, which is not possible in Background mode, try it in No Display mode.

Kuntal

3 REPLIES 3

amit_khare
Active Contributor
0 Kudos

Why you want to do it with BDC when a BAPI is there for the same - BAPI_ACC_DOCUMENT_POST

Use this BAPI for FB01.

But still if you want to do it with BDC then check for the error message in SM37 for the same double click it to check the part of the code.

Former Member
0 Kudos

Hi,

Pickinig data from presentation server would not work in background mode. Check below link

Thanks,

Asit Purbey.

former_member376453
Contributor
0 Kudos

With the above point, I want to add one more point is, you are using Error mode, that means after error program will through the error screen to user, which is not possible in Background mode, try it in No Display mode.

Kuntal