cancel
Showing results for 
Search instead for 
Did you mean: 

RFC look up problem

Former Member
0 Kudos

HI,

I am using a RFC Lookup for looking up for some values in Table.

I configured the message mapping,operation mapping correspondingly.

I am using my receiver RFC communication channel as parameter name and Type as adapter.

I have did binding also in operation mapping.

In configuration i have configured interface determination also.

In runtime i am getting *com.sap.aii.mapping.api.UndefinedParameterException Input-parameter ******* doesnot exist*

Can u please tell me what may be the reason.

Thanks in advance,

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hey

Just want to make sure that you are testing this by actually running the scenario,right?

Look-ups don't work directly from message mapping.

Thanks

Aamir

Former Member
0 Kudos

ya i know it....

i am running full from end to end... but during runtime i am getting that error..

Former Member
0 Kudos

The error i am getting at run time in moni is

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

<SAP:P1>com/sap/xi/tf/_mm_casisu_test_</SAP:P1>

<SAP:P2>com.sap.aii.utilxi.misc.api.BaseRuntimeException:</SAP:P2>

<SAP:P3>com.sap.aii.mapping.api.UndefinedParameterExceptio</SAP:P3>

<SAP:P4>n: The input-parameter CCI_TEST_RFC does not ex~</SAP:P4>

<SAP:AdditionalText />

CCI_TEST_RFC is my receiver RFC communication channel

santhosh_kumarv
Active Contributor
0 Kudos

>

>

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

> <SAP:P1>com/sap/xi/tf/_mm_casisu_test_</SAP:P1>

> <SAP:P2>com.sap.aii.utilxi.misc.api.BaseRuntimeException:</SAP:P2>

> <SAP:P3>com.sap.aii.mapping.api.UndefinedParameterExceptio</SAP:P3>

> <SAP:P4>n: The input-parameter CCI_TEST_RFC does not ex~</SAP:P4>

> <SAP:AdditionalText />

>

>

Exactly.... I experienced the same error and after the patch updation it ran sucessfully....

~SaNv...

Former Member
0 Kudos

>>Input-parameter ******* doesnot exist

Which parameter is this refereing to,is it some parameter which is coming from sender side or any parameter(like RFC channel name etc) which you have configured in RFC look up in message mapping?

Thanks

Aamir

Former Member
0 Kudos

The error is for Rfc channel name i gave in message mapping signature

santhosh_kumarv
Active Contributor
0 Kudos

Hi,

Are u using multi-mapping...? The RFC lookup in PI 7.1 works fine for the 1-1 mapping, however it has a bug when tried implementing in the Multimapping scenario. Though it would work sucessfully in the message mapping test tab it would fail in the end-to-end scenario.

You can apply the path as told in the note 1307777 to resolve this bug.

~SaNv...

Former Member
0 Kudos

Hey

Could please re-check the RFC Look up configuration as per the below blog

/people/jin.shin/blog/2008/02/15/sap-pi-71-mapping-enhancements-series-graphical-support-for-jdbc-and-rfc-lookups

Thanks

Aamir

Former Member
0 Kudos

hi Thanks for reply,

ya i have rechecked it..

i have configured in the same way... but still im getting error.

Marçal_Oliveras
Active Contributor
0 Kudos

The RFC lookup works fine when you test the message mapping ?

Former Member
0 Kudos

Thanks for reply,

Yes it works well and good in both message mapping and operation mapping

I have configured interface determination also with receiver RFC communication channel and the variable.

But in runtime it throws an error.....