Interface ReservationDocumentService

All Superinterfaces:
BatchService<ReservationDocumentServiceBatch>
All Known Implementing Classes:
DefaultReservationDocumentService

@Deprecated public interface ReservationDocumentService extends BatchService<ReservationDocumentServiceBatch>
Deprecated.
The service and all its related classes are deprecated. Please use the odata generator to generate the VDM.

For example, a user might create a reservation for a material with some quantity and assign that reserved material to a cost center, a sales order or an asset. A reservation can also be created for a transfer posting from one plant to another. For an existing reservation, you can change the updatable fields of the items. The service also allows to delete existing reservation documents. It can be consumed by external systems and user interfaces..

Business Documentation

Reference: SAP Business Accelerator Hub

Details:

OData Service: API_RESERVATION_DOCUMENT_SRV
API Version: 1.0.0
Minimum ERP Version: 2302
Communication Scenario: Reservation Integration(SAP_COM_0112)
Scope Items: Core Inventory Management(BMC), Core Inventory Management(OMC)
Authentication Methods: x509
Business Object: Reservation Document
  • Field Details

  • Method Details

    • withServicePath

      @Nonnull ReservationDocumentService withServicePath(@Nonnull String servicePath)
      Deprecated.
      Overrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.
      Parameters:
      servicePath - Service path that will override the default.
      Returns:
      A new service instance with the specified service path.
    • getAllReservationDocumentHeader

      @Nonnull ReservationDocumentHeaderFluentHelper getAllReservationDocumentHeader()
      Deprecated.
      Fetch multiple ReservationDocumentHeader entities.
      Returns:
      A fluent helper to fetch multiple ReservationDocumentHeader entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getReservationDocumentHeaderByKey

      @Nonnull ReservationDocumentHeaderByKeyFluentHelper getReservationDocumentHeaderByKey(String reservation)
      Deprecated.
      Fetch a single ReservationDocumentHeader entity using key fields.
      Parameters:
      reservation - Number of reservation/dependent requirements

      Constraints: Not nullable, Maximum length: 10

      Returns:
      A fluent helper to fetch a single ReservationDocumentHeader entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • createReservationDocumentHeader

      @Nonnull ReservationDocumentHeaderCreateFluentHelper createReservationDocumentHeader(@Nonnull ReservationDocumentHeader reservationDocumentHeader)
      Deprecated.
      Create a new ReservationDocumentHeader entity and save it to the S/4HANA system.
      Parameters:
      reservationDocumentHeader - ReservationDocumentHeader entity object that will be created in the S/4HANA system.
      Returns:
      A fluent helper to create a new ReservationDocumentHeader entity. To perform execution, call the execute method on the fluent helper object.
    • deleteReservationDocumentHeader

      @Nonnull ReservationDocumentHeaderDeleteFluentHelper deleteReservationDocumentHeader(@Nonnull ReservationDocumentHeader reservationDocumentHeader)
      Deprecated.
      Deletes an existing ReservationDocumentHeader entity in the S/4HANA system.
      Parameters:
      reservationDocumentHeader - ReservationDocumentHeader entity object that will be deleted in the S/4HANA system.
      Returns:
      A fluent helper to delete an existing ReservationDocumentHeader entity. To perform execution, call the execute method on the fluent helper object.
    • getAllReservationDocumentItem

      @Nonnull ReservationDocumentItemFluentHelper getAllReservationDocumentItem()
      Deprecated.
      Fetch multiple ReservationDocumentItem entities.
      Returns:
      A fluent helper to fetch multiple ReservationDocumentItem entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getReservationDocumentItemByKey

      @Nonnull ReservationDocumentItemByKeyFluentHelper getReservationDocumentItemByKey(String reservation, String reservationItem, String recordType)
      Deprecated.
      Fetch a single ReservationDocumentItem entity using key fields.
      Parameters:
      reservationItem - Item Number of Reservation / Dependent Requirements

      Constraints: Not nullable, Maximum length: 4

      recordType - Record type

      Constraints: Not nullable, Maximum length: 1

      reservation - Number of reservation/dependent requirements

      Constraints: Not nullable, Maximum length: 10

      Returns:
      A fluent helper to fetch a single ReservationDocumentItem entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.