cancel
Showing results for 
Search instead for 
Did you mean: 

file sent but no rows created in RFC

Former Member
0 Kudos

File - RFC

I can see no errors in the MM,

no errors in receiver adapter

receiver side CC is showing Green

the file is sent succesfully but I dont see any rows created in my RFC

help !!!!!

regards,

Nikhil.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

hi nikhil,

Check your Abap code in the R/3 side.

I had faced a similar problem which was solved when i specified the interface mapping name in the receiver determination.

Also, check your sender side content conversion paramters.

Former Member
0 Kudos

Raghu,

actually the code in RFC was written by on site co ordinator

as of now, how can I make sure that the RFC is reached r3?

how do I check it?

Former Member
0 Kudos

correction ...

***how can i make sure that the source file is reached R3 and and source files contents are appended to RFC ?

Former Member
0 Kudos

u can confirm the same from the various monitoring tools..

if your receiver adapter shows it successful, i can say that it has reached R/3.

you can again confirm it from sxmb_moni.

Also, you can run sxmb_moni on r/3 side and check.

Former Member
0 Kudos

file is being picked up

receiver side CC is green

SXMB_MONI in XI is checked flags

SXMB_MONI in R3 says no messages available

where could the possible problem be?

Former Member
0 Kudos

you may have to check the function module by directly supplying the values there.. whether the code is working well by creating the rows.

i hope u checked whether you have specified interface mapping in the receiver determination.

Also, make sure.. that you import the RFC everytime you change it

Message was edited by:

Raghu

Former Member
0 Kudos

hi Raghu,

Thanks for your previous suggestions,

I traced the problem

I wrongly specified a wrong MI

However, now the same problem is occuring

I activated the things

but still, I cant route the message to the RFC

sender CC now says routed to the corresponding RFC (MI)

please help

Former Member
0 Kudos

do u mean to say that you have no errors in the both the sender and receiver channels in CC monitoring?

checked by executing the code directly. does it create the rows?

have you done the content conversion on the sender side? if not:

this can help u:

http://help.sap.com/saphelp_nw04/helpdata/en/ae/d03341771b4c0de10000000a1550b0/frameset.htm

nisarkhan_n
Active Contributor
0 Kudos

tell me the status of the messge in the SXMB_MONI ( is it scheduled or sucessfull)?