cancel
Showing results for 
Search instead for 
Did you mean: 

REG;error in mapping

Former Member
0 Kudos

Hi Guys,

I had error in JDBC to IDOc scenario as

MAPPING">EXCEPTION_DURING_EXECUTE</SAP:Code>

<SAP:P1>com/sap/xi/tf/_MM_P1EURS_OuDeliveryConfirmation_S~</SAP:P1>

<SAP:P2>com.sap.aii.mappingtool.tf7.IllegalInstanceExcepti</SAP:P2>

<SAP:P3>on: Cannot create target element /SHP_OBDLV_CONFIR</SAP:P3>

<SAP:P4>M_DECENTRAL02. Values missing in queue context. T~</SAP:P4>

<SAP:AdditionalText />

<SAP:Stack>Runtime exception occurred during application mapping com/sap/xi/tf/_MM_P1EURS_OuDeliveryConfirmation_S~; com.sap.aii.mappingtool.tf7.IllegalInstanceException: Cannot create target element /SHP_OBDLV_CONFIRM_DECENTRAL02. Values missing in queue

Please give me solution

Thanks

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

>>Cannot create target element /SHP_OBDLV_CONFIRM_DECENTRAL02

This clearly says where the error lies,did you check this element in message mapping as to why its not getting populated?

Right click ont /SHP_OBDLV_CONFIRM_DECENTRAL02 and hit display queue,it will show you whats happening

Thanks

Aamir

Former Member
0 Kudos

Hi Kushee,

Check the source payload, the target field is mandatory, but in the source side there is no data for the corresponding field. Thats why it is unable to create the target "SHP_OBDLV_CONFIRM_DECENTRAL02" element.

Regards

Ramesh

Former Member
0 Kudos

As per the error message:

"... target element /SHP_OBDLV_CONFIRM_DECENTRAL02.."

Check your mapping and source message for propper value in elements to feed target element HP_OBDLV_CONFIRM_DECENTRAL02.

Regards,

Kai