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

Trigger inbound BAPI IDOC for message type ACC_GL_POSTING

Former Member
0 Likes
720

I configured our SAP system for inbound GL postings -- message Type ACC_GL_POSTING process code BAPI. I successfully tested all the configuration pieces using WE19.

So how do I trigger the inbound process from my external non-SAP system. I would prefer not create a flat file that is passed by calling EDI_DATA_INCOMING. I also do not want to use BAPI_ACC_GL_POSTING_POST. So what RFC enable FM can I call to pass data and trigger the IDOC generation and processing? Is there anything standard?

2 REPLIES 2
Read only

Sougata
Active Contributor
0 Likes
425

I think not. Ususally ABAP-ers write custom FMs which are remote enabled (RFC) to trigger this.

Read only

Former Member
0 Likes
425

I will use the standard RFC enabled function module IDOC_INBOUND_SYNCHRONOUS. No custom abap development will be needed.

Message was edited by:

David F