Skip to Content
1
Nov 15, 2016 at 05:25 PM

Not able to create SAP order because document Type not defined

202 Views

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