Proxy
Proxy
1.create http destination for advanced adapter engine in sap ABAP back-end
system.HTTP_POD
2.create http destination to enterprise service repository ESR in sap ABAP back end
system.SAP_SPROXY_ESR.
5.configure SLDAPICUST.
> we can name the destination http <pi/po system ID> ,let's assume the system ID
of the development server is POD .http destinatioin namewill be HTTP_POD.
PORT FOR HTTP IS 5<SYSTEM NUMBER>00 & FOR HTTPS IS 5<SYSTEM NUMBER>01.DEFAULT
PORT FOR J2EE IS 50000
> THIS RFC DESTINATION IS USED by transaction SPROXY to import esr objects and
generate proxy objects we can name the rfc destination SAP_PROXY_ESR.
>connection type = G
>create another http rfc destination to sld from SM59.we will reuse this http
destination in step 5 to setup SLD access data in SLDAPICUST Transaction.
step 4: configure the integration engine administration using transaction SXMB_ADM.
>go to SXMB_ ADM. and select the node ~Integration Engine Configuration.
then choose configuration option.
DESTINATION NAME AFTER CHARACTERS dest:// IS THE RFC DESTINATION WE CREATED IN STEP
1 :HTTP_POD
these are the recommended settings .but we can directly configure the SLD URL
without http destination also.
in this step we will create an http destination to sap back end integration server
from PI/PO NWA.
> go to NWA > CONFIGURATION > INFRASTRUCTURE > DESTINATIONS and create HTTP
destination to Netweaver Integration Engine .
in next tab define the connection and transport details, URL,SYSTEM ID,CLIENT AND
LANGUAGE parameters are mandatory.
> to find the url ,go to transaction SICF(SAP back-end) and choose Execute .service
tree will be displayed in the result .expand the service tree default host and
navigate to default_host > sap > iwbep or default_host > sap > xi > engine.
Next Step is to define the logon data. In this example I will use Basic
Authentication method with Username and Password.
step 7 : for proxy communication select soap channel sender & receiver.transport
protocol as XI 3.0
Using transaction sm59 and Connection Test, check if the RFC Destinations are
functioning as expected. Repeat this step for all RFC destinations we created in
previous steps.
Execute Transaction SLDCHECK to make sure SLD configuration steps were performed
correctly. Choose Allow in the pop-up window.
Execute Transaction SLDCHECK to make sure SLD configuration steps were performed
correctly. Choose Allow in the pop-up window.