Hi experts ,
I am not able to create a SAP order in datahub , and i was able to find out the issue , it seems in the sap-order-extension.xml ,
<type>SALESORDER_CREATEFROMDAT204$E1SALESORDER_CREATEFROMDAT2$E1BPSDHD1</type>
<exportCode>idockeyfield=SALESDOCUMENTIN</exportCode>
<description>Sales order header of SALESORDER_CREATEFROMDAT204 iDoc type</description>
<canonicalItemSource>CanonicalOrder</canonicalItemSource>
<attributes>
<attribute>
<name>SALESDOCUMENTIN</name>
<transformationExpression>orderId</transformationExpression>
</attribute>
<attribute>
<name>DOC_TYPE</name>
<transformationExpression>resolve('SAPBaseStoreConfigurationMapping','${sapcoreconfiguration.pool}').resolve('SAPBaseStoreConfiguration','${sapcoreconfiguration.pool}').transactionType</transformationExpression>
</attribute>
The DOCTYPE is getting published from using resolve on SAPBaseStoreConfigurationMapping and SAPBaseStoreConfiguration,
However in SAPBaseStoreConfiguration values exists but SAPBaseStoreConfigurationMapping is throwing empty .
Do you guys know what may have been the issue ?
Thanks ,
Regards ,
D