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.idoc:transformFlatToHierarchy

    Posted Thu June 26, 2008 01:24 PM

    Hi,

    we have upgraded SAP Adapter 4.0.1 to 4.6 with SP5 for Unicode SAP support.

    Environment is : IS 4.6 SP4

    after upgradation is done …SAP loaded perfectly and Connection is working fiine with SAP system.

    however we observerd that sap.idoc:transformFlatToHierarchy is behaving different.

    before upgrading this service output is

    (this is for Invoice IDOC)
    boundNode
    INVOICE01(ROOT Node)
    ->->IDOC (List)

    (This is for Shipment IDOC)
    boundNode
    SHPMNT03
    ->->IDOC (List)

    But after upgradation this service is giving output as below (PS : Root node name is changed)

    boundNode
    Z1INVOICE(ROOT Node)
    ->->IDOC (Document List)

    boundNode
    Z1HPMNT
    ->->IDOC (List)

    The problem is all our services are written based on(ROOT NODES) INVOIC01 and SHPMNT03 .

    Please susggest me on how to getback the OLD ROOT NODE names instead of new ones.

    Do we have any fixes for this.

    Thanks in Advance.


    #webMethods
    #Flow-and-Java-services
    #Integration-Server-and-ESB


  • 2.  RE: sap.idoc:transformFlatToHierarchy

    Posted Fri June 27, 2008 09:39 AM

    Did you try giving the ‘conformsTo’ input parameter for this? Give the fully qualified name of the IS document you created for the specific idoc.

    Gunnasekkhaar


    #webMethods
    #Flow-and-Java-services
    #Integration-Server-and-ESB


  • 3.  RE: sap.idoc:transformFlatToHierarchy

    Posted Tue July 01, 2008 09:13 AM

    Thanks Shekar.

    The issue was resolved by adding watt.sap.ignoreCMTYP=true in Extended setting of IS.

    Thanks.


    #Integration-Server-and-ESB
    #webMethods
    #Flow-and-Java-services