cancel
Showing results for 
Search instead for 
Did you mean: 

Activate abap proxy withou java stack on ECC side

xinjiang_li
Active Participant
0 Kudos

Hi gurus,

Can we activate abap proxy on ECC side if the ECC don't hava java stack? As you know , we need to create two jco RFC provider in Visual Administrator, but without installing java stack, we can't do that. Any ideas? Thanks in advance.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member181985
Active Contributor
0 Kudos

>As you know , we need to create two jco RFC provider in Visual Administrator, but without installing java stack, we can't do that. Any ideas

java stack not required. where you read the above statement.

xinjiang_li
Active Participant
0 Kudos

Hi Praveen,

Thanks for your reply.

I just referred to the following blog, and it mentioned we need to enter j2ee engine. Don't you need this step to use abap proxy?

former_member181985
Active Contributor
0 Kudos

>>Maintaining the SAP J2EE Connection Parameters for LCRSAPRFC and SAPSLDAPI in SAP J2EE engine

These setting will be done in XI/PI, not on application system (ECC in ur case).

However we need RFC destinations in application system based on the above

laszlo_lakatos
Explorer
0 Kudos

Hello,

you just need to connect your ABAP backend to the XI as per saphelp:

Configuration of Business Systems with Integration Engine

http://help.sap.com/saphelp_nwpi71/helpdata/EN/c9/7a1041ebf0f06fe10000000a1550b0/frameset.htm

and you can generate your proxies.

to be more precise: for design time (proxy generation itself) only the SM59 destination LCRSAPRFC is used, but for runtime the additional config steps are required too.

regards,

Laszlo

xinjiang_li
Active Participant
0 Kudos

Thanks all.

Solved by using program id of XI system in the RFC of application system.

But we still face the issue in SPROXY. It gave the error "No connection to Integration Builder ".

Then I runned connection test, and found SPROX_CHECK_IFR_ADDRESS and SPROX_CHECK_HTTP_COMMUNICATION

are right, but SPROX_CHECK_IFR_RESPONSE and SPROX_CHECK_IFR_CONNECTION are giving the error "Integration Builder data not understood". Any ideas?

Edited by: xinjiang li on Sep 10, 2010 6:40 PM

former_member208856
Active Contributor
0 Kudos

check the settings at sxmb_adm --> Integration Engine Configuration.

Also check RFC Destination from ECC to PI type H (HTTP Connection to ABAP System) is wokring.

xinjiang_li
Active Participant
0 Kudos

Hi Sandeep,

They are already ok. Also SLDCHECK runned properly. Exchange profile parameters are also ok. Any ideas?

xinjiang_li
Active Participant
0 Kudos

The second question was solved by adding hostname-ip mapping entry in hosts file.