Hello,
I have PO creation integration setup. The source is a JDBC staging table and the goal is to create the PO in SAP from the info in the table, and then kick back a PO number to a return table for the source system to use.
To do this, I have an sender JDBC adapter setup and a receiver RFC adapter for the BAPI_PO_CREATE1 BAPI.
The question I have is around the response. The BAPI sends back a BAPI_PO_CREATE1.Response message that should come back through my mapping and then needs to post to a return table. Do I need to create a separate Receiver determination or agreement for the JDBC outbound transaction, or will the JDBC adapter setup as the sender (for the initial pull) be used in a receiver mode automatically?
I hope this makes sense.
Thanks!