cancel
Showing results for 
Search instead for 
Did you mean: 

how to use rfcnormalizer.jar in interface mapping

Former Member
0 Kudos

Hi

Iam getting one error while doing xml file to RFC scenario.

the error is like this

Message processing failed. Cause: com.sap.aii.af.ra.ms.api.RecoverableException: error while processing message to remote system:com.sap.aii.af.rfc.core.client.RfcClientException: functiontemplate from repository was <null>: com.sap.aii.af.rfc.afcommunication.RfcAFWException: error while processing message to remote system:com.sap.aii.af.rfc.core.client.RfcClientException: functiontemplate from repository was <null>

As a solution for this i got SAP Note 730870.

here i have to download rfcnormalizer.jar

i have uploaded in integration repository under imported object.

but iam not able to see this in interface mapping

now i have to use this in interface mapping .

Please give me step by step how to use this in interface mapping

how the interface mapping should be like

Regards

veena

Accepted Solutions (0)

Answers (2)

Answers (2)

santhosh_kumarv
Active Contributor
0 Kudos

>>i have uploaded in integration repository under imported object.

Upload it in to Imported Archive

>>but iam not able to see this in interface mapping

Select the mapping type as Java and you would be able to get the class file in the mapping program list..

Thanks

SaNv...

Former Member
0 Kudos

Hi,

The RfcAdapter trys to find a Sender Agreement for this RFC call but the lookup failes. The values used for this lookup are:

Sender Party/Sender Service: The values from Party and Service belonging to the sender channel.

Sender Interface: The name of the RFC function module.

Sender Namespace: The fix RFC namespace urn:sap-com:document:sap:rfc:functions

Receiver Party/Receiver Service: These fields are empty. This will match the wildcard

Regards,

Suryanarayana

Former Member
0 Kudos

Hi

I know what is the problem only thing i require is

step by step method to solve this problem.

Regards

Veena.