IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
Expand all | Collapse all

SAP IDoc to UNEDIFACT

  • 1.  SAP IDoc to UNEDIFACT

    Posted Mon August 05, 2002 01:38 PM

    Hi,
    I have a similar question like Franz in the previous post:
    I generated an ORDERS02-IDoc and it arrives successfully in SAP BC. I have the UNEDIFACT and EDI-Module installed and copied the EDIFACT ORDERS93A-Template as described in the EDI-Manual. But how should the flow look like?
    Is it like:

    1. [IDoc arriving in Business-Connector and routed to flow]
    2. transformFlatToHierarchy
    3. getTemplate
    4. convertToString
      ???

    Has anybody ever created an EDI-Doc out of a SAP-IDoc? So far it seems like there is no experience on this :frowning:

    Thanks a lot in advance,
    Gunter


    #webMethods
    #Adapters-and-E-Standards
    #Integration-Server-and-ESB


  • 2.  RE: SAP IDoc to UNEDIFACT

    Posted Fri November 15, 2002 04:29 AM

    Hi Gunter

    We send invoices(INVOIC93A) and delivery orders(INSDES96A).
    e.g. The invoices’ map looks like:

    1. [IDoc arriving in Business-Connector and routed to flow]

    2. decodeSDATA

    3. transformFlatToHierarchy

    4. maps the IDoc to a service that has a Record
      Reference to INVOIC01 record (that I created in
      SAP BC using the DTD file generated by SAP →
      WE60 → Documentation → Generate DTD) like
      Service in. Then the service (and sub-services)
      fill a Record Reference of a INVOIC93A record
      mapping values
      e.g.

      INVOIC01/IDOC/E1EDK01[0]/BELNR →
      → INVOIC93A/UNH/BGM/BGM02

      and so on…

    5. addICEnvelopeEDIFACT

    Best regards,

    Sebastian Miranda
    
    Pastas Gallo / Barcelona, Spain
    

    #Adapters-and-E-Standards
    #webMethods
    #Integration-Server-and-ESB