transformFlatToHierarchy is behaving Diff after upgrading SAPB2B 4.01 to 4.6 SP5

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…

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

Thanks RMG.

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

Thanks.

Great…thx for the update info!!