cancel
Showing results for 
Search instead for 
Did you mean: 

SAP FIORI - My Leave Request - Error

Former Member
0 Kudos

Dear all,

I have NW GW and ERP Backend on the same system (NW 7.40 EHP7)

I have configured NW GW and installed the 2 software components for Fiori app "My Leave Reuquest" without problems.

Also assigned the necessary roles to the user and assigned the user to the personnel id.

I am able to call the service

/sap/opu/odata/GBHCM/LEAVEREQUEST;v=2/?$format=xml

/sap/opu/odata/GBHCM/LEAVEREQUEST;v=2/$metadata

in NW Gateway Client (status code 200)

But i am not able to call any OData services for MY Leave Request, such as

/sap/opu/odata/GBHCM/LEAVEREQUEST;v=2/LeaveRequestCollection

I always get the error message:

..ERROR_INFOYour user might not be configured properly; contact your administrator.

Response status_code: 400

<?xml version="1.0" encoding="utf-8" ?>

- <error xmlns="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata">

<code>/GBHCM/ELR/006</code>

<message xml:lang="en">Your user might not be configured properly; contact your administrator.</message>

- <innererror>

<transactionid>530AD8B8BCBB302AE1000000AC1C9B6D</transactionid>

- <errordetails>

- <errordetail>
<code>/GBHCM/ELR/006</code>

<message>Your user might not be configured properly; contact your administrator.</message>

<propertyref />

<severity>error</severity>

</errordetail>

<errordetail>

<code>/IWBEP/CX_MGW_BUSI_EXCEPTION</code>

<message>No exception text available</message>

<propertyref />

<severity>error</severity>

</errordetail>

</errordetails>

</innererror>

</error>

Thanks for your help!

BR, René.

Tags edited by: Michael Appleby

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Everyone,

after assigning the role template /IWBEP/RT_MGW_USR it worked.

BR, René.

Answers (1)

Answers (1)

pankaj_bisht
Contributor
0 Kudos

Hi Rene,


Could you please check the Trusted RFC connection to the ERP system from the gateway.

In the RFC connection if the user is hardcoded it gives this error.

The current user checkbox should be ticket there. If this is not checked the connection to the ERP

always happen via the user maintained in the RFC connection.

Best Regards

Pankaj

Former Member
0 Kudos

Hi Pankaj,

the NW Gateway is embedded in the ERP System (same system, NW 7.4).

The RFC Connection works fine for other Odata Services I have implemented on my own.

I use the same RFC Connection for Fiori "My Leave Request" and I get always the error that my

user might not be configured properly.

BR, René.