cancel
Showing results for 
Search instead for 
Did you mean: 

Central procurement hub - Manage purchase requisitions centrally app

Former Member
0 Kudos

Hi guys,

Currently we are implementing SAP CPH and facing an issue while creating a central purchase requisition.

Path we follow is :

Goto 'Manage purchase requisitions centrally' -> click on 'Create document' -> click on 'Create purchase requisition' -> Select the plant (for connected system) -> click on 'Create'.

This should open create purchase requisition advanced app in connected system , but instead we get the below error:

"/IWFND/MED/170No service found for namespace '', name '?SAP-CLIENT=200', version '0001'/SAP/%3Fsap-client=2000001 C681A885033C04F0E005ECE3EDE479D320200610115208.2619960For backend administrators: use ADT feed reader "SAP Gateway Error Log" or run transaction /IWFND/ERROR_LOG on SAP Gateway hub system and search for entries with the timestamp above for more detailsSee SAP Note 1797736 for error analysis (https://service.sap.com/sap/support/notes/1797736)"

Transaction: /IWFND/ERROR_LOG (Attached screenshot)error.jpg

Could you please help let me know what exactly is missing here?

Note:

1. We are using SAP standard guides to configure CPH scenarios.

2. We have already checked the note 1797736 as mentioned in error log, but found nothing relevant.

laurent_burtaire
Active Contributor
0 Kudos

Hello Somesh,

did you check SAP Gateway Front-End logs in /IWFND/ERROR_LOG transaction?

It seems OData service from Backend was not exposed to Front-End.

Regards.

Laurent.

Former Member
0 Kudos

Hi Laurent,

Yes, we did check it.

Actually the service name is missing in the error.If you refer the screenshot attached , usually we get the service name in the error log which is responsible for the error. But in this case its empty and that's why its impossible for us to track which service is throwing this error.

Thanks and regards,

Somesh

laurent_burtaire
Active Contributor
0 Kudos

Hello,

use DevTools of your Web Browser to know which OData service is called when you click on 'Create' button.

Then, based on its name, check if this service is correctly activated.

Regards.

Laurent.

Former Member
0 Kudos

Hi Laurent,

We checked with the dev tools too, there also we get the same error that we are getting in tcode /IWFND/ERROR_LOG. Hence unable to find the correct service name.

Kind regards,

Somesh

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

Hi Somesh,

I hope your system is S4HANA OP. Please setup the system as mentioned in sections 3.1 and 3.3 from this setup document.

Thanks & Regards,

Hasan.

Former Member
0 Kudos

Hi Hasan,

Yes we did setup as mentioned in the given sections in the setup document. But still facing the same issue.

Thanks and regards,

Somesh

0 Kudos

Hi Somesh,

Can you please the share the URL from the browser after click of create. If it is giving error pop up share the whole error message.

Thanks & Regards,

Hasan.

Former Member
0 Kudos

Hi Hasan,

The URL from the browser is :

https://<Host>:<port>/sap/bc/ui2/flp#ProcurementHubPRItem-createAdvanced?sap-system=S4X200&sap-ushel...

One more thing to note, create purchase order advanced app works fine in connected system , if opened in connected system itself.

Thanks and regards,

Somesh

0 Kudos

Hi Somesh,

Looks like you forgot to remove the link it is exposing your host when clicked.URL looks fine, I guess you are expecting fiori app to be opened when clicked on create. Actually, it will open the ME51N transaction in webgui, check if your system allows transactions to be loaded in webgui.

Thanks & Regards,

Hasan.