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

session base background process in bdc

Former Member
0 Likes
510

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

former_member376453
Contributor
0 Likes
486

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

amit_khare
Active Contributor
0 Likes
486

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.

Read only

Former Member
0 Likes
486

Hi,

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

Thanks,

Asit Purbey.

Read only

former_member376453
Contributor
0 Likes
487

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