cancel
Showing results for 
Search instead for 
Did you mean: 

Need Clarification On Proxy Implementation

Former Member
0 Kudos

Hi All,

We are doing Client Proxies

1) i have done all the Config Setttings that needs to be done for Proxies

2) I have done the SLDCHECk in SAP R/3 system also, it is giving every thing is Success Except

This Error

Use transaction SLDAPICUST if you wish to maintain the SLD server access data

Launching the SLD GUI in a separate browser window...

=> Verify in the browser GUI that the SLD is in a healthy running state!

Calling function LCR_LIST_BUSINESS_SYSTEMS

Retrieving data from the SLD server...

Function call returned exception code 4

=> Check whether the SLD is running!

Summary: Connection to SLD does not work

=> Check SLD function and configurations

Why because I Didnt maintained the SLDAPICUST.

Do we require this Compulasarly????

Except this Every this is Success like LCRSAPRFC & SAPSLDAPI

Regards

Suman

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

This can work with out setting the SLDAPICUST in R/3 also

Former Member
0 Kudos

Suman,

I have cases where ABAP proxies were working with out configuring SLDAPICUST.

But then this step is said to be required in the XI Config guide and do maintain it. We have maintained this transaction in all our Servers. I guess any updates in R/3 server to be updated in SLD requires this transaction to be maintained. Also when you run the transaction SLDCHECK a browser opens with SLD page. The host and port name of the SLD are taken from this transaction.

Regards,

Jaishankar

Former Member
0 Kudos

Hi Jai,

I guess any updates in R/3 server to be updated in SLD requires this transaction to be maintained

What type of Updates may be Update with respect to SAP R/3 into SLD

Regards

Suman

vijay_b4
Active Contributor
0 Kudos

Hi Suman,

SLDAPI transaction allows the communictaion between your integration engine and sld to get system details etc at the runtime.it's used to connect your system to the SLD (you can either connect R3 or XI or many other SAP systems)

if you are an ABAPer debug LCR_OWN_BUSINESS_SYSTEM...you will understand why and how it is used?

Check this blog for more info :

/people/michal.krawczyk2/blog/2005/03/10/registering-a-new-technical-system-in-sld--abap-based

Reward points if this helps

Regards

Pragathi.

Former Member
0 Kudos

HI SUMAN

we need to maintain SLD details in SLDAPICUST.

regards

chandrakanth

Former Member
0 Kudos

Heyy,

I Know that we can maintain the SLD details in SLDAPICUST.

But what Iam asking is Is it Necessary for My Proxies Concept???

With out maintaining SLDAPICUST , Can't we do proxies Successfully??

Regards

Former Member
0 Kudos

hey sumanth it is necessary

regards

chadrakanth

Former Member
0 Kudos

Ok ,

Can you please let us Know the role of SLDAPICUST in Proxies Communication??

Regards

Suman

Former Member
0 Kudos

To use proxies, we first need to establish a communication between XI and the R/3 systems. this is to be maintained in transaction SLDAPICUST....

regards

chandrakanth

Former Member
0 Kudos

hi suman

check the blog below

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

regards

chandrakanth

Former Member
0 Kudos

Hi,

yes,

you require connection to SLD when we the ABAP proxy generation or runtime. beacuse of this you need to provide the details in SLDAPICUST transaction.

Former Member
0 Kudos

Please provide the below details in 'SLDAPICUST'.

name,

check the primary SLD checkbox.

provide XI server host

port

userid:PIAPPLUSER and coreesponding password.

Former Member
0 Kudos

Hi,

If we want to get the connection between SLD & the Local Integration Engine( SAP Application system's Business system) means we have to maintain SLDAPICUST

I think this is not required for Proxies, No need to access the SLD data with in the Application System.

We need to access the SLD data in XI Server at the time of Runtime.So we have to maintain those 3 RFC's in XI Server.

i think it is enough to maintain the RFC Destination of Type H to the Integration Server.

This is inorder to get the IR Development into SPROXY

What you guys can tell regarding this

Regards

Suman

Former Member
0 Kudos