cancel
Showing results for 
Search instead for 
Did you mean: 

Parameter container (ID = ) for interface mapping is missing

Former Member
0 Kudos

HI,

I am getting below error in prodcution moni.

I am using parameterised mapping, I have set parameter in ID as well as checked the same in MM and OM.

I have deleted the ID parameter and created again and activated with cache refresh but still getting the same error.

I have run the test in MM by manually putting the parameter and is working fine...

<SAP:Category>Application</SAP:Category>

<SAP:Code area="MAPPING">TX_MISSING_IMAP_CONT</SAP:Code>

<SAP:P1 />

<SAP:P2 />

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText />

<SAP:Stack>Parameter container (ID = ) for interface mapping is missing</SAP:Stack>

<SAP:Retry>M</SAP:Retry>

</SAP:Error>

Is there any other check I have to do as cache refresh is not working as a solution.

Thanks

Chirag

Accepted Solutions (1)

Accepted Solutions (1)

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

>>>>Is there any other check I have to do as cache refresh is not working as a solution.

can you see in the ESR in cache monitoring (after the change) that the lights are green there? (meaning the notifications are going to the cache) ?

Regards,

Michal Krawczyk

Former Member
0 Kudos

Hi Michal,

As its a Production I can not do any changes in ESR ..I only see the option of transport...again with dummy changes in Dev and moving back to Production..

Thanks.

Chirag...

Former Member
0 Kudos

Hi.

What Michael said : If you are sure that change is correctly apply.

Please check Menu on ID -->Enviroment-->Cache Status Overview.  You can check on List if your change is green ligth.

Regards.

Lucho

Answers (2)

Answers (2)

marksmyth
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello Chirag,

This error is thrown when the parameter values provided are over 255 characters in length.

The parameter values provided for operation mapping in the Interface Determination is cached in ABAP for runtime access. The table column which stores the value has a maximum length of 255 characters
and the type of the value is also encoded into the field taking upto 20-30 characters. So,there is limitation on the length to less than 230 characters. Please set them with value less than 230 characters and it should work.

Regards

Mark

Former Member
0 Kudos

Hi Mark,

Parameter length is not more than 10 characters...I presume it is cache issue...

Will update all of you once issue is resolved.Thanks for the inputs.

cheers,

chirag

Former Member
0 Kudos

Hi ALl,

Cache refreshed didnt worked for me....I did manual changes in Dev environment and transported the interface again in Production which worked....

Thanks all of u for your support.

Cheer,

chirag

baskar_gopalakrishnan2
Active Contributor
0 Kudos

This should be cache issue. If you dont have full access to production, take help from BASIS and let BASIS to check the cache status overview. Though it works in testing time, I still suspect ID setting parameter iD during runtime is still not occuring.