cancel
Showing results for 
Search instead for 
Did you mean: 

Connection with Netweaver and ECC6 how to??

Former Member
0 Kudos

Hi SDNers

I am doing research at the possibilities of SAP Netweaver CE 7.1, I want to set up a small "Live Demo" where my netweaver is connected with my ECC6

For example, i made a process with some validations where i want to insert new employee data, like address Name, Last Name.

How can i connect with my ECC6 so that the data I fill in is saved in SAP, I don't have much experience with SAP, I know I need a web service to make the connection if I'm right, how can I make / generate the web service.

Can you give me some directions,

Thanks

Robin

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Robin,

at sender you can use Webservice or File or any source to provide data to PI..

lets take

Webservice -->SAP PI 7.1 -->ECC 6.0

At sender(Webservice ) you will use SOAP sender adapter and reciever (ECC 6.0) you can use either RFC(Remote function call) or ABAP Proxy..

to have communication between PI 7.1 and ECC6.0 you should have the following..

RFC Connections in SAP PI7.1

SAP ECC6.0 -ABAP connection User: IDOC_BASIS

INTEGRATION_DIRECTORY_HMI- HTTP connection to ABAP system - user: PIISUSER

INTEGRATION_SERVER - User: PIAPPLUSER

LCRSAPRFC- TCP/IP

RFC Connections in SAP ECC6.0

SAP PI7.1 - ABAP connection - PIAPPLUSER

INTEGRATION_SERVER- Http connection to ABAP system- user: PIAPPLUSER

Former Member
0 Kudos

Do you need a PI environment?

Is it possible to run Net weaver locally on a laptop and connect it with the Ecc6, i don't have much experience with SAP.

Answers (0)