cancel
Showing results for 
Search instead for 
Did you mean: 

RFC to File - Not working properly

Former Member
0 Kudos

Hi

I am working on RFC to File scenorio.

I am using NFS method.

The file is getting generated in the target folder, but i am getting the error message "NO_MAPPINGPROGRAM_FOUND" in SXMB_MONI.

Can you pls help on this

Regards

Madhan D

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi Madhan,

The problem would be with the message mapping or interface mapping object. Please reactiavte the message mapping and interface mapping by making some dummy change in it. Were the objects transported from some other landscape?

Regards,

Sarvesh Desai

Former Member
0 Kudos

I hope you have gone through it..

https://wiki.sdn.sap.com/wiki/display/XI/RFC%20to%20FILE

--Sarvesh

Former Member
0 Kudos

Hi Sarvesh

I am seeing one more error in the payload of the message.

I the BAPI i am using table structure, which is having 4 fields.

When i test the same from R/3 and see the payload in XI.

The first field in the table is coming properly and the remaining 3 fields values are getting concatenated into second field.

Pls let me know, whether you have come accross this situation

Regards

Madhan D

former_member200962
Active Contributor
0 Kudos

what is the payload in the Sender CC showing (in RWB)?

Former Member
0 Kudos

Just debugg your program and check if all values are populating correctly in your internal table. Secondly make sure you have imported the letest ZRFC in your XI/PI box.

Also refresh the cache, it might happen that you have changed your structure in XI but changes have not taken any effect.

Otherwise I cannot see any reason of concatenation.

--Sarvesh

Former Member
0 Kudos

Yes the latest RFC is imported to XI and i am directly testing from SE37 in R/3

But i am still getting in the concatenated value

Regards

Madhan D

Former Member
0 Kudos

Check the sender payload in MONI and if it is correct then take the payload and test it in your mapping under test tab. This is weird but I hope you will solve it by yourself.

--Sarvesh

Former Member
0 Kudos

Hi Sarvesh

The concatenated result is coming in both sender payload and the flat flile.

I tested the mapping also, it is working fine

Regards

Madhan D

Former Member
0 Kudos

So the problem is from R3 side. I suggest you to create a simple ABAP program as mentioned in the wiki and then try to test your scenario.

BTW what RFC you are using for your test.

--Sarvesh

Former Member
0 Kudos

Hi,

Also try to check whether you have specified the IM correctly and make a test configuration check in ID.

Regards

Krish

Former Member
0 Kudos

Hi Madhan,

I think RFC is sync and hence expecting some response back.

there is no mapping for response so tht error might be coming.

just guess

Regards,

Manisha

Former Member
0 Kudos

Refresh the cache by SXI_CACHE and then try again, otherwise you may require to restart the java server.

--Sarvesh