cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP proxy scenario file -> PI7.1->ECC NO_MAPPINGPROGRAM_FOUND

Former Member
0 Kudos

Hello Experts,

I have ABAP proxy scenario file -> PI7.1->ECC . I am getting an error for communication between PI and ECC system. the error is NO_MAPPINGPROGRAM_FOUND and pointing to operation mapping in the software component.

What i found in TCODE SXMB_MONI is 2 adaptor call one from one below the other out of which one is in error.

Also when a file is passed from the file server to the SAP PI I see 2 entries in SXMB_MONI for the same Payload one from source system to target system and one from target system to source system ( ie. from business component as sender and ECC as receiver system and one entry for ECC system as receiver and business system for file as receiver ) is this how it should be

one more thing i would like to specify is that my service interface is Point to point enabled . Is it happening because of that

Request you help on urgent basics

BR Heth

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

1. in PI, by hazard, your Service Interface (SI) does not the mode "synchronous"?

2. or does this SI was declared firstly with "synchronous" mode and the proxy generated with this mode, and then you decided to put "Asynchronous"... without to regenerate the proxy in ECC?

If it's the case, in ECC, select your SI, do a right-click and regenarete the proxy.

3. for the 2nd message (returned by ECC to PI), have you seen the Payload content and SOAP Header?

Could you please also check the Pipeline (e.g CENTRAL, CENTRAL_BACK) ?

4. In SXMB_MONI of ECC, how many messages have you: one ? or two ?

Regards

Mickael

Former Member
0 Kudos

Hi Michel,

My service interface was always asyncronous, No entry is getting generaterd in ECC for the payload i have laready done a cache refresh but that didnt not work

Former Member
0 Kudos

Hi new bee,

and in PI, in your inbound service interface (so asynch), have you put a Message Type in "Fault Message Type"?

if yes, you should also precise which mapping has to treat this fault message. That could be the reason why you have error "NO_MAPPINGPROGRAM_FOUND".

regards.

Mickael

Answers (2)

Answers (2)

Former Member
0 Kudos

Thank you all Problem is resolved. made a rooke mistake . making the service interface to Sync solved the issue

rodrigoalejandro_pertierr
Active Contributor
0 Kudos

this error relate tosome things.

check the operation mapping and verify if the mapping program is setted

check the interface determination if its rigth configured and setted

go to SXI_CACHE >tools>adapter engine cache--> delete the entry.

Rgds

RP