cancel
Showing results for 
Search instead for 
Did you mean: 

Proxy objects are client dependent or independent ?

Former Member
0 Kudos

Hi,

I wanted to know whether the Proxy objects are client dependent or independent ?

I have created a client proxy in a 110 client and when i am trying to trigger this proxy from other 130 client, i am getting error in data upload.

FYI, this scenario is working fine in 110.

Also,

in test class CX_SYSTEM_FAULT...

code: INTERNAL.SYSTEM_NOT_CONFIGURED_AS_XMB

errortxt: SYSTEM NOT CONFIGURED AS INTEGRATION ENGINE

Please suggest me ...

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Snehal,

Indeed, proxy objects are client independent but the reason why you are getting error can be :

1. Data which you are trying to send is not available in 130.

2. You have not configured Business system as local Integration Engine.

Check if you havemade these entries:

1. Goto 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> SAPISU_XID created in step 1. Dest://SAPISU_XID.

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

1.Select the relevant category under Specific Configuration Data.

2.Choose Change Specific Configuration Data.

For ABAP Proxies, Add the following configuration:

1.Category RUNTIME

2.Parameters: IS_URL

3.Current Value: dest://SAPISU_XID

Also, you can follow this blog for detailed information :

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

Thanks,

Puneet

Former Member
0 Kudos

As suggested by most of you, some configurations were missing in sxmb_adm......resolved this issue by adding that...

Thanks a ton Guys..

**SDN ROCKS...***..

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

If i Understood Correctly

1) you have done all the proxy settings at your 110 client

2) you have run the scenario successfully in 110 client.

So now if you want to to Replicate the same in 130 client means

1) No need to do any RFC Destinations in 130 client and just do the activities like configuring the Local Integration Engine with the 130 client in SXMB_ADM T-code

Follow this blog and just apply the step no-2 in client 130

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

Regards

Seshagiri

Former Member
0 Kudos

proxy objects are client independant

check in SXMB_ADM if the HTTP destination to XI system is available

Former Member
0 Kudos

Hi arvind...

i figured actually that was the problem in sxmb_adm> IE Config-> connection was missing....

Can u tell me what all settrings needs to be done to resolve this ...

Former Member
0 Kudos

Hi snehal,

Follow this blog for SXMB connections.

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

-Regards,

shamly

Former Member
0 Kudos

Hi Snehal,

Use the following blog for SXMB connections.

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

Former Member
0 Kudos

in R/3 system....

Role of business system: Application system

Corres.. Integ. Server: dest://INTEGRATIONSERVER

where INTEGRATIONSERVER in the HTTP destination to ur XI system in SM59. make sure this works with a connection test

Former Member
0 Kudos

Hi Snehal,

The Proxy objects are client independent.

But, the data you are using is client dependent. If you are pulling data from any SAP tables, the data available in the clients is different.

I assume that you are using a client proxy.

Also your Business system in ID should point to Client 130

-Regards,

Shamly.

Edited by: Shamly MM on Jun 25, 2008 10:52 AM

Edited by: Shamly MM on Jun 25, 2008 10:55 AM