cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP Proxy creation

Former Member
0 Kudos

Hi Experts,

I am doing a file to proxy scenario. Now, while creating the proxy of inbound interface I am going to the SAP R/3 Server but finding out that an error is coming "No Connection to Integration Builder(only generic data visible).

Please let me know what maybe the issue or is their any configurations required for this.

Regards,

Aniruddha

Accepted Solutions (1)

Accepted Solutions (1)

former_member189387
Active Contributor
0 Kudos

Hi ,

Proxy objects implement message interfaces from Integration Repository. Proxies are executable interfaces, which converts non-language-specific interface descriptions into WSDL. i.e., you use proxies to implement the actual message exchange that is described in the Integration Builder

ABAP proxy generation gets the WSDL description for message interfaces from the Integration Repository (WSDL Web Service Description Language) by using http. In WSDL, data that is transferred using messages is described using XSD (XML Schema Definition Language).

Yours is Server proxy .

Configuration to be done in Business System For E.g, ECC/CRM/BI etc.,

1. SM59 : Create RFC Destination Type : H , to establish the HTTP connection to PI system

Target Host : System name

Service Number : HTTP Port name

PathPrefix :/sap/XI/engine/?type=entry

name : PI_IR_CONNECTION

2. Configuration Business system as local Integration Engine.

i. Go to Transaction SXMB_ADM

ii. Choose Edit --> Change Global Configuration Data.

iii. Select Role of Business System: Application system

iv. Corresponding Integration server: dest://<HTTPDESTINATION>. Here <HTTPDESTINATION> XI_XIR_CONNECTION created in step 1. Dest://PI_IR_CONNECTION.

v. Under Specific Configuration Data you can specify additional configuration data

u2022 Select the relevant category under Specific Configuration Data.

u2022 Choose Change Specific Configuration Data.

u2022 For ABAP Proxies, Add the following configuration:

1.Category : RUNTIME

2.Parameters : IS_URL

3.CurrentValue : dest://PI_IR_CONNECTION

3. Connection between Business System and System Landscape Directory

u2022 Check/ Create RFC destination TYPE- (TCP/IP) LCRSAPRFC and SAPSLDAPI for the SLD connection.

4. Maintain SLD access details in Transaction SLDAPICUST

5. Check SLDCHECK works fine

6. Checks all queue are registered and activated .Else go and activate in sxmb_adm --> Manage Queue

Regards.,

V.Rangarajan

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi,

Thanks very much for the post I have done everything except the last step that is register and activating the queues, the problem that is happening is that once I click on register the queue and then I try to activate it it saya registration cancelled.e

Is their any other process for it?

Please let me know.

Regards,

Aniruddha

former_member463616
Contributor
0 Kudos

Hi,

>>>No Connection to Integration Builder(only generic data visible).

>>>Please let me know what maybe the issue or is their any configurations required for this.

For this, you need to establish proper connection in between SAP R/3 and PI.

Please see the below link, it will properly guide for your issue.

/people/vijaya.kumari2/blog/2006/01/26/how-do-you-activate-abap-proxies

As mentioned the above blog, you need to do all the configurations.

Hope this helps to you.

Regards,

P.Rajesh

Former Member
0 Kudos

Just proceed as described below:

Configuration of Business system as local Integration Engine.

1. Go to Transaction SXMB_ADM

2. Choose Edit --> Change Global Configuration Data.

3. Select Role of Business System: Application system

4. Corresponding Integration server: dest://<HTTPDESTINATION>. Here <HTTPDESTINATION> XI_XIR_CONNECTION created in step 1. Dest://XI_XIR_CONNECTION.

5. Under Specific Configuration Data you can specify additional configuration data

Select the relevant category under Specific Configuration Data.

Choose Change Specific Configuration Data.

For ABAP Proxies, Add the following configuration:

1.Category RUNTIME

2.Parameters: IS_URL

3.Current Value: dest://XI_XIR_CONNECTION

Former Member
0 Kudos

Hi,

just check whether follwoing TCP/IP connections(sm59) exist from source side

1)LCRSAPRFC.

2)SAPSLDAPI.

then go to sldapicust ,do the needful

execute sldcheck

execute sxmb_adm->integration engine configuration

3) compile check sxmb_adm.

now go for sproxy.

I have done some steps upto step 3, I am not sure what will be the category while choosing sxmb_adm

Regards,

Aniruddha

Former Member
0 Kudos

Hi Anirudha,

Check the below thread:

-Supriya.