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

transformFlatToHierarchy is behaving Diff after upgrading SAPB2B 4.01 to 4.6 SP5

  • 1.  transformFlatToHierarchy is behaving Diff after upgrading SAPB2B 4.01 to 4.6 SP5

    Posted Thu June 26, 2008 01:46 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.

    Waiting for your inputs…


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


  • 2.  RE: transformFlatToHierarchy is behaving Diff after upgrading SAPB2B 4.01 to 4.6 SP5

    Posted Fri June 27, 2008 01:57 AM

    Are you specifying the confirmsTo param (with fully qualified document type name)?? this should take care of the Root what ever the doctype starting tag is…

    HTH,
    RMG


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


  • 3.  RE: transformFlatToHierarchy is behaving Diff after upgrading SAPB2B 4.01 to 4.6 SP5

    Posted Mon June 30, 2008 11:01 AM

    Thanks RMG.

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

    Thanks.


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


  • 4.  RE: transformFlatToHierarchy is behaving Diff after upgrading SAPB2B 4.01 to 4.6 SP5

    Posted Mon June 30, 2008 09:29 PM