Actually i got a requirement to work on this object.
Proposed solution is through EDI and IDOC.
The communication is between Hospital SAP system and my client SAP system will happen in Batch mode through SFTP. Frequency of batch jobs would be thrice daily-morning , afternoon and late evening. The order types would be standard order-OR nd consignment fill up-KB. The volume of transctions would be 30 orders per day.
The following are the outbound and inbound interfaces:-
1. There will be an outbound IDOC from Hospital SAP system when they create PO in their SAP system. Outbound interface for order to flow from hosiptal SAP system to my client SAP system. For my client SAP it is inbound and for Hospital it is outbound. The inbound IDOC will create sles order in my client SAP system. After the order is saved there will be an outbound IDOC from my client SAP to send order confirmation. The order confirmtion will be an inbound IDOC for the Hospital SAP system. After the order is delivered and PGI is done there will be an outbound IDOC-ASN file from my client SAP sytem which will be inbound IDOC for the Hospital SAP system. All Inbound and outbound IDOCs will be routed through web methods is batch mode through SFTP.
A)I am new to IDOC development and could you please tell me when we get the PO from the Hospital SAP system to my client SAP system and how i should create inbound sales order based on the PO which i got from hospital amd after the order is saved and then how i cans end a outbound IDOC from my client SAP to send order confirmation.
B)After the order is delivered and PGI is done can we send a outbound IDOC-ASN file from my client SAP sytem which will be inbound IDOC for the Hospital SAP system