‎2009 Oct 13 3:34 PM
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!
‎2009 Oct 15 6:57 AM
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
‎2009 Oct 13 3:46 PM
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.
‎2009 Oct 15 6:57 AM
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