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_acc_document_post

Former Member
0 Likes
510

Hello !

I have a requirement in my project. I need to create a pair of financial documents, one in the present mandt and other in a different machine. How can i do it? Is there a direct way to do it or Do I need to generate a flat file with this data and create a programm to create this financial document?

Thanks!

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
441

Hi,

You can use BAPI's-

BAPI_ACC_DOCUMENT_CHECK "Checking and Validating the file contents that needs to be posted

BAPI_ACC_DOCUMENT_POST "Posting the contents into the transaction after check bapi used

Then you can give the required RFC Destinations in those BAPI's used .

Hope it helps

Regards

Mansi

2 REPLIES 2
Read only

Former Member
0 Likes
441

Hi

You can post the document in the other system.Using the funcational module : BAPI_ACC_DOCUMENT_POST.

In this BAPI povide the RFC of target system to where u need to create.

Passing values to BAPI.

regards,

Raghu.

Read only

Former Member
0 Likes
442

Hi,

You can use BAPI's-

BAPI_ACC_DOCUMENT_CHECK "Checking and Validating the file contents that needs to be posted

BAPI_ACC_DOCUMENT_POST "Posting the contents into the transaction after check bapi used

Then you can give the required RFC Destinations in those BAPI's used .

Hope it helps

Regards

Mansi