cancel
Showing results for 
Search instead for 
Did you mean: 

S/4 1809 SelfServiceProcurement [SSP] - OCI catalog not visible in App "Create Purchase Requisition"

klaus_wegener2
Explorer
0 Kudos

Dear S/4 experts,

I have a question for a fresh installed S/4 1809 in context of Self-Service-Procurement (SSP) = App "Create Purchase Requisition".

We configured via PPOMA transaction for Business-Users (BusinessPartner linked with SU01 user) the "CATALOG" attribute.

Problem: The catalog does not appear in the FIORI App for "Create Requisition".

The catalog contains a technical ID, the call structure and the respective text translation.

We debugged up to following SAP include (there the problem occurs): CL_MMPUR_READ_ORG_DATA========CM002:


There is an IF-ELSE and the final call

CALL FUNCTION 'RH_OM_ATTRIBUTES_READ' EXPORTING otype = 'BP' objid = ls_employee-employeeinternalid scenario = 'SSP' CHANGING attrib = lt_attrib EXCEPTIONS

* The system enters in our system the ELSE-statement.
* The system determines an employee ID into variable @lv_empinternalid
* The system calls the FM RH_OM_ATTRIBUTES_READ (wich checks the PPOMA).

Problem: The system creates an exception (catched by CX_ROOT), when calling the function module.
Calling the function module in ABAP manually with the runtime data, the FM returns corret PPOMA attribute data.

It seems, that the data type of "ls_employee-employeeinternalid" is not fitting.

I don't find any OSS Notes regarding that problem.

Does anybody configured successfully an OCI catalog in S/4 SSP which appears in "Create Requisition" ? Can you maybe check, if the call to the function module is running in your installation?

We have the latest support packs. No modification to standard.
Thanks in advance

Klaus Wegener

former_member644335
Discoverer
0 Kudos

Good Day

Any solution to this one? I am facing the same issue. Config Cookbook does not show call structure for internal catalogues.

Accepted Solutions (0)

Answers (2)

Answers (2)

siowfong_chen
Contributor
0 Kudos

Hi Klaus, did you manage to get the internal catalog working? Are you able to share a sample of the call structure you set for the catalog?

0 Kudos

Hi Klaus, check to implement this SAP Note and let me know if it is applicable and if it resolves that problem for your system: 2772850 - Catalog not loaded in Create Purchase Requisition in 1809