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 .