cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Issue with BAPI_RESERVATION_CREATE1 – Reservation Not Visible in MB23

taher123
Explorer
0 Likes
246

Hello Experts,

I have created a reservation for a material using BAPI_RESERVATION_CREATE1, and I received a success message. However, when I check in MB23, the reservation is not appearing.

Has anyone faced this issue before? Do I need to commit the transaction explicitly or check for any missing parameters?

Any guidance would be appreciated!321.png

Thanks in advance

Accepted Solutions (0)

Answers (1)

Answers (1)

Chuma
Active Contributor
0 Likes

Hello @taher123 

Thank you for the information. Since you are using S/4HANA Public Cloud

MB23 isn’t available on Public Cloud. Use the Fiori apps, such as Manage Material Reservations (F7279), to create or view reservations.

BAPI_RESERVATION_CREATE1 is not a released API in Public Cloud (ABAP Cloud). Even if it returns success, it is not supported, and the document will not appear in the standard Fiori apps.

Alternative supported options.

  1. UI: Create/check reservations in Manage Material Reservations and related display/change apps.
  2. Integration and automation: Utilise the publicly available API for reservations, provided by the SAP API Business Accelerator Hub (A2X OData/REST). Access it through your extension (RAP/BTP Cloud SDK).)
  3. Auth check: Confirm your user has access to the Inventory Management business catalogues that include the reservation apps.

If you share the API you plan to call, I can provide a basic example payload, endpoint, and Cloud SDK snippet along with the exact Fiori app IDs.

With kind regards
Chuma