cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP proxy to SOAP

sukumar_perumalsamy
Participant
0 Kudos

Dear All,

I have scenario ABAP proxy to SOAP. when i am executing the program in ECC its promoting user name and pass word for delivering data to PI server.

can you provide solution how to send the data without entring user name and pass word.

Regards

Sukumar

Accepted Solutions (1)

Accepted Solutions (1)

former_member184681
Active Contributor
0 Kudos

Hi,

Follow the steps below to solve the problem:

1. Go to transaction SXMB_ADM (in the sender system) and choose "Integration Engine Configuration".

2. Check and copy/remember the value of "Corresponding Integ. Server" (the part after "dest://")

3. Go to transaction sm59 and find the destination named exactly as the "Corresponding Integ. Server", of type H (HTTP Connections to ABAP System) - in my example it would be "XI_INTEGRATIONSERVER".

4. Provide the username and password in the RFC destination details, save and test your scenario again. It will no longer ask to provide user credentials with every connection.

Regards,

Greg

Answers (3)

Answers (3)

sukumar_perumalsamy
Participant
0 Kudos

Thanks all i have done the configuration as mentioned by

Grzegorz Glowacki

Regards

Sukumar

Former Member
0 Kudos

Hello,

     Please check the below link. It has all you need.

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/70066f78-7794-2c10-2e8c-cb967cef4...

Thanks & Regards,

Samir

Former Member
0 Kudos

Hi,

You need to maintain the HTTP Connection in SM59 Transaction, as follow:

On the Logon/Security tab page, enter the following logon data:

  • User: XIAPPLUSER (for example); this user should represent the sending business system.
  • Password: the password you have specified for this user
  • Client: SAP XI Integration server
  • Language: Language required
sukumar_perumalsamy
Participant
0 Kudos

Dear Simone,

i need to create it in ECC as XIAPPLUSER ? but we are in PI7.3 so i need to create

PIAPPLUSER please confirm

Regards

Sukumar

Former Member
0 Kudos

No, You need to create on PI system a copy of user PIAPPLUSER

(The user PIAPPLUSER is created during installation with the role SAP_XI_APPL_SERV_USER. The user PCKRECEIVER is created during installation of the PCK with the security role xi_af_receiver. Both users can be used for testing purposes. However, we strongly recommend that you create separate messaging users with the corresponding role representing individual business systems in a productive environment)

Then, set a Password for this User

In ECC System go to the HTTP Connection (in sm59 transaction) related to the connection between ECC & PI (that use for Abap Proxy connection) and maintain this details in the Logon Tab (User that you've created as written above & Password).