cancel
Showing results for 
Search instead for 
Did you mean: 

File to RFC

Former Member
0 Kudos

Hi Experts,

I am working on File to RFC scenario.I Placed the file at sender side.I got success in SXMB_MONI,message monitoring and communication channel monitoring.

but record is not updated in R/3.

Please suggest me in this issue.

Thanks,

Bhuvan.

Accepted Solutions (1)

Accepted Solutions (1)

santhosh_kumarv
Active Contributor
0 Kudos

Hi,

Check the RFC Function module. Test if it is updating the tables.

Thanks

SaNv...

Former Member
0 Kudos

Hi,

I tested the function module.It is updating records sccessfully.

Thanks,

Bhuvan.

Former Member
0 Kudos

Hi

Follow below 3 steps

1) Check u r Outbound Inteface(Sender File Adapter) and Inbound Interface (RFC import) are same.

2) Re - import RFC if there is a change in the RFC.

3) Last put external breakpoint to u r RFC and run scenario, u get the system stops at that brk pnt from there u debug gives u exactly the parameters flown through u r Outbound Interface got from File Adapter

rgds

srini

Answers (1)

Answers (1)

Former Member
0 Kudos

Put an external break point in RFC and see if your data from XI is populating in R/3 or not. There could be a problem in your code or data type mismatch.