SAP IDOC to EDI 856

Hi All

We have a requirement to map the incoming IDOC to EDI X12 856. Client provided the mapping specs and sample IDOC.but now my question is how we create ISdocument(IDATA) type for the incoming IDOC.we requested the client for IDOC schema but no use.Is there any way to create the IS document type for SAP IDOC ? please help me on this.quick response is appreciated.

Thanks,
Vasu

You can use SAP Adapter to create an DESADV/DELVRY01 IDOC (IS Document type structure) by two ways

Either IDOC team can provide the dtd’s from the SAP site or create a RFC listener notification where it can pull the IDOC definition that’s available in your SAP ECC system (assuming the RFC destination is tested and delivery IDOC’S are available to consume which your BASIS/SAP team can assist you on this part)

HTH,
RMG

Refer SAP Users Guide…

http://techcommunity.softwareag.com/ecosystem/documentation/webmethods/adapters_estandards/Adapters/SAP/SAP_7-1/7-1_SAP_Adapter_Install_and_Users_Guide.pdf

Page 145, Chapter 8

-Senthil

Thanks Dude…for more info on this topic:

Thank you! RMG and Senthil for your quick response.

your welcome :smiley:

use the WmSAP service wm.sap.dev:createIdocDocumentType for generating IDOC structures in IS.