cancel
Showing results for 
Search instead for 
Did you mean: 

RFC Sender from diffrent clients

Former Member
0 Kudos

Hi

we have 2 clients in our production system

client 400 and client 410

I am using the RFC->XI->WS scenario

the problem is that im using single RFC between the R/3 and XI

so when we run the program in R/3 it comes every time from diffrent Business System

any way to solve this ?

thx,Shai

Accepted Solutions (1)

Accepted Solutions (1)

STALANKI
Active Contributor
0 Kudos

Can you check the business system client details in SLD and also in integration directory adapter specific identifiers?

I guess problem might be there.

Former Member
0 Kudos

SLD Check I run from R/3 returned error on LCR_BUSINESS_SYSTEM error ill try doing again

Answers (3)

Answers (3)

Former Member
0 Kudos

2 rfcs

STALANKI
Active Contributor
0 Kudos

Try checking the business system clients in the SLD.And also check SLDAPICUST.

Former Member
0 Kudos

still it doesnt work

can I use only 1 communication channel for 2 sender agreements ?

I think it might solve the problem

moorthy
Active Contributor
0 Kudos

Hi,

You can not use one Communication channel for the sender agreement, if the Sender Interfaces are same.

So create 2 sender agreements and use 2 channels , and check RFC adapter configuration parameters ..

Also check the associated Business Systems ..does it point to appropriate SAP systems ?

Regards,

Moorthy

Former Member
0 Kudos

Yes , i have checked it and it works correctly

I think the only solution is 2 use 2 RFC ( one from client 400 and one from clint 410)

the ABAP Report will call the right 1

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

that's the idea - that different clients used different BS

what do you want to solve?

Regards,

michal

-


<a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>

Former Member
0 Kudos

Michal

u didnt understand me correctly

when u run the application from client in 410

it works in the first time ( in XI u see call from 410 client )

in second time it doesnt work ( in XI u see call from 400 client ) even tough I run the program in the 410 client

in the third time it works and etc..

it should be only be seen from client 410!!

im not using client 400 yet

MichalKrawczyk
Active Contributor
0 Kudos

hi,

there's a simple solution that usually works with RFC adapters -

change them to ABAP proxy calls if you can and you will save

yourself a lot of troubles in the future

Regards,

michal

-


<a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>