cancel
Showing results for 
Search instead for 
Did you mean: 

Abap proxies - Basis 620 and Appl 470

Former Member
0 Kudos

We have R/3 with SAP_Basis 620 and SAP_appl 470 versions and we like to use Proxies. Any limitations, issues as its not ECC ?. I do see PI add_in to R/3 and can issue commands like Sproxy, sxmb_adm etc..

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

No issues you can go ahead. Just extract data in a Proxy table and Execute report, ur data will pass through XI without any difficulty.

BR,

Alok

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

You can use proxy for SAP_Basis 620. but It will not be possible to use Proxy for SAP_appl 470.

ABAP Proxy is eligible to use in 6.20 or above.

If you are generating a proxy from a WSDL document that was created from a local file, from a URL, go to the Procedure section below.

If you are generating a proxy from a WSDL document from the XI Repository, note the following:

The proxy generation retrieves the WSDL description of the interface from the Integration Repository using HTTP. The address of the appropriate server is taken from the exchange profile (parameters 1, 2, and 3 – see below). Queries to the Repository are subject to authentication. The user and password for these queries are also taken from here (parameters 5 and 6). Information used to navigate from the ABAP Proxy Generation to the initial page of the Integration Builder is also taken from the exchange profile (parameters 1, 2, and 4).

Example configuration for accessing

interfaces in the Integration Repository (exchange profile)

No.

Section

Parameter

Value (Example)

1

Connections

com.sap.aii.connect.repository.name

pwdf0436

2

Connections

com.sap.aii.connect.repository.httpport

1080

3

Connections

com.sap.aii.connect.repository.contextRoot

rep

4

Connections

com.sap.aii.connect.integrationbuilder.startpage.url

rep/start/index.jsp

5

ApplicationSystem

com.sap.aii.applicationsystem.serviceuser.name

hugo

6

ApplicationSystem

com.sap.aii.applicationsystem.serviceuser.pwd

hugopass

These parameters must be set by an administrator for technical configuration of the XI system landscape, not by the developer.

Thanks

Swarup

Former Member
0 Kudos

Hi Iam confused with the begining statement. SAP_Appl 470 ( forex. MM and FI ) is running on SAP_Basis 620 ( This is called WeB AS 620 right ? )

Former Member
0 Kudos

Hi,

sorry for miss-interpreting it,

But this should work

Thanks

Swarup