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.