cancel
Showing results for 
Search instead for 
Did you mean: 

Issue While Configuring User Self Service in SAP NetWeaver Gateway

Former Member
0 Kudos

Hi Experts,

I am trying to configure User self service in my SAP Business Suite.

My system is SAP EHP6 FOR SAP ERP 6.0 and my SAP Gateway version is 200 SP 7.

I have followed the below URL for configuring the user self service request configuration.

User Self Service - SAP NetWeaver Gateway Foundation (SAP_GWFND) - SAP Library

User Self Service - SAP NetWeaver Gateway - SAP Library

The issue which I am facing now is when i try to open the service USERMANAGEMENT OR USERREQUESTMANAGENT the browser prompts for a user name password. Whatever username password I give the system is not allowing.

Please let me know how to take forward this issue(not sure if this is a issue) or please let me know if i have missed any settings.

Awaiting your response. I have to deliver this by next week

Regards,

Prithivi Raj

Accepted Solutions (0)

Answers (1)

Answers (1)

kammaje_cis
Active Contributor
0 Kudos

Prithivi,

Is there a single sign on setup for the Gateway?

I would suggest use Gateway Client and check if it is working there. Tcode: /IWFND/GW_CLIENT

Former Member
0 Kudos

Hi Krishna,

Thanks for your response.

As suggested I tried executing a POST and PUT request for the userrequestmanagement service. I am getting the below error. Can you please let me know what is the intended output?

Please let me know to resolve the error.

Regards,

Prithivi Raj

kammaje_cis
Active Contributor
0 Kudos

You may need to brush-up REST concepts little bit.

POST - Create a new entry (This would need request body, you seem to have it empty)

PUT - Update an entry (again request body required)

GET - Get entries/entry

You may refer to How to use Gateway Client here.

Former Member
0 Kudos

Hi Krishna,

Thanks for your blog. It has clear explanation about the GET,POST,GET etc terminologies.

In my case i.e for user self service what request body am i suppose to create and from where?

I have activated the two OData service USERMANAGEMENT and USERREQUESTMANAGEMENT.

Requesting you to help me on this.

Regards,

Prithivi Raj