cancel
Showing results for 
Search instead for 
Did you mean: 

SLD and ID Settings

Former Member
0 Kudos

Hi group,

I am working on ABAP Proxy Interface,could you please let me know what are the settings I have to make in SLD (Business Systems)and Integration directory.RFC destinations,it is working fine.

Accepted Solutions (0)

Answers (6)

Answers (6)

Former Member
0 Kudos

Solved

Former Member
0 Kudos

Hi,

Check this, you can find more details on Proxy...............

[;

Regards,

Ravi.

jyothi_anagani
Active Contributor
0 Kudos

Hi,

You have to create a Busciness System in SLD as WebAsABAP. and you

Regarding Proxy Scenario We need 3 RFC destinations in R/3 System.

STEP1:

1.TCP\IP connections

1.1.LCRSAPRFC

1.2.SAPSLDAPI

2.Settings are to be done in SLDAPICUST transaction

3.Http Connection: -

3.1.PI_INTEGRATIONSERVER

Purpose of LCRSAPRFC:

In order to get the interface details in SPROXY transaction.

Purpose of SAPSLDAPI

To connect to SLD and get the respective business system name maintained in SLD,

Purpose Of SLDAPICUST

Next Execute transaction SLDAPICUST to maintain the SLD access data.

Purpose of PI_INTEGRATIONSERVER

Create a destination of type H in transaction SM59.This connection is used to send the message to the Integration server

STEP2:

Creating IR and ID objects in XI.

STEP3:

goto SPROXY tcode in R/3 and create Proxies on MI in R/3. And Impliment Interface and call the proxy using Report.

Thanks.

former_member181955
Contributor
0 Kudos

Hi

1.In your sap system create RFC destination type H to get import Interface definition(wsdl) to generate Proxy.

2.Make SAP System as local integration engine in SAP tcode(SXMB_ADM)

Thanks

Prasad Nemaliaknti

Former Member
0 Kudos

Kindly check this link will provide in detaile what to do

[http://help.sap.com/saphelp_nw04/helpdata/en/91/de56456be146e791bf88188306aa57/frameset.htm]

former_member183908
Active Contributor
0 Kudos

Hi

-->In SLD u need to create the Technical system as Web as ABAP and Business System as Web as ABAP.

-->The above step to be done if the application system is SAP.

-->In ID if your scenario is ABAP client proxy to ABAP server proxy.No need to configure sender Communication channel and sender agreement.You need to create Receiver Communication channel and Remaining steps as usual,in Receiver communication channel you need to specify the HTTP destination parameter:RFC destination of TYPE H,which is pointing to your R/3 system.

Thanks