Interface BusinessPartnerService

All Superinterfaces:
BatchService<BusinessPartnerServiceBatch>
All Known Implementing Classes:
DefaultBusinessPartnerService

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

This service enables you to create, display, update, and delete data related to Business Partner, Supplier, and Customer with the data provided in a payload, in an API call. This service also supports create deep entity operation and batch processing..

Business Documentation

Reference: SAP Business Accelerator Hub

Details:

OData Service: API_BUSINESS_PARTNER
API Version: 1.3.0
Minimum ERP Version: 2302
Communication Scenario: Business Partner, Customer and Supplier Integration(SAP_COM_0008), SAP Analytics Cloud for Planning Integration(SAP_COM_0087), SAP Real Estate Contract API Integration(SAP_COM_0393), Excise Tax Integration(SAP_COM_0568), Delivery Insights Replication App Integration (Obsolete)(SAP_COM_0571), Procurement - Supplier Quotation Management Integration(SAP_COM_0760)
Scope Items: Master Data Integration(1RO), SAP Central Invoice Management Backend Enablement(4N6), Import Connection setup with SAP Analytics Cloud(1YB), 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), Enablement of SAP Excise Tax Management(4LO), Delivery Insights Enabled by IoT(4IH), Direct Material Sourcing(4RD)
Authentication Methods: x509
Business Object: Business Partner
  • Field Details

  • Method Details

    • withServicePath

      @Nonnull BusinessPartnerService 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.
    • getAllAddressEmailAddress

      @Nonnull AddressEmailAddressFluentHelper getAllAddressEmailAddress()
      Deprecated.
      Fetch multiple AddressEmailAddress entities.
      Returns:
      A fluent helper to fetch multiple AddressEmailAddress 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.
    • getAddressEmailAddressByKey

      @Nonnull AddressEmailAddressByKeyFluentHelper getAddressEmailAddressByKey(String addressID, String person, String ordinalNumber)
      Deprecated.
      Fetch a single AddressEmailAddress entity using key fields.
      Parameters:
      ordinalNumber - Sequence Number

      Constraints: Not nullable, Maximum length: 3

      person - Person Number

      Constraints: Not nullable, Maximum length: 10

      addressID - Address Number

      Constraints: Not nullable, Maximum length: 10

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

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

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

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

      @Nonnull AddressFaxNumberFluentHelper getAllAddressFaxNumber()
      Deprecated.
      Fetch multiple AddressFaxNumber entities.
      Returns:
      A fluent helper to fetch multiple AddressFaxNumber 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.
    • getAddressFaxNumberByKey

      @Nonnull AddressFaxNumberByKeyFluentHelper getAddressFaxNumberByKey(String addressID, String person, String ordinalNumber)
      Deprecated.
      Fetch a single AddressFaxNumber entity using key fields.
      Parameters:
      ordinalNumber - Sequence Number

      Constraints: Not nullable, Maximum length: 3

      person - Person Number

      Constraints: Not nullable, Maximum length: 10

      addressID - Address Number

      Constraints: Not nullable, Maximum length: 10

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

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

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

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

      @Nonnull AddressHomePageURLFluentHelper getAllAddressHomePageURL()
      Deprecated.
      Fetch multiple AddressHomePageURL entities.
      Returns:
      A fluent helper to fetch multiple AddressHomePageURL 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.
    • getAddressHomePageURLByKey

      @Nonnull AddressHomePageURLByKeyFluentHelper getAddressHomePageURLByKey(String addressID, String person, String ordinalNumber, LocalDateTime validityStartDate, Boolean isDefaultURLAddress)
      Deprecated.
      Fetch a single AddressHomePageURL entity using key fields.
      Parameters:
      ordinalNumber - Sequence Number

      Constraints: Not nullable, Maximum length: 3

      validityStartDate - Valid-from date - in current Release only 00010101 possible

      Constraints: Not nullable, Precision: 0

      isDefaultURLAddress - Flag: this address is the default address

      Constraints: Not nullable

      person - Person Number

      Constraints: Not nullable, Maximum length: 10

      addressID - Address Number

      Constraints: Not nullable, Maximum length: 10

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

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

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

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

      @Nonnull AddressPhoneNumberFluentHelper getAllAddressPhoneNumber()
      Deprecated.
      Fetch multiple AddressPhoneNumber entities.
      Returns:
      A fluent helper to fetch multiple AddressPhoneNumber 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.
    • getAddressPhoneNumberByKey

      @Nonnull AddressPhoneNumberByKeyFluentHelper getAddressPhoneNumberByKey(String addressID, String person, String ordinalNumber)
      Deprecated.
      Fetch a single AddressPhoneNumber entity using key fields.
      Parameters:
      ordinalNumber - Sequence Number

      Constraints: Not nullable, Maximum length: 3

      person - Person Number

      Constraints: Not nullable, Maximum length: 10

      addressID - Address Number

      Constraints: Not nullable, Maximum length: 10

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

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

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

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

      @Nonnull BPAddrDepdntIntlLocNumberFluentHelper getAllBPAddrDepdntIntlLocNumber()
      Deprecated.
      Fetch multiple BPAddrDepdntIntlLocNumber entities.
      Returns:
      A fluent helper to fetch multiple BPAddrDepdntIntlLocNumber 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.
    • getBPAddrDepdntIntlLocNumberByKey

      @Nonnull BPAddrDepdntIntlLocNumberByKeyFluentHelper getBPAddrDepdntIntlLocNumberByKey(String businessPartner, String addressID)
      Deprecated.
      Fetch a single BPAddrDepdntIntlLocNumber entity using key fields.
      Parameters:
      businessPartner - Business Partner Number

      Constraints: Not nullable, Maximum length: 10

      addressID - Address Number

      Constraints: Not nullable, Maximum length: 10

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

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

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

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

      @Nonnull BPContactToAddressFluentHelper getAllBPContactToAddress()
      Deprecated.
      Fetch multiple BPContactToAddress entities.
      Returns:
      A fluent helper to fetch multiple BPContactToAddress 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.
    • getBPContactToAddressByKey

      @Nonnull BPContactToAddressByKeyFluentHelper getBPContactToAddressByKey(String relationshipNumber, String businessPartnerCompany, String businessPartnerPerson, LocalDateTime validityEndDate, String addressID)
      Deprecated.
      Fetch a single BPContactToAddress entity using key fields.
      Parameters:
      businessPartnerPerson - Business Partner Number

      Constraints: Not nullable, Maximum length: 10

      businessPartnerCompany - Business Partner Number

      Constraints: Not nullable, Maximum length: 10

      validityEndDate - Validity Date (Valid To)

      Constraints: Not nullable, Precision: 0

      relationshipNumber - BP Relationship Number

      Constraints: Not nullable, Maximum length: 12

      addressID - Address Number

      Constraints: Not nullable, Maximum length: 10

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

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

      @Nonnull BPContactToFuncAndDeptFluentHelper getAllBPContactToFuncAndDept()
      Deprecated.
      Fetch multiple BPContactToFuncAndDept entities.
      Returns:
      A fluent helper to fetch multiple BPContactToFuncAndDept 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.
    • getBPContactToFuncAndDeptByKey

      @Nonnull BPContactToFuncAndDeptByKeyFluentHelper getBPContactToFuncAndDeptByKey(String relationshipNumber, String businessPartnerCompany, String businessPartnerPerson, LocalDateTime validityEndDate)
      Deprecated.
      Fetch a single BPContactToFuncAndDept entity using key fields.
      Parameters:
      businessPartnerPerson - Business Partner Number

      Constraints: Not nullable, Maximum length: 10

      businessPartnerCompany - Business Partner Number

      Constraints: Not nullable, Maximum length: 10

      validityEndDate - Validity Date (Valid To)

      Constraints: Not nullable, Precision: 0

      relationshipNumber - BP Relationship Number

      Constraints: Not nullable, Maximum length: 12

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

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

      @Nonnull BPCreditWorthinessFluentHelper getAllBPCreditWorthiness()
      Deprecated.
      Fetch multiple BPCreditWorthiness entities.
      Returns:
      A fluent helper to fetch multiple BPCreditWorthiness 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.
    • getBPCreditWorthinessByKey

      @Nonnull BPCreditWorthinessByKeyFluentHelper getBPCreditWorthinessByKey(String businessPartner)
      Deprecated.
      Fetch a single BPCreditWorthiness entity using key fields.
      Parameters:
      businessPartner - Business Partner Number

      Constraints: Not nullable, Maximum length: 10

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

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

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

      @Nonnull BPFinancialServicesExtnFluentHelper getAllBPFinancialServicesExtn()
      Deprecated.
      Fetch multiple BPFinancialServicesExtn entities.
      Returns:
      A fluent helper to fetch multiple BPFinancialServicesExtn 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.
    • getBPFinancialServicesExtnByKey

      @Nonnull BPFinancialServicesExtnByKeyFluentHelper getBPFinancialServicesExtnByKey(String businessPartner)
      Deprecated.
      Fetch a single BPFinancialServicesExtn entity using key fields.
      Parameters:
      businessPartner - Business Partner Number

      Constraints: Not nullable, Maximum length: 10

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

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

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

      @Nonnull BPFinancialServicesReportingFluentHelper getAllBPFinancialServicesReporting()
      Deprecated.
      Fetch multiple BPFinancialServicesReporting entities.
      Returns:
      A fluent helper to fetch multiple BPFinancialServicesReporting 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.
    • getBPFinancialServicesReportingByKey

      @Nonnull BPFinancialServicesReportingByKeyFluentHelper getBPFinancialServicesReportingByKey(String businessPartner)
      Deprecated.
      Fetch a single BPFinancialServicesReporting entity using key fields.
      Parameters:
      businessPartner - Business Partner Number

      Constraints: Not nullable, Maximum length: 10

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

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

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

      @Nonnull BPFiscalYearInformationFluentHelper getAllBPFiscalYearInformation()
      Deprecated.
      Fetch multiple BPFiscalYearInformation entities.
      Returns:
      A fluent helper to fetch multiple BPFiscalYearInformation 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.
    • getBPFiscalYearInformationByKey

      @Nonnull BPFiscalYearInformationByKeyFluentHelper getBPFiscalYearInformationByKey(String businessPartner, String businessPartnerFiscalYear)
      Deprecated.
      Fetch a single BPFiscalYearInformation entity using key fields.
      Parameters:
      businessPartner - Business Partner Number

      Constraints: Not nullable, Maximum length: 10

      businessPartnerFiscalYear - Fiscal year

      Constraints: Not nullable, Maximum length: 4

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

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

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

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

      @Nonnull BPRelationshipFluentHelper getAllBPRelationship()
      Deprecated.
      Fetch multiple BPRelationship entities.
      Returns:
      A fluent helper to fetch multiple BPRelationship 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.
    • getBPRelationshipByKey

      @Nonnull BPRelationshipByKeyFluentHelper getBPRelationshipByKey(String relationshipNumber, String businessPartner1, String businessPartner2, LocalDateTime validityEndDate)
      Deprecated.
      Fetch a single BPRelationship entity using key fields.
      Parameters:
      businessPartner2 - Business Partner Number

      Constraints: Not nullable, Maximum length: 10

      businessPartner1 - Business Partner Number

      Constraints: Not nullable, Maximum length: 10

      validityEndDate - Validity Date (Valid To)

      Constraints: Not nullable, Precision: 0

      relationshipNumber - BP Relationship Number

      Constraints: Not nullable, Maximum length: 12

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

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

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

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

      @Nonnull BuPaAddressUsageFluentHelper getAllBuPaAddressUsage()
      Deprecated.
      Fetch multiple BuPaAddressUsage entities.
      Returns:
      A fluent helper to fetch multiple BuPaAddressUsage 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.
    • getBuPaAddressUsageByKey

      @Nonnull BuPaAddressUsageByKeyFluentHelper getBuPaAddressUsageByKey(String businessPartner, ZonedDateTime validityEndDate, String addressUsage, String addressID)
      Deprecated.
      Fetch a single BuPaAddressUsage entity using key fields.
      Parameters:
      businessPartner - Business Partner Number

      Constraints: Not nullable, Maximum length: 10

      validityEndDate - Validity End of a Business Partner Address Usage

      Constraints: Not nullable, Precision: 0

      addressUsage - Address Type

      Constraints: Not nullable, Maximum length: 10

      addressID - Address Number

      Constraints: Not nullable, Maximum length: 10

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

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

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

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

      @Nonnull BuPaIdentificationFluentHelper getAllBuPaIdentification()
      Deprecated.
      Fetch multiple BuPaIdentification entities.
      Returns:
      A fluent helper to fetch multiple BuPaIdentification 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.
    • getBuPaIdentificationByKey

      @Nonnull BuPaIdentificationByKeyFluentHelper getBuPaIdentificationByKey(String businessPartner, String bPIdentificationType, String bPIdentificationNumber)
      Deprecated.
      Fetch a single BuPaIdentification entity using key fields.
      Parameters:
      businessPartner - Business Partner Number

      Constraints: Not nullable, Maximum length: 10

      bPIdentificationNumber - Identification Number

      Constraints: Not nullable, Maximum length: 60

      bPIdentificationType - Identification Type

      Constraints: Not nullable, Maximum length: 6

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

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

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

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

      @Nonnull BuPaIndustryFluentHelper getAllBuPaIndustry()
      Deprecated.
      Fetch multiple BuPaIndustry entities.
      Returns:
      A fluent helper to fetch multiple BuPaIndustry 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.
    • getBuPaIndustryByKey

      @Nonnull BuPaIndustryByKeyFluentHelper getBuPaIndustryByKey(String industrySector, String industrySystemType, String businessPartner)
      Deprecated.
      Fetch a single BuPaIndustry entity using key fields.
      Parameters:
      industrySector - Industry

      Constraints: Not nullable, Maximum length: 10

      businessPartner - Business Partner Number

      Constraints: Not nullable, Maximum length: 10

      industrySystemType - Industry System

      Constraints: Not nullable, Maximum length: 4

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

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

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

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

      @Nonnull BusinessPartnerFluentHelper getAllBusinessPartner()
      Deprecated.
      Fetch multiple BusinessPartner entities.
      Returns:
      A fluent helper to fetch multiple BusinessPartner 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.
    • getBusinessPartnerByKey

      @Nonnull BusinessPartnerByKeyFluentHelper getBusinessPartnerByKey(String businessPartner)
      Deprecated.
      Fetch a single BusinessPartner entity using key fields.
      Parameters:
      businessPartner - Business Partner Number

      Constraints: Not nullable, Maximum length: 10

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

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

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

      @Nonnull BusinessPartnerAddressFluentHelper getAllBusinessPartnerAddress()
      Deprecated.
      Fetch multiple BusinessPartnerAddress entities.
      Returns:
      A fluent helper to fetch multiple BusinessPartnerAddress 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.
    • getBusinessPartnerAddressByKey

      @Nonnull BusinessPartnerAddressByKeyFluentHelper getBusinessPartnerAddressByKey(String businessPartner, String addressID)
      Deprecated.
      Fetch a single BusinessPartnerAddress entity using key fields.
      Parameters:
      businessPartner - Business Partner Number

      Constraints: Not nullable, Maximum length: 10

      addressID - Address Number

      Constraints: Not nullable, Maximum length: 10

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

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

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

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

      @Nonnull BusinessPartnerBankFluentHelper getAllBusinessPartnerBank()
      Deprecated.
      Fetch multiple BusinessPartnerBank entities.
      Returns:
      A fluent helper to fetch multiple BusinessPartnerBank 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.
    • getBusinessPartnerBankByKey

      @Nonnull BusinessPartnerBankByKeyFluentHelper getBusinessPartnerBankByKey(String businessPartner, String bankIdentification)
      Deprecated.
      Fetch a single BusinessPartnerBank entity using key fields.
      Parameters:
      businessPartner - Business Partner Number

      Constraints: Not nullable, Maximum length: 10

      bankIdentification - Bank Details ID

      Constraints: Not nullable, Maximum length: 4

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

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

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

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

      @Nonnull BusinessPartnerContactFluentHelper getAllBusinessPartnerContact()
      Deprecated.
      Fetch multiple BusinessPartnerContact entities.
      Returns:
      A fluent helper to fetch multiple BusinessPartnerContact 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.
    • getBusinessPartnerContactByKey

      @Nonnull BusinessPartnerContactByKeyFluentHelper getBusinessPartnerContactByKey(String relationshipNumber, String businessPartnerCompany, String businessPartnerPerson, LocalDateTime validityEndDate)
      Deprecated.
      Fetch a single BusinessPartnerContact entity using key fields.
      Parameters:
      businessPartnerPerson - Business Partner Number

      Constraints: Not nullable, Maximum length: 10

      businessPartnerCompany - Business Partner Number

      Constraints: Not nullable, Maximum length: 10

      validityEndDate - Validity Date (Valid To)

      Constraints: Not nullable, Precision: 0

      relationshipNumber - BP Relationship Number

      Constraints: Not nullable, Maximum length: 12

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

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

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

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

      @Nonnull BusinessPartnerRatingFluentHelper getAllBusinessPartnerRating()
      Deprecated.
      Fetch multiple BusinessPartnerRating entities.
      Returns:
      A fluent helper to fetch multiple BusinessPartnerRating 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.
    • getBusinessPartnerRatingByKey

      @Nonnull BusinessPartnerRatingByKeyFluentHelper getBusinessPartnerRatingByKey(String businessPartner, String businessPartnerRatingProcedure, LocalDateTime bPRatingValidityEndDate)
      Deprecated.
      Fetch a single BusinessPartnerRating entity using key fields.
      Parameters:
      bPRatingValidityEndDate - Valid-to Date for Rating

      Constraints: Not nullable, Precision: 0

      businessPartner - Business Partner Number

      Constraints: Not nullable, Maximum length: 10

      businessPartnerRatingProcedure - Rating Procedure

      Constraints: Not nullable, Maximum length: 10

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

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

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

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

      @Nonnull BusinessPartnerRoleFluentHelper getAllBusinessPartnerRole()
      Deprecated.
      Fetch multiple BusinessPartnerRole entities.
      Returns:
      A fluent helper to fetch multiple BusinessPartnerRole 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.
    • getBusinessPartnerRoleByKey

      @Nonnull BusinessPartnerRoleByKeyFluentHelper getBusinessPartnerRoleByKey(String businessPartner, String businessPartnerRole)
      Deprecated.
      Fetch a single BusinessPartnerRole entity using key fields.
      Parameters:
      businessPartner - Business Partner Number

      Constraints: Not nullable, Maximum length: 10

      businessPartnerRole - BP Role

      Constraints: Not nullable, Maximum length: 6

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

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

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

      @Nonnull BusinessPartnerTaxNumberFluentHelper getAllBusinessPartnerTaxNumber()
      Deprecated.
      Fetch multiple BusinessPartnerTaxNumber entities.
      Returns:
      A fluent helper to fetch multiple BusinessPartnerTaxNumber 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.
    • getBusinessPartnerTaxNumberByKey

      @Nonnull BusinessPartnerTaxNumberByKeyFluentHelper getBusinessPartnerTaxNumberByKey(String businessPartner, String bPTaxType)
      Deprecated.
      Fetch a single BusinessPartnerTaxNumber entity using key fields.
      Parameters:
      bPTaxType - Tax Number Category

      Constraints: Not nullable, Maximum length: 4

      businessPartner - Business Partner Number

      Constraints: Not nullable, Maximum length: 10

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

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

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

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

      @Nonnull BusPartAddrDepdntTaxNmbrFluentHelper getAllBusPartAddrDepdntTaxNmbr()
      Deprecated.
      Fetch multiple BusPartAddrDepdntTaxNmbr entities.
      Returns:
      A fluent helper to fetch multiple BusPartAddrDepdntTaxNmbr 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.
    • getBusPartAddrDepdntTaxNmbrByKey

      @Nonnull BusPartAddrDepdntTaxNmbrByKeyFluentHelper getBusPartAddrDepdntTaxNmbrByKey(String businessPartner, String addressID, String bPTaxType)
      Deprecated.
      Fetch a single BusPartAddrDepdntTaxNmbr entity using key fields.
      Parameters:
      bPTaxType - Tax Number Category

      Constraints: Not nullable, Maximum length: 4

      businessPartner - Business Partner Number

      Constraints: Not nullable, Maximum length: 10

      addressID - Address Number

      Constraints: Not nullable, Maximum length: 10

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

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

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

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

      @Nonnull CustAddrDepdntExtIdentifierFluentHelper getAllCustAddrDepdntExtIdentifier()
      Deprecated.
      Fetch multiple CustAddrDepdntExtIdentifier entities.
      Returns:
      A fluent helper to fetch multiple CustAddrDepdntExtIdentifier 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.
    • getCustAddrDepdntExtIdentifierByKey

      @Nonnull CustAddrDepdntExtIdentifierByKeyFluentHelper getCustAddrDepdntExtIdentifierByKey(String customer, String addressID)
      Deprecated.
      Fetch a single CustAddrDepdntExtIdentifier entity using key fields.
      Parameters:
      customer - Customer Number

      Constraints: Not nullable, Maximum length: 10

      addressID - Business Partner Address Number (from BUT020)

      Constraints: Not nullable, Maximum length: 10

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

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

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

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

      @Nonnull CustAddrDepdntInformationFluentHelper getAllCustAddrDepdntInformation()
      Deprecated.
      Fetch multiple CustAddrDepdntInformation entities.
      Returns:
      A fluent helper to fetch multiple CustAddrDepdntInformation 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.
    • getCustAddrDepdntInformationByKey

      @Nonnull CustAddrDepdntInformationByKeyFluentHelper getCustAddrDepdntInformationByKey(String customer, String addressID)
      Deprecated.
      Fetch a single CustAddrDepdntInformation entity using key fields.
      Parameters:
      customer - Customer Number

      Constraints: Not nullable, Maximum length: 10

      addressID - Business Partner Address Number (from BUT020)

      Constraints: Not nullable, Maximum length: 10

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

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

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

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

      @Nonnull CustomerFluentHelper getAllCustomer()
      Deprecated.
      Fetch multiple Customer entities.
      Returns:
      A fluent helper to fetch multiple Customer 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.
    • getCustomerByKey

      @Nonnull CustomerByKeyFluentHelper getCustomerByKey(String customer)
      Deprecated.
      Fetch a single Customer entity using key fields.
      Parameters:
      customer - Customer Number

      Constraints: Not nullable, Maximum length: 10

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

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

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

      @Nonnull CustomerCompanyFluentHelper getAllCustomerCompany()
      Deprecated.
      Fetch multiple CustomerCompany entities.
      Returns:
      A fluent helper to fetch multiple CustomerCompany 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.
    • getCustomerCompanyByKey

      @Nonnull CustomerCompanyByKeyFluentHelper getCustomerCompanyByKey(String customer, String companyCode)
      Deprecated.
      Fetch a single CustomerCompany entity using key fields.
      Parameters:
      companyCode - Company Code

      Constraints: Not nullable, Maximum length: 4

      customer - Customer Number

      Constraints: Not nullable, Maximum length: 10

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

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

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

      @Nonnull CustomerCompanyTextFluentHelper getAllCustomerCompanyText()
      Deprecated.
      Fetch multiple CustomerCompanyText entities.
      Returns:
      A fluent helper to fetch multiple CustomerCompanyText 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.
    • getCustomerCompanyTextByKey

      @Nonnull CustomerCompanyTextByKeyFluentHelper getCustomerCompanyTextByKey(String customer, String companyCode, String language, String longTextID)
      Deprecated.
      Fetch a single CustomerCompanyText entity using key fields.
      Parameters:
      companyCode - Company Code

      Constraints: Not nullable, Maximum length: 4

      language - Language key

      Constraints: Not nullable, Maximum length: 2

      longTextID - Text ID

      Constraints: Not nullable, Maximum length: 4

      customer - Customer Number

      Constraints: Not nullable, Maximum length: 10

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

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

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

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

      @Nonnull CustomerDunningFluentHelper getAllCustomerDunning()
      Deprecated.
      Fetch multiple CustomerDunning entities.
      Returns:
      A fluent helper to fetch multiple CustomerDunning 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.
    • getCustomerDunningByKey

      @Nonnull CustomerDunningByKeyFluentHelper getCustomerDunningByKey(String customer, String companyCode, String dunningArea)
      Deprecated.
      Fetch a single CustomerDunning entity using key fields.
      Parameters:
      companyCode - Company Code

      Constraints: Not nullable, Maximum length: 4

      dunningArea - Dunning Area

      Constraints: Not nullable, Maximum length: 2

      customer - Customer Number

      Constraints: Not nullable, Maximum length: 10

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

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

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

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

      @Nonnull CustomerSalesAreaFluentHelper getAllCustomerSalesArea()
      Deprecated.
      Fetch multiple CustomerSalesArea entities.
      Returns:
      A fluent helper to fetch multiple CustomerSalesArea 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.
    • getCustomerSalesAreaByKey

      @Nonnull CustomerSalesAreaByKeyFluentHelper getCustomerSalesAreaByKey(String customer, String salesOrganization, String distributionChannel, String division)
      Deprecated.
      Fetch a single CustomerSalesArea entity using key fields.
      Parameters:
      division - Division

      Constraints: Not nullable, Maximum length: 2

      distributionChannel - Distribution Channel

      Constraints: Not nullable, Maximum length: 2

      salesOrganization - Sales Organization

      Constraints: Not nullable, Maximum length: 4

      customer - Customer Number

      Constraints: Not nullable, Maximum length: 10

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

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

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

      @Nonnull CustomerSalesAreaTaxFluentHelper getAllCustomerSalesAreaTax()
      Deprecated.
      Fetch multiple CustomerSalesAreaTax entities.
      Returns:
      A fluent helper to fetch multiple CustomerSalesAreaTax 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.
    • getCustomerSalesAreaTaxByKey

      @Nonnull CustomerSalesAreaTaxByKeyFluentHelper getCustomerSalesAreaTaxByKey(String customer, String salesOrganization, String distributionChannel, String division, String departureCountry, String customerTaxCategory)
      Deprecated.
      Fetch a single CustomerSalesAreaTax entity using key fields.
      Parameters:
      division - Division

      Constraints: Not nullable, Maximum length: 2

      departureCountry - Departure Country/Region (from which the goods are sent)

      Constraints: Not nullable, Maximum length: 3

      distributionChannel - Reference distrib.channel for cust.and material masters

      Constraints: Not nullable, Maximum length: 2

      customerTaxCategory - Tax Condition Type (Sales Tax, Value-Added Tax,...)

      Constraints: Not nullable, Maximum length: 4

      salesOrganization - Sales Organization

      Constraints: Not nullable, Maximum length: 4

      customer - Customer Number

      Constraints: Not nullable, Maximum length: 10

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

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

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

      @Nonnull CustomerSalesAreaTextFluentHelper getAllCustomerSalesAreaText()
      Deprecated.
      Fetch multiple CustomerSalesAreaText entities.
      Returns:
      A fluent helper to fetch multiple CustomerSalesAreaText 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.
    • getCustomerSalesAreaTextByKey

      @Nonnull CustomerSalesAreaTextByKeyFluentHelper getCustomerSalesAreaTextByKey(String customer, String salesOrganization, String distributionChannel, String division, String language, String longTextID)
      Deprecated.
      Fetch a single CustomerSalesAreaText entity using key fields.
      Parameters:
      division - Division

      Constraints: Not nullable, Maximum length: 2

      language - Language key

      Constraints: Not nullable, Maximum length: 2

      distributionChannel - Distribution Channel

      Constraints: Not nullable, Maximum length: 2

      longTextID - Text ID

      Constraints: Not nullable, Maximum length: 4

      salesOrganization - Sales Organization

      Constraints: Not nullable, Maximum length: 4

      customer - Customer Number

      Constraints: Not nullable, Maximum length: 10

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

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

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

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

      @Nonnull CustomerTaxGroupingFluentHelper getAllCustomerTaxGrouping()
      Deprecated.
      Fetch multiple CustomerTaxGrouping entities.
      Returns:
      A fluent helper to fetch multiple CustomerTaxGrouping 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.
    • getCustomerTaxGroupingByKey

      @Nonnull CustomerTaxGroupingByKeyFluentHelper getCustomerTaxGroupingByKey(String customer, String customerTaxGroupingCode)
      Deprecated.
      Fetch a single CustomerTaxGrouping entity using key fields.
      Parameters:
      customerTaxGroupingCode - Category indicator for tax codes

      Constraints: Not nullable, Maximum length: 3

      customer - Customer Number

      Constraints: Not nullable, Maximum length: 10

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

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

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

      @Nonnull CustomerTextFluentHelper getAllCustomerText()
      Deprecated.
      Fetch multiple CustomerText entities.
      Returns:
      A fluent helper to fetch multiple CustomerText 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.
    • getCustomerTextByKey

      @Nonnull CustomerTextByKeyFluentHelper getCustomerTextByKey(String customer, String language, String longTextID)
      Deprecated.
      Fetch a single CustomerText entity using key fields.
      Parameters:
      language - Language key

      Constraints: Not nullable, Maximum length: 2

      longTextID - Text ID

      Constraints: Not nullable, Maximum length: 4

      customer - Customer Number

      Constraints: Not nullable, Maximum length: 10

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

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

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

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

      @Nonnull CustomerUnloadingPointFluentHelper getAllCustomerUnloadingPoint()
      Deprecated.
      Fetch multiple CustomerUnloadingPoint entities.
      Returns:
      A fluent helper to fetch multiple CustomerUnloadingPoint 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.
    • getCustomerUnloadingPointByKey

      @Nonnull CustomerUnloadingPointByKeyFluentHelper getCustomerUnloadingPointByKey(String customer, String unloadingPointName)
      Deprecated.
      Fetch a single CustomerUnloadingPoint entity using key fields.
      Parameters:
      unloadingPointName - Unloading Point

      Constraints: Not nullable, Maximum length: 25

      customer - Customer Number

      Constraints: Not nullable, Maximum length: 10

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

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

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

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

      @Nonnull CustomerWithHoldingTaxFluentHelper getAllCustomerWithHoldingTax()
      Deprecated.
      Fetch multiple CustomerWithHoldingTax entities.
      Returns:
      A fluent helper to fetch multiple CustomerWithHoldingTax 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.
    • getCustomerWithHoldingTaxByKey

      @Nonnull CustomerWithHoldingTaxByKeyFluentHelper getCustomerWithHoldingTaxByKey(String customer, String companyCode, String withholdingTaxType)
      Deprecated.
      Fetch a single CustomerWithHoldingTax entity using key fields.
      Parameters:
      companyCode - Company Code

      Constraints: Not nullable, Maximum length: 4

      withholdingTaxType - Indicator for Withholding Tax Type

      Constraints: Not nullable, Maximum length: 2

      customer - Customer Number

      Constraints: Not nullable, Maximum length: 10

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

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

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

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

      @Nonnull CustSalesPartnerFuncFluentHelper getAllCustSalesPartnerFunc()
      Deprecated.
      Fetch multiple CustSalesPartnerFunc entities.
      Returns:
      A fluent helper to fetch multiple CustSalesPartnerFunc 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.
    • getCustSalesPartnerFuncByKey

      @Nonnull CustSalesPartnerFuncByKeyFluentHelper getCustSalesPartnerFuncByKey(String customer, String salesOrganization, String distributionChannel, String division, String partnerCounter, String partnerFunction)
      Deprecated.
      Fetch a single CustSalesPartnerFunc entity using key fields.
      Parameters:
      division - Division

      Constraints: Not nullable, Maximum length: 2

      partnerFunction - Partner Function

      Constraints: Not nullable, Maximum length: 2

      partnerCounter - Partner counter

      Constraints: Not nullable, Maximum length: 3

      distributionChannel - Distribution Channel

      Constraints: Not nullable, Maximum length: 2

      salesOrganization - Sales Organization

      Constraints: Not nullable, Maximum length: 4

      customer - Customer Number

      Constraints: Not nullable, Maximum length: 10

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

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

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

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

      @Nonnull CustSlsAreaAddrDepdntInfoFluentHelper getAllCustSlsAreaAddrDepdntInfo()
      Deprecated.
      Fetch multiple CustSlsAreaAddrDepdntInfo entities.
      Returns:
      A fluent helper to fetch multiple CustSlsAreaAddrDepdntInfo 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.
    • getCustSlsAreaAddrDepdntInfoByKey

      @Nonnull CustSlsAreaAddrDepdntInfoByKeyFluentHelper getCustSlsAreaAddrDepdntInfoByKey(String customer, String salesOrganization, String distributionChannel, String division, String addressID)
      Deprecated.
      Fetch a single CustSlsAreaAddrDepdntInfo entity using key fields.
      Parameters:
      division - Division

      Constraints: Not nullable, Maximum length: 2

      distributionChannel - Distribution Channel

      Constraints: Not nullable, Maximum length: 2

      salesOrganization - Sales Organization

      Constraints: Not nullable, Maximum length: 4

      customer - Customer Number

      Constraints: Not nullable, Maximum length: 10

      addressID - Business Partner Address Number (from BUT020)

      Constraints: Not nullable, Maximum length: 10

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

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

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

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

      @Nonnull CustSlsAreaAddrDepdntTaxInfoFluentHelper getAllCustSlsAreaAddrDepdntTaxInfo()
      Deprecated.
      Fetch multiple CustSlsAreaAddrDepdntTaxInfo entities.
      Returns:
      A fluent helper to fetch multiple CustSlsAreaAddrDepdntTaxInfo 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.
    • getCustSlsAreaAddrDepdntTaxInfoByKey

      @Nonnull CustSlsAreaAddrDepdntTaxInfoByKeyFluentHelper getCustSlsAreaAddrDepdntTaxInfoByKey(String customer, String salesOrganization, String distributionChannel, String division, String addressID, String departureCountry, String customerTaxCategory)
      Deprecated.
      Fetch a single CustSlsAreaAddrDepdntTaxInfo entity using key fields.
      Parameters:
      division - Division

      Constraints: Not nullable, Maximum length: 2

      departureCountry - Departure Country/Region (from which the goods are sent)

      Constraints: Not nullable, Maximum length: 3

      distributionChannel - Reference distrib.channel for cust.and material masters

      Constraints: Not nullable, Maximum length: 2

      customerTaxCategory - Tax Condition Type (Sales Tax, Value-Added Tax,...)

      Constraints: Not nullable, Maximum length: 4

      salesOrganization - Sales Organization

      Constraints: Not nullable, Maximum length: 4

      customer - Customer Number

      Constraints: Not nullable, Maximum length: 10

      addressID - Business Partner Address Number (from BUT020)

      Constraints: Not nullable, Maximum length: 10

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

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

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

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

      @Nonnull CustUnldgPtAddrDepdntInfoFluentHelper getAllCustUnldgPtAddrDepdntInfo()
      Deprecated.
      Fetch multiple CustUnldgPtAddrDepdntInfo entities.
      Returns:
      A fluent helper to fetch multiple CustUnldgPtAddrDepdntInfo 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.
    • getCustUnldgPtAddrDepdntInfoByKey

      @Nonnull CustUnldgPtAddrDepdntInfoByKeyFluentHelper getCustUnldgPtAddrDepdntInfoByKey(String customer, String addressID, String unloadingPointName)
      Deprecated.
      Fetch a single CustUnldgPtAddrDepdntInfo entity using key fields.
      Parameters:
      unloadingPointName - Unloading Point

      Constraints: Not nullable, Maximum length: 25

      customer - Customer Number

      Constraints: Not nullable, Maximum length: 10

      addressID - Business Partner Address Number (from BUT020)

      Constraints: Not nullable, Maximum length: 10

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

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

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

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

      @Nonnull SupplierFluentHelper getAllSupplier()
      Deprecated.
      Fetch multiple Supplier entities.
      Returns:
      A fluent helper to fetch multiple Supplier 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.
    • getSupplierByKey

      @Nonnull SupplierByKeyFluentHelper getSupplierByKey(String supplier)
      Deprecated.
      Fetch a single Supplier entity using key fields.
      Parameters:
      supplier - Account Number of Supplier

      Constraints: Not nullable, Maximum length: 10

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

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

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

      @Nonnull SupplierCompanyFluentHelper getAllSupplierCompany()
      Deprecated.
      Fetch multiple SupplierCompany entities.
      Returns:
      A fluent helper to fetch multiple SupplierCompany 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.
    • getSupplierCompanyByKey

      @Nonnull SupplierCompanyByKeyFluentHelper getSupplierCompanyByKey(String supplier, String companyCode)
      Deprecated.
      Fetch a single SupplierCompany entity using key fields.
      Parameters:
      companyCode - Company Code

      Constraints: Not nullable, Maximum length: 4

      supplier - Account Number of Supplier

      Constraints: Not nullable, Maximum length: 10

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

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

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

      @Nonnull SupplierCompanyTextFluentHelper getAllSupplierCompanyText()
      Deprecated.
      Fetch multiple SupplierCompanyText entities.
      Returns:
      A fluent helper to fetch multiple SupplierCompanyText 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.
    • getSupplierCompanyTextByKey

      @Nonnull SupplierCompanyTextByKeyFluentHelper getSupplierCompanyTextByKey(String supplier, String companyCode, String language, String longTextID)
      Deprecated.
      Fetch a single SupplierCompanyText entity using key fields.
      Parameters:
      companyCode - Company Code

      Constraints: Not nullable, Maximum length: 4

      supplier - Account Number of Supplier

      Constraints: Not nullable, Maximum length: 10

      language - Language key

      Constraints: Not nullable, Maximum length: 2

      longTextID - Text ID

      Constraints: Not nullable, Maximum length: 4

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

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

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

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

      @Nonnull SupplierDunningFluentHelper getAllSupplierDunning()
      Deprecated.
      Fetch multiple SupplierDunning entities.
      Returns:
      A fluent helper to fetch multiple SupplierDunning 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.
    • getSupplierDunningByKey

      @Nonnull SupplierDunningByKeyFluentHelper getSupplierDunningByKey(String supplier, String companyCode, String dunningArea)
      Deprecated.
      Fetch a single SupplierDunning entity using key fields.
      Parameters:
      companyCode - Company Code

      Constraints: Not nullable, Maximum length: 4

      dunningArea - Dunning Area

      Constraints: Not nullable, Maximum length: 2

      supplier - Account Number of Supplier

      Constraints: Not nullable, Maximum length: 10

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

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

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

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

      @Nonnull SupplierPartnerFuncFluentHelper getAllSupplierPartnerFunc()
      Deprecated.
      Fetch multiple SupplierPartnerFunc entities.
      Returns:
      A fluent helper to fetch multiple SupplierPartnerFunc 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.
    • getSupplierPartnerFuncByKey

      @Nonnull SupplierPartnerFuncByKeyFluentHelper getSupplierPartnerFuncByKey(String supplier, String purchasingOrganization, String supplierSubrange, String plant, String partnerFunction, String partnerCounter)
      Deprecated.
      Fetch a single SupplierPartnerFunc entity using key fields.
      Parameters:
      partnerFunction - Partner Function

      Constraints: Not nullable, Maximum length: 2

      supplier - Account Number of Supplier

      Constraints: Not nullable, Maximum length: 10

      plant - Plant

      Constraints: Not nullable, Maximum length: 4

      purchasingOrganization - Purchasing Organization

      Constraints: Not nullable, Maximum length: 4

      partnerCounter - Partner counter

      Constraints: Not nullable, Maximum length: 3

      supplierSubrange - Supplier Subrange

      Constraints: Not nullable, Maximum length: 6

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

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

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

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

      @Nonnull SupplierPurchasingOrgFluentHelper getAllSupplierPurchasingOrg()
      Deprecated.
      Fetch multiple SupplierPurchasingOrg entities.
      Returns:
      A fluent helper to fetch multiple SupplierPurchasingOrg 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.
    • getSupplierPurchasingOrgByKey

      @Nonnull SupplierPurchasingOrgByKeyFluentHelper getSupplierPurchasingOrgByKey(String supplier, String purchasingOrganization)
      Deprecated.
      Fetch a single SupplierPurchasingOrg entity using key fields.
      Parameters:
      supplier - Supplier's Account Number

      Constraints: Not nullable, Maximum length: 10

      purchasingOrganization - Purchasing Organization

      Constraints: Not nullable, Maximum length: 4

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

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

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

      @Nonnull SupplierPurchasingOrgTextFluentHelper getAllSupplierPurchasingOrgText()
      Deprecated.
      Fetch multiple SupplierPurchasingOrgText entities.
      Returns:
      A fluent helper to fetch multiple SupplierPurchasingOrgText 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.
    • getSupplierPurchasingOrgTextByKey

      @Nonnull SupplierPurchasingOrgTextByKeyFluentHelper getSupplierPurchasingOrgTextByKey(String supplier, String purchasingOrganization, String language, String longTextID)
      Deprecated.
      Fetch a single SupplierPurchasingOrgText entity using key fields.
      Parameters:
      supplier - Account Number of Supplier

      Constraints: Not nullable, Maximum length: 10

      purchasingOrganization - Purchasing Organization

      Constraints: Not nullable, Maximum length: 4

      language - Language key

      Constraints: Not nullable, Maximum length: 2

      longTextID - Text ID

      Constraints: Not nullable, Maximum length: 4

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

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

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

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

      @Nonnull SupplierTextFluentHelper getAllSupplierText()
      Deprecated.
      Fetch multiple SupplierText entities.
      Returns:
      A fluent helper to fetch multiple SupplierText 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.
    • getSupplierTextByKey

      @Nonnull SupplierTextByKeyFluentHelper getSupplierTextByKey(String supplier, String language, String longTextID)
      Deprecated.
      Fetch a single SupplierText entity using key fields.
      Parameters:
      supplier - Account Number of Supplier

      Constraints: Not nullable, Maximum length: 10

      language - Language key

      Constraints: Not nullable, Maximum length: 2

      longTextID - Text ID

      Constraints: Not nullable, Maximum length: 4

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

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

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

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

      @Nonnull SupplierWithHoldingTaxFluentHelper getAllSupplierWithHoldingTax()
      Deprecated.
      Fetch multiple SupplierWithHoldingTax entities.
      Returns:
      A fluent helper to fetch multiple SupplierWithHoldingTax 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.
    • getSupplierWithHoldingTaxByKey

      @Nonnull SupplierWithHoldingTaxByKeyFluentHelper getSupplierWithHoldingTaxByKey(String supplier, String companyCode, String withholdingTaxType)
      Deprecated.
      Fetch a single SupplierWithHoldingTax entity using key fields.
      Parameters:
      companyCode - Company Code

      Constraints: Not nullable, Maximum length: 4

      withholdingTaxType - Indicator for Withholding Tax Type

      Constraints: Not nullable, Maximum length: 2

      supplier - Account Number of Supplier

      Constraints: Not nullable, Maximum length: 10

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

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

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

      @Nonnull SupplierWithHoldingTaxDeleteFluentHelper deleteSupplierWithHoldingTax(@Nonnull SupplierWithHoldingTax supplierWithHoldingTax)
      Deprecated.
      Deletes an existing SupplierWithHoldingTax entity in the S/4HANA system.
      Parameters:
      supplierWithHoldingTax - SupplierWithHoldingTax entity object that will be deleted in the S/4HANA system.
      Returns:
      A fluent helper to delete an existing SupplierWithHoldingTax entity. To perform execution, call the execute method on the fluent helper object.