Post date: Dec 24, 2014 4:53:42 AM
RFC Sender
ECC Setting
Create RFC destination in SM59
Find gateway details
SMGW > Goto >Parameters > Display
Find registered Program Id
SMGW > Goto > Logged On Clients> TP Name
Channel Config
RFC Sender Channel tries to register itself in the gateway service throught unique Program ID.
RFC Over HTTP
SOAP WSDL : http://host:port/sap/bc/soap/wsdl/?services=BAPI_BANK_GETLIST&sap-client=XXX
SOAP EndPoint : http://host:port/sap/bc/soap/rfc?sap-client=XXX
HTTP Post Header
Authorization : Basic c3VuaWw6WFhYWFgxMjM0
Content-Type : text/xml;charset=UTF-8
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:sap-com:document:sap:rfc:functions">
<soapenv:Header/>
<soapenv:Body>
<urn:BAPI_BANK_GETLIST>
<BANK_CTRY>IN</BANK_CTRY>
<BANK_LIST/>
<MAX_ROWS>10</MAX_ROWS>
</urn:BAPI_BANK_GETLIST>
</soapenv:Body>
</soapenv:Envelope>
External Links