Interface RealEstateContractService

All Known Implementing Classes:
DefaultRealEstateContractService

@Deprecated public interface RealEstateContractService
Deprecated.
The service and all its related classes are deprecated. Please use the odata generator to generate the VDM.

The service contains contract header and sub nodes for managing the contract process. These child objects are Business Partner Assignments, Object Assignments, Posting, Rhythm, Adjustment, Renewal, Notice and Organizational Assignment Terms, Conditions, Reminder Rules and Dates, Valuation Rules and Condition Valuation Assignments. The contract header can be read, created and updated, additionally all child objects can be deleted using the service. The contract header numbers (InternalRealEstateNumber and RealEstateContract) must be fetched via read request after creating due to late numbering mechanism. If there are any issues when the contract header or any object is created, updated or deleted, the system displays error messages in the response. .

Business Documentation

Reference: SAP Business Accelerator Hub

Details:

OData Service: API_RECONTRACT_0001
API Version: 1.1.1
Minimum ERP Version: 2302
Communication Scenario: SAP Real Estate Contract API Integration(SAP_COM_0393)
Scope Items: Lease-In Accounting(1T6), Lease-Out Accounting(21Q), Service Contract(21R), Lease-Out Accounting(O1Q), Service Contract(O1R), Lease-In Accounting(OT6), Integration of SAP S/4HANA and SAP Cloud for Real Estate(4X3)
Authentication Methods: x509
Service Group Name: API_REAL_ESTATE_CONTRACT
Business Object: Real Estate Lease Contract
  • Field Details

  • Method Details

    • withServicePath

      @Nonnull RealEstateContractService 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.
    • batch

      @Nonnull BatchRequestBuilder batch()
      Deprecated.
      Creates a batch request builder object.
      Returns:
      A request builder to handle batch operation on this service. To perform execution, call the execute method on the request builder object.
    • getAllREContract

      @Nonnull GetAllRequestBuilder<REContract> getAllREContract()
      Deprecated.
      Fetch multiple REContract entities.
      Returns:
      A request builder to fetch multiple REContract entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countREContract

      @Nonnull CountRequestBuilder<REContract> countREContract()
      Deprecated.
      Fetch the number of entries from the REContract entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of REContract entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getREContractByKey

      @Nonnull GetByKeyRequestBuilder<REContract> getREContractByKey(String internalRealEstateNumber)
      Deprecated.
      Fetch a single REContract entity using key fields.
      Parameters:
      internalRealEstateNumber - Internal Key of Real Estate Object

      Constraints: Not nullable, Maximum length: 13

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

      @Nonnull CreateRequestBuilder<REContract> createREContract(@Nonnull REContract rEContract)
      Deprecated.
      Create a new REContract entity and save it to the S/4HANA system.
      Parameters:
      rEContract - REContract entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new REContract entity. To perform execution, call the execute method on the request builder object.
    • updateREContract

      @Nonnull UpdateRequestBuilder<REContract> updateREContract(@Nonnull REContract rEContract)
      Deprecated.
      Update an existing REContract entity and save it to the S/4HANA system.
      Parameters:
      rEContract - REContract entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing REContract entity. To perform execution, call the execute method on the request builder object.
    • getAllREContrAdjustmentTerm

      @Nonnull GetAllRequestBuilder<REContrAdjustmentTerm> getAllREContrAdjustmentTerm()
      Deprecated.
      Fetch multiple REContrAdjustmentTerm entities.
      Returns:
      A request builder to fetch multiple REContrAdjustmentTerm entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countREContrAdjustmentTerm

      @Nonnull CountRequestBuilder<REContrAdjustmentTerm> countREContrAdjustmentTerm()
      Deprecated.
      Fetch the number of entries from the REContrAdjustmentTerm entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of REContrAdjustmentTerm entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getREContrAdjustmentTermByKey

      @Nonnull GetByKeyRequestBuilder<REContrAdjustmentTerm> getREContrAdjustmentTermByKey(String internalRealEstateNumber, String rETermNumber, String rEAdjustmentRule, String rEAdjustmentElementaryRule, String validityStartEndDateValue)
      Deprecated.
      Fetch a single REContrAdjustmentTerm entity using key fields.
      Parameters:
      rEAdjustmentRule - Adjustment Rule

      Constraints: Not nullable, Maximum length: 10

      internalRealEstateNumber - Internal Key of Real Estate Object

      Constraints: Not nullable, Maximum length: 13

      rEAdjustmentElementaryRule - Elementary Adjustment Rule (Part of Comb. Rule)

      Constraints: Not nullable, Maximum length: 10

      rETermNumber - Term Number

      Constraints: Not nullable, Maximum length: 4

      validityStartEndDateValue - Date from to (RAP Key)

      Constraints: Not nullable, Maximum length: 16

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

      @Nonnull CreateRequestBuilder<REContrAdjustmentTerm> createREContrAdjustmentTerm(@Nonnull REContrAdjustmentTerm rEContrAdjustmentTerm)
      Deprecated.
      Create a new REContrAdjustmentTerm entity and save it to the S/4HANA system.
      Parameters:
      rEContrAdjustmentTerm - REContrAdjustmentTerm entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new REContrAdjustmentTerm entity. To perform execution, call the execute method on the request builder object.
    • updateREContrAdjustmentTerm

      @Nonnull UpdateRequestBuilder<REContrAdjustmentTerm> updateREContrAdjustmentTerm(@Nonnull REContrAdjustmentTerm rEContrAdjustmentTerm)
      Deprecated.
      Update an existing REContrAdjustmentTerm entity and save it to the S/4HANA system.
      Parameters:
      rEContrAdjustmentTerm - REContrAdjustmentTerm entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing REContrAdjustmentTerm entity. To perform execution, call the execute method on the request builder object.
    • deleteREContrAdjustmentTerm

      @Nonnull DeleteRequestBuilder<REContrAdjustmentTerm> deleteREContrAdjustmentTerm(@Nonnull REContrAdjustmentTerm rEContrAdjustmentTerm)
      Deprecated.
      Deletes an existing REContrAdjustmentTerm entity in the S/4HANA system.
      Parameters:
      rEContrAdjustmentTerm - REContrAdjustmentTerm entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing REContrAdjustmentTerm entity. To perform execution, call the execute method on the request builder object.
    • getAllREContrCondition

      @Nonnull GetAllRequestBuilder<REContrCondition> getAllREContrCondition()
      Deprecated.
      Fetch multiple REContrCondition entities.
      Returns:
      A request builder to fetch multiple REContrCondition entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countREContrCondition

      @Nonnull CountRequestBuilder<REContrCondition> countREContrCondition()
      Deprecated.
      Fetch the number of entries from the REContrCondition entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of REContrCondition entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getREContrConditionByKey

      @Nonnull GetByKeyRequestBuilder<REContrCondition> getREContrConditionByKey(UUID rEConditionUUID, String internalRealEstateNumber)
      Deprecated.
      Fetch a single REContrCondition entity using key fields.
      Parameters:
      internalRealEstateNumber - Internal Key of Real Estate Object

      Constraints: Not nullable, Maximum length: 13

      rEConditionUUID - GUID (RAW16) for Conditions

      Constraints: Not nullable

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

      @Nonnull CreateRequestBuilder<REContrCondition> createREContrCondition(@Nonnull REContrCondition rEContrCondition)
      Deprecated.
      Create a new REContrCondition entity and save it to the S/4HANA system.
      Parameters:
      rEContrCondition - REContrCondition entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new REContrCondition entity. To perform execution, call the execute method on the request builder object.
    • updateREContrCondition

      @Nonnull UpdateRequestBuilder<REContrCondition> updateREContrCondition(@Nonnull REContrCondition rEContrCondition)
      Deprecated.
      Update an existing REContrCondition entity and save it to the S/4HANA system.
      Parameters:
      rEContrCondition - REContrCondition entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing REContrCondition entity. To perform execution, call the execute method on the request builder object.
    • deleteREContrCondition

      @Nonnull DeleteRequestBuilder<REContrCondition> deleteREContrCondition(@Nonnull REContrCondition rEContrCondition)
      Deprecated.
      Deletes an existing REContrCondition entity in the S/4HANA system.
      Parameters:
      rEContrCondition - REContrCondition entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing REContrCondition entity. To perform execution, call the execute method on the request builder object.
    • getAllREContrNoticeTerm

      @Nonnull GetAllRequestBuilder<REContrNoticeTerm> getAllREContrNoticeTerm()
      Deprecated.
      Fetch multiple REContrNoticeTerm entities.
      Returns:
      A request builder to fetch multiple REContrNoticeTerm entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countREContrNoticeTerm

      @Nonnull CountRequestBuilder<REContrNoticeTerm> countREContrNoticeTerm()
      Deprecated.
      Fetch the number of entries from the REContrNoticeTerm entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of REContrNoticeTerm entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getREContrNoticeTermByKey

      @Nonnull GetByKeyRequestBuilder<REContrNoticeTerm> getREContrNoticeTermByKey(String internalRealEstateNumber, String rETermType, String rETermNumber, String rENoticeRule, String rENoticeSequenceNo)
      Deprecated.
      Fetch a single REContrNoticeTerm entity using key fields.
      Parameters:
      internalRealEstateNumber - Internal Key of Real Estate Object

      Constraints: Not nullable, Maximum length: 13

      rETermType - Term Category

      Constraints: Not nullable, Maximum length: 4

      rETermNumber - Term Number

      Constraints: Not nullable, Maximum length: 4

      rENoticeRule -

      Constraints: Not nullable, Maximum length: 12

      rENoticeSequenceNo -

      Constraints: Not nullable, Maximum length: 4

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

      @Nonnull CreateRequestBuilder<REContrNoticeTerm> createREContrNoticeTerm(@Nonnull REContrNoticeTerm rEContrNoticeTerm)
      Deprecated.
      Create a new REContrNoticeTerm entity and save it to the S/4HANA system.
      Parameters:
      rEContrNoticeTerm - REContrNoticeTerm entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new REContrNoticeTerm entity. To perform execution, call the execute method on the request builder object.
    • updateREContrNoticeTerm

      @Nonnull UpdateRequestBuilder<REContrNoticeTerm> updateREContrNoticeTerm(@Nonnull REContrNoticeTerm rEContrNoticeTerm)
      Deprecated.
      Update an existing REContrNoticeTerm entity and save it to the S/4HANA system.
      Parameters:
      rEContrNoticeTerm - REContrNoticeTerm entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing REContrNoticeTerm entity. To perform execution, call the execute method on the request builder object.
    • deleteREContrNoticeTerm

      @Nonnull DeleteRequestBuilder<REContrNoticeTerm> deleteREContrNoticeTerm(@Nonnull REContrNoticeTerm rEContrNoticeTerm)
      Deprecated.
      Deletes an existing REContrNoticeTerm entity in the S/4HANA system.
      Parameters:
      rEContrNoticeTerm - REContrNoticeTerm entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing REContrNoticeTerm entity. To perform execution, call the execute method on the request builder object.
    • getAllREContrNoticeTermForObj

      @Nonnull GetAllRequestBuilder<REContrNoticeTermForObj> getAllREContrNoticeTermForObj()
      Deprecated.
      Fetch multiple REContrNoticeTermForObj entities.
      Returns:
      A request builder to fetch multiple REContrNoticeTermForObj entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countREContrNoticeTermForObj

      @Nonnull CountRequestBuilder<REContrNoticeTermForObj> countREContrNoticeTermForObj()
      Deprecated.
      Fetch the number of entries from the REContrNoticeTermForObj entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of REContrNoticeTermForObj entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getREContrNoticeTermForObjByKey

      @Nonnull GetByKeyRequestBuilder<REContrNoticeTermForObj> getREContrNoticeTermForObjByKey(String internalRealEstateNumber, String rETermType, String rEStatusObject, String rETermNumber, String rENoticeRule, String rENoticeSequenceNo)
      Deprecated.
      Fetch a single REContrNoticeTermForObj entity using key fields.
      Parameters:
      internalRealEstateNumber - Internal Key of Real Estate Object

      Constraints: Not nullable, Maximum length: 13

      rETermType - Term Category

      Constraints: Not nullable, Maximum length: 4

      rEStatusObject - Object Number

      Constraints: Not nullable, Maximum length: 22

      rETermNumber - Term Number

      Constraints: Not nullable, Maximum length: 4

      rENoticeRule - Notice Rule

      Constraints: Not nullable, Maximum length: 12

      rENoticeSequenceNo - Sequence Number for Description of Notice Rule

      Constraints: Not nullable, Maximum length: 4

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

      @Nonnull CreateRequestBuilder<REContrNoticeTermForObj> createREContrNoticeTermForObj(@Nonnull REContrNoticeTermForObj rEContrNoticeTermForObj)
      Deprecated.
      Create a new REContrNoticeTermForObj entity and save it to the S/4HANA system.
      Parameters:
      rEContrNoticeTermForObj - REContrNoticeTermForObj entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new REContrNoticeTermForObj entity. To perform execution, call the execute method on the request builder object.
    • updateREContrNoticeTermForObj

      @Nonnull UpdateRequestBuilder<REContrNoticeTermForObj> updateREContrNoticeTermForObj(@Nonnull REContrNoticeTermForObj rEContrNoticeTermForObj)
      Deprecated.
      Update an existing REContrNoticeTermForObj entity and save it to the S/4HANA system.
      Parameters:
      rEContrNoticeTermForObj - REContrNoticeTermForObj entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing REContrNoticeTermForObj entity. To perform execution, call the execute method on the request builder object.
    • deleteREContrNoticeTermForObj

      @Nonnull DeleteRequestBuilder<REContrNoticeTermForObj> deleteREContrNoticeTermForObj(@Nonnull REContrNoticeTermForObj rEContrNoticeTermForObj)
      Deprecated.
      Deletes an existing REContrNoticeTermForObj entity in the S/4HANA system.
      Parameters:
      rEContrNoticeTermForObj - REContrNoticeTermForObj entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing REContrNoticeTermForObj entity. To perform execution, call the execute method on the request builder object.
    • getAllREContrObjAssgmt

      @Nonnull GetAllRequestBuilder<REContrObjAssgmt> getAllREContrObjAssgmt()
      Deprecated.
      Fetch multiple REContrObjAssgmt entities.
      Returns:
      A request builder to fetch multiple REContrObjAssgmt entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countREContrObjAssgmt

      @Nonnull CountRequestBuilder<REContrObjAssgmt> countREContrObjAssgmt()
      Deprecated.
      Fetch the number of entries from the REContrObjAssgmt entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of REContrObjAssgmt entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getREContrObjAssgmtByKey

      @Nonnull GetByKeyRequestBuilder<REContrObjAssgmt> getREContrObjAssgmtByKey(String rEStatusObjectSource, String rEObjectAssignmentType, String rEStatusObjectTarget, String validityStartEndDateValue, String internalRealEstateNumber)
      Deprecated.
      Fetch a single REContrObjAssgmt entity using key fields.
      Parameters:
      internalRealEstateNumber - Internal Key of Real Estate Object

      Constraints: Not nullable, Maximum length: 13

      rEObjectAssignmentType - Type of Object Assignment

      Constraints: Not nullable, Maximum length: 2

      rEStatusObjectTarget - Object Number

      Constraints: Not nullable, Maximum length: 22

      rEStatusObjectSource - Object Number

      Constraints: Not nullable, Maximum length: 22

      validityStartEndDateValue - Date from to (RAP Key)

      Constraints: Not nullable, Maximum length: 16

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

      @Nonnull CreateRequestBuilder<REContrObjAssgmt> createREContrObjAssgmt(@Nonnull REContrObjAssgmt rEContrObjAssgmt)
      Deprecated.
      Create a new REContrObjAssgmt entity and save it to the S/4HANA system.
      Parameters:
      rEContrObjAssgmt - REContrObjAssgmt entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new REContrObjAssgmt entity. To perform execution, call the execute method on the request builder object.
    • updateREContrObjAssgmt

      @Nonnull UpdateRequestBuilder<REContrObjAssgmt> updateREContrObjAssgmt(@Nonnull REContrObjAssgmt rEContrObjAssgmt)
      Deprecated.
      Update an existing REContrObjAssgmt entity and save it to the S/4HANA system.
      Parameters:
      rEContrObjAssgmt - REContrObjAssgmt entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing REContrObjAssgmt entity. To perform execution, call the execute method on the request builder object.
    • deleteREContrObjAssgmt

      @Nonnull DeleteRequestBuilder<REContrObjAssgmt> deleteREContrObjAssgmt(@Nonnull REContrObjAssgmt rEContrObjAssgmt)
      Deprecated.
      Deletes an existing REContrObjAssgmt entity in the S/4HANA system.
      Parameters:
      rEContrObjAssgmt - REContrObjAssgmt entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing REContrObjAssgmt entity. To perform execution, call the execute method on the request builder object.
    • getAllREContrOrglAssgmtTerm

      @Nonnull GetAllRequestBuilder<REContrOrglAssgmtTerm> getAllREContrOrglAssgmtTerm()
      Deprecated.
      Fetch multiple REContrOrglAssgmtTerm entities.
      Returns:
      A request builder to fetch multiple REContrOrglAssgmtTerm entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countREContrOrglAssgmtTerm

      @Nonnull CountRequestBuilder<REContrOrglAssgmtTerm> countREContrOrglAssgmtTerm()
      Deprecated.
      Fetch the number of entries from the REContrOrglAssgmtTerm entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of REContrOrglAssgmtTerm entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getREContrOrglAssgmtTermByKey

      @Nonnull GetByKeyRequestBuilder<REContrOrglAssgmtTerm> getREContrOrglAssgmtTermByKey(String internalRealEstateNumber, String rETermType, String rETermNumber, String validityStartEndDateValue)
      Deprecated.
      Fetch a single REContrOrglAssgmtTerm entity using key fields.
      Parameters:
      internalRealEstateNumber - Internal Key of Real Estate Object

      Constraints: Not nullable, Maximum length: 13

      rETermType - Term Category

      Constraints: Not nullable, Maximum length: 4

      rETermNumber - Term Number

      Constraints: Not nullable, Maximum length: 4

      validityStartEndDateValue - Date from to (RAP Key)

      Constraints: Not nullable, Maximum length: 16

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

      @Nonnull CreateRequestBuilder<REContrOrglAssgmtTerm> createREContrOrglAssgmtTerm(@Nonnull REContrOrglAssgmtTerm rEContrOrglAssgmtTerm)
      Deprecated.
      Create a new REContrOrglAssgmtTerm entity and save it to the S/4HANA system.
      Parameters:
      rEContrOrglAssgmtTerm - REContrOrglAssgmtTerm entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new REContrOrglAssgmtTerm entity. To perform execution, call the execute method on the request builder object.
    • updateREContrOrglAssgmtTerm

      @Nonnull UpdateRequestBuilder<REContrOrglAssgmtTerm> updateREContrOrglAssgmtTerm(@Nonnull REContrOrglAssgmtTerm rEContrOrglAssgmtTerm)
      Deprecated.
      Update an existing REContrOrglAssgmtTerm entity and save it to the S/4HANA system.
      Parameters:
      rEContrOrglAssgmtTerm - REContrOrglAssgmtTerm entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing REContrOrglAssgmtTerm entity. To perform execution, call the execute method on the request builder object.
    • deleteREContrOrglAssgmtTerm

      @Nonnull DeleteRequestBuilder<REContrOrglAssgmtTerm> deleteREContrOrglAssgmtTerm(@Nonnull REContrOrglAssgmtTerm rEContrOrglAssgmtTerm)
      Deprecated.
      Deletes an existing REContrOrglAssgmtTerm entity in the S/4HANA system.
      Parameters:
      rEContrOrglAssgmtTerm - REContrOrglAssgmtTerm entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing REContrOrglAssgmtTerm entity. To perform execution, call the execute method on the request builder object.
    • getAllREContrPartAssgmt

      @Nonnull GetAllRequestBuilder<REContrPartAssgmt> getAllREContrPartAssgmt()
      Deprecated.
      Fetch multiple REContrPartAssgmt entities.
      Returns:
      A request builder to fetch multiple REContrPartAssgmt entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countREContrPartAssgmt

      @Nonnull CountRequestBuilder<REContrPartAssgmt> countREContrPartAssgmt()
      Deprecated.
      Fetch the number of entries from the REContrPartAssgmt entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of REContrPartAssgmt entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getREContrPartAssgmtByKey

      @Nonnull GetByKeyRequestBuilder<REContrPartAssgmt> getREContrPartAssgmtByKey(UUID rEPartnerRelationUUID, String internalRealEstateNumber)
      Deprecated.
      Fetch a single REContrPartAssgmt entity using key fields.
      Parameters:
      internalRealEstateNumber - Internal Key of Real Estate Object

      Constraints: Not nullable, Maximum length: 13

      rEPartnerRelationUUID - GUID: Business Partner Object Relationship

      Constraints: Not nullable

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

      @Nonnull CreateRequestBuilder<REContrPartAssgmt> createREContrPartAssgmt(@Nonnull REContrPartAssgmt rEContrPartAssgmt)
      Deprecated.
      Create a new REContrPartAssgmt entity and save it to the S/4HANA system.
      Parameters:
      rEContrPartAssgmt - REContrPartAssgmt entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new REContrPartAssgmt entity. To perform execution, call the execute method on the request builder object.
    • updateREContrPartAssgmt

      @Nonnull UpdateRequestBuilder<REContrPartAssgmt> updateREContrPartAssgmt(@Nonnull REContrPartAssgmt rEContrPartAssgmt)
      Deprecated.
      Update an existing REContrPartAssgmt entity and save it to the S/4HANA system.
      Parameters:
      rEContrPartAssgmt - REContrPartAssgmt entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing REContrPartAssgmt entity. To perform execution, call the execute method on the request builder object.
    • deleteREContrPartAssgmt

      @Nonnull DeleteRequestBuilder<REContrPartAssgmt> deleteREContrPartAssgmt(@Nonnull REContrPartAssgmt rEContrPartAssgmt)
      Deprecated.
      Deletes an existing REContrPartAssgmt entity in the S/4HANA system.
      Parameters:
      rEContrPartAssgmt - REContrPartAssgmt entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing REContrPartAssgmt entity. To perform execution, call the execute method on the request builder object.
    • getAllREContrPostingTerm

      @Nonnull GetAllRequestBuilder<REContrPostingTerm> getAllREContrPostingTerm()
      Deprecated.
      Fetch multiple REContrPostingTerm entities.
      Returns:
      A request builder to fetch multiple REContrPostingTerm entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countREContrPostingTerm

      @Nonnull CountRequestBuilder<REContrPostingTerm> countREContrPostingTerm()
      Deprecated.
      Fetch the number of entries from the REContrPostingTerm entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of REContrPostingTerm entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getREContrPostingTermByKey

      @Nonnull GetByKeyRequestBuilder<REContrPostingTerm> getREContrPostingTermByKey(String internalRealEstateNumber, String rETermType, String rETermNumber, String validityStartEndDateValue)
      Deprecated.
      Fetch a single REContrPostingTerm entity using key fields.
      Parameters:
      internalRealEstateNumber - Internal Key of Real Estate Object

      Constraints: Not nullable, Maximum length: 13

      rETermType - Term Category

      Constraints: Not nullable, Maximum length: 4

      rETermNumber - Term Number

      Constraints: Not nullable, Maximum length: 4

      validityStartEndDateValue - Date from to (RAP Key)

      Constraints: Not nullable, Maximum length: 16

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

      @Nonnull CreateRequestBuilder<REContrPostingTerm> createREContrPostingTerm(@Nonnull REContrPostingTerm rEContrPostingTerm)
      Deprecated.
      Create a new REContrPostingTerm entity and save it to the S/4HANA system.
      Parameters:
      rEContrPostingTerm - REContrPostingTerm entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new REContrPostingTerm entity. To perform execution, call the execute method on the request builder object.
    • updateREContrPostingTerm

      @Nonnull UpdateRequestBuilder<REContrPostingTerm> updateREContrPostingTerm(@Nonnull REContrPostingTerm rEContrPostingTerm)
      Deprecated.
      Update an existing REContrPostingTerm entity and save it to the S/4HANA system.
      Parameters:
      rEContrPostingTerm - REContrPostingTerm entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing REContrPostingTerm entity. To perform execution, call the execute method on the request builder object.
    • deleteREContrPostingTerm

      @Nonnull DeleteRequestBuilder<REContrPostingTerm> deleteREContrPostingTerm(@Nonnull REContrPostingTerm rEContrPostingTerm)
      Deprecated.
      Deletes an existing REContrPostingTerm entity in the S/4HANA system.
      Parameters:
      rEContrPostingTerm - REContrPostingTerm entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing REContrPostingTerm entity. To perform execution, call the execute method on the request builder object.
    • getAllREContrReminderDate

      @Nonnull GetAllRequestBuilder<REContrReminderDate> getAllREContrReminderDate()
      Deprecated.
      Fetch multiple REContrReminderDate entities.
      Returns:
      A request builder to fetch multiple REContrReminderDate entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countREContrReminderDate

      @Nonnull CountRequestBuilder<REContrReminderDate> countREContrReminderDate()
      Deprecated.
      Fetch the number of entries from the REContrReminderDate entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of REContrReminderDate entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getREContrReminderDateByKey

      @Nonnull GetByKeyRequestBuilder<REContrReminderDate> getREContrReminderDateByKey(String internalRealEstateNumber, String rEReminderNumber, LocalDate rEReminderDate)
      Deprecated.
      Fetch a single REContrReminderDate entity using key fields.
      Parameters:
      rEReminderNumber - Identification Number of Reminder Rule

      Constraints: Not nullable, Maximum length: 4

      internalRealEstateNumber - Internal Key of Real Estate Object

      Constraints: Not nullable, Maximum length: 13

      rEReminderDate - Reminder Date

      Constraints: Not nullable

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

      @Nonnull UpdateRequestBuilder<REContrReminderDate> updateREContrReminderDate(@Nonnull REContrReminderDate rEContrReminderDate)
      Deprecated.
      Update an existing REContrReminderDate entity and save it to the S/4HANA system.
      Parameters:
      rEContrReminderDate - REContrReminderDate entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing REContrReminderDate entity. To perform execution, call the execute method on the request builder object.
    • getAllREContrReminderRule

      @Nonnull GetAllRequestBuilder<REContrReminderRule> getAllREContrReminderRule()
      Deprecated.
      Fetch multiple REContrReminderRule entities.
      Returns:
      A request builder to fetch multiple REContrReminderRule entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countREContrReminderRule

      @Nonnull CountRequestBuilder<REContrReminderRule> countREContrReminderRule()
      Deprecated.
      Fetch the number of entries from the REContrReminderRule entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of REContrReminderRule entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getREContrReminderRuleByKey

      @Nonnull GetByKeyRequestBuilder<REContrReminderRule> getREContrReminderRuleByKey(String internalRealEstateNumber, String rEReminderNumber, String rEReminderRuleParamNumber)
      Deprecated.
      Fetch a single REContrReminderRule entity using key fields.
      Parameters:
      rEReminderNumber - Identification Number of Reminder Rule

      Constraints: Not nullable, Maximum length: 4

      internalRealEstateNumber - Internal Key of Real Estate Object

      Constraints: Not nullable, Maximum length: 13

      rEReminderRuleParamNumber - Number of Parameter of Reminder Rule

      Constraints: Not nullable, Maximum length: 2

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

      @Nonnull CreateRequestBuilder<REContrReminderRule> createREContrReminderRule(@Nonnull REContrReminderRule rEContrReminderRule)
      Deprecated.
      Create a new REContrReminderRule entity and save it to the S/4HANA system.
      Parameters:
      rEContrReminderRule - REContrReminderRule entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new REContrReminderRule entity. To perform execution, call the execute method on the request builder object.
    • updateREContrReminderRule

      @Nonnull UpdateRequestBuilder<REContrReminderRule> updateREContrReminderRule(@Nonnull REContrReminderRule rEContrReminderRule)
      Deprecated.
      Update an existing REContrReminderRule entity and save it to the S/4HANA system.
      Parameters:
      rEContrReminderRule - REContrReminderRule entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing REContrReminderRule entity. To perform execution, call the execute method on the request builder object.
    • deleteREContrReminderRule

      @Nonnull DeleteRequestBuilder<REContrReminderRule> deleteREContrReminderRule(@Nonnull REContrReminderRule rEContrReminderRule)
      Deprecated.
      Deletes an existing REContrReminderRule entity in the S/4HANA system.
      Parameters:
      rEContrReminderRule - REContrReminderRule entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing REContrReminderRule entity. To perform execution, call the execute method on the request builder object.
    • getAllREContrRenewalTerm

      @Nonnull GetAllRequestBuilder<REContrRenewalTerm> getAllREContrRenewalTerm()
      Deprecated.
      Fetch multiple REContrRenewalTerm entities.
      Returns:
      A request builder to fetch multiple REContrRenewalTerm entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countREContrRenewalTerm

      @Nonnull CountRequestBuilder<REContrRenewalTerm> countREContrRenewalTerm()
      Deprecated.
      Fetch the number of entries from the REContrRenewalTerm entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of REContrRenewalTerm entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getREContrRenewalTermByKey

      @Nonnull GetByKeyRequestBuilder<REContrRenewalTerm> getREContrRenewalTermByKey(String internalRealEstateNumber, String rETermType, String rETermNumber, String rERenewalType, String rERenewalSequenceNumber, String rERenewalRuleType)
      Deprecated.
      Fetch a single REContrRenewalTerm entity using key fields.
      Parameters:
      rERenewalSequenceNumber - Sequence Number of Extension Period

      Constraints: Not nullable, Maximum length: 4

      rERenewalRuleType - Type of Renewal Rule

      Constraints: Not nullable, Maximum length: 1

      internalRealEstateNumber - Internal Key of Real Estate Object

      Constraints: Not nullable, Maximum length: 13

      rERenewalType - Type of Renewal of Real Estate Contract

      Constraints: Not nullable, Maximum length: 1

      rETermType - Term Category

      Constraints: Not nullable, Maximum length: 4

      rETermNumber - Term Number

      Constraints: Not nullable, Maximum length: 4

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

      @Nonnull CreateRequestBuilder<REContrRenewalTerm> createREContrRenewalTerm(@Nonnull REContrRenewalTerm rEContrRenewalTerm)
      Deprecated.
      Create a new REContrRenewalTerm entity and save it to the S/4HANA system.
      Parameters:
      rEContrRenewalTerm - REContrRenewalTerm entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new REContrRenewalTerm entity. To perform execution, call the execute method on the request builder object.
    • updateREContrRenewalTerm

      @Nonnull UpdateRequestBuilder<REContrRenewalTerm> updateREContrRenewalTerm(@Nonnull REContrRenewalTerm rEContrRenewalTerm)
      Deprecated.
      Update an existing REContrRenewalTerm entity and save it to the S/4HANA system.
      Parameters:
      rEContrRenewalTerm - REContrRenewalTerm entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing REContrRenewalTerm entity. To perform execution, call the execute method on the request builder object.
    • deleteREContrRenewalTerm

      @Nonnull DeleteRequestBuilder<REContrRenewalTerm> deleteREContrRenewalTerm(@Nonnull REContrRenewalTerm rEContrRenewalTerm)
      Deprecated.
      Deletes an existing REContrRenewalTerm entity in the S/4HANA system.
      Parameters:
      rEContrRenewalTerm - REContrRenewalTerm entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing REContrRenewalTerm entity. To perform execution, call the execute method on the request builder object.
    • getAllREContrRhythmTerm

      @Nonnull GetAllRequestBuilder<REContrRhythmTerm> getAllREContrRhythmTerm()
      Deprecated.
      Fetch multiple REContrRhythmTerm entities.
      Returns:
      A request builder to fetch multiple REContrRhythmTerm entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countREContrRhythmTerm

      @Nonnull CountRequestBuilder<REContrRhythmTerm> countREContrRhythmTerm()
      Deprecated.
      Fetch the number of entries from the REContrRhythmTerm entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of REContrRhythmTerm entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getREContrRhythmTermByKey

      @Nonnull GetByKeyRequestBuilder<REContrRhythmTerm> getREContrRhythmTermByKey(String internalRealEstateNumber, String rETermType, String rETermNumber, String validityStartEndDateValue)
      Deprecated.
      Fetch a single REContrRhythmTerm entity using key fields.
      Parameters:
      internalRealEstateNumber - Internal Key of Real Estate Object

      Constraints: Not nullable, Maximum length: 13

      rETermType - Term Category

      Constraints: Not nullable, Maximum length: 4

      rETermNumber - Term Number

      Constraints: Not nullable, Maximum length: 4

      validityStartEndDateValue - Date from to (RAP Key)

      Constraints: Not nullable, Maximum length: 16

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

      @Nonnull CreateRequestBuilder<REContrRhythmTerm> createREContrRhythmTerm(@Nonnull REContrRhythmTerm rEContrRhythmTerm)
      Deprecated.
      Create a new REContrRhythmTerm entity and save it to the S/4HANA system.
      Parameters:
      rEContrRhythmTerm - REContrRhythmTerm entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new REContrRhythmTerm entity. To perform execution, call the execute method on the request builder object.
    • updateREContrRhythmTerm

      @Nonnull UpdateRequestBuilder<REContrRhythmTerm> updateREContrRhythmTerm(@Nonnull REContrRhythmTerm rEContrRhythmTerm)
      Deprecated.
      Update an existing REContrRhythmTerm entity and save it to the S/4HANA system.
      Parameters:
      rEContrRhythmTerm - REContrRhythmTerm entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing REContrRhythmTerm entity. To perform execution, call the execute method on the request builder object.
    • deleteREContrRhythmTerm

      @Nonnull DeleteRequestBuilder<REContrRhythmTerm> deleteREContrRhythmTerm(@Nonnull REContrRhythmTerm rEContrRhythmTerm)
      Deprecated.
      Deletes an existing REContrRhythmTerm entity in the S/4HANA system.
      Parameters:
      rEContrRhythmTerm - REContrRhythmTerm entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing REContrRhythmTerm entity. To perform execution, call the execute method on the request builder object.
    • getAllREContrSalesReportingTerm

      @Nonnull GetAllRequestBuilder<REContrSalesReportingTerm> getAllREContrSalesReportingTerm()
      Deprecated.
      Fetch multiple REContrSalesReportingTerm entities.
      Returns:
      A request builder to fetch multiple REContrSalesReportingTerm entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countREContrSalesReportingTerm

      @Nonnull CountRequestBuilder<REContrSalesReportingTerm> countREContrSalesReportingTerm()
      Deprecated.
      Fetch the number of entries from the REContrSalesReportingTerm entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of REContrSalesReportingTerm entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getREContrSalesReportingTermByKey

      @Nonnull GetByKeyRequestBuilder<REContrSalesReportingTerm> getREContrSalesReportingTermByKey(String internalRealEstateNumber, String rETermNumber, String rETermType, String validityStartEndDateValue, String rESalesRhythmType)
      Deprecated.
      Fetch a single REContrSalesReportingTerm entity using key fields.
      Parameters:
      internalRealEstateNumber - Internal Key of Real Estate Object

      Constraints: Not nullable, Maximum length: 13

      rETermType - Term Category

      Constraints: Not nullable, Maximum length: 4

      rESalesRhythmType - Type of Frequency

      Constraints: Not nullable, Maximum length: 4

      rETermNumber - Term Number

      Constraints: Not nullable, Maximum length: 4

      validityStartEndDateValue - Date from to (RAP Key)

      Constraints: Not nullable, Maximum length: 16

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

      @Nonnull CreateRequestBuilder<REContrSalesReportingTerm> createREContrSalesReportingTerm(@Nonnull REContrSalesReportingTerm rEContrSalesReportingTerm)
      Deprecated.
      Create a new REContrSalesReportingTerm entity and save it to the S/4HANA system.
      Parameters:
      rEContrSalesReportingTerm - REContrSalesReportingTerm entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new REContrSalesReportingTerm entity. To perform execution, call the execute method on the request builder object.
    • updateREContrSalesReportingTerm

      @Nonnull UpdateRequestBuilder<REContrSalesReportingTerm> updateREContrSalesReportingTerm(@Nonnull REContrSalesReportingTerm rEContrSalesReportingTerm)
      Deprecated.
      Update an existing REContrSalesReportingTerm entity and save it to the S/4HANA system.
      Parameters:
      rEContrSalesReportingTerm - REContrSalesReportingTerm entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing REContrSalesReportingTerm entity. To perform execution, call the execute method on the request builder object.
    • deleteREContrSalesReportingTerm

      @Nonnull DeleteRequestBuilder<REContrSalesReportingTerm> deleteREContrSalesReportingTerm(@Nonnull REContrSalesReportingTerm rEContrSalesReportingTerm)
      Deprecated.
      Deletes an existing REContrSalesReportingTerm entity in the S/4HANA system.
      Parameters:
      rEContrSalesReportingTerm - REContrSalesReportingTerm entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing REContrSalesReportingTerm entity. To perform execution, call the execute method on the request builder object.
    • getAllREContrSalesRuleFrqcyTerm

      @Nonnull GetAllRequestBuilder<REContrSalesRuleFrqcyTerm> getAllREContrSalesRuleFrqcyTerm()
      Deprecated.
      Fetch multiple REContrSalesRuleFrqcyTerm entities.
      Returns:
      A request builder to fetch multiple REContrSalesRuleFrqcyTerm entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countREContrSalesRuleFrqcyTerm

      @Nonnull CountRequestBuilder<REContrSalesRuleFrqcyTerm> countREContrSalesRuleFrqcyTerm()
      Deprecated.
      Fetch the number of entries from the REContrSalesRuleFrqcyTerm entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of REContrSalesRuleFrqcyTerm entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getREContrSalesRuleFrqcyTermByKey

      @Nonnull GetByKeyRequestBuilder<REContrSalesRuleFrqcyTerm> getREContrSalesRuleFrqcyTermByKey(String internalRealEstateNumber, String rETermNumber, String rETermType, String rESalesRhythmType, String validityStartEndDateValue)
      Deprecated.
      Fetch a single REContrSalesRuleFrqcyTerm entity using key fields.
      Parameters:
      internalRealEstateNumber - Internal Key of Real Estate Object

      Constraints: Not nullable, Maximum length: 13

      rETermType - Term Category

      Constraints: Not nullable, Maximum length: 4

      rESalesRhythmType - Type of Frequency

      Constraints: Not nullable, Maximum length: 4

      rETermNumber - Term Number of Sales Rule

      Constraints: Not nullable, Maximum length: 4

      validityStartEndDateValue - Date from to (RAP Key)

      Constraints: Not nullable, Maximum length: 16

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

      @Nonnull CreateRequestBuilder<REContrSalesRuleFrqcyTerm> createREContrSalesRuleFrqcyTerm(@Nonnull REContrSalesRuleFrqcyTerm rEContrSalesRuleFrqcyTerm)
      Deprecated.
      Create a new REContrSalesRuleFrqcyTerm entity and save it to the S/4HANA system.
      Parameters:
      rEContrSalesRuleFrqcyTerm - REContrSalesRuleFrqcyTerm entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new REContrSalesRuleFrqcyTerm entity. To perform execution, call the execute method on the request builder object.
    • updateREContrSalesRuleFrqcyTerm

      @Nonnull UpdateRequestBuilder<REContrSalesRuleFrqcyTerm> updateREContrSalesRuleFrqcyTerm(@Nonnull REContrSalesRuleFrqcyTerm rEContrSalesRuleFrqcyTerm)
      Deprecated.
      Update an existing REContrSalesRuleFrqcyTerm entity and save it to the S/4HANA system.
      Parameters:
      rEContrSalesRuleFrqcyTerm - REContrSalesRuleFrqcyTerm entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing REContrSalesRuleFrqcyTerm entity. To perform execution, call the execute method on the request builder object.
    • deleteREContrSalesRuleFrqcyTerm

      @Nonnull DeleteRequestBuilder<REContrSalesRuleFrqcyTerm> deleteREContrSalesRuleFrqcyTerm(@Nonnull REContrSalesRuleFrqcyTerm rEContrSalesRuleFrqcyTerm)
      Deprecated.
      Deletes an existing REContrSalesRuleFrqcyTerm entity in the S/4HANA system.
      Parameters:
      rEContrSalesRuleFrqcyTerm - REContrSalesRuleFrqcyTerm entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing REContrSalesRuleFrqcyTerm entity. To perform execution, call the execute method on the request builder object.
    • getAllREContrSalesRuleTerm

      @Nonnull GetAllRequestBuilder<REContrSalesRuleTerm> getAllREContrSalesRuleTerm()
      Deprecated.
      Fetch multiple REContrSalesRuleTerm entities.
      Returns:
      A request builder to fetch multiple REContrSalesRuleTerm entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countREContrSalesRuleTerm

      @Nonnull CountRequestBuilder<REContrSalesRuleTerm> countREContrSalesRuleTerm()
      Deprecated.
      Fetch the number of entries from the REContrSalesRuleTerm entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of REContrSalesRuleTerm entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getREContrSalesRuleTermByKey

      @Nonnull GetByKeyRequestBuilder<REContrSalesRuleTerm> getREContrSalesRuleTermByKey(String internalRealEstateNumber, String rETermNumber, String rETermType, String validityStartEndDateValue, String rESalesReportingTermNumber, String rESalesItemNumberGrading)
      Deprecated.
      Fetch a single REContrSalesRuleTerm entity using key fields.
      Parameters:
      internalRealEstateNumber - Internal Key of Real Estate Object

      Constraints: Not nullable, Maximum length: 13

      rESalesItemNumberGrading - Sequence number for sales amount and percentage

      Constraints: Not nullable, Maximum length: 3

      rETermType - Term Category

      Constraints: Not nullable, Maximum length: 4

      rESalesReportingTermNumber - Term Number of Reporting Rule

      Constraints: Not nullable, Maximum length: 4

      rETermNumber - Term Number

      Constraints: Not nullable, Maximum length: 4

      validityStartEndDateValue - Date from to (RAP Key)

      Constraints: Not nullable, Maximum length: 16

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

      @Nonnull CreateRequestBuilder<REContrSalesRuleTerm> createREContrSalesRuleTerm(@Nonnull REContrSalesRuleTerm rEContrSalesRuleTerm)
      Deprecated.
      Create a new REContrSalesRuleTerm entity and save it to the S/4HANA system.
      Parameters:
      rEContrSalesRuleTerm - REContrSalesRuleTerm entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new REContrSalesRuleTerm entity. To perform execution, call the execute method on the request builder object.
    • updateREContrSalesRuleTerm

      @Nonnull UpdateRequestBuilder<REContrSalesRuleTerm> updateREContrSalesRuleTerm(@Nonnull REContrSalesRuleTerm rEContrSalesRuleTerm)
      Deprecated.
      Update an existing REContrSalesRuleTerm entity and save it to the S/4HANA system.
      Parameters:
      rEContrSalesRuleTerm - REContrSalesRuleTerm entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing REContrSalesRuleTerm entity. To perform execution, call the execute method on the request builder object.
    • deleteREContrSalesRuleTerm

      @Nonnull DeleteRequestBuilder<REContrSalesRuleTerm> deleteREContrSalesRuleTerm(@Nonnull REContrSalesRuleTerm rEContrSalesRuleTerm)
      Deprecated.
      Deletes an existing REContrSalesRuleTerm entity in the S/4HANA system.
      Parameters:
      rEContrSalesRuleTerm - REContrSalesRuleTerm entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing REContrSalesRuleTerm entity. To perform execution, call the execute method on the request builder object.
    • getAllREContrValuation

      @Nonnull GetAllRequestBuilder<REContrValuation> getAllREContrValuation()
      Deprecated.
      Fetch multiple REContrValuation entities.
      Returns:
      A request builder to fetch multiple REContrValuation entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countREContrValuation

      @Nonnull CountRequestBuilder<REContrValuation> countREContrValuation()
      Deprecated.
      Fetch the number of entries from the REContrValuation entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of REContrValuation entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getREContrValuationByKey

      @Nonnull GetByKeyRequestBuilder<REContrValuation> getREContrValuationByKey(String internalRealEstateNumber, String rETermNumber, String validityStartEndDateValue)
      Deprecated.
      Fetch a single REContrValuation entity using key fields.
      Parameters:
      internalRealEstateNumber - Internal Key of Real Estate Object

      Constraints: Not nullable, Maximum length: 13

      rETermNumber - Term Number

      Constraints: Not nullable, Maximum length: 4

      validityStartEndDateValue - Date from to (RAP Key)

      Constraints: Not nullable, Maximum length: 16

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

      @Nonnull CreateRequestBuilder<REContrValuation> createREContrValuation(@Nonnull REContrValuation rEContrValuation)
      Deprecated.
      Create a new REContrValuation entity and save it to the S/4HANA system.
      Parameters:
      rEContrValuation - REContrValuation entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new REContrValuation entity. To perform execution, call the execute method on the request builder object.
    • updateREContrValuation

      @Nonnull UpdateRequestBuilder<REContrValuation> updateREContrValuation(@Nonnull REContrValuation rEContrValuation)
      Deprecated.
      Update an existing REContrValuation entity and save it to the S/4HANA system.
      Parameters:
      rEContrValuation - REContrValuation entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing REContrValuation entity. To perform execution, call the execute method on the request builder object.
    • deleteREContrValuation

      @Nonnull DeleteRequestBuilder<REContrValuation> deleteREContrValuation(@Nonnull REContrValuation rEContrValuation)
      Deprecated.
      Deletes an existing REContrValuation entity in the S/4HANA system.
      Parameters:
      rEContrValuation - REContrValuation entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing REContrValuation entity. To perform execution, call the execute method on the request builder object.
    • getAllREContrValuationCondition

      @Nonnull GetAllRequestBuilder<REContrValuationCondition> getAllREContrValuationCondition()
      Deprecated.
      Fetch multiple REContrValuationCondition entities.
      Returns:
      A request builder to fetch multiple REContrValuationCondition entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countREContrValuationCondition

      @Nonnull CountRequestBuilder<REContrValuationCondition> countREContrValuationCondition()
      Deprecated.
      Fetch the number of entries from the REContrValuationCondition entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of REContrValuationCondition entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getREContrValuationConditionByKey

      @Nonnull GetByKeyRequestBuilder<REContrValuationCondition> getREContrValuationConditionByKey(String internalRealEstateNumber, String rETermNumber, String validityStartEndDateValue, String rEConditionType, LocalDate rEConditionValidityStartDate, String rEExtConditionPurpose, String rEStatusObjectCalculation)
      Deprecated.
      Fetch a single REContrValuationCondition entity using key fields.
      Parameters:
      rEConditionValidityStartDate - Validity Start Date

      Constraints: Not nullable

      rEStatusObjectCalculation - Object Number for Calculation

      Constraints: Not nullable, Maximum length: 22

      internalRealEstateNumber - Internal Key of Real Estate Object

      Constraints: Not nullable, Maximum length: 13

      rEConditionType - Condition Type

      Constraints: Not nullable, Maximum length: 4

      rETermNumber - Term Number

      Constraints: Not nullable, Maximum length: 4

      rEExtConditionPurpose - Conditions - External Purpos

      Constraints: Not nullable, Maximum length: 4

      validityStartEndDateValue - Date from to (RAP Key)

      Constraints: Not nullable, Maximum length: 16

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

      @Nonnull CreateRequestBuilder<REContrValuationCondition> createREContrValuationCondition(@Nonnull REContrValuationCondition rEContrValuationCondition)
      Deprecated.
      Create a new REContrValuationCondition entity and save it to the S/4HANA system.
      Parameters:
      rEContrValuationCondition - REContrValuationCondition entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new REContrValuationCondition entity. To perform execution, call the execute method on the request builder object.
    • updateREContrValuationCondition

      @Nonnull UpdateRequestBuilder<REContrValuationCondition> updateREContrValuationCondition(@Nonnull REContrValuationCondition rEContrValuationCondition)
      Deprecated.
      Update an existing REContrValuationCondition entity and save it to the S/4HANA system.
      Parameters:
      rEContrValuationCondition - REContrValuationCondition entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing REContrValuationCondition entity. To perform execution, call the execute method on the request builder object.
    • deleteREContrValuationCondition

      @Nonnull DeleteRequestBuilder<REContrValuationCondition> deleteREContrValuationCondition(@Nonnull REContrValuationCondition rEContrValuationCondition)
      Deprecated.
      Deletes an existing REContrValuationCondition entity in the S/4HANA system.
      Parameters:
      rEContrValuationCondition - REContrValuationCondition entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing REContrValuationCondition entity. To perform execution, call the execute method on the request builder object.