cancel
Showing results for 
Search instead for 
Did you mean: 

RFC (Bapi ) 2 File ?

Former Member
0 Kudos

Hi Experts

I Need Help on Bapi (rfc) to File scenario .

we have developed one bapi it will collect some info (ex .empno,empname,empsal).so we need to transfer this information to as file to the receiver.

i have done

SLD:

TS : Sender webas abap

TS: Recv Third Party

IR

data type(recv_dt)

message type(recv_mt)

operation interfaces.Outbound

MM ,IM

ID :

Sender cc RFC ( Application system(SAP) , Application gateway (SAP),Program id ( XI) )

RFC Meta data Parameters .

Receiver CC ( Output Folder)

Rd

ID

SA

RA

-


Then i have executed bapi in sap system . but i did not get any output.

Is there is any worng in the scenario .

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Please check in sxmb_moni whether the BAPI has reached PI.If it is not there check whether the connections settings are made properly .Refer the link below for connection settings from R/3 to XI

Thanks,

Tiny

Former Member
0 Kudos

Hi Experts

While executing the bapi with rfc target system ( Type T RFC)

Exception SYSTEM_FAILURE

can any body help me out on this.

thank you

G.Praveen Kumar

prateek
Active Contributor
0 Kudos

1. Make sure that the BAPI is remote enabled.

2. Dont create Outbound interface for the scenario. Use the RFC name directly.

3. Make sure that the BAPI when run standalone runs fine.

Regards,

Prateek

Former Member
0 Kudos

Hi,

Have a Look at this on How to trigger BAPI from ECC to XI

/people/swaroopa.vishwanath/blog/2006/12/28/send-rfc-to-sap-xi-150-asynchronous

IR

data type(recv_dt)

message type(recv_mt)

operation interfaces.Outbound -


it shld be Inbound MI

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

/people/shabarish.vijayakumar/blog/2008/01/08/troubleshooting--rfc-and-soap-scenarios-updated-on-20042009

REgards

Seshagiri

Edited by: N V Seshagiri on Apr 22, 2009 6:13 PM