Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

RFC connection problem

Former Member
0 Likes
1,776

Hello All,

We are setting up communication between R/3 4.7 and SCM 5.0 system for EWM (Extended warehouse management) with RFC connection and using IDocs to transfer data from one box to another box.

IDoc from R/3 to SCM system is working fine, we are able to complete the transactions in SCM system and after successful completion all transaction in SCM it should trigger Idoc for R/3 which is not happening.

It throws error as <b>"An RFC destination could not be specified for the logical system XXXCLNT123"</b>

We have checked SM59 (RFC connection), WE20 (Partner profile), WE21 ( IDoc port connection) it seems fine.

Interesting thing is we are able to get information about stock from R/3 system in SCM system which are correct information.

Can anyone give some idea if we are missing something to check?

Thanks & regards

Arif Mansuri

1 ACCEPTED SOLUTION
Read only

former_member194669
Active Contributor
0 Likes
1,061

Hi,

1. Logical system must be assigned to client

2. The logical system for the target system must exist and A RFC destiation must exist with the same name as the logical system.

3. Assign the RFC destination to the method calls for the logical systems (very important if the RFC destination name is not the same as the logical system)

aRs

4 REPLIES 4
Read only

former_member194669
Active Contributor
0 Likes
1,062

Hi,

1. Logical system must be assigned to client

2. The logical system for the target system must exist and A RFC destiation must exist with the same name as the logical system.

3. Assign the RFC destination to the method calls for the logical systems (very important if the RFC destination name is not the same as the logical system)

aRs

Read only

0 Likes
1,061

Hello aRs,

Thanks for the info. we have checked these points, its already there same as you mentioned.

as I mentioned, interesting thin is we are able to get information from R/3 system for stock figures so connection seems OK, but still getting error for connection and not triggeing Idoc

Regards

Arif Mansuri

Read only

0 Likes
1,061

This is resolved. The RFC destinaton for BAPIs in partner profile was missing.

Thanks.

Read only

0 Likes
1,061

Hi Team,

We have the same problem , which was mentioned above. Please let us know, which Message type need to be used for sending the stock information to ERP after Delivery completion

The following Process we followed

PO Creation---ERP

Inbound delivery-ERP

Inbound Delivery Process-EWM

WareHouse Task-EWM

Unloading-EWM

WareHouse Task/WareHouse Order Confirmation-EWM

Once the WT/WO is confirmed , Goods receipt status is updated automatically and "Post Processing Framwork (PPF) status shows with RED and error message says."An RFC destination could not be specified for the logical system E6SCLNT900"

Here I have one doubt, We have maintained client names as A0000039 (for EWM,but original client name is SC7CLNT100 ) and E6SCLNT900 ( for ERP , original client name also E6SCLNT900)

Will there be any issue with A0000039?(because we did not maintained as per the original client name ie SC7CLNT100)

Thank you for your help

Thank you