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
  • 1.  SAP RFC

    Posted Wed October 05, 2005 10:37 PM

    Hi,
    I have a requirement where webMethods will take the incoming xml string and convert it to a NAME/VALUE pairs format and will invoke the RFC in the SAP system

    Could any one let me know what steps I need to follow from webemthods side …
    Thanks in advance

    Regards
    Sunny


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


  • 2.  RE: SAP RFC

    Posted Thu October 06, 2005 03:50 PM

    Sunny,

    Once you receive the xml you have to parse the document to make it as name/value pairs (document structure)and then map to your SAP message type record structure to process it to SAP outbound via RFC listener

    stringToDocument or XMLStringToDocument
    documentToRecord or XMLNodeToDocument map the out put to the SAP record structure fields Control_Data_rec_40,Data_rec_40 structures
    transformHierarchyToFlat(create IDOC)and map it to SAP outbound ALE services…

    HTH,
    RMG


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


  • 3.  RE: SAP RFC

    Posted Thu October 06, 2005 04:16 PM

    RMG,

    Thanks a lot for the info it is very helpful to me.

    Regards,
    Sunny


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