cancel
Showing results for 
Search instead for 
Did you mean: 

Mapping Error(Proxy-PI-JDBC Sync, Resposne Messgae Type Naming error)

Former Member
0 Kudos


Dear All,

We had a scenario Proxy-PI-JDBC synchronous.

We are facing error in response mapping, we named respsone Msg Type as MT_Elec_Dealer_Res
but the Msg Type name was automatically changed to MT_Elec_Dealer_response in the payload of Response mapping,
and when we changed the name of the Msg Type to MT_Elec_Dealer_response it was working fine.

How this can be happened automatically, Please suggest.

Thanks & regards,
Soumya.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi ,

As per sap documentation response message type   name should be like <ReqMessageType_response>


Please go through the below link for response structure formats as per sap documentation.

http://scn.sap.com/message/13768632#13768632

Regards

Venkat

Former Member
0 Kudos

Hi soumya,

yes this is the standard message type response from jdbc .

for example :  if your request structure is

MT_emp  then the response structure is  MT_emp_response.

this is the format you have to follow .

thanks and regards,

Anup Banerjee

iaki_vila
Active Contributor
0 Kudos

Hi Soumya,

This kind of perfomance is pointed in SAP HELP jdbc documentation:

http://help.sap.com/saphelp_nwpi71/helpdata/en/22/b4d13b633f7748b4d34f3191529946/frameset.htm

Response documents can only be evaluated by the Integration Server/PCK if the call is synchronous because the content of the response document is not accessible if the call is asynchronous.

The response is put in a separate element <StatementName_response> for each statement element.

  The structure of the response documents is contained in the descriptions of the statements

Regards.