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: 

BAPI - BAPI_ACC_DOCUMENT_POST

Former Member
0 Kudos

Hello everyone,

I have used the BAPI 'BAPI_ACC_DOCUMENT_POST' in some code that currently runs in the

foreground and everything works fine. Documents are posted correctly.

I want to schedule the program to run in batch mode.

Does anyone know for definite if the above named BAPI can be used in the background

or will I need to revert back to a BDC session.

Andy

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

You can schedule the same program in background it will run.

Thanks & Regards,

Navneeth K.

6 REPLIES 6

Former Member
0 Kudos

Hi,

Yes it will work in the background there will be no difference between the two modes.

Regards,

Darren

0 Kudos

Darren,

Many thanks for your reply.

So it will work 100%. Have you used it in the background?

Dont want to spend time re-writing the code if at the end of the day I find it

cant be used in the background.

Andy

0 Kudos

It will work, also see that you are not using any frontend function modules like gui_upload

Former Member
0 Kudos

When it works in foreground, it should work in back as well.

How about trying it out on your development system?

Former Member
0 Kudos

Hi,

You can schedule the same program in background it will run.

Thanks & Regards,

Navneeth K.

Former Member
0 Kudos

hey,

It works fine.

Regards,

Midhun Abraham

Edited by: Midhun Abraham on Oct 9, 2008 11:31 AM