cancel
Showing results for 
Search instead for 
Did you mean: 

File-RFC-file scenario Problem

Former Member
0 Kudos

hi experts..

here my problem is that whn i trigger, its picking the file and the whole scenario is showing fine in MONI.but when i see in SAP nothing is coming to sap..

in XI..

when i send file its showing success

in SAP no msseages are reaching..

and

whn i check in SM58

no outbound rfc

can any one help me its urgent

Thx

john

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hey john,

In this case either you can use RFC look up, if your data to be retrieved from RFC is less or you need to use BPM as one of your receiver is asynchronous and one of them is syhncronous.

Refer to these links.

RFC look up

/people/sravya.talanki2/blog/2005/12/21/use-this-crazy-piece-for-any-rfc-mapping-lookups

RFC scenario using BPM.

/people/arpit.seth/blog/2005/06/27/rfc-scenario-using-bpm--starter-kit

Former Member
0 Kudos

iam using BPM

pradeep_nellore
Participant
0 Kudos

Hi,

Check if your message is struck in BPE using SXMB_MONI_BPE.

Thanks

--Pradeep

Former Member
0 Kudos

iam not using BPM and lookups..

just file to RFC scenario...

i need to send a data into sap using Purchase Requisition Bapi.

so iam sending data...but...its not going to SAP...

Former Member
0 Kudos

Hi,

r u refering any blog for this scenario.

if so can you forward....

regards,

pradeep A.

Former Member
0 Kudos

hi

i did with my own knowledge

i created

Design

DT1, MT1 DT2, MT2

RFC:BAPI_REQUSITION_CREATE

MI: with MT1 & MT2 ( O, Sync)

MM1 : MT1 & BAPI_Request

MM2 : Bapi_Response & MT2

IM: MI and BAPI

configuration

cc1 sender

cc2 receiver

executed working , MONI evrythin is finr BUT in SAP iam not able find this request data

can u help me..

https://www.sdn.sap.com/irj/sdn/wiki?path=/display/xi/file-rfc-file%28without+bpm%29

Former Member
0 Kudos

Hi,

which version you are using,

scenario works only if your SP>=SP19(3.0) & SP>=SPs10(7.0).

and in SXMB_moni you will get two XML Messages

1) Sender File to R/3 System

2) R/3 System to Receiver File System.

and can u Post Trace files for your Adapters in adapter monitoring of runtime work bench.

also inbound messages for two XML messages.

Regards,

pradeep A.

Former Member
0 Kudos

iam getting only one message...

but the response is coming into Receiver folder as file

File _ RFC _ file

file is picking response is cming in the response folder..

but iam getting only one msg in MONI

and

data is not stored in SAP

thx for response...

john

Former Member
0 Kudos

Hi,

Here you are dealing with Sync Interfaces, So if you want to see the Response message also in MONI means

Add the Parameter LOGGIN_SYNC in SXMB_ADM

/people/michal.krawczyk2/blog/2005/05/10/xi-i-cannot-see-some-of-my-messages-in-the-sxmbmoni

Regards

Seshagiri

Former Member
0 Kudos

i added...

LOGGING_SYNC

LOGGING_PROPOGATION

TRACE_LEVEL

LOGGING

in SXMB_ADM

and i activated RSXMB_ACTIVATE_ICF_SERVICES also

any other suggestions...

Former Member
0 Kudos

hi john,

in this case you have to go for list of validations.

can u check in moni weather u get both request and response messages if so.

what is the payload message in response.

check your RFC manually with some data and weather that data is storing in data base tables.

regards,

pradeep

Former Member
0 Kudos

hi..

in MONI i can see only sender and receiver Interfaces...how can we see request and response messages in MONI..?

and,,,

manually we checked in R3 data is storing in database...

but when we send messages from XI(through file) scenario show fine but data is not cming..

is ther any roles we hv to assign for RFC scenario in XI

thx

john

Former Member
0 Kudos

Hi,

This is basically we will send the Request Parameter from File and RFC will look for that corresponding Request data and will give response to that request.

And finally this Response message will be sent to Receiver File.

What you want to see in SAP R/3 side with this scenario

Regards

Seshagiri

Former Member
0 Kudos

this scenario is to create purchase requests by using BAPI_REQUSITION _CREATE in SAP R/3

when we send a file its not creating r atleast we are not able to see wheather RFC request is cming to SAP or not.

But when i Check it in XI..

MONI is showing Black flag for this scenario

can u tell me waz the problem..

thx for responce..

john

Former Member
0 Kudos

Hi,

can u confirm BAPI name BAPI_REQUSITION _CREATE i am unable to find FM in sap R/3.

And if you are using BPM u have to get three messages in XI.

1) File sender to BPM(asyn)

2)BPM To SAP system(syn)

3)BPM To File Receiver

and also check your RFC adapter.

you just check whether the BPM you have created is correct or not

to check the BPM go to sxi_cache transaction.

go to integration process-->double click on this

a no of BPM process will be opened .

select ur BPm process check the code for the BPM whether itr is 0 or 99

if it is 0 it meand it is correct , if it is 99 means it is in error state.

if u still face the problem please reply me back

/people/michal.krawczyk2/blog/2005/03/29/configuring-the-sender-rfc-adapter--step-by-step

regards,

pradeep A.