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

BAPI - BAPI_ACC_DOCUMENT_POST

Former Member
0 Likes
1,080

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

Former Member
0 Likes
978

Hi,

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

Thanks & Regards,

Navneeth K.

6 REPLIES 6
Read only

Former Member
0 Likes
978

Hi,

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

Regards,

Darren

Read only

0 Likes
978

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

Read only

0 Likes
978

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

Read only

Former Member
0 Likes
978

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

How about trying it out on your development system?

Read only

Former Member
0 Likes
979

Hi,

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

Thanks & Regards,

Navneeth K.

Read only

Former Member
0 Likes
978

hey,

It works fine.

Regards,

Midhun Abraham

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