cancel
Showing results for 
Search instead for 
Did you mean: 

problem with File-RFC..

Former Member
0 Kudos

Hello friends,

I am doing File - RFC scenario.

When I send data from XI, its going fine but the records are not created in RFC

when I try to create records with test data in SE37, its able to create records

Where could the things be wrong?

why were the records not created?

file is picked, receiver side CC is green, checkered flag

no inbound or outbound queues in XI

if the data is being accepted by the RFC, then it would have created records in RFC, i guess there is some problem in accepting the data sent by Xi and processing it as records of RFC

coz with test data, the RFC is working gud

There are no items in the Queue on the R3 side.

please help on how to check where do I have to check if the data is coming in or not or how to trace it?

stuck with it since last 4 days

help !!!!

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

1.ST-22, see short dumps in R3 side...

2. and kindly make sure the user you are using <b>in RFC receiver adapter is having proper authorizations for posting the data in R3 and also make sure that client no. is correct for testing the scenario.</b>

Regards,

paolo_romano2
Participant
0 Kudos

hi nikhil,

you should try to put an infinite loop on your RFC function, something like:

data a.

while a eq space. endwhile.

Then from SM50 you should be able to see if the FM has been called; if so, you should see the 'blocked' process and be able to debug it.

If not, then XI is not calling properly the FM; you should check your receiver agreement and, eventually, if there something wrong with the alignment in CPA cache(both from the Integration Directory and SXI_CACHE transaction)

Regards,

Paolo

Former Member
0 Kudos

Hi Paolo,

RFC was written by someone else n i was asked to analyse and find the bug

so I cant write anything inside RFC

I did check in the SM50

it says status "running" or "runs" with the detail of the last SQL statement and other DB details

Regards

Nikhil.

Former Member
0 Kudos

hi nikhil,

Can you check these two.

1. Can XI make a RFC call to the R/3 system using RFC destination creation

2. Check the audit logs at

http://<hostname>:<portnumer>/MessagingSystem/monitor/monitor.jsp

regards

Ramesh P

Former Member
0 Kudos

Ramesh,

http://<hostname>:<portnumer>/MessagingSystem/monitor/monitor.jsp

when I checked here, it says, the message is delivered

RFC destination is working fine because when i click on Remote logon, it went to the screen of the R3 client with start sap button

Former Member
0 Kudos

hi nikhil,

did you checkd in r/3 system with st22 t-code whether it has dump or not. Is it possible for me see the audit logs.

Regards,

Ramesh P