cancel
Showing results for 
Search instead for 
Did you mean: 

NW04s(PI7.0) Integration to R3

Former Member
0 Kudos

Hi Experts,

I have installed NW04s(PI7.0) but know i would like to Integrate it with R3 4.7ee 1.10.

so can any one send me the integration steps.

I would also like to know that can we integrate Unicode and Non-Unicode systems.

Thanks in Advance

Right procedure and effective help will be Appreciated and rewarded with points

regards

Ken

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi;

To integrate you Xi system to R/3 system follow these steps

SAP XI

1) RFC Destination (SM59)

a) Choose create.

b) Specify the name of the RFC destination

c) Select connection type as 3 and save

d) In the technical settings tab enter the details SAP SID/URL and system number#.

e) Enter the Gateway host as same details above SID/URL.

f) Gateway service is 3300+system number#.

g) In the Logon /Security tab, enter the client user & Password details of Destination system.

h) Test the connection and remote logon.

2) Create Port (IDX1)

a) Select create new button

b) Enter the port name as SAP+SID (The starting char should be SAP)

c) Enter the destination client.

d) Enter the RFC Destination created in SAP R/3 towards other system.

e) Save

3) Load Meta Data for IDOC (IDX2)

a) Create new

b) IDOC Message Type

c) Enter port created in IDX1.

SAP R/3

1) RFC Destination (SM59)

a) Choose create.

b) Specify the name of the RFC destination

c) Select connection type as 3 and save

d) In the technical settings tab enter the details SAP SID/URL and system number#.

e) Enter the Gateway host as same details above SID/URL.

f) Gateway service is 3300+system number#.

g) In the Logon /Security tab, enter the client user & Password details of Destination system.

h) Test the connection and remote logon.

2) Create Port (We21)

a) First Select Transactional RFC and then click create button

b) Enter the destination port name as SAP+SID (The starting char should be SAP)

c) Enter the destination client.

d) Enter the RFC Destination created in SAP R/3 towards other system.

e) Save

3) Create Partner Profile (WE20)

a) Create New

b) Create the Partner no. name as same the logical system name of the destination system.

c) Select Partner type LS

d) Enter details for Type: US/USER, Agent, and Lang.

e) Click on the + button to select the message type.

f) Select Partner no. and LS which ever create above.

g) Select Message type

h) Select Process code related to the Message type.

I) save.

In SLD – System Landscape Directory

TS for R/3 (Logical system):-Assign the client name created in R/3 as Logical system Name.

Ts for Third Party (Logical system):-

BS for SAP R/3 (Logical system):- Assign the client name created in R/3 as Logical system Name.

BS for Third Party (Logical system):-Enter the XI logical system name.

In Transaction SALE

Define and Assign the logical system name.

Mudit

Former Member
0 Kudos

Hi Guys

Thanks for the response

I have created RFC with connection type 3 in my R3 system which is non-unicode

in TargetHost=Myhost

SysNo=00

GateWayHost=Myhost

GatewayService=3300(I have tried with sapgw00 also)

In logonSecurity Tab

Client=200

User=username(I have verified couple of times by loging in to the server with this user)

pwd=xxxxx

When i test the connection but it gives me the positive response

when i click on remote logon button it just opens the page of my P1 server and asking to give username and pwd.

When i go to menu test---->Authorization it gives me the message as

Name or Password is Incorrect(repeat logon)

I have checked user is not locked and the password is correct

Thanks in Advance

regards

Ken

Former Member
0 Kudos

I have the same issue with the RFC comnnection when the difference is unicode to non-unicode. The remote login prompts for a username and password when it shouldn't since the entries are already in the connection details.

Have you found the soultion.

thnks

Former Member
0 Kudos

hi,

give password in numeric only.then try

regards

ajai

Former Member
0 Kudos

Found the solution to my prob... unicode to non-unicode is case sensitive, the unicode system considers all passwords are in uppercase in a non-unicode system. so in sm59 login details I have set the userid, password in uppercase.

Answers (3)

Answers (3)

Former Member
0 Kudos

hi George,

Q2)How to trigger an idoc from R3 system?

>>>>

Sent/Receive IDOC:

you need to do the following:

In XI

SM59 - R3 connection pointing to R3

IDX1 - define the port with the above dest.

In R3

SM59 - R3 connection pointing to XI

WE21 - define the port with the above dest.

WE20 - Partner profile type outbound/Inbound

Further ref:

https://www.sdn.sap.com/irj/sdn/wiki?path=/display/xi/sapR3%28Idocs%29ToXI--Steps+Summarized&

Configuration steps required for posting idoc's(XI) -

/people/ravikumar.allampallam/blog/2005/02/23/configuration-steps-required-for-posting-idocsxi

ALE configuration for pushing idocs from SAP to XI -

/people/swaroopa.vishwanath/blog/2007/01/22/ale-configuration-for-pushing-idocs-from-sap-to-xi

Q3)From where can i know the idoc no i.e is created in a file to idoc scenarion?

>>>

WE02 in R3

regards

Naveen

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

if you want to use IDOCs have a look at step by steps guides

with screenshots from my book:

<a href="/people/michal.krawczyk2/blog/2006/10/11/xi-new-book-mastering-idoc-business-scenarios-with-sap-xi"><b>Mastering IDoc Business Scenarios with SAP XI</b></a>

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>

prabhu_s2
Active Contributor
0 Kudos

Ken

Integration of PI7 with R3 system could be done suing proxy, idoc, bapi and rfc calls. the integration scenario totaly depends on the business process. if u wud like to have integration activated between pi7 and r3 for processing sales order information u can do it by idoc/proxy or even bapi's. and yes u wud be able to integrate unicode aswell as non-unicode systems. there are couple of blogs readily avaiable over sdn that shows the integration steps. and also the vital part of integrating pi7 and r3 is to set up RFC connectivity.