Interface CustomerReturnService

All Superinterfaces:
BatchService<CustomerReturnServiceBatch>
All Known Implementing Classes:
DefaultCustomerReturnService

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

You can use this service to integrate external applications with customer return processing in SAP S/4HANA Cloud. In every API call, you can make use of the following operations: - You can retrieve customer returns. Apply any of the filters provided or retrieve all existing data. - You can create customer returns. Note that you must use “deep insert” requests (a header plus the following entities: header partner, header pricing element, item, item partner, and item pricing element). You cannot create entities without including any related entities. - For existing customer returns, you can create new items. Note that you must use “deep insert” requests (with the following entities: item partner and item pricing element). You cannot create entities without including any related entities. - For existing customer returns, you can update the header, header partner, header pricing element, item, item partner, and item pricing element. - For existing customer returns, you can delete the header, header partner, header pricing element, item, item partner, and item pricing element..

Business Documentation

Reference: SAP Business Accelerator Hub

Details:

OData Service: API_CUSTOMER_RETURN_SRV
API Version: 1.1.0
Minimum ERP Version: 2302
Communication Scenario: Customer Return Integration(SAP_COM_0157)
Scope Items: Customer Consignment(1IU), Customer Returns with Direct Shipment from Customer to Supplier(1Z3), Customer Returns(BKP)
Authentication Methods: x509
Business Object: Customer Return
  • Field Details

  • Method Details

    • withServicePath

      @Nonnull CustomerReturnService 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.
    • getAllCustomerReturn

      @Nonnull CustomerReturnFluentHelper getAllCustomerReturn()
      Deprecated.
      Fetch multiple CustomerReturn entities.
      Returns:
      A fluent helper to fetch multiple CustomerReturn 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.
    • getCustomerReturnByKey

      @Nonnull CustomerReturnByKeyFluentHelper getCustomerReturnByKey(String customerReturn)
      Deprecated.
      Fetch a single CustomerReturn entity using key fields.
      Parameters:
      customerReturn - Customer Return

      Constraints: Not nullable, Maximum length: 10

      Returns:
      A fluent helper to fetch a single CustomerReturn 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.
    • createCustomerReturn

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

      @Nonnull CustomerReturnUpdateFluentHelper updateCustomerReturn(@Nonnull CustomerReturn customerReturn)
      Deprecated.
      Update an existing CustomerReturn entity and save it to the S/4HANA system.
      Parameters:
      customerReturn - CustomerReturn entity object that will be updated in the S/4HANA system.
      Returns:
      A fluent helper to update an existing CustomerReturn entity. To perform execution, call the execute method on the fluent helper object.
    • deleteCustomerReturn

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

      @Nonnull CustomerReturnItemFluentHelper getAllCustomerReturnItem()
      Deprecated.
      Fetch multiple CustomerReturnItem entities.
      Returns:
      A fluent helper to fetch multiple CustomerReturnItem 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.
    • getCustomerReturnItemByKey

      @Nonnull CustomerReturnItemByKeyFluentHelper getCustomerReturnItemByKey(String customerReturn, String customerReturnItem)
      Deprecated.
      Fetch a single CustomerReturnItem entity using key fields.
      Parameters:
      customerReturnItem - Customer Return Item

      Constraints: Not nullable, Maximum length: 6

      customerReturn - Customer Return

      Constraints: Not nullable, Maximum length: 10

      Returns:
      A fluent helper to fetch a single CustomerReturnItem 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.
    • createCustomerReturnItem

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

      @Nonnull CustomerReturnItemUpdateFluentHelper updateCustomerReturnItem(@Nonnull CustomerReturnItem customerReturnItem)
      Deprecated.
      Update an existing CustomerReturnItem entity and save it to the S/4HANA system.
      Parameters:
      customerReturnItem - CustomerReturnItem entity object that will be updated in the S/4HANA system.
      Returns:
      A fluent helper to update an existing CustomerReturnItem entity. To perform execution, call the execute method on the fluent helper object.
    • deleteCustomerReturnItem

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

      @Nonnull CustomerReturnItemPartnerFluentHelper getAllCustomerReturnItemPartner()
      Deprecated.
      Fetch multiple CustomerReturnItemPartner entities.
      Returns:
      A fluent helper to fetch multiple CustomerReturnItemPartner 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.
    • getCustomerReturnItemPartnerByKey

      @Nonnull CustomerReturnItemPartnerByKeyFluentHelper getCustomerReturnItemPartnerByKey(String customerReturn, String customerReturnItem, String partnerFunction)
      Deprecated.
      Fetch a single CustomerReturnItemPartner entity using key fields.
      Parameters:
      partnerFunction - Partner Function

      Constraints: Not nullable, Maximum length: 2

      customerReturnItem - Item number of the SD document

      Constraints: Not nullable, Maximum length: 6

      customerReturn - Sales and Distribution Document Number

      Constraints: Not nullable, Maximum length: 10

      Returns:
      A fluent helper to fetch a single CustomerReturnItemPartner 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.
    • updateCustomerReturnItemPartner

      @Nonnull CustomerReturnItemPartnerUpdateFluentHelper updateCustomerReturnItemPartner(@Nonnull CustomerReturnItemPartner customerReturnItemPartner)
      Deprecated.
      Update an existing CustomerReturnItemPartner entity and save it to the S/4HANA system.
      Parameters:
      customerReturnItemPartner - CustomerReturnItemPartner entity object that will be updated in the S/4HANA system.
      Returns:
      A fluent helper to update an existing CustomerReturnItemPartner entity. To perform execution, call the execute method on the fluent helper object.
    • deleteCustomerReturnItemPartner

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

      @Nonnull CustomerReturnItemPrcgElmntFluentHelper getAllCustomerReturnItemPrcgElmnt()
      Deprecated.
      Fetch multiple CustomerReturnItemPrcgElmnt entities.
      Returns:
      A fluent helper to fetch multiple CustomerReturnItemPrcgElmnt 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.
    • getCustomerReturnItemPrcgElmntByKey

      @Nonnull CustomerReturnItemPrcgElmntByKeyFluentHelper getCustomerReturnItemPrcgElmntByKey(String customerReturn, String customerReturnItem, String pricingProcedureStep, String pricingProcedureCounter)
      Deprecated.
      Fetch a single CustomerReturnItemPrcgElmnt entity using key fields.
      Parameters:
      customerReturnItem - Condition item number

      Constraints: Not nullable, Maximum length: 6

      pricingProcedureCounter - Condition Counter

      Constraints: Not nullable, Maximum length: 3

      customerReturn - Sales Document

      Constraints: Not nullable, Maximum length: 10

      pricingProcedureStep - Step Number

      Constraints: Not nullable, Maximum length: 3

      Returns:
      A fluent helper to fetch a single CustomerReturnItemPrcgElmnt 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.
    • updateCustomerReturnItemPrcgElmnt

      @Nonnull CustomerReturnItemPrcgElmntUpdateFluentHelper updateCustomerReturnItemPrcgElmnt(@Nonnull CustomerReturnItemPrcgElmnt customerReturnItemPrcgElmnt)
      Deprecated.
      Update an existing CustomerReturnItemPrcgElmnt entity and save it to the S/4HANA system.
      Parameters:
      customerReturnItemPrcgElmnt - CustomerReturnItemPrcgElmnt entity object that will be updated in the S/4HANA system.
      Returns:
      A fluent helper to update an existing CustomerReturnItemPrcgElmnt entity. To perform execution, call the execute method on the fluent helper object.
    • deleteCustomerReturnItemPrcgElmnt

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

      @Nonnull CustomerReturnItemRelatedObjFluentHelper getAllCustomerReturnItemRelatedObj()
      Deprecated.
      Fetch multiple CustomerReturnItemRelatedObj entities.
      Returns:
      A fluent helper to fetch multiple CustomerReturnItemRelatedObj 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.
    • getCustomerReturnItemRelatedObjByKey

      @Nonnull CustomerReturnItemRelatedObjByKeyFluentHelper getCustomerReturnItemRelatedObjByKey(String customerReturn, String customerReturnItem, String sDDocRelatedObjectSequenceNmbr)
      Deprecated.
      Fetch a single CustomerReturnItemRelatedObj entity using key fields.
      Parameters:
      customerReturnItem - Sales Order Item

      Constraints: Not nullable, Maximum length: 6

      sDDocRelatedObjectSequenceNmbr - Sequence Number of the Related Object of an SD Document

      Constraints: Not nullable, Maximum length: 4

      customerReturn - Sales Order

      Constraints: Not nullable, Maximum length: 10

      Returns:
      A fluent helper to fetch a single CustomerReturnItemRelatedObj 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.
    • createCustomerReturnItemRelatedObj

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

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

      @Nonnull CustomerReturnItemTextFluentHelper getAllCustomerReturnItemText()
      Deprecated.
      Fetch multiple CustomerReturnItemText entities.
      Returns:
      A fluent helper to fetch multiple CustomerReturnItemText 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.
    • getCustomerReturnItemTextByKey

      @Nonnull CustomerReturnItemTextByKeyFluentHelper getCustomerReturnItemTextByKey(String customerReturn, String customerReturnItem, String language, String longTextID)
      Deprecated.
      Fetch a single CustomerReturnItemText entity using key fields.
      Parameters:
      customerReturnItem - Customer Return Item

      Constraints: Not nullable, Maximum length: 6

      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      longTextID - Text ID

      Constraints: Not nullable, Maximum length: 4

      customerReturn - Customer Return

      Constraints: Not nullable, Maximum length: 10

      Returns:
      A fluent helper to fetch a single CustomerReturnItemText 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.
    • updateCustomerReturnItemText

      @Nonnull CustomerReturnItemTextUpdateFluentHelper updateCustomerReturnItemText(@Nonnull CustomerReturnItemText customerReturnItemText)
      Deprecated.
      Update an existing CustomerReturnItemText entity and save it to the S/4HANA system.
      Parameters:
      customerReturnItemText - CustomerReturnItemText entity object that will be updated in the S/4HANA system.
      Returns:
      A fluent helper to update an existing CustomerReturnItemText entity. To perform execution, call the execute method on the fluent helper object.
    • deleteCustomerReturnItemText

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

      @Nonnull CustomerReturnOverviewStatusFluentHelper getAllCustomerReturnOverviewStatus()
      Deprecated.
      Fetch multiple CustomerReturnOverviewStatus entities.
      Returns:
      A fluent helper to fetch multiple CustomerReturnOverviewStatus 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.
    • getCustomerReturnOverviewStatusByKey

      @Nonnull CustomerReturnOverviewStatusByKeyFluentHelper getCustomerReturnOverviewStatusByKey(String retsMgmtProcess)
      Deprecated.
      Fetch a single CustomerReturnOverviewStatus entity using key fields.
      Parameters:
      retsMgmtProcess - Process Identification Number

      Constraints: Not nullable, Maximum length: 10

      Returns:
      A fluent helper to fetch a single CustomerReturnOverviewStatus 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.
    • getAllCustomerReturnPartner

      @Nonnull CustomerReturnPartnerFluentHelper getAllCustomerReturnPartner()
      Deprecated.
      Fetch multiple CustomerReturnPartner entities.
      Returns:
      A fluent helper to fetch multiple CustomerReturnPartner 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.
    • getCustomerReturnPartnerByKey

      @Nonnull CustomerReturnPartnerByKeyFluentHelper getCustomerReturnPartnerByKey(String customerReturn, String partnerFunction)
      Deprecated.
      Fetch a single CustomerReturnPartner entity using key fields.
      Parameters:
      partnerFunction - Partner Function

      Constraints: Not nullable, Maximum length: 2

      customerReturn - Sales and Distribution Document Number

      Constraints: Not nullable, Maximum length: 10

      Returns:
      A fluent helper to fetch a single CustomerReturnPartner 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.
    • updateCustomerReturnPartner

      @Nonnull CustomerReturnPartnerUpdateFluentHelper updateCustomerReturnPartner(@Nonnull CustomerReturnPartner customerReturnPartner)
      Deprecated.
      Update an existing CustomerReturnPartner entity and save it to the S/4HANA system.
      Parameters:
      customerReturnPartner - CustomerReturnPartner entity object that will be updated in the S/4HANA system.
      Returns:
      A fluent helper to update an existing CustomerReturnPartner entity. To perform execution, call the execute method on the fluent helper object.
    • deleteCustomerReturnPartner

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

      @Nonnull CustomerReturnPrcgElmntFluentHelper getAllCustomerReturnPrcgElmnt()
      Deprecated.
      Fetch multiple CustomerReturnPrcgElmnt entities.
      Returns:
      A fluent helper to fetch multiple CustomerReturnPrcgElmnt 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.
    • getCustomerReturnPrcgElmntByKey

      @Nonnull CustomerReturnPrcgElmntByKeyFluentHelper getCustomerReturnPrcgElmntByKey(String customerReturn, String pricingProcedureStep, String pricingProcedureCounter)
      Deprecated.
      Fetch a single CustomerReturnPrcgElmnt entity using key fields.
      Parameters:
      pricingProcedureCounter - Condition Counter

      Constraints: Not nullable, Maximum length: 3

      customerReturn - Sales Document

      Constraints: Not nullable, Maximum length: 10

      pricingProcedureStep - Step Number

      Constraints: Not nullable, Maximum length: 3

      Returns:
      A fluent helper to fetch a single CustomerReturnPrcgElmnt 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.
    • updateCustomerReturnPrcgElmnt

      @Nonnull CustomerReturnPrcgElmntUpdateFluentHelper updateCustomerReturnPrcgElmnt(@Nonnull CustomerReturnPrcgElmnt customerReturnPrcgElmnt)
      Deprecated.
      Update an existing CustomerReturnPrcgElmnt entity and save it to the S/4HANA system.
      Parameters:
      customerReturnPrcgElmnt - CustomerReturnPrcgElmnt entity object that will be updated in the S/4HANA system.
      Returns:
      A fluent helper to update an existing CustomerReturnPrcgElmnt entity. To perform execution, call the execute method on the fluent helper object.
    • deleteCustomerReturnPrcgElmnt

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

      @Nonnull CustomerReturnProcessStepFluentHelper getAllCustomerReturnProcessStep()
      Deprecated.
      Fetch multiple CustomerReturnProcessStep entities.
      Returns:
      A fluent helper to fetch multiple CustomerReturnProcessStep 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.
    • getCustomerReturnProcessStepByKey

      @Nonnull CustomerReturnProcessStepByKeyFluentHelper getCustomerReturnProcessStepByKey(String retsMgmtProcess, String retsMgmtProcessItem, String retsMgmtProcItmQtySplit, String retsMgmtProcessStep, String returnsDocumentType, String returnsDocument, String returnsDocumentItem)
      Deprecated.
      Fetch a single CustomerReturnProcessStep entity using key fields.
      Parameters:
      returnsDocumentType - Document Type

      Constraints: Not nullable, Maximum length: 2

      retsMgmtProcessStep - Step ID

      Constraints: Not nullable, Maximum length: 4

      returnsDocumentItem - Document Item

      Constraints: Not nullable, Maximum length: 10

      retsMgmtProcess - Process Identification Number

      Constraints: Not nullable, Maximum length: 10

      retsMgmtProcessItem - Item Number

      Constraints: Not nullable, Maximum length: 6

      retsMgmtProcItmQtySplit - Split Identification Number

      Constraints: Not nullable, Maximum length: 3

      returnsDocument - Document Number

      Constraints: Not nullable, Maximum length: 30

      Returns:
      A fluent helper to fetch a single CustomerReturnProcessStep 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.
    • getAllCustomerReturnRelatedObject

      @Nonnull CustomerReturnRelatedObjectFluentHelper getAllCustomerReturnRelatedObject()
      Deprecated.
      Fetch multiple CustomerReturnRelatedObject entities.
      Returns:
      A fluent helper to fetch multiple CustomerReturnRelatedObject 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.
    • getCustomerReturnRelatedObjectByKey

      @Nonnull CustomerReturnRelatedObjectByKeyFluentHelper getCustomerReturnRelatedObjectByKey(String customerReturn, String sDDocRelatedObjectSequenceNmbr)
      Deprecated.
      Fetch a single CustomerReturnRelatedObject entity using key fields.
      Parameters:
      sDDocRelatedObjectSequenceNmbr - Sequence Number of the Related Object of an SD Document

      Constraints: Not nullable, Maximum length: 4

      customerReturn - Sales Order

      Constraints: Not nullable, Maximum length: 10

      Returns:
      A fluent helper to fetch a single CustomerReturnRelatedObject 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.
    • createCustomerReturnRelatedObject

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

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

      @Nonnull CustomerReturnScheduleLineFluentHelper getAllCustomerReturnScheduleLine()
      Deprecated.
      Fetch multiple CustomerReturnScheduleLine entities.
      Returns:
      A fluent helper to fetch multiple CustomerReturnScheduleLine 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.
    • getCustomerReturnScheduleLineByKey

      @Nonnull CustomerReturnScheduleLineByKeyFluentHelper getCustomerReturnScheduleLineByKey(String customerReturn, String customerReturnItem, String scheduleLine)
      Deprecated.
      Fetch a single CustomerReturnScheduleLine entity using key fields.
      Parameters:
      customerReturnItem - Sales Document Item

      Constraints: Not nullable, Maximum length: 6

      scheduleLine - Schedule Line Number

      Constraints: Not nullable, Maximum length: 4

      customerReturn - Sales Document

      Constraints: Not nullable, Maximum length: 10

      Returns:
      A fluent helper to fetch a single CustomerReturnScheduleLine 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.
    • getAllCustomerReturnSerialNumber

      @Nonnull CustomerReturnSerialNumberFluentHelper getAllCustomerReturnSerialNumber()
      Deprecated.
      Fetch multiple CustomerReturnSerialNumber entities.
      Returns:
      A fluent helper to fetch multiple CustomerReturnSerialNumber 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.
    • getCustomerReturnSerialNumberByKey

      @Nonnull CustomerReturnSerialNumberByKeyFluentHelper getCustomerReturnSerialNumberByKey(String customerReturn, String customerReturnItem, String serialNumber)
      Deprecated.
      Fetch a single CustomerReturnSerialNumber entity using key fields.
      Parameters:
      customerReturnItem - Sales Document Item

      Constraints: Not nullable, Maximum length: 6

      serialNumber - Serial Number

      Constraints: Not nullable, Maximum length: 18

      customerReturn - Sales Document

      Constraints: Not nullable, Maximum length: 10

      Returns:
      A fluent helper to fetch a single CustomerReturnSerialNumber 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.
    • getAllCustomerReturnText

      @Nonnull CustomerReturnTextFluentHelper getAllCustomerReturnText()
      Deprecated.
      Fetch multiple CustomerReturnText entities.
      Returns:
      A fluent helper to fetch multiple CustomerReturnText 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.
    • getCustomerReturnTextByKey

      @Nonnull CustomerReturnTextByKeyFluentHelper getCustomerReturnTextByKey(String customerReturn, String language, String longTextID)
      Deprecated.
      Fetch a single CustomerReturnText entity using key fields.
      Parameters:
      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      longTextID - Text ID

      Constraints: Not nullable, Maximum length: 4

      customerReturn - Customer Return

      Constraints: Not nullable, Maximum length: 10

      Returns:
      A fluent helper to fetch a single CustomerReturnText 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.
    • updateCustomerReturnText

      @Nonnull CustomerReturnTextUpdateFluentHelper updateCustomerReturnText(@Nonnull CustomerReturnText customerReturnText)
      Deprecated.
      Update an existing CustomerReturnText entity and save it to the S/4HANA system.
      Parameters:
      customerReturnText - CustomerReturnText entity object that will be updated in the S/4HANA system.
      Returns:
      A fluent helper to update an existing CustomerReturnText entity. To perform execution, call the execute method on the fluent helper object.
    • deleteCustomerReturnText

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

      @Nonnull RejectApprovalRequestFluentHelper rejectApprovalRequest(@Nonnull String customerReturn)
      Deprecated.

      Creates a fluent helper for the rejectApprovalRequest OData function import.

      Parameters:
      customerReturn - Constraints: Not nullable, Maximum length: 11

      Original parameter name from the Odata EDM: CustomerReturn

      Returns:
      A fluent helper object that will execute the rejectApprovalRequest OData function import with the provided parameters. To perform execution, call the execute method on the fluent helper object.
    • releaseApprovalRequest

      @Nonnull ReleaseApprovalRequestFluentHelper releaseApprovalRequest(@Nonnull String customerReturn)
      Deprecated.

      Creates a fluent helper for the releaseApprovalRequest OData function import.

      Parameters:
      customerReturn - Constraints: Not nullable, Maximum length: 11

      Original parameter name from the Odata EDM: CustomerReturn

      Returns:
      A fluent helper object that will execute the releaseApprovalRequest OData function import with the provided parameters. To perform execution, call the execute method on the fluent helper object.