Interface CtrComplementaryTableDataMaintenanceService

All Known Implementing Classes:
DefaultCtrComplementaryTableDataMaintenanceService

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

The service can be consumed in Brazilian integration scenarios that require the maintenance of complementary external data to generate legal reports. Each entity of this service is named after a table without the /tmf/d_prefix. For example, the cnv201fat entity is relative to the /tmf/d_cnv201fat table. .

Business Documentation

Reference: SAP Business Accelerator Hub

Details:

OData Service: CTRSERVICE_0001
API Version: 1.1.0
Minimum ERP Version: 2302
Communication Scenario: Finance - Brazilian ACR Reports Integration(SAP_COM_0733)
Scope Items: Document and Reporting Compliance(5XU)
Authentication Methods: x509
Service Group Name: BR_CTR_SERVICE_O4
Business Object: Brazil Complementary Central Tax Repository Data
  • Field Details

  • Method Details

    • withServicePath

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<Ajapurado> getAjapuradoByKey(String empresa, String filial, String ind_aj, String cod_aj, String per_ref, String cod_ativ_econ, String cno)
      Deprecated.
      Fetch a single Ajapurado entity using key fields.
      Parameters:
      ind_aj - Indicator of adjustment type

      Constraints: Not nullable, Maximum length: 1

      filial - Branch

      Constraints: Not nullable, Maximum length: 4

      cno - National Registry of Construction

      Constraints: Not nullable, Maximum length: 14

      cod_ativ_econ - Indicator code for activity subject to incidence of contrib.

      Constraints: Not nullable, Maximum length: 8

      per_ref - Bookkeeping reference period

      Constraints: Not nullable, Maximum length: 6

      cod_aj - Adjustment Code

      Constraints: Not nullable, Maximum length: 2

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<Ajus_ipi> getAjus_ipiByKey(String empresa, String filial, String num_doc, String dt_reg, String ind_aj, String cod_aj, String ind_doc, String num_item)
      Deprecated.
      Fetch a single Ajus_ipi entity using key fields.
      Parameters:
      ind_aj - Indicator of adjustment type

      Constraints: Not nullable, Maximum length: 1

      dt_reg - Register Date

      Constraints: Not nullable, Maximum length: 8

      filial - Branch

      Constraints: Not nullable, Maximum length: 4

      ind_doc - Document Origin Indicator

      Constraints: Not nullable, Maximum length: 1

      cod_aj - Adjustment Code

      Constraints: Not nullable, Maximum length: 3

      num_item - Sequencial Number

      Constraints: Not nullable, Maximum length: 5

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      num_doc - Document Number for IPI Adjustments

      Constraints: Not nullable, Maximum length: 60

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<Aj_bc_con> getAj_bc_conByKey(String empresa, String per_ref, String num_lancto, String ind_aj_bc, String cod_aj_bc, String num_lancto_item)
      Deprecated.
      Fetch a single Aj_bc_con entity using key fields.
      Parameters:
      ind_aj_bc - Indicator of adjustment type

      Constraints: Not nullable, Maximum length: 1

      num_lancto - Posting Number

      Constraints: Not nullable, Maximum length: 10

      per_ref - Bookkeeping reference period

      Constraints: Not nullable, Maximum length: 6

      num_lancto_item - Posting Item Number

      Constraints: Not nullable, Maximum length: 6

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      cod_aj_bc - Adjustment Code

      Constraints: Not nullable, Maximum length: 2

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<Aj_con_ap> getAj_con_apByKey(String empresa, String per_ref, String num_lancto, String ind_aj, String cod_aj, String num_lancto_item)
      Deprecated.
      Fetch a single Aj_con_ap entity using key fields.
      Parameters:
      ind_aj - Indicator of adjustment type

      Constraints: Not nullable, Maximum length: 1

      num_lancto - Posting Number

      Constraints: Not nullable, Maximum length: 10

      per_ref - Bookkeeping reference period

      Constraints: Not nullable, Maximum length: 6

      cod_aj - Adjustment Code

      Constraints: Not nullable, Maximum length: 2

      num_lancto_item - Posting Item Number

      Constraints: Not nullable, Maximum length: 6

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<Aj_cred_c> getAj_cred_cByKey(String empresa, String cod_cred, String ind_cred_ori, String ind_aj, String cod_aj, String per_ref, BigDecimal aliq_cofins, BigDecimal aliq_cofins_quant, String num_seq)
      Deprecated.
      Fetch a single Aj_cred_c entity using key fields.
      Parameters:
      ind_aj - Indicator of adjustment type

      Constraints: Not nullable, Maximum length: 1

      aliq_cofins_quant - Tax Rate (%)

      Constraints: Not nullable, Precision: 25, Scale: 6

      cod_cred - Credit Code transferred

      Constraints: Not nullable, Maximum length: 3

      aliq_cofins - Tax Rate (%)

      Constraints: Not nullable, Precision: 25, Scale: 6

      per_ref - Bookkeeping reference period

      Constraints: Not nullable, Maximum length: 6

      num_seq - Sequencial Number

      Constraints: Not nullable, Maximum length: 5

      cod_aj - Adjustment Code

      Constraints: Not nullable, Maximum length: 2

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      ind_cred_ori - Credit Indicator

      Constraints: Not nullable, Maximum length: 1

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<Aj_cred_p> getAj_cred_pByKey(String empresa, String cod_cred, String ind_cred_ori, String ind_aj, String cod_aj, String per_ref, BigDecimal aliq_pis, BigDecimal aliq_pis_quant, String num_seq)
      Deprecated.
      Fetch a single Aj_cred_p entity using key fields.
      Parameters:
      ind_aj - Indicator of adjustment type

      Constraints: Not nullable, Maximum length: 1

      cod_cred - Credit Code transferred

      Constraints: Not nullable, Maximum length: 3

      aliq_pis_quant - Tax Rate (%)

      Constraints: Not nullable, Precision: 25, Scale: 6

      per_ref - Bookkeeping reference period

      Constraints: Not nullable, Maximum length: 6

      num_seq - Sequencial Number

      Constraints: Not nullable, Maximum length: 5

      cod_aj - Adjustment Code

      Constraints: Not nullable, Maximum length: 2

      aliq_pis - Tax Rate (%)

      Constraints: Not nullable, Precision: 25, Scale: 6

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      ind_cred_ori - Credit Indicator

      Constraints: Not nullable, Maximum length: 1

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<Aj_det_c> getAj_det_cByKey(String empresa, String per_ref, String cod_cred, String ind_cred_ori, String ind_aj, String cod_aj, String cst_cofins, String cod_cta, String num_lancto, BigDecimal aliq_cofins, BigDecimal aliq_cofins_quant, String num_seq)
      Deprecated.
      Fetch a single Aj_det_c entity using key fields.
      Parameters:
      ind_aj - Indicator of adjustment type

      Constraints: Not nullable, Maximum length: 1

      aliq_cofins_quant - Tax Rate (%)

      Constraints: Not nullable, Precision: 25, Scale: 6

      cod_cred - Credit Code transferred

      Constraints: Not nullable, Maximum length: 3

      num_lancto - Posting Number

      Constraints: Not nullable, Maximum length: 10

      aliq_cofins - Tax Rate (%)

      Constraints: Not nullable, Precision: 25, Scale: 6

      per_ref - Bookkeeping reference period

      Constraints: Not nullable, Maximum length: 6

      cst_cofins - Tax Situation Code related to COFINS

      Constraints: Not nullable, Maximum length: 2

      num_seq - Sequencial Number

      Constraints: Not nullable, Maximum length: 5

      cod_cta - Code of Controlled Book Account Charged/Credited

      Constraints: Not nullable, Maximum length: 60

      cod_aj - Adjustment Code

      Constraints: Not nullable, Maximum length: 2

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      ind_cred_ori - Credit Indicator

      Constraints: Not nullable, Maximum length: 1

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<Aj_det_p> getAj_det_pByKey(String empresa, String per_ref, String cod_cred, String ind_cred_ori, String ind_aj, String cod_aj, String cst_pis, String cod_cta, String num_lancto, BigDecimal aliq_pis, BigDecimal aliq_pis_quant, String num_seq)
      Deprecated.
      Fetch a single Aj_det_p entity using key fields.
      Parameters:
      ind_aj - Indicator of adjustment type

      Constraints: Not nullable, Maximum length: 1

      cod_cred - Credit Code transferred

      Constraints: Not nullable, Maximum length: 3

      num_lancto - Posting Number

      Constraints: Not nullable, Maximum length: 10

      aliq_pis_quant - Tax Rate (%)

      Constraints: Not nullable, Precision: 25, Scale: 6

      per_ref - Bookkeeping reference period

      Constraints: Not nullable, Maximum length: 6

      num_seq - Sequencial Number

      Constraints: Not nullable, Maximum length: 5

      cod_cta - Code of Controlled Book Account Charged/Credited

      Constraints: Not nullable, Maximum length: 60

      cod_aj - Adjustment Code

      Constraints: Not nullable, Maximum length: 2

      cst_pis - Tax Situation Code related to PIS/PASEP

      Constraints: Not nullable, Maximum length: 2

      aliq_pis - Tax Rate (%)

      Constraints: Not nullable, Precision: 25, Scale: 6

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      ind_cred_ori - Credit Indicator

      Constraints: Not nullable, Maximum length: 1

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<Aj_ipi_ad> getAj_ipi_adByKey(String empresa, String filial, String num_doc_aj, String dt_reg, String ind_aj, String cod_aj, String ind_doc, String num_doc, String dt_doc, String cod_item, String num_item)
      Deprecated.
      Fetch a single Aj_ipi_ad entity using key fields.
      Parameters:
      ind_aj - Indicator of adjustment type

      Constraints: Not nullable, Maximum length: 1

      dt_reg - Register Date

      Constraints: Not nullable, Maximum length: 8

      cod_item - Item Code

      Constraints: Not nullable, Maximum length: 60

      filial - Branch

      Constraints: Not nullable, Maximum length: 4

      ind_doc - Document Origin Indicator

      Constraints: Not nullable, Maximum length: 1

      cod_aj - Adjustment Code

      Constraints: Not nullable, Maximum length: 3

      dt_doc - Document Date

      Constraints: Not nullable, Maximum length: 8

      num_item - Item Number

      Constraints: Not nullable, Maximum length: 3

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      num_doc_aj - Document Number for IPI Adjustments

      Constraints: Not nullable, Maximum length: 60

      num_doc - Tax document number

      Constraints: Not nullable, Maximum length: 9

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<Aj_op_ext> getAj_op_extByKey(UUID id)
      Deprecated.
      Fetch a single Aj_op_ext entity using key fields.
      Parameters:
      id - Tables ID

      Constraints: Not nullable

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<Aj_sub_ap> getAj_sub_apByKey(String empresa, String filial, String ind_apur_icms, String dt_ini, String cod_aj_apur, String num_item)
      Deprecated.
      Fetch a single Aj_sub_ap entity using key fields.
      Parameters:
      dt_ini -

      Constraints: Not nullable, Maximum length: 8

      cod_aj_apur -

      Constraints: Not nullable, Maximum length: 8

      filial -

      Constraints: Not nullable, Maximum length: 4

      num_item - Item Number for ICMS Appraisal

      Constraints: Not nullable, Maximum length: 5

      ind_apur_icms -

      Constraints: Not nullable, Maximum length: 1

      empresa -

      Constraints: Not nullable, Maximum length: 4

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<Alt_item> getAlt_itemByKey(String cod_item, LocalDate dt_ini, LocalDate dt_fim, String empresa, String filial, String num_seq)
      Deprecated.
      Fetch a single Alt_item entity using key fields.
      Parameters:
      dt_ini - Initial date of computation referred

      Constraints: Not nullable

      cod_item - Item Code

      Constraints: Not nullable, Maximum length: 60

      filial - Branch

      Constraints: Not nullable, Maximum length: 4

      num_seq - Sequencial Number

      Constraints: Not nullable, Maximum length: 5

      dt_fim - Final date of computation referred

      Constraints: Not nullable

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<Aqs_impwh> getAqs_impwhByKey(String empresa, String filial, String exercicio, String num_lcto, String num_item, String codigo_irf, String cat_imposto)
      Deprecated.
      Fetch a single Aqs_impwh entity using key fields.
      Parameters:
      cat_imposto - Withholding Tax Type

      Constraints: Not nullable, Maximum length: 2

      filial - Branch

      Constraints: Not nullable, Maximum length: 4

      codigo_irf - Withholding Tax Code

      Constraints: Not nullable, Maximum length: 2

      num_item - Item Number

      Constraints: Not nullable, Maximum length: 3

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      num_lcto - Posting Number

      Constraints: Not nullable, Maximum length: 11

      exercicio - Year

      Constraints: Not nullable, Maximum length: 4

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<Ass_digit> getAss_digitByKey(String empresa, String mes, String ano, String assin_dig)
      Deprecated.
      Fetch a single Ass_digit entity using key fields.
      Parameters:
      assin_dig -

      Constraints: Not nullable, Maximum length: 255

      ano -

      Constraints: Not nullable, Maximum length: 4

      mes -

      Constraints: Not nullable, Maximum length: 2

      empresa -

      Constraints: Not nullable, Maximum length: 4

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<Ativos_ex> getAtivos_exByKey(String empresa, String dt_lancto, String tip_ativo, String pais, String discriminacao)
      Deprecated.
      Fetch a single Ativos_ex entity using key fields.
      Parameters:
      discriminacao - Discrimination

      Constraints: Not nullable, Maximum length: 255

      tip_ativo - Asset Type

      Constraints: Not nullable, Maximum length: 14

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      dt_lancto - Posting Date

      Constraints: Not nullable, Maximum length: 8

      pais - Siscomex Table Country/Region Code

      Constraints: Not nullable, Maximum length: 3

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<Ativ_ince> getAtiv_inceByKey(String empresa, String dt_lancto, String ind_ativ, String ind_proj, String ato_conc, String vig_ini)
      Deprecated.
      Fetch a single Ativ_ince entity using key fields.
      Parameters:
      ind_proj - Project Indicator

      Constraints: Not nullable, Maximum length: 2

      ind_ativ - Fiscal Benefit Type

      Constraints: Not nullable, Maximum length: 2

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      ato_conc - Concession Act: Nature and Number

      Constraints: Not nullable, Maximum length: 30

      dt_lancto - Posting Date

      Constraints: Not nullable, Maximum length: 8

      vig_ini - Validity Date - Start

      Constraints: Not nullable, Maximum length: 8

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<Atv_imob> getAtv_imobByKey(String empresa, String filial, String dt_lancto, String num_lancto)
      Deprecated.
      Fetch a single Atv_imob entity using key fields.
      Parameters:
      filial - Branch

      Constraints: Not nullable, Maximum length: 4

      num_lancto - Posting Number

      Constraints: Not nullable, Maximum length: 10

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      dt_lancto - Posting Date

      Constraints: Not nullable, Maximum length: 8

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<Auditor> getAuditorByKey(String empresa, String cod_cvm_auditor, String ano_auditoria)
      Deprecated.
      Fetch a single Auditor entity using key fields.
      Parameters:
      cod_cvm_auditor - Auditor's Code

      Constraints: Not nullable, Maximum length: 255

      ano_auditoria - Year

      Constraints: Not nullable, Maximum length: 4

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<Balancete> getBalanceteByKey(String empresa, String dt_bcte, String cod_cta, String cod_ccus)
      Deprecated.
      Fetch a single Balancete entity using key fields.
      Parameters:
      cod_ccus -

      Constraints: Not nullable, Maximum length: 100

      cod_cta -

      Constraints: Not nullable, Maximum length: 100

      dt_bcte -

      Constraints: Not nullable, Maximum length: 8

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<Bal_patri> getBal_patriByKey(String empresa, String dt_lancto, String per_apur, String tp_tabela, String codigo)
      Deprecated.
      Fetch a single Bal_patri entity using key fields.
      Parameters:
      codigo - Account Code

      Constraints: Not nullable, Maximum length: 60

      tp_tabela - Sped Dynamic Table Type

      Constraints: Not nullable, Maximum length: 10

      per_apur - Nature of credit deferred, attached to revenue taxed

      Constraints: Not nullable, Maximum length: 3

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      dt_lancto - Posting Date

      Constraints: Not nullable, Maximum length: 8

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<Bensencar> getBensencarByKey(String empresa, String filial, String dt_lancto, String num_lancto, String tp_base_operacao)
      Deprecated.
      Fetch a single Bensencar entity using key fields.
      Parameters:
      filial - Branch

      Constraints: Not nullable, Maximum length: 4

      num_lancto - Posting Number

      Constraints: Not nullable, Maximum length: 10

      tp_base_operacao - Operation Basis

      Constraints: Not nullable, Maximum length: 10

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      dt_lancto - Posting Date

      Constraints: Not nullable, Maximum length: 8

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<Cad_part> getCad_partByKey(String empresa, String ano, String cnpj, String cod_part, String vig_de)
      Deprecated.
      Fetch a single Cad_part entity using key fields.
      Parameters:
      cod_part - Participant Code

      Constraints: Not nullable, Maximum length: 60

      ano - Year

      Constraints: Not nullable, Maximum length: 4

      cnpj - CNPJ

      Constraints: Not nullable, Maximum length: 14

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      vig_de - Valid From

      Constraints: Not nullable, Maximum length: 8

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<Cagl_cpl> getCagl_cplByKey(String empresa, String estr_balanco, String cod_agl)
      Deprecated.
      Fetch a single Cagl_cpl entity using key fields.
      Parameters:
      estr_balanco - Financial Statement Version

      Constraints: Not nullable, Maximum length: 4

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      cod_agl - Agglutination Account Code

      Constraints: Not nullable, Maximum length: 30

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<Canc_doc> getCanc_docByKey(String empresa, String filial, String num_doc_ini, String num_doc_fin)
      Deprecated.
      Fetch a single Canc_doc entity using key fields.
      Parameters:
      filial - Branch

      Constraints: Not nullable, Maximum length: 4

      num_doc_ini - Initial Number of Authorized Device

      Constraints: Not nullable, Maximum length: 12

      num_doc_fin - Final Number of Authorized Device

      Constraints: Not nullable, Maximum length: 12

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<Centro> getCentroByKey(String empresa, String filial, String centro)
      Deprecated.
      Fetch a single Centro entity using key fields.
      Parameters:
      filial - Business Place

      Constraints: Not nullable, Maximum length: 4

      centro - Plant

      Constraints: Not nullable, Maximum length: 4

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<Cen_custo> getCen_custoByKey(String empresa, String divisao, String cod_ccus, String dt_alt)
      Deprecated.
      Fetch a single Cen_custo entity using key fields.
      Parameters:
      cod_ccus -

      Constraints: Not nullable, Maximum length: 255

      divisao -

      Constraints: Not nullable, Maximum length: 4

      dt_alt - Change Date

      Constraints: Not nullable, Maximum length: 8

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<Cen_lucro> getCen_lucroByKey(String empresa, String cod_clucro, String dt_alt)
      Deprecated.
      Fetch a single Cen_lucro entity using key fields.
      Parameters:
      dt_alt - Change Date

      Constraints: Not nullable, Maximum length: 8

      cod_clucro - Profit Center

      Constraints: Not nullable, Maximum length: 10

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<Cfe> getCfeByKey(String chv_cfe, String empresa, String filial)
      Deprecated.
      Fetch a single Cfe entity using key fields.
      Parameters:
      filial -

      Constraints: Not nullable, Maximum length: 4

      chv_cfe -

      Constraints: Not nullable, Maximum length: 44

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<Cfe_an_cm> getCfe_an_cmByKey(UUID id)
      Deprecated.
      Fetch a single Cfe_an_cm entity using key fields.
      Parameters:
      id - Tables ID

      Constraints: Not nullable

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<Cfe_an_it> getCfe_an_itByKey(UUID id)
      Deprecated.
      Fetch a single Cfe_an_it entity using key fields.
      Parameters:
      id - Tables ID

      Constraints: Not nullable

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<Cfe_cmpl> getCfe_cmplByKey(UUID id)
      Deprecated.
      Fetch a single Cfe_cmpl entity using key fields.
      Parameters:
      id - Tables ID

      Constraints: Not nullable

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<Cfe_eq_sa> getCfe_eq_saByKey(String nr_sat, String empresa, String filial, String dt_doc)
      Deprecated.
      Fetch a single Cfe_eq_sa entity using key fields.
      Parameters:
      nr_sat - Serial Number of SAT Equipment

      Constraints: Not nullable, Maximum length: 9

      filial - Branch

      Constraints: Not nullable, Maximum length: 4

      dt_doc - Document Date

      Constraints: Not nullable, Maximum length: 8

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<Cfe_it> getCfe_itByKey(UUID id)
      Deprecated.
      Fetch a single Cfe_it entity using key fields.
      Parameters:
      id - Tables ID

      Constraints: Not nullable

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<Cfiscal_r> getCfiscal_rByKey(String empresa, String filial, String nf_id, String cod_inf, String dt_doc, String nr_sat, String num_cfe)
      Deprecated.
      Fetch a single Cfiscal_r entity using key fields.
      Parameters:
      filial -

      Constraints: Not nullable, Maximum length: 4

      nr_sat -

      Constraints: Not nullable, Maximum length: 9

      num_cfe -

      Constraints: Not nullable, Maximum length: 6

      cod_inf -

      Constraints: Not nullable, Maximum length: 255

      dt_doc -

      Constraints: Not nullable, Maximum length: 8

      empresa -

      Constraints: Not nullable, Maximum length: 4

      nf_id -

      Constraints: Not nullable, Maximum length: 10

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<Cf_r> getCf_rByKey(String empresa, String filial, String nf_id, String cod_inf, String ecf_fab, String num_doc, String dt_doc)
      Deprecated.
      Fetch a single Cf_r entity using key fields.
      Parameters:
      filial -

      Constraints: Not nullable, Maximum length: 4

      cod_inf -

      Constraints: Not nullable, Maximum length: 255

      dt_doc -

      Constraints: Not nullable, Maximum length: 8

      empresa -

      Constraints: Not nullable, Maximum length: 4

      num_doc -

      Constraints: Not nullable, Maximum length: 9

      nf_id -

      Constraints: Not nullable, Maximum length: 10

      ecf_fab - ECF Manufacturing Serial Number

      Constraints: Not nullable, Maximum length: 21

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<Checklist> getChecklistByKey(String empresa, String filial, String checklist, LocalDate vig_de, String orgstr_key, String cnpj_root, String ie, String central_efd)
      Deprecated.
      Fetch a single Checklist entity using key fields.
      Parameters:
      orgstr_key - Organizational Structure Key

      Constraints: Not nullable, Maximum length: 5

      filial - Branch

      Constraints: Not nullable, Maximum length: 4

      cnpj_root - CNPJ Root

      Constraints: Not nullable, Maximum length: 8

      checklist - Checklist Item ID

      Constraints: Not nullable, Maximum length: 20

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      ie - State Tax Number

      Constraints: Not nullable, Maximum length: 18

      central_efd - Central EFD

      Constraints: Not nullable, Maximum length: 20

      vig_de - Valid From

      Constraints: Not nullable

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<Ciap_atv> getCiap_atvByKey(String empresa, String filial, String cod_ind_bem)
      Deprecated.
      Fetch a single Ciap_atv entity using key fields.
      Parameters:
      filial - Branch

      Constraints: Not nullable, Maximum length: 4

      cod_ind_bem - Individual Code of Asset or Component

      Constraints: Not nullable, Maximum length: 60

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<Ciap_cred> getCiap_credByKey(String empresa, String filial, String periodo)
      Deprecated.
      Fetch a single Ciap_cred entity using key fields.
      Parameters:
      filial - Branch

      Constraints: Not nullable, Maximum length: 4

      periodo - Period Date

      Constraints: Not nullable, Maximum length: 6

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<Ciap_mov> getCiap_movByKey(String empresa, String filial, String cod_ind_bem, String tipo_mov, String ano_parc, String mes_parc)
      Deprecated.
      Fetch a single Ciap_mov entity using key fields.
      Parameters:
      filial - Branch

      Constraints: Not nullable, Maximum length: 4

      cod_ind_bem - Individual Code of Asset or Component

      Constraints: Not nullable, Maximum length: 60

      tipo_mov - Movement Type

      Constraints: Not nullable, Maximum length: 2

      ano_parc - Quota Year

      Constraints: Not nullable, Maximum length: 4

      mes_parc - Quota Month

      Constraints: Not nullable, Maximum length: 2

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<Ciap_nf_i> getCiap_nf_iByKey(String empresa, String filial, String cod_ind_bem, String nf_id, String num_item)
      Deprecated.
      Fetch a single Ciap_nf_i entity using key fields.
      Parameters:
      filial - Branch

      Constraints: Not nullable, Maximum length: 4

      cod_ind_bem - Individual Code of Asset or Component

      Constraints: Not nullable, Maximum length: 60

      num_item - Document Item Number

      Constraints: Not nullable, Maximum length: 6

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      nf_id - Nota Fiscal Id

      Constraints: Not nullable, Maximum length: 10

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<Cnv201fat> getCnv201fatByKey(UUID id)
      Deprecated.
      Fetch a single Cnv201fat entity using key fields.
      Parameters:
      id - Tables ID

      Constraints: Not nullable

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<Cnv201ppg> getCnv201ppgByKey(UUID id)
      Deprecated.
      Fetch a single Cnv201ppg entity using key fields.
      Parameters:
      id - Tables ID

      Constraints: Not nullable

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<Combu_mov> getCombu_movByKey(String empresa, String filial, String cod_item, String dt_fech, String num_tanque)
      Deprecated.
      Fetch a single Combu_mov entity using key fields.
      Parameters:
      cod_item -

      Constraints: Not nullable, Maximum length: 60

      filial -

      Constraints: Not nullable, Maximum length: 4

      dt_fech -

      Constraints: Not nullable, Maximum length: 8

      num_tanque -

      Constraints: Not nullable, Maximum length: 3

      empresa -

      Constraints: Not nullable, Maximum length: 4

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<Com_bic_b> getCom_bic_bByKey(String serie, String num_bico, String cod_item, String num_tanque)
      Deprecated.
      Fetch a single Com_bic_b entity using key fields.
      Parameters:
      cod_item -

      Constraints: Not nullable, Maximum length: 60

      serie -

      Constraints: Not nullable, Maximum length: 255

      num_tanque -

      Constraints: Not nullable, Maximum length: 3

      num_bico -

      Constraints: Not nullable, Maximum length: 3

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<Com_bomba> getCom_bombaByKey(String empresa, String filial, String serie, String vig_de)
      Deprecated.
      Fetch a single Com_bomba entity using key fields.
      Parameters:
      filial -

      Constraints: Not nullable, Maximum length: 4

      serie -

      Constraints: Not nullable, Maximum length: 255

      empresa -

      Constraints: Not nullable, Maximum length: 4

      vig_de - Valid From

      Constraints: Not nullable, Maximum length: 8

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<Com_v_ven> getCom_v_venByKey(String cod_item, String dt_fech, String num_tanque, String num_bico, String nr_interv)
      Deprecated.
      Fetch a single Com_v_ven entity using key fields.
      Parameters:
      cod_item -

      Constraints: Not nullable, Maximum length: 60

      dt_fech -

      Constraints: Not nullable, Maximum length: 8

      num_tanque -

      Constraints: Not nullable, Maximum length: 3

      nr_interv -

      Constraints: Not nullable, Maximum length: 100

      num_bico -

      Constraints: Not nullable, Maximum length: 100

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<Conprebru> getConprebruByKey(String empresa, String filial, String num_lancto, String num_campo, String cno)
      Deprecated.
      Fetch a single Conprebru entity using key fields.
      Parameters:
      num_campo - Register Field Number

      Constraints: Not nullable, Maximum length: 2

      filial - Branch

      Constraints: Not nullable, Maximum length: 4

      num_lancto - Posting Number

      Constraints: Not nullable, Maximum length: 10

      cno - National Registry of Construction

      Constraints: Not nullable, Maximum length: 14

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<Conso_emp> getConso_empByKey(String empresa, String dt_lancto, String cnpj)
      Deprecated.
      Fetch a single Conso_emp entity using key fields.
      Parameters:
      cnpj - CNPJ

      Constraints: Not nullable, Maximum length: 14

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      dt_lancto - Posting Date

      Constraints: Not nullable, Maximum length: 8

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<Cons_aipi> getCons_aipiByKey(String empresa, String filial, String ano, String periodo, String cfop, String cst_ipi)
      Deprecated.
      Fetch a single Cons_aipi entity using key fields.
      Parameters:
      cst_ipi - Tax Situation Code for IPI

      Constraints: Not nullable, Maximum length: 2

      filial - Branch

      Constraints: Not nullable, Maximum length: 4

      ano - Year

      Constraints: Not nullable, Maximum length: 4

      periodo - Period

      Constraints: Not nullable, Maximum length: 2

      cfop - CFOP (Tax code of operation and installment)

      Constraints: Not nullable, Maximum length: 4

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<Cons_espc> getCons_espcByKey(String centro, String dt_ini, String cod_item, String cod_item_comp, String dt_fin)
      Deprecated.
      Fetch a single Cons_espc entity using key fields.
      Parameters:
      dt_ini - Valid-From Date

      Constraints: Not nullable, Maximum length: 8

      cod_item - Item Code

      Constraints: Not nullable, Maximum length: 60

      cod_item_comp - Component Item Code

      Constraints: Not nullable, Maximum length: 18

      centro - Plant

      Constraints: Not nullable, Maximum length: 4

      dt_fin - Final Date

      Constraints: Not nullable, Maximum length: 8

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<Conta_agl> getConta_aglByKey(String empresa, String estr_balanco, String cod_cta, String cod_agl, String cod_ccus, LocalDate dt_ini, LocalDate dt_fin)
      Deprecated.
      Fetch a single Conta_agl entity using key fields.
      Parameters:
      cod_ccus - Cost Center

      Constraints: Not nullable, Maximum length: 30

      dt_ini - Initial date of computation referred

      Constraints: Not nullable

      estr_balanco - Financial Statement Version

      Constraints: Not nullable, Maximum length: 4

      cod_cta - Account Code (Chart)

      Constraints: Not nullable, Maximum length: 100

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      cod_agl - Agglutination Account Code

      Constraints: Not nullable, Maximum length: 30

      dt_fin - Final date of computation referred

      Constraints: Not nullable

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<Contprvrb> getContprvrbByKey(String empresa, String filial, String per_ref)
      Deprecated.
      Fetch a single Contprvrb entity using key fields.
      Parameters:
      filial - Branch

      Constraints: Not nullable, Maximum length: 4

      per_ref - Bookkeeping reference period

      Constraints: Not nullable, Maximum length: 6

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<Contretft> getContretftByKey(String empresa, String filial, String dt_lancto, String num_lancto)
      Deprecated.
      Fetch a single Contretft entity using key fields.
      Parameters:
      filial - Branch

      Constraints: Not nullable, Maximum length: 4

      num_lancto - Posting Number

      Constraints: Not nullable, Maximum length: 10

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      dt_lancto - Posting Date

      Constraints: Not nullable, Maximum length: 8

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<Contr_cod> getContr_codByKey(String empresa, String per_ref, String num_campo, String cod_rec)
      Deprecated.
      Fetch a single Contr_cod entity using key fields.
      Parameters:
      num_campo - Register Field Number

      Constraints: Not nullable, Maximum length: 2

      per_ref - Bookkeeping reference period

      Constraints: Not nullable, Maximum length: 6

      cod_rec - Revenue Code

      Constraints: Not nullable, Maximum length: 6

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<Contr_i_e> getContr_i_eByKey(String empresa, String tp_oper, String dt_lancto, String num_ord, String nome)
      Deprecated.
      Fetch a single Contr_i_e entity using key fields.
      Parameters:
      tp_oper - Operation Type

      Constraints: Not nullable, Maximum length: 3

      num_ord - Number of Order

      Constraints: Not nullable, Maximum length: 30

      nome - Name

      Constraints: Not nullable, Maximum length: 255

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      dt_lancto - Posting Date

      Constraints: Not nullable, Maximum length: 8

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<Contr_sub> getContr_subByKey(String empresa, String filial, String uf_st, String vig_de)
      Deprecated.
      Fetch a single Contr_sub entity using key fields.
      Parameters:
      filial -

      Constraints: Not nullable, Maximum length: 4

      empresa -

      Constraints: Not nullable, Maximum length: 4

      uf_st -

      Constraints: Not nullable, Maximum length: 2

      vig_de - Valid From

      Constraints: Not nullable, Maximum length: 8

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<Cont_dete> getCont_deteByKey(String empresa, String per_ref, String num_lancto)
      Deprecated.
      Fetch a single Cont_dete entity using key fields.
      Parameters:
      num_lancto - Posting Number

      Constraints: Not nullable, Maximum length: 10

      per_ref - Bookkeeping reference period

      Constraints: Not nullable, Maximum length: 6

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<Cont_impo> getCont_impoByKey(String empresa, String per_ref)
      Deprecated.
      Fetch a single Cont_impo entity using key fields.
      Parameters:
      per_ref - Bookkeeping reference period

      Constraints: Not nullable, Maximum length: 6

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<Corr_apon> getCorr_aponByKey(String empresa, String filial, String dt_retificacao, String cod_op_os, String cod_item, String origem, String cod_item_itm, String dt_ini_ap, String dt_fin_ap)
      Deprecated.
      Fetch a single Corr_apon entity using key fields.
      Parameters:
      cod_item - Item Code

      Constraints: Not nullable, Maximum length: 60

      filial - Branch

      Constraints: Not nullable, Maximum length: 4

      dt_ini_ap - Initial Date of Inventory Correction

      Constraints: Not nullable, Maximum length: 8

      origem - Register Source of Correction

      Constraints: Not nullable, Maximum length: 1

      cod_item_itm - Item Code

      Constraints: Not nullable, Maximum length: 60

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      cod_op_os - Production Order or Service Order Identification Code

      Constraints: Not nullable, Maximum length: 30

      dt_retificacao - Correction date

      Constraints: Not nullable, Maximum length: 8

      dt_fin_ap - Final Date of Inventory Correction

      Constraints: Not nullable, Maximum length: 8

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<Corr_inv> getCorr_invByKey(String empresa, String filial, String dt_retificacao, String dt_est, String cod_item, String ind_est, String cod_part, String centro)
      Deprecated.
      Fetch a single Corr_inv entity using key fields.
      Parameters:
      cod_part - Participant Code

      Constraints: Not nullable, Maximum length: 60

      cod_item - Item Code

      Constraints: Not nullable, Maximum length: 60

      filial - Branch

      Constraints: Not nullable, Maximum length: 4

      dt_est - Inventory date

      Constraints: Not nullable, Maximum length: 8

      ind_est - Inventory type

      Constraints: Not nullable, Maximum length: 1

      centro - Plant

      Constraints: Not nullable, Maximum length: 4

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      dt_retificacao - Correction date

      Constraints: Not nullable, Maximum length: 8

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<Cpl_co_ae> getCpl_co_aeByKey(String nf_id)
      Deprecated.
      Fetch a single Cpl_co_ae entity using key fields.
      Parameters:
      nf_id - Nota Fiscal Id

      Constraints: Not nullable, Maximum length: 10

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<Cpl_co_aq> getCpl_co_aqByKey(String nf_id)
      Deprecated.
      Fetch a single Cpl_co_aq entity using key fields.
      Parameters:
      nf_id - Nota Fiscal Id

      Constraints: Not nullable, Maximum length: 10

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<Cpl_co_mc> getCpl_co_mcByKey(String nf_id, String cod_mun_dest)
      Deprecated.
      Fetch a single Cpl_co_mc entity using key fields.
      Parameters:
      cod_mun_dest - Destination City Code

      Constraints: Not nullable, Maximum length: 7

      nf_id - Nota Fiscal Id

      Constraints: Not nullable, Maximum length: 10

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<Cpl_co_ro> getCpl_co_roByKey(String nf_id, String cod_mun_dest)
      Deprecated.
      Fetch a single Cpl_co_ro entity using key fields.
      Parameters:
      cod_mun_dest - Destination City Code

      Constraints: Not nullable, Maximum length: 7

      nf_id - Nota Fiscal Id

      Constraints: Not nullable, Maximum length: 10

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<Credfisc> getCredfiscByKey(String empresa, String filial, String dt_lancto, String tp_imp, String per_apu_cred, String orig_cred, String cnpj_suc, String cod_cred)
      Deprecated.
      Fetch a single Credfisc entity using key fields.
      Parameters:
      tp_imp - Tax Type (PIS / COFINS)

      Constraints: Not nullable, Maximum length: 10

      per_apu_cred - Credit computation period

      Constraints: Not nullable, Maximum length: 6

      orig_cred - Indicator of credit source

      Constraints: Not nullable, Maximum length: 2

      filial - Branch

      Constraints: Not nullable, Maximum length: 4

      cod_cred - Credit Code transferred

      Constraints: Not nullable, Maximum length: 3

      cnpj_suc - CNPJ

      Constraints: Not nullable, Maximum length: 14

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      dt_lancto - Posting Date

      Constraints: Not nullable, Maximum length: 8

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<Credper_c> getCredper_cByKey(String empresa, String per_ref, String cod_cred, String ind_cred_ori, String nat_bc_cred, String cst_cofins, BigDecimal aliq_cofins, BigDecimal aliq_cofins_quant)
      Deprecated.
      Fetch a single Credper_c entity using key fields.
      Parameters:
      aliq_cofins_quant - Tax Rate (%)

      Constraints: Not nullable, Precision: 25, Scale: 6

      cod_cred - Credit Code transferred

      Constraints: Not nullable, Maximum length: 3

      aliq_cofins - Tax Rate (%)

      Constraints: Not nullable, Precision: 25, Scale: 6

      per_ref - Bookkeeping reference period

      Constraints: Not nullable, Maximum length: 6

      cst_cofins - Tax Situation Code related to credit of PIS/PASEP/COFINS

      Constraints: Not nullable, Maximum length: 2

      nat_bc_cred - Code of Calculation Basis of Credits

      Constraints: Not nullable, Maximum length: 2

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      ind_cred_ori - Credit Indicator

      Constraints: Not nullable, Maximum length: 1

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<Credper_p> getCredper_pByKey(String empresa, String per_ref, String cod_cred, String ind_cred_ori, String nat_bc_cred, String cst_pis, BigDecimal aliq_pis, BigDecimal aliq_pis_quant)
      Deprecated.
      Fetch a single Credper_p entity using key fields.
      Parameters:
      cod_cred - Credit Code transferred

      Constraints: Not nullable, Maximum length: 3

      aliq_pis_quant - Tax Rate (%)

      Constraints: Not nullable, Precision: 25, Scale: 6

      per_ref - Bookkeeping reference period

      Constraints: Not nullable, Maximum length: 6

      nat_bc_cred - Code of Calculation Basis of Credits

      Constraints: Not nullable, Maximum length: 2

      cst_pis - Tax Situation Code related to credit of PIS/PASEP/COFINS

      Constraints: Not nullable, Maximum length: 2

      aliq_pis - Tax Rate (%)

      Constraints: Not nullable, Precision: 25, Scale: 6

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      ind_cred_ori - Credit Indicator

      Constraints: Not nullable, Maximum length: 1

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<Cred_estq> getCred_estqByKey(String empresa, String filial, String dt_lancto, String num_lancto)
      Deprecated.
      Fetch a single Cred_estq entity using key fields.
      Parameters:
      filial - Branch

      Constraints: Not nullable, Maximum length: 4

      num_lancto - Posting Number

      Constraints: Not nullable, Maximum length: 10

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      dt_lancto - Posting Date

      Constraints: Not nullable, Maximum length: 8

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<Cred_eves> getCred_evesByKey(String empresa, String filial, String dt_lancto, String num_lancto)
      Deprecated.
      Fetch a single Cred_eves entity using key fields.
      Parameters:
      filial - Branch

      Constraints: Not nullable, Maximum length: 4

      num_lancto - Posting Number

      Constraints: Not nullable, Maximum length: 10

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      dt_lancto - Posting Date

      Constraints: Not nullable, Maximum length: 8

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<Cred_per> getCred_perByKey(String empresa, String per_ref, String cod_cred, String ind_cred_ori, BigDecimal aliq_pis, BigDecimal aliq_pis_quant, BigDecimal aliq_cofins, BigDecimal aliq_cofins_quant)
      Deprecated.
      Fetch a single Cred_per entity using key fields.
      Parameters:
      aliq_cofins_quant - Tax Rate (%)

      Constraints: Not nullable, Precision: 25, Scale: 6

      cod_cred - Credit Code transferred

      Constraints: Not nullable, Maximum length: 3

      aliq_cofins - Tax Rate (%)

      Constraints: Not nullable, Precision: 25, Scale: 6

      aliq_pis_quant - Tax Rate (%)

      Constraints: Not nullable, Precision: 25, Scale: 6

      per_ref - Bookkeeping reference period

      Constraints: Not nullable, Maximum length: 6

      aliq_pis - Tax Rate (%)

      Constraints: Not nullable, Precision: 25, Scale: 6

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      ind_cred_ori - Credit Indicator

      Constraints: Not nullable, Maximum length: 1

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<Cr_icms_a> getCr_icms_aByKey(String empresa, String filial, String cod_lcto)
      Deprecated.
      Fetch a single Cr_icms_a entity using key fields.
      Parameters:
      cod_lcto -

      Constraints: Not nullable, Maximum length: 10

      filial -

      Constraints: Not nullable, Maximum length: 4

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<Ctr_cr_fi> getCtr_cr_fiByKey(String empresa, String filial, String cod_aj_apur, String ano, String periodo)
      Deprecated.
      Fetch a single Ctr_cr_fi entity using key fields.
      Parameters:
      cod_aj_apur -

      Constraints: Not nullable, Maximum length: 8

      filial -

      Constraints: Not nullable, Maximum length: 4

      ano -

      Constraints: Not nullable, Maximum length: 4

      periodo -

      Constraints: Not nullable, Maximum length: 2

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<Ct_id_d_f> getCt_id_d_fByKey(String empresa, String filial, String nf_id, String despacho, String cod_mod, String ser, String num_doc, String dt_doc)
      Deprecated.
      Fetch a single Ct_id_d_f entity using key fields.
      Parameters:
      ser -

      Constraints: Not nullable, Maximum length: 4

      filial -

      Constraints: Not nullable, Maximum length: 4

      despacho -

      Constraints: Not nullable, Maximum length: 255

      dt_doc -

      Constraints: Not nullable, Maximum length: 8

      cod_mod -

      Constraints: Not nullable, Maximum length: 2

      empresa -

      Constraints: Not nullable, Maximum length: 4

      num_doc -

      Constraints: Not nullable, Maximum length: 9

      nf_id -

      Constraints: Not nullable, Maximum length: 10

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<C_raz_aux> getC_raz_auxByKey(String empresa, String ano, String nm_campo, String num_ord)
      Deprecated.
      Fetch a single C_raz_aux entity using key fields.
      Parameters:
      ano - Year

      Constraints: Not nullable, Maximum length: 4

      num_ord - Book Number

      Constraints: Not nullable, Maximum length: 10

      nm_campo -

      Constraints: Not nullable, Maximum length: 16

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<Dados_soc> getDados_socByKey(String empresa, String dt_lancto, String tp_tabela, String dt_incl_soc, String dt_fim_soc, String pais, String ind_qualif_socio, String cpf_cnpj, String qualif, String num_lancto)
      Deprecated.
      Fetch a single Dados_soc entity using key fields.
      Parameters:
      dt_fim_soc - Output Date of Corporate Framework

      Constraints: Not nullable, Maximum length: 8

      tp_tabela - Sped Dynamic Table Type

      Constraints: Not nullable, Maximum length: 10

      num_lancto - Posting Number

      Constraints: Not nullable, Maximum length: 10

      ind_qualif_socio - Partner Qualification Indicator

      Constraints: Not nullable, Maximum length: 2

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      dt_incl_soc - Change/Inclusion Date of Corporate Framework

      Constraints: Not nullable, Maximum length: 8

      dt_lancto - Posting Date

      Constraints: Not nullable, Maximum length: 8

      cpf_cnpj - Individual (CPF) or Legal Person (CNPJ) Identification

      Constraints: Not nullable, Maximum length: 14

      qualif - Qualification

      Constraints: Not nullable, Maximum length: 2

      pais - Siscomex Table Country/Region Code

      Constraints: Not nullable, Maximum length: 3

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<Dados_suc> getDados_sucByKey(String empresa, String dt_lancto, String cnpj)
      Deprecated.
      Fetch a single Dados_suc entity using key fields.
      Parameters:
      cnpj - CNPJ

      Constraints: Not nullable, Maximum length: 14

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      dt_lancto - Posting Date

      Constraints: Not nullable, Maximum length: 8

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<Decl_pais> getDecl_paisByKey(String empresa, String dt_lancamento, String jurisdicao)
      Deprecated.
      Fetch a single Decl_pais entity using key fields.
      Parameters:
      jurisdicao - Jurisdiction

      Constraints: Not nullable, Maximum length: 3

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      dt_lancamento - Posting Date

      Constraints: Not nullable, Maximum length: 8

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<Dedu_div> getDedu_divByKey(String empresa, String filial, String dt_lancto, String num_lancto)
      Deprecated.
      Fetch a single Dedu_div entity using key fields.
      Parameters:
      filial - Branch

      Constraints: Not nullable, Maximum length: 4

      num_lancto - Posting Number

      Constraints: Not nullable, Maximum length: 10

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      dt_lancto - Posting Date

      Constraints: Not nullable, Maximum length: 8

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<Demo_l_cx> getDemo_l_cxByKey(String empresa, String num_doc, LocalDate data)
      Deprecated.
      Fetch a single Demo_l_cx entity using key fields.
      Parameters:
      data - Incoming or Outgoing Resource Date

      Constraints: Not nullable

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      num_doc - Tax document number

      Constraints: Not nullable, Maximum length: 9

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<Dem_cons> getDem_consByKey(String empresa, String dt_lancto, String nif, String cnpj)
      Deprecated.
      Fetch a single Dem_cons entity using key fields.
      Parameters:
      nif - Tax Identification Number

      Constraints: Not nullable, Maximum length: 30

      cnpj - CNPJ

      Constraints: Not nullable, Maximum length: 14

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      dt_lancto - Posting Date

      Constraints: Not nullable, Maximum length: 8

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<Dem_dif_a> getDem_dif_aByKey(String empresa, String dt_lancto, String cod_cta, String cod_ccus)
      Deprecated.
      Fetch a single Dem_dif_a entity using key fields.
      Parameters:
      cod_ccus - Cost Center

      Constraints: Not nullable, Maximum length: 30

      cod_cta - Account Code

      Constraints: Not nullable, Maximum length: 60

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      dt_lancto - Posting Date

      Constraints: Not nullable, Maximum length: 8

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<Dem_docs> getDem_docsByKey(String empresa, String filial, String num_lancto, String dt_lancto, String cod_cta)
      Deprecated.
      Fetch a single Dem_docs entity using key fields.
      Parameters:
      filial - Branch

      Constraints: Not nullable, Maximum length: 4

      num_lancto - Posting Number

      Constraints: Not nullable, Maximum length: 10

      cod_cta - Credit Source Indicator

      Constraints: Not nullable, Maximum length: 60

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      dt_lancto - Posting Date

      Constraints: Not nullable, Maximum length: 8

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<Dem_renda> getDem_rendaByKey(String empresa, String dt_lancto, String nif, String cnpj)
      Deprecated.
      Fetch a single Dem_renda entity using key fields.
      Parameters:
      nif - Tax Identification Number

      Constraints: Not nullable, Maximum length: 30

      cnpj - CNPJ

      Constraints: Not nullable, Maximum length: 14

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      dt_lancto - Posting Date

      Constraints: Not nullable, Maximum length: 8

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<Dem_res> getDem_resByKey(String empresa, String dt_lancto, String per_apur, String tp_tabela, String codigo)
      Deprecated.
      Fetch a single Dem_res entity using key fields.
      Parameters:
      codigo - SPED Table Code

      Constraints: Not nullable, Maximum length: 20

      tp_tabela - Sped Dynamic Table Type

      Constraints: Not nullable, Maximum length: 10

      per_apur - Nature of credit deferred, attached to revenue taxed

      Constraints: Not nullable, Maximum length: 3

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      dt_lancto - Posting Date

      Constraints: Not nullable, Maximum length: 8

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<Dem_ret_f> getDem_ret_fByKey(String empresa, String dt_lancto, String cnpj_fon, String cod_rec)
      Deprecated.
      Fetch a single Dem_ret_f entity using key fields.
      Parameters:
      cnpj_fon - CNPJ of Payer

      Constraints: Not nullable, Maximum length: 14

      cod_rec - Revenue Code

      Constraints: Not nullable, Maximum length: 6

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      dt_lancto - Posting Date

      Constraints: Not nullable, Maximum length: 8

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<Dem_socie> getDem_socieByKey(String empresa, String dt_lancto, String nif, String cnpj)
      Deprecated.
      Fetch a single Dem_socie entity using key fields.
      Parameters:
      nif - Tax Identification Number

      Constraints: Not nullable, Maximum length: 30

      cnpj - CNPJ

      Constraints: Not nullable, Maximum length: 14

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      dt_lancto - Posting Date

      Constraints: Not nullable, Maximum length: 8

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<Derex> getDerexByKey(String empresa, String ano, String mes, String id_instituicao, String pais, String tip_moeda, String codigo)
      Deprecated.
      Fetch a single Derex entity using key fields.
      Parameters:
      codigo - Dynamic table for V100 register

      Constraints: Not nullable, Maximum length: 2

      ano - Year

      Constraints: Not nullable, Maximum length: 4

      tip_moeda - ISO Code Currency

      Constraints: Not nullable, Maximum length: 3

      mes - Month

      Constraints: Not nullable, Maximum length: 2

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      id_instituicao - Institution ID

      Constraints: Not nullable, Maximum length: 5

      pais - ISO Code of the Country/Region

      Constraints: Not nullable, Maximum length: 2

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<Derex_res> getDerex_resByKey(String empresa, String ano, String id_instituicao, String pais, String tip_moeda, String id_responsavel)
      Deprecated.
      Fetch a single Derex_res entity using key fields.
      Parameters:
      ano - Year

      Constraints: Not nullable, Maximum length: 4

      tip_moeda - ISO Code Currency

      Constraints: Not nullable, Maximum length: 3

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      id_responsavel - Responsible ID

      Constraints: Not nullable, Maximum length: 5

      id_instituicao - Institution ID

      Constraints: Not nullable, Maximum length: 5

      pais - ISO Code of the Country/Region

      Constraints: Not nullable, Maximum length: 2

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<Desm_merc> getDesm_mercByKey(String empresa, String filial, String per_ref, String cod_item_ori, String cod_item_des, String cod_doc_os)
      Deprecated.
      Fetch a single Desm_merc entity using key fields.
      Parameters:
      filial - Branch

      Constraints: Not nullable, Maximum length: 4

      cod_doc_os - Production Order or Service Order Identification Code

      Constraints: Not nullable, Maximum length: 30

      per_ref - Bookkeeping reference period

      Constraints: Not nullable, Maximum length: 6

      cod_item_ori - Source Item Code

      Constraints: Not nullable, Maximum length: 60

      cod_item_des - Destination Item Code

      Constraints: Not nullable, Maximum length: 60

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<Dete_cest> getDete_cestByKey(String empresa, String filial, LocalDate valid_from, String cod_ncm, String cod_item)
      Deprecated.
      Fetch a single Dete_cest entity using key fields.
      Parameters:
      cod_ncm - NCM Code

      Constraints: Not nullable, Maximum length: 16

      cod_item - Item Code

      Constraints: Not nullable, Maximum length: 60

      filial - Branch

      Constraints: Not nullable, Maximum length: 4

      valid_from - Initial date of computation referred

      Constraints: Not nullable

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<Det_ajcof> getDet_ajcofByKey(String empresa, String per_ref, String num_lancto, String ind_aj, String cod_aj, String num_lancto_aj, String num_lancto_item)
      Deprecated.
      Fetch a single Det_ajcof entity using key fields.
      Parameters:
      ind_aj - Indicator of adjustment type

      Constraints: Not nullable, Maximum length: 1

      num_lancto - Posting Number

      Constraints: Not nullable, Maximum length: 10

      per_ref - Bookkeeping reference period

      Constraints: Not nullable, Maximum length: 6

      num_lancto_aj - Posting Number

      Constraints: Not nullable, Maximum length: 10

      cod_aj - Adjustment Code

      Constraints: Not nullable, Maximum length: 2

      num_lancto_item - Posting Item Number

      Constraints: Not nullable, Maximum length: 6

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<Det_ajpis> getDet_ajpisByKey(String empresa, String per_ref, String num_lancto, String ind_aj, String cod_aj, String num_lancto_aj, String num_lancto_item)
      Deprecated.
      Fetch a single Det_ajpis entity using key fields.
      Parameters:
      ind_aj - Indicator of adjustment type

      Constraints: Not nullable, Maximum length: 1

      num_lancto - Posting Number

      Constraints: Not nullable, Maximum length: 10

      per_ref - Bookkeeping reference period

      Constraints: Not nullable, Maximum length: 6

      num_lancto_aj - Posting Number

      Constraints: Not nullable, Maximum length: 10

      cod_aj - Adjustment Code

      Constraints: Not nullable, Maximum length: 2

      num_lancto_item - Posting Item Number

      Constraints: Not nullable, Maximum length: 6

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<Det_aj_bc> getDet_aj_bcByKey(String empresa, String filial, String per_ref)
      Deprecated.
      Fetch a single Det_aj_bc entity using key fields.
      Parameters:
      filial - Branch

      Constraints: Not nullable, Maximum length: 4

      per_ref - Bookkeeping reference period

      Constraints: Not nullable, Maximum length: 6

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<Det_expor> getDet_exporByKey(String empresa, String dt_lancto, String cnpj, String cod_ncm)
      Deprecated.
      Fetch a single Det_expor entity using key fields.
      Parameters:
      cod_ncm - NCM Code

      Constraints: Not nullable, Maximum length: 8

      cnpj - CNPJ

      Constraints: Not nullable, Maximum length: 14

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      dt_lancto - Posting Date

      Constraints: Not nullable, Maximum length: 8

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<Dif_p_ant> getDif_p_antByKey(String empresa, String cod_cont, String nat_cred_desc, String per_apur, LocalDate dt_receb)
      Deprecated.
      Fetch a single Dif_p_ant entity using key fields.
      Parameters:
      dt_receb - Value of credit to discount

      Constraints: Not nullable

      per_apur - Declaration Period

      Constraints: Not nullable, Maximum length: 6

      nat_cred_desc - Value of contribution to accrue, deferred in previous period

      Constraints: Not nullable, Maximum length: 2

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      cod_cont - Code of social contribution computed in the period

      Constraints: Not nullable, Maximum length: 2

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<Dior> getDiorByKey(String empresa, String num_lancto)
      Deprecated.
      Fetch a single Dior entity using key fields.
      Parameters:
      num_lancto - Posting Number

      Constraints: Not nullable, Maximum length: 10

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<Directinv> getDirectinvByKey(String empresa, String dt_lancto, String nif, String cnpj, String pais, String nif_cnpj)
      Deprecated.
      Fetch a single Directinv entity using key fields.
      Parameters:
      nif - Tax Identification Number

      Constraints: Not nullable, Maximum length: 30

      cnpj - CNPJ

      Constraints: Not nullable, Maximum length: 14

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      dt_lancto - Posting Date

      Constraints: Not nullable, Maximum length: 8

      nif_cnpj - Identification number of each direct investor

      Constraints: Not nullable, Maximum length: 30

      pais - Country/Region

      Constraints: Not nullable, Maximum length: 30

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<Disalres> getDisalresByKey(String empresa, String num_seq)
      Deprecated.
      Fetch a single Disalres entity using key fields.
      Parameters:
      num_seq - Sequential Number

      Constraints: Not nullable, Maximum length: 32

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<Diversal> getDiversalByKey(String empresa, String num_seq)
      Deprecated.
      Fetch a single Diversal entity using key fields.
      Parameters:
      num_seq - Sequential Number

      Constraints: Not nullable, Maximum length: 32

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<Doa_eleit> getDoa_eleitByKey(String empresa, String dt_lancto, String cnpj)
      Deprecated.
      Fetch a single Doa_eleit entity using key fields.
      Parameters:
      cnpj - CNPJ

      Constraints: Not nullable, Maximum length: 14

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      dt_lancto - Posting Date

      Constraints: Not nullable, Maximum length: 8

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<Dom_fisc> getDom_fiscByKey(String spras, String country, String taxjurcode)
      Deprecated.
      Fetch a single Dom_fisc entity using key fields.
      Parameters:
      country - Country/Region Key

      Constraints: Not nullable, Maximum length: 3

      taxjurcode - Tax Jurisdiction Code For Brazilian Tax Calculation

      Constraints: Not nullable, Maximum length: 15

      spras - Language Key

      Constraints: Not nullable, Maximum length: 2

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<Dpais_ent> getDpais_entByKey(String empresa, String dt_lancamento, String jurisdicao, String jur_diferente, String num_seq)
      Deprecated.
      Fetch a single Dpais_ent entity using key fields.
      Parameters:
      num_seq - Sequencial Number

      Constraints: Not nullable, Maximum length: 5

      jurisdicao - Jurisdiction

      Constraints: Not nullable, Maximum length: 3

      jur_diferente - Different Jurisdiction

      Constraints: Not nullable, Maximum length: 3

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      dt_lancamento - Posting Date

      Constraints: Not nullable, Maximum length: 8

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<Dpais_obs> getDpais_obsByKey(String empresa, String dt_lancamento, String jurisdicao)
      Deprecated.
      Fetch a single Dpais_obs entity using key fields.
      Parameters:
      jurisdicao - Jurisdiction

      Constraints: Not nullable, Maximum length: 3

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      dt_lancamento - Posting Date

      Constraints: Not nullable, Maximum length: 8

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<Drecise_c> getDrecise_cByKey(String empresa, String per_ref, String cst_cofins, String cod_cta_parent, String num_item)
      Deprecated.
      Fetch a single Drecise_c entity using key fields.
      Parameters:
      per_ref - Bookkeeping reference period

      Constraints: Not nullable, Maximum length: 6

      cst_cofins - Tax Situation Code related to credit of PIS/PASEP/COFINS

      Constraints: Not nullable, Maximum length: 2

      num_item - Posting Item number

      Constraints: Not nullable, Maximum length: 60

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      cod_cta_parent - Code of controlled book account charged/credited

      Constraints: Not nullable, Maximum length: 60

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<Drecise_p> getDrecise_pByKey(String empresa, String per_ref, String cst_pis, String cod_cta_parent, String num_item)
      Deprecated.
      Fetch a single Drecise_p entity using key fields.
      Parameters:
      per_ref - Bookkeeping reference period

      Constraints: Not nullable, Maximum length: 6

      cst_pis - Tax Situation Code related to credit of PIS/PASEP/COFINS

      Constraints: Not nullable, Maximum length: 2

      num_item - Posting Item number

      Constraints: Not nullable, Maximum length: 60

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      cod_cta_parent - Code of controlled book account charged/credited

      Constraints: Not nullable, Maximum length: 60

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<Ecd_cmp_a> getEcd_cmp_aByKey(String empresa, String ano, String reg_cod, Short num_ad)
      Deprecated.
      Fetch a single Ecd_cmp_a entity using key fields.
      Parameters:
      ano - Year

      Constraints: Not nullable, Maximum length: 4

      num_ad -

      Constraints: Not nullable

      reg_cod -

      Constraints: Not nullable, Maximum length: 4

      empresa -

      Constraints: Not nullable, Maximum length: 4

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<Ecd_histo> getEcd_histoByKey(String empresa, String cod_hist, String vig_de)
      Deprecated.
      Fetch a single Ecd_histo entity using key fields.
      Parameters:
      cod_hist -

      Constraints: Not nullable, Maximum length: 255

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      vig_de - Valid From

      Constraints: Not nullable, Maximum length: 8

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<Ecf_equip> getEcf_equipByKey(String empresa, String filial, String cod_mod, String ecf_mod, String ecf_fab, String dt_fin)
      Deprecated.
      Fetch a single Ecf_equip entity using key fields.
      Parameters:
      filial -

      Constraints: Not nullable, Maximum length: 4

      ecf_mod -

      Constraints: Not nullable, Maximum length: 20

      cod_mod -

      Constraints: Not nullable, Maximum length: 2

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      ecf_fab - ECF Manufacturing Serial Number

      Constraints: Not nullable, Maximum length: 21

      dt_fin - Final date of computation referred

      Constraints: Not nullable, Maximum length: 8

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<Ecf_it_st> getEcf_it_stByKey(UUID id)
      Deprecated.
      Fetch a single Ecf_it_st entity using key fields.
      Parameters:
      id - Tables ID

      Constraints: Not nullable

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<Ecf_nf> getEcf_nfByKey(String empresa, String filial, String cod_mod, String ecf_mod, String ecf_fab, String dt_doc, String ecf_cx, String num_doc)
      Deprecated.
      Fetch a single Ecf_nf entity using key fields.
      Parameters:
      ecf_cx - ECF Cash Register Number

      Constraints: Not nullable, Maximum length: 3

      filial - Branch

      Constraints: Not nullable, Maximum length: 4

      ecf_mod - Model of Cupom Fiscal Equipment

      Constraints: Not nullable, Maximum length: 20

      dt_doc - Document Date

      Constraints: Not nullable, Maximum length: 8

      cod_mod - Code of tax document model

      Constraints: Not nullable, Maximum length: 2

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      num_doc - Tax document number

      Constraints: Not nullable, Maximum length: 9

      ecf_fab - ECF Manufacturing Serial Number

      Constraints: Not nullable, Maximum length: 21

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<Ecf_nf_it> getEcf_nf_itByKey(String empresa, String filial, String cod_mod, String ecf_mod, String ecf_fab, String dt_doc, String num_doc, String num_item)
      Deprecated.
      Fetch a single Ecf_nf_it entity using key fields.
      Parameters:
      filial - Branch

      Constraints: Not nullable, Maximum length: 4

      ecf_mod - Model of Cupom Fiscal Equipment

      Constraints: Not nullable, Maximum length: 20

      dt_doc - Document Date

      Constraints: Not nullable, Maximum length: 8

      num_item - Item Number

      Constraints: Not nullable, Maximum length: 3

      cod_mod - Code of tax document model

      Constraints: Not nullable, Maximum length: 2

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      num_doc - Tax document number

      Constraints: Not nullable, Maximum length: 9

      ecf_fab - ECF Manufacturing Serial Number

      Constraints: Not nullable, Maximum length: 21

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<Ecf_pis_c> getEcf_pis_cByKey(String cod_mod, String ecf_mod, String ecf_fab, String dt_doc, String empresa, String filial)
      Deprecated.
      Fetch a single Ecf_pis_c entity using key fields.
      Parameters:
      filial -

      Constraints: Not nullable, Maximum length: 4

      ecf_mod -

      Constraints: Not nullable, Maximum length: 20

      dt_doc -

      Constraints: Not nullable, Maximum length: 8

      cod_mod -

      Constraints: Not nullable, Maximum length: 2

      empresa -

      Constraints: Not nullable, Maximum length: 4

      ecf_fab -

      Constraints: Not nullable, Maximum length: 21

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<Ecf_pr_re> getEcf_pr_reByKey(String empresa, String filial, String cod_mod, String ecf_mod, String ecf_fab, String num_proc, String vig_de)
      Deprecated.
      Fetch a single Ecf_pr_re entity using key fields.
      Parameters:
      filial - Branch

      Constraints: Not nullable, Maximum length: 4

      ecf_mod - Model of Cupom Fiscal Equipment

      Constraints: Not nullable, Maximum length: 20

      num_proc - Process Number

      Constraints: Not nullable, Maximum length: 20

      cod_mod - Code of tax document model

      Constraints: Not nullable, Maximum length: 2

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      ecf_fab - ECF Manufacturing Serial Number - PCO

      Constraints: Not nullable, Maximum length: 20

      vig_de - Valid From

      Constraints: Not nullable, Maximum length: 8

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<Ecf_red_z> getEcf_red_zByKey(String empresa, String filial, String cod_mod, String ecf_mod, String ecf_fab, String dt_doc)
      Deprecated.
      Fetch a single Ecf_red_z entity using key fields.
      Parameters:
      filial - Branch

      Constraints: Not nullable, Maximum length: 4

      ecf_mod - Model of Cupom Fiscal Equipment

      Constraints: Not nullable, Maximum length: 20

      dt_doc - Document Date

      Constraints: Not nullable, Maximum length: 8

      cod_mod - Code of tax document model

      Constraints: Not nullable, Maximum length: 2

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      ecf_fab - ECF Manufacturing Serial Number

      Constraints: Not nullable, Maximum length: 21

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<Ecf_reg_a> getEcf_reg_aByKey(String cod_mod, String ecf_mod, String ecf_fab, String empresa, String filial, String dt_doc, String cst_icms, String cfop, BigDecimal aliq_icms)
      Deprecated.
      Fetch a single Ecf_reg_a entity using key fields.
      Parameters:
      filial - Branch

      Constraints: Not nullable, Maximum length: 4

      ecf_mod - Model of Cupom Fiscal Equipment

      Constraints: Not nullable, Maximum length: 20

      cst_icms - Fiscal Situation Code

      Constraints: Not nullable, Maximum length: 3

      aliq_icms - ICMS Aliquot

      Constraints: Not nullable, Precision: 25, Scale: 6

      dt_doc - Document Date

      Constraints: Not nullable, Maximum length: 8

      cfop - CFOP (Tax code of operation and installment)

      Constraints: Not nullable, Maximum length: 4

      cod_mod - Code of tax document model

      Constraints: Not nullable, Maximum length: 2

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      ecf_fab - ECF Manufacturing Serial Number

      Constraints: Not nullable, Maximum length: 21

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<Ecf_res_m> getEcf_res_mByKey(String empresa, String filial, String ano, String periodo, BigDecimal aliq_icms, String cod_item)
      Deprecated.
      Fetch a single Ecf_res_m entity using key fields.
      Parameters:
      cod_item -

      Constraints: Not nullable, Maximum length: 60

      filial -

      Constraints: Not nullable, Maximum length: 4

      ano -

      Constraints: Not nullable, Maximum length: 4

      periodo -

      Constraints: Not nullable, Maximum length: 2

      aliq_icms -

      Constraints: Not nullable, Precision: 25, Scale: 6

      empresa -

      Constraints: Not nullable, Maximum length: 4

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<Ecf_total> getEcf_totalByKey(String empresa, String filial, String cod_mod, String ecf_mod, String ecf_fab, String dt_doc, String cod_tot_par)
      Deprecated.
      Fetch a single Ecf_total entity using key fields.
      Parameters:
      filial - Branch

      Constraints: Not nullable, Maximum length: 4

      ecf_mod - Model of Cupom Fiscal Equipment

      Constraints: Not nullable, Maximum length: 20

      cod_tot_par - Totalizer Code

      Constraints: Not nullable, Maximum length: 7

      dt_doc - Document Date

      Constraints: Not nullable, Maximum length: 8

      cod_mod - Code of tax document model

      Constraints: Not nullable, Maximum length: 2

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      ecf_fab - ECF Manufacturing Serial Number

      Constraints: Not nullable, Maximum length: 21

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<Ecf_ttl_c> getEcf_ttl_cByKey(String cod_mod, String ecf_mod, String ecf_fab, String empresa, String filial, String dt_doc, String cod_tot_par, String nr_tot, String cod_mun_orig)
      Deprecated.
      Fetch a single Ecf_ttl_c entity using key fields.
      Parameters:
      filial -

      Constraints: Not nullable, Maximum length: 4

      ecf_mod -

      Constraints: Not nullable, Maximum length: 20

      cod_tot_par -

      Constraints: Not nullable, Maximum length: 7

      nr_tot -

      Constraints: Not nullable, Maximum length: 2

      dt_doc -

      Constraints: Not nullable, Maximum length: 8

      cod_mod -

      Constraints: Not nullable, Maximum length: 2

      empresa -

      Constraints: Not nullable, Maximum length: 4

      cod_mun_orig -

      Constraints: Not nullable, Maximum length: 7

      ecf_fab -

      Constraints: Not nullable, Maximum length: 21

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<Ecf_ttl_i> getEcf_ttl_iByKey(String cod_mod, String ecf_mod, String ecf_fab, String empresa, String filial, String dt_doc, String nr_tot, String cod_tot_par, String cod_item, String cfop)
      Deprecated.
      Fetch a single Ecf_ttl_i entity using key fields.
      Parameters:
      cod_item - Item Code

      Constraints: Not nullable, Maximum length: 60

      filial - Branch

      Constraints: Not nullable, Maximum length: 4

      ecf_mod - Model of Cupom Fiscal Equipment

      Constraints: Not nullable, Maximum length: 20

      cod_tot_par - Totalizer Code

      Constraints: Not nullable, Maximum length: 7

      nr_tot - Totalizer Number

      Constraints: Not nullable, Maximum length: 2

      dt_doc - Document Date

      Constraints: Not nullable, Maximum length: 8

      cfop - CFOP (Tax code of operation and installment)

      Constraints: Not nullable, Maximum length: 4

      cod_mod - Code of tax document model

      Constraints: Not nullable, Maximum length: 2

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      ecf_fab - ECF Manufacturing Serial Number

      Constraints: Not nullable, Maximum length: 21

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<Ecommerce> getEcommerceByKey(String empresa, String dt_lancto, String pais)
      Deprecated.
      Fetch a single Ecommerce entity using key fields.
      Parameters:
      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      dt_lancto - Posting Date

      Constraints: Not nullable, Maximum length: 8

      pais - Siscomex Table Country/Region Code

      Constraints: Not nullable, Maximum length: 3

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<Elallac_l> getElallac_lByKey(String empresa, String tp_tabela, String per_apur, String dt_lancto, String codigo, String cod_cta_b, String cod_cta, String cod_ccus, String ind_proc, String num_proc)
      Deprecated.
      Fetch a single Elallac_l entity using key fields.
      Parameters:
      cod_ccus - Cost Center

      Constraints: Not nullable, Maximum length: 30

      codigo - Entry Code for Dynamic Table

      Constraints: Not nullable, Maximum length: 20

      cod_cta_b - Part B Account Code

      Constraints: Not nullable, Maximum length: 60

      tp_tabela - Sped Dynamic Table Type

      Constraints: Not nullable, Maximum length: 10

      num_proc - Process Number

      Constraints: Not nullable, Maximum length: 20

      per_apur - Nature of credit deferred, attached to revenue taxed

      Constraints: Not nullable, Maximum length: 3

      cod_cta - Account Code

      Constraints: Not nullable, Maximum length: 60

      ind_proc - Process Type

      Constraints: Not nullable, Maximum length: 1

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      dt_lancto - Posting Date

      Constraints: Not nullable, Maximum length: 8

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<Emp_cons> getEmp_consByKey(String empresa, String emp_cod, String dt_escrituracao)
      Deprecated.
      Fetch a single Emp_cons entity using key fields.
      Parameters:
      dt_escrituracao - Bookkeeping Date

      Constraints: Not nullable, Maximum length: 8

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      emp_cod - Company Code

      Constraints: Not nullable, Maximum length: 4

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<Emp_con_p> getEmp_con_pByKey(String empresa, String cod_cta, String emp_cod_contra, String cod_contra, String dt_escrituracao, String emp_cod_parte)
      Deprecated.
      Fetch a single Emp_con_p entity using key fields.
      Parameters:
      cod_contra - Account Code (Chart)

      Constraints: Not nullable, Maximum length: 100

      dt_escrituracao - Bookkeeping Date

      Constraints: Not nullable, Maximum length: 8

      emp_cod_parte - Company Code of Agglutinated Value Holder

      Constraints: Not nullable, Maximum length: 4

      emp_cod_contra - Counterpart Company Code

      Constraints: Not nullable, Maximum length: 4

      cod_cta - Account Code (Chart)

      Constraints: Not nullable, Maximum length: 100

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<Emp_cpl> getEmp_cplByKey(String empresa, String filial)
      Deprecated.
      Fetch a single Emp_cpl entity using key fields.
      Parameters:
      filial -

      Constraints: Not nullable, Maximum length: 4

      empresa -

      Constraints: Not nullable, Maximum length: 4

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<Emp_det_p> getEmp_det_pByKey(String empresa, String cod_cta, String emp_cod_parte, String dt_escrituracao)
      Deprecated.
      Fetch a single Emp_det_p entity using key fields.
      Parameters:
      dt_escrituracao - Bookkeeping Date

      Constraints: Not nullable, Maximum length: 8

      emp_cod_parte - Company Code of Agglutinated Value Holder

      Constraints: Not nullable, Maximum length: 4

      cod_cta - Account Code (Chart)

      Constraints: Not nullable, Maximum length: 100

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<Escr_desc> getEscr_descByKey(String empresa, String ind_dec, String cnpj_dec, String vig_de)
      Deprecated.
      Fetch a single Escr_desc entity using key fields.
      Parameters:
      ind_dec -

      Constraints: Not nullable, Maximum length: 1

      cnpj_dec -

      Constraints: Not nullable, Maximum length: 14

      empresa -

      Constraints: Not nullable, Maximum length: 4

      vig_de - Valid From

      Constraints: Not nullable, Maximum length: 8

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<Esc_conta> getEsc_contaByKey(String empresa, String ind_esc, String subledger, String tipo, String nat_livr, String subl_account, String ano, String mes)
      Deprecated.
      Fetch a single Esc_conta entity using key fields.
      Parameters:
      tipo -

      Constraints: Not nullable, Maximum length: 1

      ano - Year

      Constraints: Not nullable, Maximum length: 4

      ind_esc -

      Constraints: Not nullable, Maximum length: 1

      subl_account -

      Constraints: Not nullable, Maximum length: 10

      subledger -

      Constraints: Not nullable, Maximum length: 10

      nat_livr -

      Constraints: Not nullable, Maximum length: 80

      mes - Month

      Constraints: Not nullable, Maximum length: 2

      empresa -

      Constraints: Not nullable, Maximum length: 4

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<Estoq_mov> getEstoq_movByKey(String empresa, String filial, String centro, String dt_mov, String cod_item_ori, String cod_item_dest)
      Deprecated.
      Fetch a single Estoq_mov entity using key fields.
      Parameters:
      dt_mov - Internal Movement Date

      Constraints: Not nullable, Maximum length: 8

      filial - Branch

      Constraints: Not nullable, Maximum length: 4

      cod_item_dest - Destination Item Code

      Constraints: Not nullable, Maximum length: 60

      centro - Plant

      Constraints: Not nullable, Maximum length: 4

      cod_item_ori - Source Item Code

      Constraints: Not nullable, Maximum length: 60

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<Even_emp> getEven_empByKey(String empresa, String emp_cod, String evento, LocalDate dt_evento, String emp_cod_part)
      Deprecated.
      Fetch a single Even_emp entity using key fields.
      Parameters:
      evento - Event Occurred in the Period

      Constraints: Not nullable, Maximum length: 1

      emp_cod_part - Participant Code

      Constraints: Not nullable, Maximum length: 60

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      emp_cod - Company Code

      Constraints: Not nullable, Maximum length: 4

      dt_evento - Date of event

      Constraints: Not nullable

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<Exig_susp> getExig_suspByKey(UUID id)
      Deprecated.
      Fetch a single Exig_susp entity using key fields.
      Parameters:
      id - Tables ID

      Constraints: Not nullable

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<Exportaca> getExportacaByKey(String empresa, String filial, String nro_de, String nro_re, String nat_exp)
      Deprecated.
      Fetch a single Exportaca entity using key fields.
      Parameters:
      filial - Branch

      Constraints: Not nullable, Maximum length: 4

      nro_re - Export Register Number

      Constraints: Not nullable, Maximum length: 12

      nro_de - Export Document Number

      Constraints: Not nullable, Maximum length: 14

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      nat_exp - Nature of Export

      Constraints: Not nullable, Maximum length: 1

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<Export_nf> getExport_nfByKey(String empresa, String filial, String nf_id, String nro_de, String nro_re, String cod_item, String nat_exp)
      Deprecated.
      Fetch a single Export_nf entity using key fields.
      Parameters:
      cod_item - Item Code

      Constraints: Not nullable, Maximum length: 60

      filial - Branch

      Constraints: Not nullable, Maximum length: 4

      nro_re - Export Register Number

      Constraints: Not nullable, Maximum length: 12

      nro_de - Export Document Number

      Constraints: Not nullable, Maximum length: 14

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      nat_exp - Nature of Export

      Constraints: Not nullable, Maximum length: 1

      nf_id - Nota Fiscal Id

      Constraints: Not nullable, Maximum length: 10

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<Exp_ind_m> getExp_ind_mByKey(String empresa, String filial, String nf_id, String nro_de, String nro_re, String nf_id_3rd, String cod_item)
      Deprecated.
      Fetch a single Exp_ind_m entity using key fields.
      Parameters:
      nf_id_3rd - Nota Fiscal ID for 3rd Party Documents

      Constraints: Not nullable, Maximum length: 10

      cod_item - Item Code

      Constraints: Not nullable, Maximum length: 60

      filial - Branch

      Constraints: Not nullable, Maximum length: 4

      nro_re - Export Register Number

      Constraints: Not nullable, Maximum length: 12

      nro_de - Export Document Number

      Constraints: Not nullable, Maximum length: 14

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      nf_id - Nota Fiscal Id

      Constraints: Not nullable, Maximum length: 10

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

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

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

      @Nonnull DeleteRequestBuilder<Exp_ind_m> deleteExp_ind_m(@Nonnull Exp_ind_m exp_ind_m)
      Deprecated.
      Deletes an existing Exp_ind_m entity in the S/4HANA system.
      Parameters:
      exp_ind_m - Exp_ind_m entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Exp_ind_m entity. To perform execution, call the execute method on the request builder object.
    • getAllFato_cont

      @Nonnull GetAllRequestBuilder<Fato_cont> getAllFato_cont()
      Deprecated.
      Fetch multiple Fato_cont entities.
      Returns:
      A request builder to fetch multiple Fato_cont entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countFato_cont

      @Nonnull CountRequestBuilder<Fato_cont> countFato_cont()
      Deprecated.
      Fetch the number of entries from the Fato_cont entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Fato_cont entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getFato_contByKey

      @Nonnull GetByKeyRequestBuilder<Fato_cont> getFato_contByKey(String empresa, String cod_hist_fat, String vig_de)
      Deprecated.
      Fetch a single Fato_cont entity using key fields.
      Parameters:
      cod_hist_fat -

      Constraints: Not nullable, Maximum length: 100

      empresa -

      Constraints: Not nullable, Maximum length: 4

      vig_de - Valid From

      Constraints: Not nullable, Maximum length: 8

      Returns:
      A request builder to fetch a single Fato_cont entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createFato_cont

      @Nonnull CreateRequestBuilder<Fato_cont> createFato_cont(@Nonnull Fato_cont fato_cont)
      Deprecated.
      Create a new Fato_cont entity and save it to the S/4HANA system.
      Parameters:
      fato_cont - Fato_cont entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Fato_cont entity. To perform execution, call the execute method on the request builder object.
    • updateFato_cont

      @Nonnull UpdateRequestBuilder<Fato_cont> updateFato_cont(@Nonnull Fato_cont fato_cont)
      Deprecated.
      Update an existing Fato_cont entity and save it to the S/4HANA system.
      Parameters:
      fato_cont - Fato_cont entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Fato_cont entity. To perform execution, call the execute method on the request builder object.
    • deleteFato_cont

      @Nonnull DeleteRequestBuilder<Fato_cont> deleteFato_cont(@Nonnull Fato_cont fato_cont)
      Deprecated.
      Deletes an existing Fato_cont entity in the S/4HANA system.
      Parameters:
      fato_cont - Fato_cont entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Fato_cont entity. To perform execution, call the execute method on the request builder object.
    • getAllFato_cta

      @Nonnull GetAllRequestBuilder<Fato_cta> getAllFato_cta()
      Deprecated.
      Fetch multiple Fato_cta entities.
      Returns:
      A request builder to fetch multiple Fato_cta entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countFato_cta

      @Nonnull CountRequestBuilder<Fato_cta> countFato_cta()
      Deprecated.
      Fetch the number of entries from the Fato_cta entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Fato_cta entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getFato_ctaByKey

      @Nonnull GetByKeyRequestBuilder<Fato_cta> getFato_ctaByKey(String empresa, String ledger, String periodo, String ano, String cod_agl, String cod_hist_fat)
      Deprecated.
      Fetch a single Fato_cta entity using key fields.
      Parameters:
      ledger - Ledger

      Constraints: Not nullable, Maximum length: 2

      ano - Year

      Constraints: Not nullable, Maximum length: 4

      cod_hist_fat -

      Constraints: Not nullable, Maximum length: 100

      periodo - Period

      Constraints: Not nullable, Maximum length: 2

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      cod_agl -

      Constraints: Not nullable, Maximum length: 100

      Returns:
      A request builder to fetch a single Fato_cta entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createFato_cta

      @Nonnull CreateRequestBuilder<Fato_cta> createFato_cta(@Nonnull Fato_cta fato_cta)
      Deprecated.
      Create a new Fato_cta entity and save it to the S/4HANA system.
      Parameters:
      fato_cta - Fato_cta entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Fato_cta entity. To perform execution, call the execute method on the request builder object.
    • updateFato_cta

      @Nonnull UpdateRequestBuilder<Fato_cta> updateFato_cta(@Nonnull Fato_cta fato_cta)
      Deprecated.
      Update an existing Fato_cta entity and save it to the S/4HANA system.
      Parameters:
      fato_cta - Fato_cta entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Fato_cta entity. To perform execution, call the execute method on the request builder object.
    • deleteFato_cta

      @Nonnull DeleteRequestBuilder<Fato_cta> deleteFato_cta(@Nonnull Fato_cta fato_cta)
      Deprecated.
      Deletes an existing Fato_cta entity in the S/4HANA system.
      Parameters:
      fato_cta - Fato_cta entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Fato_cta entity. To perform execution, call the execute method on the request builder object.
    • getAllFat_co_un

      @Nonnull GetAllRequestBuilder<Fat_co_un> getAllFat_co_un()
      Deprecated.
      Fetch multiple Fat_co_un entities.
      Returns:
      A request builder to fetch multiple Fat_co_un entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countFat_co_un

      @Nonnull CountRequestBuilder<Fat_co_un> countFat_co_un()
      Deprecated.
      Fetch the number of entries from the Fat_co_un entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Fat_co_un entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getFat_co_unByKey

      @Nonnull GetByKeyRequestBuilder<Fat_co_un> getFat_co_unByKey(String cod_item, String unid_inv, String unid_conv, BigDecimal fat_conv)
      Deprecated.
      Fetch a single Fat_co_un entity using key fields.
      Parameters:
      cod_item -

      Constraints: Not nullable, Maximum length: 60

      fat_conv -

      Constraints: Not nullable, Precision: 25, Scale: 6

      unid_inv -

      Constraints: Not nullable, Maximum length: 6

      unid_conv -

      Constraints: Not nullable, Maximum length: 6

      Returns:
      A request builder to fetch a single Fat_co_un entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createFat_co_un

      @Nonnull CreateRequestBuilder<Fat_co_un> createFat_co_un(@Nonnull Fat_co_un fat_co_un)
      Deprecated.
      Create a new Fat_co_un entity and save it to the S/4HANA system.
      Parameters:
      fat_co_un - Fat_co_un entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Fat_co_un entity. To perform execution, call the execute method on the request builder object.
    • updateFat_co_un

      @Nonnull UpdateRequestBuilder<Fat_co_un> updateFat_co_un(@Nonnull Fat_co_un fat_co_un)
      Deprecated.
      Update an existing Fat_co_un entity and save it to the S/4HANA system.
      Parameters:
      fat_co_un - Fat_co_un entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Fat_co_un entity. To perform execution, call the execute method on the request builder object.
    • deleteFat_co_un

      @Nonnull DeleteRequestBuilder<Fat_co_un> deleteFat_co_un(@Nonnull Fat_co_un fat_co_un)
      Deprecated.
      Deletes an existing Fat_co_un entity in the S/4HANA system.
      Parameters:
      fat_co_un - Fat_co_un entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Fat_co_un entity. To perform execution, call the execute method on the request builder object.
    • getAllFund_inve

      @Nonnull GetAllRequestBuilder<Fund_inve> getAllFund_inve()
      Deprecated.
      Fetch multiple Fund_inve entities.
      Returns:
      A request builder to fetch multiple Fund_inve entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countFund_inve

      @Nonnull CountRequestBuilder<Fund_inve> countFund_inve()
      Deprecated.
      Fetch the number of entries from the Fund_inve entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Fund_inve entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getFund_inveByKey

      @Nonnull GetByKeyRequestBuilder<Fund_inve> getFund_inveByKey(String empresa, String dt_lancto, String cnpj)
      Deprecated.
      Fetch a single Fund_inve entity using key fields.
      Parameters:
      cnpj - CNPJ

      Constraints: Not nullable, Maximum length: 14

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      dt_lancto - Posting Date

      Constraints: Not nullable, Maximum length: 8

      Returns:
      A request builder to fetch a single Fund_inve entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createFund_inve

      @Nonnull CreateRequestBuilder<Fund_inve> createFund_inve(@Nonnull Fund_inve fund_inve)
      Deprecated.
      Create a new Fund_inve entity and save it to the S/4HANA system.
      Parameters:
      fund_inve - Fund_inve entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Fund_inve entity. To perform execution, call the execute method on the request builder object.
    • updateFund_inve

      @Nonnull UpdateRequestBuilder<Fund_inve> updateFund_inve(@Nonnull Fund_inve fund_inve)
      Deprecated.
      Update an existing Fund_inve entity and save it to the S/4HANA system.
      Parameters:
      fund_inve - Fund_inve entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Fund_inve entity. To perform execution, call the execute method on the request builder object.
    • deleteFund_inve

      @Nonnull DeleteRequestBuilder<Fund_inve> deleteFund_inve(@Nonnull Fund_inve fund_inve)
      Deprecated.
      Deletes an existing Fund_inve entity in the S/4HANA system.
      Parameters:
      fund_inve - Fund_inve entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Fund_inve entity. To perform execution, call the execute method on the request builder object.
    • getAllGiaf_cent

      @Nonnull GetAllRequestBuilder<Giaf_cent> getAllGiaf_cent()
      Deprecated.
      Fetch multiple Giaf_cent entities.
      Returns:
      A request builder to fetch multiple Giaf_cent entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countGiaf_cent

      @Nonnull CountRequestBuilder<Giaf_cent> countGiaf_cent()
      Deprecated.
      Fetch the number of entries from the Giaf_cent entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Giaf_cent entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getGiaf_centByKey

      @Nonnull GetByKeyRequestBuilder<Giaf_cent> getGiaf_centByKey(String empresa, String filial, String dt_apur, String ind_ap)
      Deprecated.
      Fetch a single Giaf_cent entity using key fields.
      Parameters:
      dt_apur - Calculation date

      Constraints: Not nullable, Maximum length: 8

      filial - Branch

      Constraints: Not nullable, Maximum length: 4

      ind_ap - Indicador da sub-apuração por tipo de benefício

      Constraints: Not nullable, Maximum length: 2

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      Returns:
      A request builder to fetch a single Giaf_cent entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createGiaf_cent

      @Nonnull CreateRequestBuilder<Giaf_cent> createGiaf_cent(@Nonnull Giaf_cent giaf_cent)
      Deprecated.
      Create a new Giaf_cent entity and save it to the S/4HANA system.
      Parameters:
      giaf_cent - Giaf_cent entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Giaf_cent entity. To perform execution, call the execute method on the request builder object.
    • updateGiaf_cent

      @Nonnull UpdateRequestBuilder<Giaf_cent> updateGiaf_cent(@Nonnull Giaf_cent giaf_cent)
      Deprecated.
      Update an existing Giaf_cent entity and save it to the S/4HANA system.
      Parameters:
      giaf_cent - Giaf_cent entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Giaf_cent entity. To perform execution, call the execute method on the request builder object.
    • deleteGiaf_cent

      @Nonnull DeleteRequestBuilder<Giaf_cent> deleteGiaf_cent(@Nonnull Giaf_cent giaf_cent)
      Deprecated.
      Deletes an existing Giaf_cent entity in the S/4HANA system.
      Parameters:
      giaf_cent - Giaf_cent entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Giaf_cent entity. To perform execution, call the execute method on the request builder object.
    • getAllGiaf_impo

      @Nonnull GetAllRequestBuilder<Giaf_impo> getAllGiaf_impo()
      Deprecated.
      Fetch multiple Giaf_impo entities.
      Returns:
      A request builder to fetch multiple Giaf_impo entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countGiaf_impo

      @Nonnull CountRequestBuilder<Giaf_impo> countGiaf_impo()
      Deprecated.
      Fetch the number of entries from the Giaf_impo entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Giaf_impo entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getGiaf_impoByKey

      @Nonnull GetByKeyRequestBuilder<Giaf_impo> getGiaf_impoByKey(String empresa, String filial, String dt_apur, String ind_ap)
      Deprecated.
      Fetch a single Giaf_impo entity using key fields.
      Parameters:
      dt_apur - Calculation date

      Constraints: Not nullable, Maximum length: 8

      filial - Branch

      Constraints: Not nullable, Maximum length: 4

      ind_ap - Indicador da sub-apuração por tipo de benefício

      Constraints: Not nullable, Maximum length: 2

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      Returns:
      A request builder to fetch a single Giaf_impo entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createGiaf_impo

      @Nonnull CreateRequestBuilder<Giaf_impo> createGiaf_impo(@Nonnull Giaf_impo giaf_impo)
      Deprecated.
      Create a new Giaf_impo entity and save it to the S/4HANA system.
      Parameters:
      giaf_impo - Giaf_impo entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Giaf_impo entity. To perform execution, call the execute method on the request builder object.
    • updateGiaf_impo

      @Nonnull UpdateRequestBuilder<Giaf_impo> updateGiaf_impo(@Nonnull Giaf_impo giaf_impo)
      Deprecated.
      Update an existing Giaf_impo entity and save it to the S/4HANA system.
      Parameters:
      giaf_impo - Giaf_impo entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Giaf_impo entity. To perform execution, call the execute method on the request builder object.
    • deleteGiaf_impo

      @Nonnull DeleteRequestBuilder<Giaf_impo> deleteGiaf_impo(@Nonnull Giaf_impo giaf_impo)
      Deprecated.
      Deletes an existing Giaf_impo entity in the S/4HANA system.
      Parameters:
      giaf_impo - Giaf_impo entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Giaf_impo entity. To perform execution, call the execute method on the request builder object.
    • getAllGiaf_imps

      @Nonnull GetAllRequestBuilder<Giaf_imps> getAllGiaf_imps()
      Deprecated.
      Fetch multiple Giaf_imps entities.
      Returns:
      A request builder to fetch multiple Giaf_imps entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countGiaf_imps

      @Nonnull CountRequestBuilder<Giaf_imps> countGiaf_imps()
      Deprecated.
      Fetch the number of entries from the Giaf_imps entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Giaf_imps entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getGiaf_impsByKey

      @Nonnull GetByKeyRequestBuilder<Giaf_imps> getGiaf_impsByKey(String empresa, String filial, String dt_apur, String num_seq)
      Deprecated.
      Fetch a single Giaf_imps entity using key fields.
      Parameters:
      dt_apur - Calculation date

      Constraints: Not nullable, Maximum length: 8

      filial - Branch

      Constraints: Not nullable, Maximum length: 4

      num_seq - Sequencial Number

      Constraints: Not nullable, Maximum length: 5

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      Returns:
      A request builder to fetch a single Giaf_imps entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createGiaf_imps

      @Nonnull CreateRequestBuilder<Giaf_imps> createGiaf_imps(@Nonnull Giaf_imps giaf_imps)
      Deprecated.
      Create a new Giaf_imps entity and save it to the S/4HANA system.
      Parameters:
      giaf_imps - Giaf_imps entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Giaf_imps entity. To perform execution, call the execute method on the request builder object.
    • updateGiaf_imps

      @Nonnull UpdateRequestBuilder<Giaf_imps> updateGiaf_imps(@Nonnull Giaf_imps giaf_imps)
      Deprecated.
      Update an existing Giaf_imps entity and save it to the S/4HANA system.
      Parameters:
      giaf_imps - Giaf_imps entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Giaf_imps entity. To perform execution, call the execute method on the request builder object.
    • deleteGiaf_imps

      @Nonnull DeleteRequestBuilder<Giaf_imps> deleteGiaf_imps(@Nonnull Giaf_imps giaf_imps)
      Deprecated.
      Deletes an existing Giaf_imps entity in the S/4HANA system.
      Parameters:
      giaf_imps - Giaf_imps entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Giaf_imps entity. To perform execution, call the execute method on the request builder object.
    • getAllGiaf_indu

      @Nonnull GetAllRequestBuilder<Giaf_indu> getAllGiaf_indu()
      Deprecated.
      Fetch multiple Giaf_indu entities.
      Returns:
      A request builder to fetch multiple Giaf_indu entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countGiaf_indu

      @Nonnull CountRequestBuilder<Giaf_indu> countGiaf_indu()
      Deprecated.
      Fetch the number of entries from the Giaf_indu entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Giaf_indu entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getGiaf_induByKey

      @Nonnull GetByKeyRequestBuilder<Giaf_indu> getGiaf_induByKey(String empresa, String filial, String dt_apur, String ind_ap)
      Deprecated.
      Fetch a single Giaf_indu entity using key fields.
      Parameters:
      dt_apur - Calculation date

      Constraints: Not nullable, Maximum length: 8

      filial - Branch

      Constraints: Not nullable, Maximum length: 4

      ind_ap - Indicador da sub-apuração por tipo de benefício

      Constraints: Not nullable, Maximum length: 2

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      Returns:
      A request builder to fetch a single Giaf_indu entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createGiaf_indu

      @Nonnull CreateRequestBuilder<Giaf_indu> createGiaf_indu(@Nonnull Giaf_indu giaf_indu)
      Deprecated.
      Create a new Giaf_indu entity and save it to the S/4HANA system.
      Parameters:
      giaf_indu - Giaf_indu entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Giaf_indu entity. To perform execution, call the execute method on the request builder object.
    • updateGiaf_indu

      @Nonnull UpdateRequestBuilder<Giaf_indu> updateGiaf_indu(@Nonnull Giaf_indu giaf_indu)
      Deprecated.
      Update an existing Giaf_indu entity and save it to the S/4HANA system.
      Parameters:
      giaf_indu - Giaf_indu entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Giaf_indu entity. To perform execution, call the execute method on the request builder object.
    • deleteGiaf_indu

      @Nonnull DeleteRequestBuilder<Giaf_indu> deleteGiaf_indu(@Nonnull Giaf_indu giaf_indu)
      Deprecated.
      Deletes an existing Giaf_indu entity in the S/4HANA system.
      Parameters:
      giaf_indu - Giaf_indu entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Giaf_indu entity. To perform execution, call the execute method on the request builder object.
    • getAllIcmsdicpl

      @Nonnull GetAllRequestBuilder<Icmsdicpl> getAllIcmsdicpl()
      Deprecated.
      Fetch multiple Icmsdicpl entities.
      Returns:
      A request builder to fetch multiple Icmsdicpl entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countIcmsdicpl

      @Nonnull CountRequestBuilder<Icmsdicpl> countIcmsdicpl()
      Deprecated.
      Fetch the number of entries from the Icmsdicpl entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Icmsdicpl entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getIcmsdicplByKey

      @Nonnull GetByKeyRequestBuilder<Icmsdicpl> getIcmsdicplByKey(String empresa, String filial, String per_ref, String uf)
      Deprecated.
      Fetch a single Icmsdicpl entity using key fields.
      Parameters:
      uf - UF

      Constraints: Not nullable, Maximum length: 2

      filial - Branch

      Constraints: Not nullable, Maximum length: 4

      per_ref - Bookkeeping reference period

      Constraints: Not nullable, Maximum length: 6

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      Returns:
      A request builder to fetch a single Icmsdicpl entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createIcmsdicpl

      @Nonnull CreateRequestBuilder<Icmsdicpl> createIcmsdicpl(@Nonnull Icmsdicpl icmsdicpl)
      Deprecated.
      Create a new Icmsdicpl entity and save it to the S/4HANA system.
      Parameters:
      icmsdicpl - Icmsdicpl entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Icmsdicpl entity. To perform execution, call the execute method on the request builder object.
    • updateIcmsdicpl

      @Nonnull UpdateRequestBuilder<Icmsdicpl> updateIcmsdicpl(@Nonnull Icmsdicpl icmsdicpl)
      Deprecated.
      Update an existing Icmsdicpl entity and save it to the S/4HANA system.
      Parameters:
      icmsdicpl - Icmsdicpl entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Icmsdicpl entity. To perform execution, call the execute method on the request builder object.
    • deleteIcmsdicpl

      @Nonnull DeleteRequestBuilder<Icmsdicpl> deleteIcmsdicpl(@Nonnull Icmsdicpl icmsdicpl)
      Deprecated.
      Deletes an existing Icmsdicpl entity in the S/4HANA system.
      Parameters:
      icmsdicpl - Icmsdicpl entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Icmsdicpl entity. To perform execution, call the execute method on the request builder object.
    • getAllIcmsstcpl

      @Nonnull GetAllRequestBuilder<Icmsstcpl> getAllIcmsstcpl()
      Deprecated.
      Fetch multiple Icmsstcpl entities.
      Returns:
      A request builder to fetch multiple Icmsstcpl entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countIcmsstcpl

      @Nonnull CountRequestBuilder<Icmsstcpl> countIcmsstcpl()
      Deprecated.
      Fetch the number of entries from the Icmsstcpl entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Icmsstcpl entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getIcmsstcplByKey

      @Nonnull GetByKeyRequestBuilder<Icmsstcpl> getIcmsstcplByKey(String empresa, String filial, String ano, String periodo, String uf)
      Deprecated.
      Fetch a single Icmsstcpl entity using key fields.
      Parameters:
      uf - UF

      Constraints: Not nullable, Maximum length: 2

      filial - Branch

      Constraints: Not nullable, Maximum length: 4

      ano - Year

      Constraints: Not nullable, Maximum length: 4

      periodo - Period

      Constraints: Not nullable, Maximum length: 2

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      Returns:
      A request builder to fetch a single Icmsstcpl entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createIcmsstcpl

      @Nonnull CreateRequestBuilder<Icmsstcpl> createIcmsstcpl(@Nonnull Icmsstcpl icmsstcpl)
      Deprecated.
      Create a new Icmsstcpl entity and save it to the S/4HANA system.
      Parameters:
      icmsstcpl - Icmsstcpl entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Icmsstcpl entity. To perform execution, call the execute method on the request builder object.
    • updateIcmsstcpl

      @Nonnull UpdateRequestBuilder<Icmsstcpl> updateIcmsstcpl(@Nonnull Icmsstcpl icmsstcpl)
      Deprecated.
      Update an existing Icmsstcpl entity and save it to the S/4HANA system.
      Parameters:
      icmsstcpl - Icmsstcpl entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Icmsstcpl entity. To perform execution, call the execute method on the request builder object.
    • deleteIcmsstcpl

      @Nonnull DeleteRequestBuilder<Icmsstcpl> deleteIcmsstcpl(@Nonnull Icmsstcpl icmsstcpl)
      Deprecated.
      Deletes an existing Icmsstcpl entity in the S/4HANA system.
      Parameters:
      icmsstcpl - Icmsstcpl entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Icmsstcpl entity. To perform execution, call the execute method on the request builder object.
    • getAllIcmsst_ap

      @Nonnull GetAllRequestBuilder<Icmsst_ap> getAllIcmsst_ap()
      Deprecated.
      Fetch multiple Icmsst_ap entities.
      Returns:
      A request builder to fetch multiple Icmsst_ap entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countIcmsst_ap

      @Nonnull CountRequestBuilder<Icmsst_ap> countIcmsst_ap()
      Deprecated.
      Fetch the number of entries from the Icmsst_ap entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Icmsst_ap entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getIcmsst_apByKey

      @Nonnull GetByKeyRequestBuilder<Icmsst_ap> getIcmsst_apByKey(String empresa, String filial, String uf, String cod_aj_apur, String num_item, String dt_reg)
      Deprecated.
      Fetch a single Icmsst_ap entity using key fields.
      Parameters:
      uf - UF

      Constraints: Not nullable, Maximum length: 2

      cod_aj_apur - Declaration and Deduction Adjustment Code

      Constraints: Not nullable, Maximum length: 8

      dt_reg - Register Date

      Constraints: Not nullable, Maximum length: 8

      filial - Branch

      Constraints: Not nullable, Maximum length: 4

      num_item - Item Number

      Constraints: Not nullable, Maximum length: 3

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      Returns:
      A request builder to fetch a single Icmsst_ap entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createIcmsst_ap

      @Nonnull CreateRequestBuilder<Icmsst_ap> createIcmsst_ap(@Nonnull Icmsst_ap icmsst_ap)
      Deprecated.
      Create a new Icmsst_ap entity and save it to the S/4HANA system.
      Parameters:
      icmsst_ap - Icmsst_ap entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Icmsst_ap entity. To perform execution, call the execute method on the request builder object.
    • updateIcmsst_ap

      @Nonnull UpdateRequestBuilder<Icmsst_ap> updateIcmsst_ap(@Nonnull Icmsst_ap icmsst_ap)
      Deprecated.
      Update an existing Icmsst_ap entity and save it to the S/4HANA system.
      Parameters:
      icmsst_ap - Icmsst_ap entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Icmsst_ap entity. To perform execution, call the execute method on the request builder object.
    • deleteIcmsst_ap

      @Nonnull DeleteRequestBuilder<Icmsst_ap> deleteIcmsst_ap(@Nonnull Icmsst_ap icmsst_ap)
      Deprecated.
      Deletes an existing Icmsst_ap entity in the S/4HANA system.
      Parameters:
      icmsst_ap - Icmsst_ap entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Icmsst_ap entity. To perform execution, call the execute method on the request builder object.
    • getAllIcmst_adt

      @Nonnull GetAllRequestBuilder<Icmst_adt> getAllIcmst_adt()
      Deprecated.
      Fetch multiple Icmst_adt entities.
      Returns:
      A request builder to fetch multiple Icmst_adt entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countIcmst_adt

      @Nonnull CountRequestBuilder<Icmst_adt> countIcmst_adt()
      Deprecated.
      Fetch the number of entries from the Icmst_adt entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Icmst_adt entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getIcmst_adtByKey

      @Nonnull GetByKeyRequestBuilder<Icmst_adt> getIcmst_adtByKey(String empresa, String filial, String uf, String cod_aj_apur, String dt_reg, String id_inf, String num_item)
      Deprecated.
      Fetch a single Icmst_adt entity using key fields.
      Parameters:
      uf - UF

      Constraints: Not nullable, Maximum length: 2

      cod_aj_apur - Declaration and Deduction Adjustment Code

      Constraints: Not nullable, Maximum length: 8

      dt_reg - Register Date

      Constraints: Not nullable, Maximum length: 8

      filial - Branch

      Constraints: Not nullable, Maximum length: 4

      id_inf - Information Origin Identifier

      Constraints: Not nullable, Maximum length: 10

      num_item - Item Number

      Constraints: Not nullable, Maximum length: 3

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      Returns:
      A request builder to fetch a single Icmst_adt entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createIcmst_adt

      @Nonnull CreateRequestBuilder<Icmst_adt> createIcmst_adt(@Nonnull Icmst_adt icmst_adt)
      Deprecated.
      Create a new Icmst_adt entity and save it to the S/4HANA system.
      Parameters:
      icmst_adt - Icmst_adt entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Icmst_adt entity. To perform execution, call the execute method on the request builder object.
    • updateIcmst_adt

      @Nonnull UpdateRequestBuilder<Icmst_adt> updateIcmst_adt(@Nonnull Icmst_adt icmst_adt)
      Deprecated.
      Update an existing Icmst_adt entity and save it to the S/4HANA system.
      Parameters:
      icmst_adt - Icmst_adt entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Icmst_adt entity. To perform execution, call the execute method on the request builder object.
    • deleteIcmst_adt

      @Nonnull DeleteRequestBuilder<Icmst_adt> deleteIcmst_adt(@Nonnull Icmst_adt icmst_adt)
      Deprecated.
      Deletes an existing Icmst_adt entity in the S/4HANA system.
      Parameters:
      icmst_adt - Icmst_adt entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Icmst_adt entity. To perform execution, call the execute method on the request builder object.
    • getAllIcmst_apu

      @Nonnull GetAllRequestBuilder<Icmst_apu> getAllIcmst_apu()
      Deprecated.
      Fetch multiple Icmst_apu entities.
      Returns:
      A request builder to fetch multiple Icmst_apu entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countIcmst_apu

      @Nonnull CountRequestBuilder<Icmst_apu> countIcmst_apu()
      Deprecated.
      Fetch the number of entries from the Icmst_apu entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Icmst_apu entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getIcmst_apuByKey

      @Nonnull GetByKeyRequestBuilder<Icmst_apu> getIcmst_apuByKey(String empresa, String filial, String uf, String periodo, String ano)
      Deprecated.
      Fetch a single Icmst_apu entity using key fields.
      Parameters:
      uf - UF

      Constraints: Not nullable, Maximum length: 2

      filial - Branch

      Constraints: Not nullable, Maximum length: 4

      ano - Year

      Constraints: Not nullable, Maximum length: 4

      periodo - Period

      Constraints: Not nullable, Maximum length: 2

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      Returns:
      A request builder to fetch a single Icmst_apu entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createIcmst_apu

      @Nonnull CreateRequestBuilder<Icmst_apu> createIcmst_apu(@Nonnull Icmst_apu icmst_apu)
      Deprecated.
      Create a new Icmst_apu entity and save it to the S/4HANA system.
      Parameters:
      icmst_apu - Icmst_apu entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Icmst_apu entity. To perform execution, call the execute method on the request builder object.
    • updateIcmst_apu

      @Nonnull UpdateRequestBuilder<Icmst_apu> updateIcmst_apu(@Nonnull Icmst_apu icmst_apu)
      Deprecated.
      Update an existing Icmst_apu entity and save it to the S/4HANA system.
      Parameters:
      icmst_apu - Icmst_apu entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Icmst_apu entity. To perform execution, call the execute method on the request builder object.
    • deleteIcmst_apu

      @Nonnull DeleteRequestBuilder<Icmst_apu> deleteIcmst_apu(@Nonnull Icmst_apu icmst_apu)
      Deprecated.
      Deletes an existing Icmst_apu entity in the S/4HANA system.
      Parameters:
      icmst_apu - Icmst_apu entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Icmst_apu entity. To perform execution, call the execute method on the request builder object.
    • getAllIcms_adod

      @Nonnull GetAllRequestBuilder<Icms_adod> getAllIcms_adod()
      Deprecated.
      Fetch multiple Icms_adod entities.
      Returns:
      A request builder to fetch multiple Icms_adod entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countIcms_adod

      @Nonnull CountRequestBuilder<Icms_adod> countIcms_adod()
      Deprecated.
      Fetch the number of entries from the Icms_adod entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Icms_adod entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getIcms_adodByKey

      @Nonnull GetByKeyRequestBuilder<Icms_adod> getIcms_adodByKey(String empresa, String filial, String per_ref, String uf, String cod_aj_apur, String num_item)
      Deprecated.
      Fetch a single Icms_adod entity using key fields.
      Parameters:
      uf - UF

      Constraints: Not nullable, Maximum length: 2

      cod_aj_apur - Declaration and Deduction Adjustment Code

      Constraints: Not nullable, Maximum length: 8

      filial - Branch

      Constraints: Not nullable, Maximum length: 4

      per_ref - Bookkeeping reference period

      Constraints: Not nullable, Maximum length: 6

      num_item - Item Number

      Constraints: Not nullable, Maximum length: 3

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      Returns:
      A request builder to fetch a single Icms_adod entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createIcms_adod

      @Nonnull CreateRequestBuilder<Icms_adod> createIcms_adod(@Nonnull Icms_adod icms_adod)
      Deprecated.
      Create a new Icms_adod entity and save it to the S/4HANA system.
      Parameters:
      icms_adod - Icms_adod entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Icms_adod entity. To perform execution, call the execute method on the request builder object.
    • updateIcms_adod

      @Nonnull UpdateRequestBuilder<Icms_adod> updateIcms_adod(@Nonnull Icms_adod icms_adod)
      Deprecated.
      Update an existing Icms_adod entity and save it to the S/4HANA system.
      Parameters:
      icms_adod - Icms_adod entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Icms_adod entity. To perform execution, call the execute method on the request builder object.
    • deleteIcms_adod

      @Nonnull DeleteRequestBuilder<Icms_adod> deleteIcms_adod(@Nonnull Icms_adod icms_adod)
      Deprecated.
      Deletes an existing Icms_adod entity in the S/4HANA system.
      Parameters:
      icms_adod - Icms_adod entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Icms_adod entity. To perform execution, call the execute method on the request builder object.
    • getAllIcms_apop

      @Nonnull GetAllRequestBuilder<Icms_apop> getAllIcms_apop()
      Deprecated.
      Fetch multiple Icms_apop entities.
      Returns:
      A request builder to fetch multiple Icms_apop entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countIcms_apop

      @Nonnull CountRequestBuilder<Icms_apop> countIcms_apop()
      Deprecated.
      Fetch the number of entries from the Icms_apop entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Icms_apop entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getIcms_apopByKey

      @Nonnull GetByKeyRequestBuilder<Icms_apop> getIcms_apopByKey(String empresa, String filial, String ano, String periodo)
      Deprecated.
      Fetch a single Icms_apop entity using key fields.
      Parameters:
      filial - Branch

      Constraints: Not nullable, Maximum length: 4

      ano - Year

      Constraints: Not nullable, Maximum length: 4

      periodo - Period

      Constraints: Not nullable, Maximum length: 2

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      Returns:
      A request builder to fetch a single Icms_apop entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createIcms_apop

      @Nonnull CreateRequestBuilder<Icms_apop> createIcms_apop(@Nonnull Icms_apop icms_apop)
      Deprecated.
      Create a new Icms_apop entity and save it to the S/4HANA system.
      Parameters:
      icms_apop - Icms_apop entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Icms_apop entity. To perform execution, call the execute method on the request builder object.
    • updateIcms_apop

      @Nonnull UpdateRequestBuilder<Icms_apop> updateIcms_apop(@Nonnull Icms_apop icms_apop)
      Deprecated.
      Update an existing Icms_apop entity and save it to the S/4HANA system.
      Parameters:
      icms_apop - Icms_apop entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Icms_apop entity. To perform execution, call the execute method on the request builder object.
    • deleteIcms_apop

      @Nonnull DeleteRequestBuilder<Icms_apop> deleteIcms_apop(@Nonnull Icms_apop icms_apop)
      Deprecated.
      Deletes an existing Icms_apop entity in the S/4HANA system.
      Parameters:
      icms_apop - Icms_apop entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Icms_apop entity. To perform execution, call the execute method on the request builder object.
    • getAllIcms_apur

      @Nonnull GetAllRequestBuilder<Icms_apur> getAllIcms_apur()
      Deprecated.
      Fetch multiple Icms_apur entities.
      Returns:
      A request builder to fetch multiple Icms_apur entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countIcms_apur

      @Nonnull CountRequestBuilder<Icms_apur> countIcms_apur()
      Deprecated.
      Fetch the number of entries from the Icms_apur entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Icms_apur entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getIcms_apurByKey

      @Nonnull GetByKeyRequestBuilder<Icms_apur> getIcms_apurByKey(String empresa, String filial, String cod_aj_apur, String num_item, String dt_reg)
      Deprecated.
      Fetch a single Icms_apur entity using key fields.
      Parameters:
      cod_aj_apur - Declaration and Deduction Adjustment Code

      Constraints: Not nullable, Maximum length: 8

      dt_reg - Register Date

      Constraints: Not nullable, Maximum length: 8

      filial - Branch

      Constraints: Not nullable, Maximum length: 4

      num_item - Item Number for ICMS Appraisal

      Constraints: Not nullable, Maximum length: 5

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      Returns:
      A request builder to fetch a single Icms_apur entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createIcms_apur

      @Nonnull CreateRequestBuilder<Icms_apur> createIcms_apur(@Nonnull Icms_apur icms_apur)
      Deprecated.
      Create a new Icms_apur entity and save it to the S/4HANA system.
      Parameters:
      icms_apur - Icms_apur entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Icms_apur entity. To perform execution, call the execute method on the request builder object.
    • updateIcms_apur

      @Nonnull UpdateRequestBuilder<Icms_apur> updateIcms_apur(@Nonnull Icms_apur icms_apur)
      Deprecated.
      Update an existing Icms_apur entity and save it to the S/4HANA system.
      Parameters:
      icms_apur - Icms_apur entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Icms_apur entity. To perform execution, call the execute method on the request builder object.
    • deleteIcms_apur

      @Nonnull DeleteRequestBuilder<Icms_apur> deleteIcms_apur(@Nonnull Icms_apur icms_apur)
      Deprecated.
      Deletes an existing Icms_apur entity in the S/4HANA system.
      Parameters:
      icms_apur - Icms_apur entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Icms_apur entity. To perform execution, call the execute method on the request builder object.
    • getAllIcms_cpl

      @Nonnull GetAllRequestBuilder<Icms_cpl> getAllIcms_cpl()
      Deprecated.
      Fetch multiple Icms_cpl entities.
      Returns:
      A request builder to fetch multiple Icms_cpl entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countIcms_cpl

      @Nonnull CountRequestBuilder<Icms_cpl> countIcms_cpl()
      Deprecated.
      Fetch the number of entries from the Icms_cpl entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Icms_cpl entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getIcms_cplByKey

      @Nonnull GetByKeyRequestBuilder<Icms_cpl> getIcms_cplByKey(String empresa, String filial, String periodo, String ano)
      Deprecated.
      Fetch a single Icms_cpl entity using key fields.
      Parameters:
      filial - Branch

      Constraints: Not nullable, Maximum length: 4

      ano - Year

      Constraints: Not nullable, Maximum length: 4

      periodo - Period

      Constraints: Not nullable, Maximum length: 2

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      Returns:
      A request builder to fetch a single Icms_cpl entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createIcms_cpl

      @Nonnull CreateRequestBuilder<Icms_cpl> createIcms_cpl(@Nonnull Icms_cpl icms_cpl)
      Deprecated.
      Create a new Icms_cpl entity and save it to the S/4HANA system.
      Parameters:
      icms_cpl - Icms_cpl entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Icms_cpl entity. To perform execution, call the execute method on the request builder object.
    • updateIcms_cpl

      @Nonnull UpdateRequestBuilder<Icms_cpl> updateIcms_cpl(@Nonnull Icms_cpl icms_cpl)
      Deprecated.
      Update an existing Icms_cpl entity and save it to the S/4HANA system.
      Parameters:
      icms_cpl - Icms_cpl entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Icms_cpl entity. To perform execution, call the execute method on the request builder object.
    • deleteIcms_cpl

      @Nonnull DeleteRequestBuilder<Icms_cpl> deleteIcms_cpl(@Nonnull Icms_cpl icms_cpl)
      Deprecated.
      Deletes an existing Icms_cpl entity in the S/4HANA system.
      Parameters:
      icms_cpl - Icms_cpl entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Icms_cpl entity. To perform execution, call the execute method on the request builder object.
    • getAllIcms_dif

      @Nonnull GetAllRequestBuilder<Icms_dif> getAllIcms_dif()
      Deprecated.
      Fetch multiple Icms_dif entities.
      Returns:
      A request builder to fetch multiple Icms_dif entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countIcms_dif

      @Nonnull CountRequestBuilder<Icms_dif> countIcms_dif()
      Deprecated.
      Fetch the number of entries from the Icms_dif entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Icms_dif entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getIcms_difByKey

      @Nonnull GetByKeyRequestBuilder<Icms_dif> getIcms_difByKey(String empresa, String filial, String per_ref, String uf)
      Deprecated.
      Fetch a single Icms_dif entity using key fields.
      Parameters:
      uf - UF

      Constraints: Not nullable, Maximum length: 2

      filial - Branch

      Constraints: Not nullable, Maximum length: 4

      per_ref - Bookkeeping reference period

      Constraints: Not nullable, Maximum length: 6

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      Returns:
      A request builder to fetch a single Icms_dif entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createIcms_dif

      @Nonnull CreateRequestBuilder<Icms_dif> createIcms_dif(@Nonnull Icms_dif icms_dif)
      Deprecated.
      Create a new Icms_dif entity and save it to the S/4HANA system.
      Parameters:
      icms_dif - Icms_dif entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Icms_dif entity. To perform execution, call the execute method on the request builder object.
    • updateIcms_dif

      @Nonnull UpdateRequestBuilder<Icms_dif> updateIcms_dif(@Nonnull Icms_dif icms_dif)
      Deprecated.
      Update an existing Icms_dif entity and save it to the S/4HANA system.
      Parameters:
      icms_dif - Icms_dif entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Icms_dif entity. To perform execution, call the execute method on the request builder object.
    • deleteIcms_dif

      @Nonnull DeleteRequestBuilder<Icms_dif> deleteIcms_dif(@Nonnull Icms_dif icms_dif)
      Deprecated.
      Deletes an existing Icms_dif entity in the S/4HANA system.
      Parameters:
      icms_dif - Icms_dif entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Icms_dif entity. To perform execution, call the execute method on the request builder object.
    • getAllIcms_diod

      @Nonnull GetAllRequestBuilder<Icms_diod> getAllIcms_diod()
      Deprecated.
      Fetch multiple Icms_diod entities.
      Returns:
      A request builder to fetch multiple Icms_diod entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countIcms_diod

      @Nonnull CountRequestBuilder<Icms_diod> countIcms_diod()
      Deprecated.
      Fetch the number of entries from the Icms_diod entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Icms_diod entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getIcms_diodByKey

      @Nonnull GetByKeyRequestBuilder<Icms_diod> getIcms_diodByKey(String empresa, String filial, String per_ref, String uf, String cod_or, String dt_vcto, String num_item)
      Deprecated.
      Fetch a single Icms_diod entity using key fields.
      Parameters:
      cod_or - Tax to Collect Code

      Constraints: Not nullable, Maximum length: 3

      uf - UF

      Constraints: Not nullable, Maximum length: 2

      filial - Branch

      Constraints: Not nullable, Maximum length: 4

      dt_vcto - Due Date

      Constraints: Not nullable, Maximum length: 8

      per_ref - Bookkeeping reference period

      Constraints: Not nullable, Maximum length: 6

      num_item - Obligation Item Number

      Constraints: Not nullable, Maximum length: 6

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      Returns:
      A request builder to fetch a single Icms_diod entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createIcms_diod

      @Nonnull CreateRequestBuilder<Icms_diod> createIcms_diod(@Nonnull Icms_diod icms_diod)
      Deprecated.
      Create a new Icms_diod entity and save it to the S/4HANA system.
      Parameters:
      icms_diod - Icms_diod entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Icms_diod entity. To perform execution, call the execute method on the request builder object.
    • updateIcms_diod

      @Nonnull UpdateRequestBuilder<Icms_diod> updateIcms_diod(@Nonnull Icms_diod icms_diod)
      Deprecated.
      Update an existing Icms_diod entity and save it to the S/4HANA system.
      Parameters:
      icms_diod - Icms_diod entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Icms_diod entity. To perform execution, call the execute method on the request builder object.
    • deleteIcms_diod

      @Nonnull DeleteRequestBuilder<Icms_diod> deleteIcms_diod(@Nonnull Icms_diod icms_diod)
      Deprecated.
      Deletes an existing Icms_diod entity in the S/4HANA system.
      Parameters:
      icms_diod - Icms_diod entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Icms_diod entity. To perform execution, call the execute method on the request builder object.
    • getAllIcter_cpl

      @Nonnull GetAllRequestBuilder<Icter_cpl> getAllIcter_cpl()
      Deprecated.
      Fetch multiple Icter_cpl entities.
      Returns:
      A request builder to fetch multiple Icter_cpl entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countIcter_cpl

      @Nonnull CountRequestBuilder<Icter_cpl> countIcter_cpl()
      Deprecated.
      Fetch the number of entries from the Icter_cpl entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Icter_cpl entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getIcter_cplByKey

      @Nonnull GetByKeyRequestBuilder<Icter_cpl> getIcter_cplByKey(String empresa, String filial, String centro, String dt_cons, String cod_item, String dt_prod, String cod_item_lt)
      Deprecated.
      Fetch a single Icter_cpl entity using key fields.
      Parameters:
      cod_item - Item Code

      Constraints: Not nullable, Maximum length: 60

      filial - Branch

      Constraints: Not nullable, Maximum length: 4

      dt_prod - Production Date

      Constraints: Not nullable, Maximum length: 8

      centro - Plant

      Constraints: Not nullable, Maximum length: 4

      dt_cons - Component Use Date

      Constraints: Not nullable, Maximum length: 8

      cod_item_lt - Item Code (BOM)

      Constraints: Not nullable, Maximum length: 60

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      Returns:
      A request builder to fetch a single Icter_cpl entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createIcter_cpl

      @Nonnull CreateRequestBuilder<Icter_cpl> createIcter_cpl(@Nonnull Icter_cpl icter_cpl)
      Deprecated.
      Create a new Icter_cpl entity and save it to the S/4HANA system.
      Parameters:
      icter_cpl - Icter_cpl entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Icter_cpl entity. To perform execution, call the execute method on the request builder object.
    • updateIcter_cpl

      @Nonnull UpdateRequestBuilder<Icter_cpl> updateIcter_cpl(@Nonnull Icter_cpl icter_cpl)
      Deprecated.
      Update an existing Icter_cpl entity and save it to the S/4HANA system.
      Parameters:
      icter_cpl - Icter_cpl entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Icter_cpl entity. To perform execution, call the execute method on the request builder object.
    • deleteIcter_cpl

      @Nonnull DeleteRequestBuilder<Icter_cpl> deleteIcter_cpl(@Nonnull Icter_cpl icter_cpl)
      Deprecated.
      Deletes an existing Icter_cpl entity in the S/4HANA system.
      Parameters:
      icter_cpl - Icter_cpl entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Icter_cpl entity. To perform execution, call the execute method on the request builder object.
    • getAllIdent_scp

      @Nonnull GetAllRequestBuilder<Ident_scp> getAllIdent_scp()
      Deprecated.
      Fetch multiple Ident_scp entities.
      Returns:
      A request builder to fetch multiple Ident_scp entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countIdent_scp

      @Nonnull CountRequestBuilder<Ident_scp> countIdent_scp()
      Deprecated.
      Fetch the number of entries from the Ident_scp entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Ident_scp entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getIdent_scpByKey

      @Nonnull GetByKeyRequestBuilder<Ident_scp> getIdent_scpByKey(String empresa, String dt_lancto, String cod_scp)
      Deprecated.
      Fetch a single Ident_scp entity using key fields.
      Parameters:
      cod_scp - SCP Code

      Constraints: Not nullable, Maximum length: 14

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      dt_lancto - Posting Date

      Constraints: Not nullable, Maximum length: 8

      Returns:
      A request builder to fetch a single Ident_scp entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createIdent_scp

      @Nonnull CreateRequestBuilder<Ident_scp> createIdent_scp(@Nonnull Ident_scp ident_scp)
      Deprecated.
      Create a new Ident_scp entity and save it to the S/4HANA system.
      Parameters:
      ident_scp - Ident_scp entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Ident_scp entity. To perform execution, call the execute method on the request builder object.
    • updateIdent_scp

      @Nonnull UpdateRequestBuilder<Ident_scp> updateIdent_scp(@Nonnull Ident_scp ident_scp)
      Deprecated.
      Update an existing Ident_scp entity and save it to the S/4HANA system.
      Parameters:
      ident_scp - Ident_scp entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Ident_scp entity. To perform execution, call the execute method on the request builder object.
    • deleteIdent_scp

      @Nonnull DeleteRequestBuilder<Ident_scp> deleteIdent_scp(@Nonnull Ident_scp ident_scp)
      Deprecated.
      Deletes an existing Ident_scp entity in the S/4HANA system.
      Parameters:
      ident_scp - Ident_scp entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Ident_scp entity. To perform execution, call the execute method on the request builder object.
    • getAllIden_proc

      @Nonnull GetAllRequestBuilder<Iden_proc> getAllIden_proc()
      Deprecated.
      Fetch multiple Iden_proc entities.
      Returns:
      A request builder to fetch multiple Iden_proc entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countIden_proc

      @Nonnull CountRequestBuilder<Iden_proc> countIden_proc()
      Deprecated.
      Fetch the number of entries from the Iden_proc entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Iden_proc entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getIden_procByKey

      @Nonnull GetByKeyRequestBuilder<Iden_proc> getIden_procByKey(String empresa, String dt_lancto, String per_apur, String cod_cta_b, String ind_val_lan_lalb_pb, String cod_cta_b_ctp, String ind_proc, String num_proc)
      Deprecated.
      Fetch a single Iden_proc entity using key fields.
      Parameters:
      cod_cta_b - Part B Account Code

      Constraints: Not nullable, Maximum length: 60

      num_proc - Process Number

      Constraints: Not nullable, Maximum length: 20

      per_apur - Nature of credit deferred, attached to revenue taxed

      Constraints: Not nullable, Maximum length: 3

      ind_val_lan_lalb_pb - Posting Indicator

      Constraints: Not nullable, Maximum length: 2

      ind_proc - Process Type

      Constraints: Not nullable, Maximum length: 1

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      dt_lancto - Posting Date

      Constraints: Not nullable, Maximum length: 8

      cod_cta_b_ctp - Counterpart Account Code

      Constraints: Not nullable, Maximum length: 60

      Returns:
      A request builder to fetch a single Iden_proc entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createIden_proc

      @Nonnull CreateRequestBuilder<Iden_proc> createIden_proc(@Nonnull Iden_proc iden_proc)
      Deprecated.
      Create a new Iden_proc entity and save it to the S/4HANA system.
      Parameters:
      iden_proc - Iden_proc entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Iden_proc entity. To perform execution, call the execute method on the request builder object.
    • updateIden_proc

      @Nonnull UpdateRequestBuilder<Iden_proc> updateIden_proc(@Nonnull Iden_proc iden_proc)
      Deprecated.
      Update an existing Iden_proc entity and save it to the S/4HANA system.
      Parameters:
      iden_proc - Iden_proc entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Iden_proc entity. To perform execution, call the execute method on the request builder object.
    • deleteIden_proc

      @Nonnull DeleteRequestBuilder<Iden_proc> deleteIden_proc(@Nonnull Iden_proc iden_proc)
      Deprecated.
      Deletes an existing Iden_proc entity in the S/4HANA system.
      Parameters:
      iden_proc - Iden_proc entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Iden_proc entity. To perform execution, call the execute method on the request builder object.
    • getAllImobret

      @Nonnull GetAllRequestBuilder<Imobret> getAllImobret()
      Deprecated.
      Fetch multiple Imobret entities.
      Returns:
      A request builder to fetch multiple Imobret entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countImobret

      @Nonnull CountRequestBuilder<Imobret> countImobret()
      Deprecated.
      Fetch the number of entries from the Imobret entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Imobret entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getImobretByKey

      @Nonnull GetByKeyRequestBuilder<Imobret> getImobretByKey(String empresa, String filial, String dt_lancto, String num_lancto)
      Deprecated.
      Fetch a single Imobret entity using key fields.
      Parameters:
      filial - Branch

      Constraints: Not nullable, Maximum length: 4

      num_lancto - Posting Number

      Constraints: Not nullable, Maximum length: 10

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      dt_lancto - Posting Date

      Constraints: Not nullable, Maximum length: 8

      Returns:
      A request builder to fetch a single Imobret entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createImobret

      @Nonnull CreateRequestBuilder<Imobret> createImobret(@Nonnull Imobret imobret)
      Deprecated.
      Create a new Imobret entity and save it to the S/4HANA system.
      Parameters:
      imobret - Imobret entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Imobret entity. To perform execution, call the execute method on the request builder object.
    • updateImobret

      @Nonnull UpdateRequestBuilder<Imobret> updateImobret(@Nonnull Imobret imobret)
      Deprecated.
      Update an existing Imobret entity and save it to the S/4HANA system.
      Parameters:
      imobret - Imobret entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Imobret entity. To perform execution, call the execute method on the request builder object.
    • deleteImobret

      @Nonnull DeleteRequestBuilder<Imobret> deleteImobret(@Nonnull Imobret imobret)
      Deprecated.
      Deletes an existing Imobret entity in the S/4HANA system.
      Parameters:
      imobret - Imobret entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Imobret entity. To perform execution, call the execute method on the request builder object.
    • getAllImob_cust

      @Nonnull GetAllRequestBuilder<Imob_cust> getAllImob_cust()
      Deprecated.
      Fetch multiple Imob_cust entities.
      Returns:
      A request builder to fetch multiple Imob_cust entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countImob_cust

      @Nonnull CountRequestBuilder<Imob_cust> countImob_cust()
      Deprecated.
      Fetch the number of entries from the Imob_cust entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Imob_cust entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getImob_custByKey

      @Nonnull GetByKeyRequestBuilder<Imob_cust> getImob_custByKey(String empresa, String filial, String dt_lancto, String num_lancto)
      Deprecated.
      Fetch a single Imob_cust entity using key fields.
      Parameters:
      filial - Branch

      Constraints: Not nullable, Maximum length: 4

      num_lancto - Posting Number

      Constraints: Not nullable, Maximum length: 10

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      dt_lancto - Posting Date

      Constraints: Not nullable, Maximum length: 8

      Returns:
      A request builder to fetch a single Imob_cust entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createImob_cust

      @Nonnull CreateRequestBuilder<Imob_cust> createImob_cust(@Nonnull Imob_cust imob_cust)
      Deprecated.
      Create a new Imob_cust entity and save it to the S/4HANA system.
      Parameters:
      imob_cust - Imob_cust entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Imob_cust entity. To perform execution, call the execute method on the request builder object.
    • updateImob_cust

      @Nonnull UpdateRequestBuilder<Imob_cust> updateImob_cust(@Nonnull Imob_cust imob_cust)
      Deprecated.
      Update an existing Imob_cust entity and save it to the S/4HANA system.
      Parameters:
      imob_cust - Imob_cust entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Imob_cust entity. To perform execution, call the execute method on the request builder object.
    • deleteImob_cust

      @Nonnull DeleteRequestBuilder<Imob_cust> deleteImob_cust(@Nonnull Imob_cust imob_cust)
      Deprecated.
      Deletes an existing Imob_cust entity in the S/4HANA system.
      Parameters:
      imob_cust - Imob_cust entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Imob_cust entity. To perform execution, call the execute method on the request builder object.
    • getAllImob_cven

      @Nonnull GetAllRequestBuilder<Imob_cven> getAllImob_cven()
      Deprecated.
      Fetch multiple Imob_cven entities.
      Returns:
      A request builder to fetch multiple Imob_cven entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countImob_cven

      @Nonnull CountRequestBuilder<Imob_cven> countImob_cven()
      Deprecated.
      Fetch the number of entries from the Imob_cven entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Imob_cven entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getImob_cvenByKey

      @Nonnull GetByKeyRequestBuilder<Imob_cven> getImob_cvenByKey(String empresa, String filial, String dt_lancto, String num_lancto, String cst_pis, String cst_cofins)
      Deprecated.
      Fetch a single Imob_cven entity using key fields.
      Parameters:
      filial - Branch

      Constraints: Not nullable, Maximum length: 4

      num_lancto - Posting Number

      Constraints: Not nullable, Maximum length: 10

      cst_cofins - Tax Situation Code related to COFINS

      Constraints: Not nullable, Maximum length: 2

      cst_pis - Tax Situation Code related to PIS/PASEP

      Constraints: Not nullable, Maximum length: 2

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      dt_lancto - Posting Date

      Constraints: Not nullable, Maximum length: 8

      Returns:
      A request builder to fetch a single Imob_cven entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createImob_cven

      @Nonnull CreateRequestBuilder<Imob_cven> createImob_cven(@Nonnull Imob_cven imob_cven)
      Deprecated.
      Create a new Imob_cven entity and save it to the S/4HANA system.
      Parameters:
      imob_cven - Imob_cven entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Imob_cven entity. To perform execution, call the execute method on the request builder object.
    • updateImob_cven

      @Nonnull UpdateRequestBuilder<Imob_cven> updateImob_cven(@Nonnull Imob_cven imob_cven)
      Deprecated.
      Update an existing Imob_cven entity and save it to the S/4HANA system.
      Parameters:
      imob_cven - Imob_cven entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Imob_cven entity. To perform execution, call the execute method on the request builder object.
    • deleteImob_cven

      @Nonnull DeleteRequestBuilder<Imob_cven> deleteImob_cven(@Nonnull Imob_cven imob_cven)
      Deprecated.
      Deletes an existing Imob_cven entity in the S/4HANA system.
      Parameters:
      imob_cven - Imob_cven entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Imob_cven entity. To perform execution, call the execute method on the request builder object.
    • getAllImp_pg_ex

      @Nonnull GetAllRequestBuilder<Imp_pg_ex> getAllImp_pg_ex()
      Deprecated.
      Fetch multiple Imp_pg_ex entities.
      Returns:
      A request builder to fetch multiple Imp_pg_ex entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countImp_pg_ex

      @Nonnull CountRequestBuilder<Imp_pg_ex> countImp_pg_ex()
      Deprecated.
      Fetch the number of entries from the Imp_pg_ex entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Imp_pg_ex entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getImp_pg_exByKey

      @Nonnull GetByKeyRequestBuilder<Imp_pg_ex> getImp_pg_exByKey(String empresa, String dt_lancto, String nif, String cnpj)
      Deprecated.
      Fetch a single Imp_pg_ex entity using key fields.
      Parameters:
      nif - Tax Identification Number

      Constraints: Not nullable, Maximum length: 30

      cnpj - CNPJ

      Constraints: Not nullable, Maximum length: 14

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      dt_lancto - Posting Date

      Constraints: Not nullable, Maximum length: 8

      Returns:
      A request builder to fetch a single Imp_pg_ex entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createImp_pg_ex

      @Nonnull CreateRequestBuilder<Imp_pg_ex> createImp_pg_ex(@Nonnull Imp_pg_ex imp_pg_ex)
      Deprecated.
      Create a new Imp_pg_ex entity and save it to the S/4HANA system.
      Parameters:
      imp_pg_ex - Imp_pg_ex entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Imp_pg_ex entity. To perform execution, call the execute method on the request builder object.
    • updateImp_pg_ex

      @Nonnull UpdateRequestBuilder<Imp_pg_ex> updateImp_pg_ex(@Nonnull Imp_pg_ex imp_pg_ex)
      Deprecated.
      Update an existing Imp_pg_ex entity and save it to the S/4HANA system.
      Parameters:
      imp_pg_ex - Imp_pg_ex entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Imp_pg_ex entity. To perform execution, call the execute method on the request builder object.
    • deleteImp_pg_ex

      @Nonnull DeleteRequestBuilder<Imp_pg_ex> deleteImp_pg_ex(@Nonnull Imp_pg_ex imp_pg_ex)
      Deprecated.
      Deletes an existing Imp_pg_ex entity in the S/4HANA system.
      Parameters:
      imp_pg_ex - Imp_pg_ex entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Imp_pg_ex entity. To perform execution, call the execute method on the request builder object.
    • getAllIncons

      @Nonnull GetAllRequestBuilder<Incons> getAllIncons()
      Deprecated.
      Fetch multiple Incons entities.
      Returns:
      A request builder to fetch multiple Incons entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countIncons

      @Nonnull CountRequestBuilder<Incons> countIncons()
      Deprecated.
      Fetch the number of entries from the Incons entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Incons entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getInconsByKey

      @Nonnull GetByKeyRequestBuilder<Incons> getInconsByKey(String empresa, String filial, String dt_saida, String cod_doc_op, String cod_item, String centro, String cod_ins_subst)
      Deprecated.
      Fetch a single Incons entity using key fields.
      Parameters:
      cod_item - Item Code

      Constraints: Not nullable, Maximum length: 60

      filial - Branch

      Constraints: Not nullable, Maximum length: 4

      centro - Plant

      Constraints: Not nullable, Maximum length: 4

      cod_doc_op - Production Order Identification Code

      Constraints: Not nullable, Maximum length: 30

      cod_ins_subst - Substituted Component Code

      Constraints: Not nullable, Maximum length: 60

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      dt_saida - Consumption Date

      Constraints: Not nullable, Maximum length: 8

      Returns:
      A request builder to fetch a single Incons entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createIncons

      @Nonnull CreateRequestBuilder<Incons> createIncons(@Nonnull Incons incons)
      Deprecated.
      Create a new Incons entity and save it to the S/4HANA system.
      Parameters:
      incons - Incons entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Incons entity. To perform execution, call the execute method on the request builder object.
    • updateIncons

      @Nonnull UpdateRequestBuilder<Incons> updateIncons(@Nonnull Incons incons)
      Deprecated.
      Update an existing Incons entity and save it to the S/4HANA system.
      Parameters:
      incons - Incons entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Incons entity. To perform execution, call the execute method on the request builder object.
    • deleteIncons

      @Nonnull DeleteRequestBuilder<Incons> deleteIncons(@Nonnull Incons incons)
      Deprecated.
      Deletes an existing Incons entity in the S/4HANA system.
      Parameters:
      incons - Incons entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Incons entity. To perform execution, call the execute method on the request builder object.
    • getAllInconster

      @Nonnull GetAllRequestBuilder<Inconster> getAllInconster()
      Deprecated.
      Fetch multiple Inconster entities.
      Returns:
      A request builder to fetch multiple Inconster entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countInconster

      @Nonnull CountRequestBuilder<Inconster> countInconster()
      Deprecated.
      Fetch the number of entries from the Inconster entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Inconster entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getInconsterByKey

      @Nonnull GetByKeyRequestBuilder<Inconster> getInconsterByKey(String empresa, String filial, String centro, String dt_cons, String cod_item, String dt_prod, String cod_item_lt, String cod_ins_subst)
      Deprecated.
      Fetch a single Inconster entity using key fields.
      Parameters:
      cod_item - Item Code

      Constraints: Not nullable, Maximum length: 60

      filial - Branch

      Constraints: Not nullable, Maximum length: 4

      dt_prod - Production Date

      Constraints: Not nullable, Maximum length: 8

      centro - Plant

      Constraints: Not nullable, Maximum length: 4

      cod_ins_subst - Substituted Component Code

      Constraints: Not nullable, Maximum length: 60

      dt_cons - Component Use Date

      Constraints: Not nullable, Maximum length: 8

      cod_item_lt - Item Code (BOM)

      Constraints: Not nullable, Maximum length: 60

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      Returns:
      A request builder to fetch a single Inconster entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createInconster

      @Nonnull CreateRequestBuilder<Inconster> createInconster(@Nonnull Inconster inconster)
      Deprecated.
      Create a new Inconster entity and save it to the S/4HANA system.
      Parameters:
      inconster - Inconster entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Inconster entity. To perform execution, call the execute method on the request builder object.
    • updateInconster

      @Nonnull UpdateRequestBuilder<Inconster> updateInconster(@Nonnull Inconster inconster)
      Deprecated.
      Update an existing Inconster entity and save it to the S/4HANA system.
      Parameters:
      inconster - Inconster entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Inconster entity. To perform execution, call the execute method on the request builder object.
    • deleteInconster

      @Nonnull DeleteRequestBuilder<Inconster> deleteInconster(@Nonnull Inconster inconster)
      Deprecated.
      Deletes an existing Inconster entity in the S/4HANA system.
      Parameters:
      inconster - Inconster entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Inconster entity. To perform execution, call the execute method on the request builder object.
    • getAllInc_fis

      @Nonnull GetAllRequestBuilder<Inc_fis> getAllInc_fis()
      Deprecated.
      Fetch multiple Inc_fis entities.
      Returns:
      A request builder to fetch multiple Inc_fis entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countInc_fis

      @Nonnull CountRequestBuilder<Inc_fis> countInc_fis()
      Deprecated.
      Fetch the number of entries from the Inc_fis entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Inc_fis entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getInc_fisByKey

      @Nonnull GetByKeyRequestBuilder<Inc_fis> getInc_fisByKey(String empresa, String dt_lancto, String per_apur)
      Deprecated.
      Fetch a single Inc_fis entity using key fields.
      Parameters:
      per_apur - Nature of credit deferred, attached to revenue taxed

      Constraints: Not nullable, Maximum length: 3

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      dt_lancto - Posting Date

      Constraints: Not nullable, Maximum length: 8

      Returns:
      A request builder to fetch a single Inc_fis entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createInc_fis

      @Nonnull CreateRequestBuilder<Inc_fis> createInc_fis(@Nonnull Inc_fis inc_fis)
      Deprecated.
      Create a new Inc_fis entity and save it to the S/4HANA system.
      Parameters:
      inc_fis - Inc_fis entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Inc_fis entity. To perform execution, call the execute method on the request builder object.
    • updateInc_fis

      @Nonnull UpdateRequestBuilder<Inc_fis> updateInc_fis(@Nonnull Inc_fis inc_fis)
      Deprecated.
      Update an existing Inc_fis entity and save it to the S/4HANA system.
      Parameters:
      inc_fis - Inc_fis entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Inc_fis entity. To perform execution, call the execute method on the request builder object.
    • deleteInc_fis

      @Nonnull DeleteRequestBuilder<Inc_fis> deleteInc_fis(@Nonnull Inc_fis inc_fis)
      Deprecated.
      Deletes an existing Inc_fis entity in the S/4HANA system.
      Parameters:
      inc_fis - Inc_fis entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Inc_fis entity. To perform execution, call the execute method on the request builder object.
    • getAllIndobr_nf

      @Nonnull GetAllRequestBuilder<Indobr_nf> getAllIndobr_nf()
      Deprecated.
      Fetch multiple Indobr_nf entities.
      Returns:
      A request builder to fetch multiple Indobr_nf entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countIndobr_nf

      @Nonnull CountRequestBuilder<Indobr_nf> countIndobr_nf()
      Deprecated.
      Fetch the number of entries from the Indobr_nf entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Indobr_nf entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getIndobr_nfByKey

      @Nonnull GetByKeyRequestBuilder<Indobr_nf> getIndobr_nfByKey(String empresa, String filial, String nf_id)
      Deprecated.
      Fetch a single Indobr_nf entity using key fields.
      Parameters:
      filial - Branch

      Constraints: Not nullable, Maximum length: 4

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      nf_id - Nota Fiscal Id

      Constraints: Not nullable, Maximum length: 10

      Returns:
      A request builder to fetch a single Indobr_nf entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createIndobr_nf

      @Nonnull CreateRequestBuilder<Indobr_nf> createIndobr_nf(@Nonnull Indobr_nf indobr_nf)
      Deprecated.
      Create a new Indobr_nf entity and save it to the S/4HANA system.
      Parameters:
      indobr_nf - Indobr_nf entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Indobr_nf entity. To perform execution, call the execute method on the request builder object.
    • updateIndobr_nf

      @Nonnull UpdateRequestBuilder<Indobr_nf> updateIndobr_nf(@Nonnull Indobr_nf indobr_nf)
      Deprecated.
      Update an existing Indobr_nf entity and save it to the S/4HANA system.
      Parameters:
      indobr_nf - Indobr_nf entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Indobr_nf entity. To perform execution, call the execute method on the request builder object.
    • deleteIndobr_nf

      @Nonnull DeleteRequestBuilder<Indobr_nf> deleteIndobr_nf(@Nonnull Indobr_nf indobr_nf)
      Deprecated.
      Deletes an existing Indobr_nf entity in the S/4HANA system.
      Parameters:
      indobr_nf - Indobr_nf entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Indobr_nf entity. To perform execution, call the execute method on the request builder object.
    • getAllInd_ativi

      @Nonnull GetAllRequestBuilder<Ind_ativi> getAllInd_ativi()
      Deprecated.
      Fetch multiple Ind_ativi entities.
      Returns:
      A request builder to fetch multiple Ind_ativi entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countInd_ativi

      @Nonnull CountRequestBuilder<Ind_ativi> countInd_ativi()
      Deprecated.
      Fetch the number of entries from the Ind_ativi entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Ind_ativi entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getInd_ativiByKey

      @Nonnull GetByKeyRequestBuilder<Ind_ativi> getInd_ativiByKey(String empresa, String filial, String per_ref)
      Deprecated.
      Fetch a single Ind_ativi entity using key fields.
      Parameters:
      filial - Branch

      Constraints: Not nullable, Maximum length: 4

      per_ref - Bookkeeping reference period

      Constraints: Not nullable, Maximum length: 6

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      Returns:
      A request builder to fetch a single Ind_ativi entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createInd_ativi

      @Nonnull CreateRequestBuilder<Ind_ativi> createInd_ativi(@Nonnull Ind_ativi ind_ativi)
      Deprecated.
      Create a new Ind_ativi entity and save it to the S/4HANA system.
      Parameters:
      ind_ativi - Ind_ativi entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Ind_ativi entity. To perform execution, call the execute method on the request builder object.
    • updateInd_ativi

      @Nonnull UpdateRequestBuilder<Ind_ativi> updateInd_ativi(@Nonnull Ind_ativi ind_ativi)
      Deprecated.
      Update an existing Ind_ativi entity and save it to the S/4HANA system.
      Parameters:
      ind_ativi - Ind_ativi entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Ind_ativi entity. To perform execution, call the execute method on the request builder object.
    • deleteInd_ativi

      @Nonnull DeleteRequestBuilder<Ind_ativi> deleteInd_ativi(@Nonnull Ind_ativi ind_ativi)
      Deprecated.
      Deletes an existing Ind_ativi entity in the S/4HANA system.
      Parameters:
      ind_ativi - Ind_ativi entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Ind_ativi entity. To perform execution, call the execute method on the request builder object.
    • getAllInfdifcof

      @Nonnull GetAllRequestBuilder<Infdifcof> getAllInfdifcof()
      Deprecated.
      Fetch multiple Infdifcof entities.
      Returns:
      A request builder to fetch multiple Infdifcof entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countInfdifcof

      @Nonnull CountRequestBuilder<Infdifcof> countInfdifcof()
      Deprecated.
      Fetch the number of entries from the Infdifcof entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Infdifcof entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getInfdifcofByKey

      @Nonnull GetByKeyRequestBuilder<Infdifcof> getInfdifcofByKey(String empresa, String per_ref, String num_lancto, String cnpj, String cod_cred)
      Deprecated.
      Fetch a single Infdifcof entity using key fields.
      Parameters:
      cod_cred - Credit Code transferred

      Constraints: Not nullable, Maximum length: 3

      num_lancto - Posting Number

      Constraints: Not nullable, Maximum length: 10

      per_ref - Bookkeeping reference period

      Constraints: Not nullable, Maximum length: 6

      cnpj - CNPJ

      Constraints: Not nullable, Maximum length: 14

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      Returns:
      A request builder to fetch a single Infdifcof entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createInfdifcof

      @Nonnull CreateRequestBuilder<Infdifcof> createInfdifcof(@Nonnull Infdifcof infdifcof)
      Deprecated.
      Create a new Infdifcof entity and save it to the S/4HANA system.
      Parameters:
      infdifcof - Infdifcof entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Infdifcof entity. To perform execution, call the execute method on the request builder object.
    • updateInfdifcof

      @Nonnull UpdateRequestBuilder<Infdifcof> updateInfdifcof(@Nonnull Infdifcof infdifcof)
      Deprecated.
      Update an existing Infdifcof entity and save it to the S/4HANA system.
      Parameters:
      infdifcof - Infdifcof entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Infdifcof entity. To perform execution, call the execute method on the request builder object.
    • deleteInfdifcof

      @Nonnull DeleteRequestBuilder<Infdifcof> deleteInfdifcof(@Nonnull Infdifcof infdifcof)
      Deprecated.
      Deletes an existing Infdifcof entity in the S/4HANA system.
      Parameters:
      infdifcof - Infdifcof entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Infdifcof entity. To perform execution, call the execute method on the request builder object.
    • getAllInfdifpis

      @Nonnull GetAllRequestBuilder<Infdifpis> getAllInfdifpis()
      Deprecated.
      Fetch multiple Infdifpis entities.
      Returns:
      A request builder to fetch multiple Infdifpis entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countInfdifpis

      @Nonnull CountRequestBuilder<Infdifpis> countInfdifpis()
      Deprecated.
      Fetch the number of entries from the Infdifpis entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Infdifpis entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getInfdifpisByKey

      @Nonnull GetByKeyRequestBuilder<Infdifpis> getInfdifpisByKey(String empresa, String per_ref, String num_lancto, String cnpj, String cod_cred)
      Deprecated.
      Fetch a single Infdifpis entity using key fields.
      Parameters:
      cod_cred - Credit Code transferred

      Constraints: Not nullable, Maximum length: 3

      num_lancto - Posting Number

      Constraints: Not nullable, Maximum length: 10

      per_ref - Bookkeeping reference period

      Constraints: Not nullable, Maximum length: 6

      cnpj - CNPJ

      Constraints: Not nullable, Maximum length: 14

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      Returns:
      A request builder to fetch a single Infdifpis entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createInfdifpis

      @Nonnull CreateRequestBuilder<Infdifpis> createInfdifpis(@Nonnull Infdifpis infdifpis)
      Deprecated.
      Create a new Infdifpis entity and save it to the S/4HANA system.
      Parameters:
      infdifpis - Infdifpis entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Infdifpis entity. To perform execution, call the execute method on the request builder object.
    • updateInfdifpis

      @Nonnull UpdateRequestBuilder<Infdifpis> updateInfdifpis(@Nonnull Infdifpis infdifpis)
      Deprecated.
      Update an existing Infdifpis entity and save it to the S/4HANA system.
      Parameters:
      infdifpis - Infdifpis entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Infdifpis entity. To perform execution, call the execute method on the request builder object.
    • deleteInfdifpis

      @Nonnull DeleteRequestBuilder<Infdifpis> deleteInfdifpis(@Nonnull Infdifpis infdifpis)
      Deprecated.
      Deletes an existing Infdifpis entity in the S/4HANA system.
      Parameters:
      infdifpis - Infdifpis entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Infdifpis entity. To perform execution, call the execute method on the request builder object.
    • getAllInfgrpmul

      @Nonnull GetAllRequestBuilder<Infgrpmul> getAllInfgrpmul()
      Deprecated.
      Fetch multiple Infgrpmul entities.
      Returns:
      A request builder to fetch multiple Infgrpmul entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countInfgrpmul

      @Nonnull CountRequestBuilder<Infgrpmul> countInfgrpmul()
      Deprecated.
      Fetch the number of entries from the Infgrpmul entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Infgrpmul entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getInfgrpmulByKey

      @Nonnull GetByKeyRequestBuilder<Infgrpmul> getInfgrpmulByKey(String empresa, String dt_lancamento)
      Deprecated.
      Fetch a single Infgrpmul entity using key fields.
      Parameters:
      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      dt_lancamento - Posting Date

      Constraints: Not nullable, Maximum length: 8

      Returns:
      A request builder to fetch a single Infgrpmul entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createInfgrpmul

      @Nonnull CreateRequestBuilder<Infgrpmul> createInfgrpmul(@Nonnull Infgrpmul infgrpmul)
      Deprecated.
      Create a new Infgrpmul entity and save it to the S/4HANA system.
      Parameters:
      infgrpmul - Infgrpmul entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Infgrpmul entity. To perform execution, call the execute method on the request builder object.
    • updateInfgrpmul

      @Nonnull UpdateRequestBuilder<Infgrpmul> updateInfgrpmul(@Nonnull Infgrpmul infgrpmul)
      Deprecated.
      Update an existing Infgrpmul entity and save it to the S/4HANA system.
      Parameters:
      infgrpmul - Infgrpmul entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Infgrpmul entity. To perform execution, call the execute method on the request builder object.
    • deleteInfgrpmul

      @Nonnull DeleteRequestBuilder<Infgrpmul> deleteInfgrpmul(@Nonnull Infgrpmul infgrpmul)
      Deprecated.
      Deletes an existing Infgrpmul entity in the S/4HANA system.
      Parameters:
      infgrpmul - Infgrpmul entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Infgrpmul entity. To perform execution, call the execute method on the request builder object.
    • getAllInf_aapod

      @Nonnull GetAllRequestBuilder<Inf_aapod> getAllInf_aapod()
      Deprecated.
      Fetch multiple Inf_aapod entities.
      Returns:
      A request builder to fetch multiple Inf_aapod entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countInf_aapod

      @Nonnull CountRequestBuilder<Inf_aapod> countInf_aapod()
      Deprecated.
      Fetch the number of entries from the Inf_aapod entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Inf_aapod entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getInf_aapodByKey

      @Nonnull GetByKeyRequestBuilder<Inf_aapod> getInf_aapodByKey(String empresa, String filial, String per_ref, String uf, String cod_aj_apur, String id_inf, String num_item)
      Deprecated.
      Fetch a single Inf_aapod entity using key fields.
      Parameters:
      uf - UF

      Constraints: Not nullable, Maximum length: 2

      cod_aj_apur - Declaration and Deduction Adjustment Code

      Constraints: Not nullable, Maximum length: 8

      filial - Branch

      Constraints: Not nullable, Maximum length: 4

      per_ref - Bookkeeping reference period

      Constraints: Not nullable, Maximum length: 6

      id_inf - Information Origin Identifier

      Constraints: Not nullable, Maximum length: 10

      num_item - Item Number

      Constraints: Not nullable, Maximum length: 3

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      Returns:
      A request builder to fetch a single Inf_aapod entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createInf_aapod

      @Nonnull CreateRequestBuilder<Inf_aapod> createInf_aapod(@Nonnull Inf_aapod inf_aapod)
      Deprecated.
      Create a new Inf_aapod entity and save it to the S/4HANA system.
      Parameters:
      inf_aapod - Inf_aapod entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Inf_aapod entity. To perform execution, call the execute method on the request builder object.
    • updateInf_aapod

      @Nonnull UpdateRequestBuilder<Inf_aapod> updateInf_aapod(@Nonnull Inf_aapod inf_aapod)
      Deprecated.
      Update an existing Inf_aapod entity and save it to the S/4HANA system.
      Parameters:
      inf_aapod - Inf_aapod entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Inf_aapod entity. To perform execution, call the execute method on the request builder object.
    • deleteInf_aapod

      @Nonnull DeleteRequestBuilder<Inf_aapod> deleteInf_aapod(@Nonnull Inf_aapod inf_aapod)
      Deprecated.
      Deletes an existing Inf_aapod entity in the S/4HANA system.
      Parameters:
      inf_aapod - Inf_aapod entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Inf_aapod entity. To perform execution, call the execute method on the request builder object.
    • getAllInf_aj_ap

      @Nonnull GetAllRequestBuilder<Inf_aj_ap> getAllInf_aj_ap()
      Deprecated.
      Fetch multiple Inf_aj_ap entities.
      Returns:
      A request builder to fetch multiple Inf_aj_ap entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countInf_aj_ap

      @Nonnull CountRequestBuilder<Inf_aj_ap> countInf_aj_ap()
      Deprecated.
      Fetch the number of entries from the Inf_aj_ap entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Inf_aj_ap entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getInf_aj_apByKey

      @Nonnull GetByKeyRequestBuilder<Inf_aj_ap> getInf_aj_apByKey(String empresa, String filial, String cod_aj_apur, String num_item, String dt_reg, String id_inf)
      Deprecated.
      Fetch a single Inf_aj_ap entity using key fields.
      Parameters:
      cod_aj_apur - Declaration and Deduction Adjustment Code

      Constraints: Not nullable, Maximum length: 8

      dt_reg - Register Date

      Constraints: Not nullable, Maximum length: 8

      filial - Branch

      Constraints: Not nullable, Maximum length: 4

      id_inf - Information Origin Identifier

      Constraints: Not nullable, Maximum length: 10

      num_item - Item Number for ICMS Appraisal

      Constraints: Not nullable, Maximum length: 5

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      Returns:
      A request builder to fetch a single Inf_aj_ap entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createInf_aj_ap

      @Nonnull CreateRequestBuilder<Inf_aj_ap> createInf_aj_ap(@Nonnull Inf_aj_ap inf_aj_ap)
      Deprecated.
      Create a new Inf_aj_ap entity and save it to the S/4HANA system.
      Parameters:
      inf_aj_ap - Inf_aj_ap entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Inf_aj_ap entity. To perform execution, call the execute method on the request builder object.
    • updateInf_aj_ap

      @Nonnull UpdateRequestBuilder<Inf_aj_ap> updateInf_aj_ap(@Nonnull Inf_aj_ap inf_aj_ap)
      Deprecated.
      Update an existing Inf_aj_ap entity and save it to the S/4HANA system.
      Parameters:
      inf_aj_ap - Inf_aj_ap entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Inf_aj_ap entity. To perform execution, call the execute method on the request builder object.
    • deleteInf_aj_ap

      @Nonnull DeleteRequestBuilder<Inf_aj_ap> deleteInf_aj_ap(@Nonnull Inf_aj_ap inf_aj_ap)
      Deprecated.
      Deletes an existing Inf_aj_ap entity in the S/4HANA system.
      Parameters:
      inf_aj_ap - Inf_aj_ap entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Inf_aj_ap entity. To perform execution, call the execute method on the request builder object.
    • getAllInf_anfod

      @Nonnull GetAllRequestBuilder<Inf_anfod> getAllInf_anfod()
      Deprecated.
      Fetch multiple Inf_anfod entities.
      Returns:
      A request builder to fetch multiple Inf_anfod entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countInf_anfod

      @Nonnull CountRequestBuilder<Inf_anfod> countInf_anfod()
      Deprecated.
      Fetch the number of entries from the Inf_anfod entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Inf_anfod entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getInf_anfodByKey

      @Nonnull GetByKeyRequestBuilder<Inf_anfod> getInf_anfodByKey(String empresa, String filial, String per_ref, String uf, String cod_aj_apur, String nf_id, String cod_item, String num_item)
      Deprecated.
      Fetch a single Inf_anfod entity using key fields.
      Parameters:
      uf - UF

      Constraints: Not nullable, Maximum length: 2

      cod_aj_apur - Declaration and Deduction Adjustment Code

      Constraints: Not nullable, Maximum length: 8

      cod_item - Item Code

      Constraints: Not nullable, Maximum length: 60

      filial - Branch

      Constraints: Not nullable, Maximum length: 4

      per_ref - Bookkeeping reference period

      Constraints: Not nullable, Maximum length: 6

      num_item - Item Number

      Constraints: Not nullable, Maximum length: 3

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      nf_id - Nota Fiscal Id

      Constraints: Not nullable, Maximum length: 10

      Returns:
      A request builder to fetch a single Inf_anfod entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createInf_anfod

      @Nonnull CreateRequestBuilder<Inf_anfod> createInf_anfod(@Nonnull Inf_anfod inf_anfod)
      Deprecated.
      Create a new Inf_anfod entity and save it to the S/4HANA system.
      Parameters:
      inf_anfod - Inf_anfod entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Inf_anfod entity. To perform execution, call the execute method on the request builder object.
    • updateInf_anfod

      @Nonnull UpdateRequestBuilder<Inf_anfod> updateInf_anfod(@Nonnull Inf_anfod inf_anfod)
      Deprecated.
      Update an existing Inf_anfod entity and save it to the S/4HANA system.
      Parameters:
      inf_anfod - Inf_anfod entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Inf_anfod entity. To perform execution, call the execute method on the request builder object.
    • deleteInf_anfod

      @Nonnull DeleteRequestBuilder<Inf_anfod> deleteInf_anfod(@Nonnull Inf_anfod inf_anfod)
      Deprecated.
      Deletes an existing Inf_anfod entity in the S/4HANA system.
      Parameters:
      inf_anfod - Inf_anfod entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Inf_anfod entity. To perform execution, call the execute method on the request builder object.
    • getAllInf_ap_nf

      @Nonnull GetAllRequestBuilder<Inf_ap_nf> getAllInf_ap_nf()
      Deprecated.
      Fetch multiple Inf_ap_nf entities.
      Returns:
      A request builder to fetch multiple Inf_ap_nf entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countInf_ap_nf

      @Nonnull CountRequestBuilder<Inf_ap_nf> countInf_ap_nf()
      Deprecated.
      Fetch the number of entries from the Inf_ap_nf entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Inf_ap_nf entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getInf_ap_nfByKey

      @Nonnull GetByKeyRequestBuilder<Inf_ap_nf> getInf_ap_nfByKey(String empresa, String filial, String cod_aj_apur, String num_item, String dt_reg, String nf_id, String cod_item)
      Deprecated.
      Fetch a single Inf_ap_nf entity using key fields.
      Parameters:
      cod_aj_apur - Declaration and Deduction Adjustment Code

      Constraints: Not nullable, Maximum length: 8

      dt_reg - Register Date

      Constraints: Not nullable, Maximum length: 8

      cod_item - Item Code

      Constraints: Not nullable, Maximum length: 60

      filial - Branch

      Constraints: Not nullable, Maximum length: 4

      num_item - Item Number for ICMS Appraisal

      Constraints: Not nullable, Maximum length: 5

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      nf_id - Nota Fiscal Id

      Constraints: Not nullable, Maximum length: 10

      Returns:
      A request builder to fetch a single Inf_ap_nf entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createInf_ap_nf

      @Nonnull CreateRequestBuilder<Inf_ap_nf> createInf_ap_nf(@Nonnull Inf_ap_nf inf_ap_nf)
      Deprecated.
      Create a new Inf_ap_nf entity and save it to the S/4HANA system.
      Parameters:
      inf_ap_nf - Inf_ap_nf entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Inf_ap_nf entity. To perform execution, call the execute method on the request builder object.
    • updateInf_ap_nf

      @Nonnull UpdateRequestBuilder<Inf_ap_nf> updateInf_ap_nf(@Nonnull Inf_ap_nf inf_ap_nf)
      Deprecated.
      Update an existing Inf_ap_nf entity and save it to the S/4HANA system.
      Parameters:
      inf_ap_nf - Inf_ap_nf entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Inf_ap_nf entity. To perform execution, call the execute method on the request builder object.
    • deleteInf_ap_nf

      @Nonnull DeleteRequestBuilder<Inf_ap_nf> deleteInf_ap_nf(@Nonnull Inf_ap_nf inf_ap_nf)
      Deprecated.
      Deletes an existing Inf_ap_nf entity in the S/4HANA system.
      Parameters:
      inf_ap_nf - Inf_ap_nf entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Inf_ap_nf entity. To perform execution, call the execute method on the request builder object.
    • getAllInf_icmst

      @Nonnull GetAllRequestBuilder<Inf_icmst> getAllInf_icmst()
      Deprecated.
      Fetch multiple Inf_icmst entities.
      Returns:
      A request builder to fetch multiple Inf_icmst entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countInf_icmst

      @Nonnull CountRequestBuilder<Inf_icmst> countInf_icmst()
      Deprecated.
      Fetch the number of entries from the Inf_icmst entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Inf_icmst entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getInf_icmstByKey

      @Nonnull GetByKeyRequestBuilder<Inf_icmst> getInf_icmstByKey(String empresa, String filial, String uf, String nf_id, String cod_aj_apur, String dt_reg, String cod_item, String num_item)
      Deprecated.
      Fetch a single Inf_icmst entity using key fields.
      Parameters:
      uf - UF

      Constraints: Not nullable, Maximum length: 2

      cod_aj_apur - Declaration and Deduction Adjustment Code

      Constraints: Not nullable, Maximum length: 8

      dt_reg - Register Date

      Constraints: Not nullable, Maximum length: 8

      cod_item - Item Code

      Constraints: Not nullable, Maximum length: 60

      filial - Branch

      Constraints: Not nullable, Maximum length: 4

      num_item - Item Number

      Constraints: Not nullable, Maximum length: 3

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      nf_id - Nota Fiscal Id

      Constraints: Not nullable, Maximum length: 10

      Returns:
      A request builder to fetch a single Inf_icmst entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createInf_icmst

      @Nonnull CreateRequestBuilder<Inf_icmst> createInf_icmst(@Nonnull Inf_icmst inf_icmst)
      Deprecated.
      Create a new Inf_icmst entity and save it to the S/4HANA system.
      Parameters:
      inf_icmst - Inf_icmst entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Inf_icmst entity. To perform execution, call the execute method on the request builder object.
    • updateInf_icmst

      @Nonnull UpdateRequestBuilder<Inf_icmst> updateInf_icmst(@Nonnull Inf_icmst inf_icmst)
      Deprecated.
      Update an existing Inf_icmst entity and save it to the S/4HANA system.
      Parameters:
      inf_icmst - Inf_icmst entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Inf_icmst entity. To perform execution, call the execute method on the request builder object.
    • deleteInf_icmst

      @Nonnull DeleteRequestBuilder<Inf_icmst> deleteInf_icmst(@Nonnull Inf_icmst inf_icmst)
      Deprecated.
      Deletes an existing Inf_icmst entity in the S/4HANA system.
      Parameters:
      inf_icmst - Inf_icmst entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Inf_icmst entity. To perform execution, call the execute method on the request builder object.
    • getAllInf_per_a

      @Nonnull GetAllRequestBuilder<Inf_per_a> getAllInf_per_a()
      Deprecated.
      Fetch multiple Inf_per_a entities.
      Returns:
      A request builder to fetch multiple Inf_per_a entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countInf_per_a

      @Nonnull CountRequestBuilder<Inf_per_a> countInf_per_a()
      Deprecated.
      Fetch the number of entries from the Inf_per_a entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Inf_per_a entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getInf_per_aByKey

      @Nonnull GetByKeyRequestBuilder<Inf_per_a> getInf_per_aByKey(String empresa, String per_ref)
      Deprecated.
      Fetch a single Inf_per_a entity using key fields.
      Parameters:
      per_ref - Bookkeeping reference period

      Constraints: Not nullable, Maximum length: 6

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      Returns:
      A request builder to fetch a single Inf_per_a entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createInf_per_a

      @Nonnull CreateRequestBuilder<Inf_per_a> createInf_per_a(@Nonnull Inf_per_a inf_per_a)
      Deprecated.
      Create a new Inf_per_a entity and save it to the S/4HANA system.
      Parameters:
      inf_per_a - Inf_per_a entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Inf_per_a entity. To perform execution, call the execute method on the request builder object.
    • updateInf_per_a

      @Nonnull UpdateRequestBuilder<Inf_per_a> updateInf_per_a(@Nonnull Inf_per_a inf_per_a)
      Deprecated.
      Update an existing Inf_per_a entity and save it to the S/4HANA system.
      Parameters:
      inf_per_a - Inf_per_a entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Inf_per_a entity. To perform execution, call the execute method on the request builder object.
    • deleteInf_per_a

      @Nonnull DeleteRequestBuilder<Inf_per_a> deleteInf_per_a(@Nonnull Inf_per_a inf_per_a)
      Deprecated.
      Deletes an existing Inf_per_a entity in the S/4HANA system.
      Parameters:
      inf_per_a - Inf_per_a entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Inf_per_a entity. To perform execution, call the execute method on the request builder object.
    • getAllInf_val_d

      @Nonnull GetAllRequestBuilder<Inf_val_d> getAllInf_val_d()
      Deprecated.
      Fetch multiple Inf_val_d entities.
      Returns:
      A request builder to fetch multiple Inf_val_d entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countInf_val_d

      @Nonnull CountRequestBuilder<Inf_val_d> countInf_val_d()
      Deprecated.
      Fetch the number of entries from the Inf_val_d entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Inf_val_d entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getInf_val_dByKey

      @Nonnull GetByKeyRequestBuilder<Inf_val_d> getInf_val_dByKey(String empresa, String filial, String cod_inf_adic, String dt_reg, String descr_compl_aj, String num_seq)
      Deprecated.
      Fetch a single Inf_val_d entity using key fields.
      Parameters:
      dt_reg - Register Date

      Constraints: Not nullable, Maximum length: 8

      filial - Branch

      Constraints: Not nullable, Maximum length: 4

      cod_inf_adic - Aditional Information Code

      Constraints: Not nullable, Maximum length: 8

      num_seq - Sequencial Number

      Constraints: Not nullable, Maximum length: 5

      descr_compl_aj - Description

      Constraints: Not nullable, Maximum length: 255

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      Returns:
      A request builder to fetch a single Inf_val_d entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createInf_val_d

      @Nonnull CreateRequestBuilder<Inf_val_d> createInf_val_d(@Nonnull Inf_val_d inf_val_d)
      Deprecated.
      Create a new Inf_val_d entity and save it to the S/4HANA system.
      Parameters:
      inf_val_d - Inf_val_d entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Inf_val_d entity. To perform execution, call the execute method on the request builder object.
    • updateInf_val_d

      @Nonnull UpdateRequestBuilder<Inf_val_d> updateInf_val_d(@Nonnull Inf_val_d inf_val_d)
      Deprecated.
      Update an existing Inf_val_d entity and save it to the S/4HANA system.
      Parameters:
      inf_val_d - Inf_val_d entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Inf_val_d entity. To perform execution, call the execute method on the request builder object.
    • deleteInf_val_d

      @Nonnull DeleteRequestBuilder<Inf_val_d> deleteInf_val_d(@Nonnull Inf_val_d inf_val_d)
      Deprecated.
      Deletes an existing Inf_val_d entity in the S/4HANA system.
      Parameters:
      inf_val_d - Inf_val_d entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Inf_val_d entity. To perform execution, call the execute method on the request builder object.
    • getAllInscr_cad

      @Nonnull GetAllRequestBuilder<Inscr_cad> getAllInscr_cad()
      Deprecated.
      Fetch multiple Inscr_cad entities.
      Returns:
      A request builder to fetch multiple Inscr_cad entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countInscr_cad

      @Nonnull CountRequestBuilder<Inscr_cad> countInscr_cad()
      Deprecated.
      Fetch the number of entries from the Inscr_cad entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Inscr_cad entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getInscr_cadByKey

      @Nonnull GetByKeyRequestBuilder<Inscr_cad> getInscr_cadByKey(String empresa, String cod_ent_ref, String cod_inscr, String vig_de)
      Deprecated.
      Fetch a single Inscr_cad entity using key fields.
      Parameters:
      cod_ent_ref -

      Constraints: Not nullable, Maximum length: 2

      cod_inscr -

      Constraints: Not nullable, Maximum length: 20

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      vig_de - Valid From

      Constraints: Not nullable, Maximum length: 8

      Returns:
      A request builder to fetch a single Inscr_cad entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createInscr_cad

      @Nonnull CreateRequestBuilder<Inscr_cad> createInscr_cad(@Nonnull Inscr_cad inscr_cad)
      Deprecated.
      Create a new Inscr_cad entity and save it to the S/4HANA system.
      Parameters:
      inscr_cad - Inscr_cad entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Inscr_cad entity. To perform execution, call the execute method on the request builder object.
    • updateInscr_cad

      @Nonnull UpdateRequestBuilder<Inscr_cad> updateInscr_cad(@Nonnull Inscr_cad inscr_cad)
      Deprecated.
      Update an existing Inscr_cad entity and save it to the S/4HANA system.
      Parameters:
      inscr_cad - Inscr_cad entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Inscr_cad entity. To perform execution, call the execute method on the request builder object.
    • deleteInscr_cad

      @Nonnull DeleteRequestBuilder<Inscr_cad> deleteInscr_cad(@Nonnull Inscr_cad inscr_cad)
      Deprecated.
      Deletes an existing Inscr_cad entity in the S/4HANA system.
      Parameters:
      inscr_cad - Inscr_cad entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Inscr_cad entity. To perform execution, call the execute method on the request builder object.
    • getAllInvent

      @Nonnull GetAllRequestBuilder<Invent> getAllInvent()
      Deprecated.
      Fetch multiple Invent entities.
      Returns:
      A request builder to fetch multiple Invent entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countInvent

      @Nonnull CountRequestBuilder<Invent> countInvent()
      Deprecated.
      Fetch the number of entries from the Invent entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Invent entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getInventByKey

      @Nonnull GetByKeyRequestBuilder<Invent> getInventByKey(String empresa, String filial, String cod_item, String ind_prop, String cod_part, String dt_estoque, String centro, String mot_inv)
      Deprecated.
      Fetch a single Invent entity using key fields.
      Parameters:
      cod_part - Participant Code

      Constraints: Not nullable, Maximum length: 60

      cod_item - Item Code

      Constraints: Not nullable, Maximum length: 60

      dt_estoque - Inventory date

      Constraints: Not nullable, Maximum length: 8

      filial - Branch

      Constraints: Not nullable, Maximum length: 4

      mot_inv - Inventory Reason

      Constraints: Not nullable, Maximum length: 2

      centro - Plant

      Constraints: Not nullable, Maximum length: 4

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      ind_prop -

      Constraints: Not nullable, Maximum length: 1

      Returns:
      A request builder to fetch a single Invent entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createInvent

      @Nonnull CreateRequestBuilder<Invent> createInvent(@Nonnull Invent invent)
      Deprecated.
      Create a new Invent entity and save it to the S/4HANA system.
      Parameters:
      invent - Invent entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Invent entity. To perform execution, call the execute method on the request builder object.
    • updateInvent

      @Nonnull UpdateRequestBuilder<Invent> updateInvent(@Nonnull Invent invent)
      Deprecated.
      Update an existing Invent entity and save it to the S/4HANA system.
      Parameters:
      invent - Invent entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Invent entity. To perform execution, call the execute method on the request builder object.
    • deleteInvent

      @Nonnull DeleteRequestBuilder<Invent> deleteInvent(@Nonnull Invent invent)
      Deprecated.
      Deletes an existing Invent entity in the S/4HANA system.
      Parameters:
      invent - Invent entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Invent entity. To perform execution, call the execute method on the request builder object.
    • getAllInvent_cp

      @Nonnull GetAllRequestBuilder<Invent_cp> getAllInvent_cp()
      Deprecated.
      Fetch multiple Invent_cp entities.
      Returns:
      A request builder to fetch multiple Invent_cp entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countInvent_cp

      @Nonnull CountRequestBuilder<Invent_cp> countInvent_cp()
      Deprecated.
      Fetch the number of entries from the Invent_cp entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Invent_cp entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getInvent_cpByKey

      @Nonnull GetByKeyRequestBuilder<Invent_cp> getInvent_cpByKey(String empresa, String filial, String cod_item, String ind_prop, String cod_part, String dt_estoque)
      Deprecated.
      Fetch a single Invent_cp entity using key fields.
      Parameters:
      cod_part -

      Constraints: Not nullable, Maximum length: 60

      cod_item -

      Constraints: Not nullable, Maximum length: 60

      dt_estoque -

      Constraints: Not nullable, Maximum length: 8

      filial -

      Constraints: Not nullable, Maximum length: 4

      empresa -

      Constraints: Not nullable, Maximum length: 4

      ind_prop -

      Constraints: Not nullable, Maximum length: 1

      Returns:
      A request builder to fetch a single Invent_cp entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createInvent_cp

      @Nonnull CreateRequestBuilder<Invent_cp> createInvent_cp(@Nonnull Invent_cp invent_cp)
      Deprecated.
      Create a new Invent_cp entity and save it to the S/4HANA system.
      Parameters:
      invent_cp - Invent_cp entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Invent_cp entity. To perform execution, call the execute method on the request builder object.
    • updateInvent_cp

      @Nonnull UpdateRequestBuilder<Invent_cp> updateInvent_cp(@Nonnull Invent_cp invent_cp)
      Deprecated.
      Update an existing Invent_cp entity and save it to the S/4HANA system.
      Parameters:
      invent_cp - Invent_cp entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Invent_cp entity. To perform execution, call the execute method on the request builder object.
    • deleteInvent_cp

      @Nonnull DeleteRequestBuilder<Invent_cp> deleteInvent_cp(@Nonnull Invent_cp invent_cp)
      Deprecated.
      Deletes an existing Invent_cp entity in the S/4HANA system.
      Parameters:
      invent_cp - Invent_cp entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Invent_cp entity. To perform execution, call the execute method on the request builder object.
    • getAllInven_cpl

      @Nonnull GetAllRequestBuilder<Inven_cpl> getAllInven_cpl()
      Deprecated.
      Fetch multiple Inven_cpl entities.
      Returns:
      A request builder to fetch multiple Inven_cpl entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countInven_cpl

      @Nonnull CountRequestBuilder<Inven_cpl> countInven_cpl()
      Deprecated.
      Fetch the number of entries from the Inven_cpl entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Inven_cpl entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getInven_cplByKey

      @Nonnull GetByKeyRequestBuilder<Inven_cpl> getInven_cplByKey(String empresa, String filial, String cod_item, String ind_prop, String cod_part, String dt_estoque, String centro)
      Deprecated.
      Fetch a single Inven_cpl entity using key fields.
      Parameters:
      cod_part -

      Constraints: Not nullable, Maximum length: 60

      cod_item -

      Constraints: Not nullable, Maximum length: 60

      dt_estoque - Inventory date

      Constraints: Not nullable, Maximum length: 8

      filial -

      Constraints: Not nullable, Maximum length: 4

      centro - Plant

      Constraints: Not nullable, Maximum length: 4

      empresa -

      Constraints: Not nullable, Maximum length: 4

      ind_prop -

      Constraints: Not nullable, Maximum length: 1

      Returns:
      A request builder to fetch a single Inven_cpl entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createInven_cpl

      @Nonnull CreateRequestBuilder<Inven_cpl> createInven_cpl(@Nonnull Inven_cpl inven_cpl)
      Deprecated.
      Create a new Inven_cpl entity and save it to the S/4HANA system.
      Parameters:
      inven_cpl - Inven_cpl entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Inven_cpl entity. To perform execution, call the execute method on the request builder object.
    • updateInven_cpl

      @Nonnull UpdateRequestBuilder<Inven_cpl> updateInven_cpl(@Nonnull Inven_cpl inven_cpl)
      Deprecated.
      Update an existing Inven_cpl entity and save it to the S/4HANA system.
      Parameters:
      inven_cpl - Inven_cpl entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Inven_cpl entity. To perform execution, call the execute method on the request builder object.
    • deleteInven_cpl

      @Nonnull DeleteRequestBuilder<Inven_cpl> deleteInven_cpl(@Nonnull Inven_cpl inven_cpl)
      Deprecated.
      Deletes an existing Inven_cpl entity in the S/4HANA system.
      Parameters:
      inven_cpl - Inven_cpl entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Inven_cpl entity. To perform execution, call the execute method on the request builder object.
    • getAllIpi_ant

      @Nonnull GetAllRequestBuilder<Ipi_ant> getAllIpi_ant()
      Deprecated.
      Fetch multiple Ipi_ant entities.
      Returns:
      A request builder to fetch multiple Ipi_ant entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countIpi_ant

      @Nonnull CountRequestBuilder<Ipi_ant> countIpi_ant()
      Deprecated.
      Fetch the number of entries from the Ipi_ant entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Ipi_ant entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getIpi_antByKey

      @Nonnull GetByKeyRequestBuilder<Ipi_ant> getIpi_antByKey(String empresa, String filial, String periodo, String exercicio)
      Deprecated.
      Fetch a single Ipi_ant entity using key fields.
      Parameters:
      filial -

      Constraints: Not nullable, Maximum length: 4

      periodo -

      Constraints: Not nullable, Maximum length: 2

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      exercicio -

      Constraints: Not nullable, Maximum length: 4

      Returns:
      A request builder to fetch a single Ipi_ant entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createIpi_ant

      @Nonnull CreateRequestBuilder<Ipi_ant> createIpi_ant(@Nonnull Ipi_ant ipi_ant)
      Deprecated.
      Create a new Ipi_ant entity and save it to the S/4HANA system.
      Parameters:
      ipi_ant - Ipi_ant entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Ipi_ant entity. To perform execution, call the execute method on the request builder object.
    • updateIpi_ant

      @Nonnull UpdateRequestBuilder<Ipi_ant> updateIpi_ant(@Nonnull Ipi_ant ipi_ant)
      Deprecated.
      Update an existing Ipi_ant entity and save it to the S/4HANA system.
      Parameters:
      ipi_ant - Ipi_ant entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Ipi_ant entity. To perform execution, call the execute method on the request builder object.
    • deleteIpi_ant

      @Nonnull DeleteRequestBuilder<Ipi_ant> deleteIpi_ant(@Nonnull Ipi_ant ipi_ant)
      Deprecated.
      Deletes an existing Ipi_ant entity in the S/4HANA system.
      Parameters:
      ipi_ant - Ipi_ant entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Ipi_ant entity. To perform execution, call the execute method on the request builder object.
    • getAllIpi_apur

      @Nonnull GetAllRequestBuilder<Ipi_apur> getAllIpi_apur()
      Deprecated.
      Fetch multiple Ipi_apur entities.
      Returns:
      A request builder to fetch multiple Ipi_apur entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countIpi_apur

      @Nonnull CountRequestBuilder<Ipi_apur> countIpi_apur()
      Deprecated.
      Fetch the number of entries from the Ipi_apur entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Ipi_apur entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getIpi_apurByKey

      @Nonnull GetByKeyRequestBuilder<Ipi_apur> getIpi_apurByKey(String empresa, String filial, String ano, String periodo)
      Deprecated.
      Fetch a single Ipi_apur entity using key fields.
      Parameters:
      filial - Branch

      Constraints: Not nullable, Maximum length: 4

      ano - Year

      Constraints: Not nullable, Maximum length: 4

      periodo - Period

      Constraints: Not nullable, Maximum length: 2

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      Returns:
      A request builder to fetch a single Ipi_apur entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createIpi_apur

      @Nonnull CreateRequestBuilder<Ipi_apur> createIpi_apur(@Nonnull Ipi_apur ipi_apur)
      Deprecated.
      Create a new Ipi_apur entity and save it to the S/4HANA system.
      Parameters:
      ipi_apur - Ipi_apur entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Ipi_apur entity. To perform execution, call the execute method on the request builder object.
    • updateIpi_apur

      @Nonnull UpdateRequestBuilder<Ipi_apur> updateIpi_apur(@Nonnull Ipi_apur ipi_apur)
      Deprecated.
      Update an existing Ipi_apur entity and save it to the S/4HANA system.
      Parameters:
      ipi_apur - Ipi_apur entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Ipi_apur entity. To perform execution, call the execute method on the request builder object.
    • deleteIpi_apur

      @Nonnull DeleteRequestBuilder<Ipi_apur> deleteIpi_apur(@Nonnull Ipi_apur ipi_apur)
      Deprecated.
      Deletes an existing Ipi_apur entity in the S/4HANA system.
      Parameters:
      ipi_apur - Ipi_apur entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Ipi_apur entity. To perform execution, call the execute method on the request builder object.
    • getAllItem

      @Nonnull GetAllRequestBuilder<Item> getAllItem()
      Deprecated.
      Fetch multiple Item entities.
      Returns:
      A request builder to fetch multiple Item entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countItem

      @Nonnull CountRequestBuilder<Item> countItem()
      Deprecated.
      Fetch the number of entries from the Item entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Item entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getItemByKey

      @Nonnull GetByKeyRequestBuilder<Item> getItemByKey(String cod_item, String planta)
      Deprecated.
      Fetch a single Item entity using key fields.
      Parameters:
      cod_item -

      Constraints: Not nullable, Maximum length: 60

      planta -

      Constraints: Not nullable, Maximum length: 4

      Returns:
      A request builder to fetch a single Item entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createItem

      @Nonnull CreateRequestBuilder<Item> createItem(@Nonnull Item item)
      Deprecated.
      Create a new Item entity and save it to the S/4HANA system.
      Parameters:
      item - Item entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Item entity. To perform execution, call the execute method on the request builder object.
    • updateItem

      @Nonnull UpdateRequestBuilder<Item> updateItem(@Nonnull Item item)
      Deprecated.
      Update an existing Item entity and save it to the S/4HANA system.
      Parameters:
      item - Item entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Item entity. To perform execution, call the execute method on the request builder object.
    • deleteItem

      @Nonnull DeleteRequestBuilder<Item> deleteItem(@Nonnull Item item)
      Deprecated.
      Deletes an existing Item entity in the S/4HANA system.
      Parameters:
      item - Item entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Item entity. To perform execution, call the execute method on the request builder object.
    • getAllItem_cpl

      @Nonnull GetAllRequestBuilder<Item_cpl> getAllItem_cpl()
      Deprecated.
      Fetch multiple Item_cpl entities.
      Returns:
      A request builder to fetch multiple Item_cpl entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countItem_cpl

      @Nonnull CountRequestBuilder<Item_cpl> countItem_cpl()
      Deprecated.
      Fetch the number of entries from the Item_cpl entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Item_cpl entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getItem_cplByKey

      @Nonnull GetByKeyRequestBuilder<Item_cpl> getItem_cplByKey(String cod_item)
      Deprecated.
      Fetch a single Item_cpl entity using key fields.
      Parameters:
      cod_item - Item Code

      Constraints: Not nullable, Maximum length: 60

      Returns:
      A request builder to fetch a single Item_cpl entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createItem_cpl

      @Nonnull CreateRequestBuilder<Item_cpl> createItem_cpl(@Nonnull Item_cpl item_cpl)
      Deprecated.
      Create a new Item_cpl entity and save it to the S/4HANA system.
      Parameters:
      item_cpl - Item_cpl entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Item_cpl entity. To perform execution, call the execute method on the request builder object.
    • updateItem_cpl

      @Nonnull UpdateRequestBuilder<Item_cpl> updateItem_cpl(@Nonnull Item_cpl item_cpl)
      Deprecated.
      Update an existing Item_cpl entity and save it to the S/4HANA system.
      Parameters:
      item_cpl - Item_cpl entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Item_cpl entity. To perform execution, call the execute method on the request builder object.
    • deleteItem_cpl

      @Nonnull DeleteRequestBuilder<Item_cpl> deleteItem_cpl(@Nonnull Item_cpl item_cpl)
      Deprecated.
      Deletes an existing Item_cpl entity in the S/4HANA system.
      Parameters:
      item_cpl - Item_cpl entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Item_cpl entity. To perform execution, call the execute method on the request builder object.
    • getAllItem_icms

      @Nonnull GetAllRequestBuilder<Item_icms> getAllItem_icms()
      Deprecated.
      Fetch multiple Item_icms entities.
      Returns:
      A request builder to fetch multiple Item_icms entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countItem_icms

      @Nonnull CountRequestBuilder<Item_icms> countItem_icms()
      Deprecated.
      Fetch the number of entries from the Item_icms entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Item_icms entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getItem_icmsByKey

      @Nonnull GetByKeyRequestBuilder<Item_icms> getItem_icmsByKey(String origem, String dt_ini, String cod_item)
      Deprecated.
      Fetch a single Item_icms entity using key fields.
      Parameters:
      dt_ini - Initial Date

      Constraints: Not nullable, Maximum length: 8

      cod_item - Item Code

      Constraints: Not nullable, Maximum length: 60

      origem -

      Constraints: Not nullable, Maximum length: 2

      Returns:
      A request builder to fetch a single Item_icms entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createItem_icms

      @Nonnull CreateRequestBuilder<Item_icms> createItem_icms(@Nonnull Item_icms item_icms)
      Deprecated.
      Create a new Item_icms entity and save it to the S/4HANA system.
      Parameters:
      item_icms - Item_icms entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Item_icms entity. To perform execution, call the execute method on the request builder object.
    • updateItem_icms

      @Nonnull UpdateRequestBuilder<Item_icms> updateItem_icms(@Nonnull Item_icms item_icms)
      Deprecated.
      Update an existing Item_icms entity and save it to the S/4HANA system.
      Parameters:
      item_icms - Item_icms entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Item_icms entity. To perform execution, call the execute method on the request builder object.
    • deleteItem_icms

      @Nonnull DeleteRequestBuilder<Item_icms> deleteItem_icms(@Nonnull Item_icms item_icms)
      Deprecated.
      Deletes an existing Item_icms entity in the S/4HANA system.
      Parameters:
      item_icms - Item_icms entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Item_icms entity. To perform execution, call the execute method on the request builder object.
    • getAllIt_prod

      @Nonnull GetAllRequestBuilder<It_prod> getAllIt_prod()
      Deprecated.
      Fetch multiple It_prod entities.
      Returns:
      A request builder to fetch multiple It_prod entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countIt_prod

      @Nonnull CountRequestBuilder<It_prod> countIt_prod()
      Deprecated.
      Fetch the number of entries from the It_prod entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of It_prod entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getIt_prodByKey

      @Nonnull GetByKeyRequestBuilder<It_prod> getIt_prodByKey(String empresa, String filial, String dt_ini_op, String dt_fin_op, String cod_doc_op, String cod_item, String centro, String dt_lancto_op)
      Deprecated.
      Fetch a single It_prod entity using key fields.
      Parameters:
      cod_item - Item Code

      Constraints: Not nullable, Maximum length: 60

      filial - Branch

      Constraints: Not nullable, Maximum length: 4

      dt_ini_op - Production Order Initial Date

      Constraints: Not nullable, Maximum length: 8

      centro - Plant

      Constraints: Not nullable, Maximum length: 4

      dt_lancto_op - Posting Date

      Constraints: Not nullable, Maximum length: 8

      cod_doc_op - Production Order Identification Code

      Constraints: Not nullable, Maximum length: 30

      dt_fin_op - Production Order Final Date

      Constraints: Not nullable, Maximum length: 8

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      Returns:
      A request builder to fetch a single It_prod entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createIt_prod

      @Nonnull CreateRequestBuilder<It_prod> createIt_prod(@Nonnull It_prod it_prod)
      Deprecated.
      Create a new It_prod entity and save it to the S/4HANA system.
      Parameters:
      it_prod - It_prod entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new It_prod entity. To perform execution, call the execute method on the request builder object.
    • updateIt_prod

      @Nonnull UpdateRequestBuilder<It_prod> updateIt_prod(@Nonnull It_prod it_prod)
      Deprecated.
      Update an existing It_prod entity and save it to the S/4HANA system.
      Parameters:
      it_prod - It_prod entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing It_prod entity. To perform execution, call the execute method on the request builder object.
    • deleteIt_prod

      @Nonnull DeleteRequestBuilder<It_prod> deleteIt_prod(@Nonnull It_prod it_prod)
      Deprecated.
      Deletes an existing It_prod entity in the S/4HANA system.
      Parameters:
      it_prod - It_prod entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing It_prod entity. To perform execution, call the execute method on the request builder object.
    • getAllIt_prod_t

      @Nonnull GetAllRequestBuilder<It_prod_t> getAllIt_prod_t()
      Deprecated.
      Fetch multiple It_prod_t entities.
      Returns:
      A request builder to fetch multiple It_prod_t entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countIt_prod_t

      @Nonnull CountRequestBuilder<It_prod_t> countIt_prod_t()
      Deprecated.
      Fetch the number of entries from the It_prod_t entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of It_prod_t entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getIt_prod_tByKey

      @Nonnull GetByKeyRequestBuilder<It_prod_t> getIt_prod_tByKey(String empresa, String filial, String dt_prod, String cod_item, String centro)
      Deprecated.
      Fetch a single It_prod_t entity using key fields.
      Parameters:
      cod_item - Item Code

      Constraints: Not nullable, Maximum length: 60

      filial - Branch

      Constraints: Not nullable, Maximum length: 4

      dt_prod - Production Date

      Constraints: Not nullable, Maximum length: 8

      centro - Plant

      Constraints: Not nullable, Maximum length: 4

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      Returns:
      A request builder to fetch a single It_prod_t entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createIt_prod_t

      @Nonnull CreateRequestBuilder<It_prod_t> createIt_prod_t(@Nonnull It_prod_t it_prod_t)
      Deprecated.
      Create a new It_prod_t entity and save it to the S/4HANA system.
      Parameters:
      it_prod_t - It_prod_t entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new It_prod_t entity. To perform execution, call the execute method on the request builder object.
    • updateIt_prod_t

      @Nonnull UpdateRequestBuilder<It_prod_t> updateIt_prod_t(@Nonnull It_prod_t it_prod_t)
      Deprecated.
      Update an existing It_prod_t entity and save it to the S/4HANA system.
      Parameters:
      it_prod_t - It_prod_t entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing It_prod_t entity. To perform execution, call the execute method on the request builder object.
    • deleteIt_prod_t

      @Nonnull DeleteRequestBuilder<It_prod_t> deleteIt_prod_t(@Nonnull It_prod_t it_prod_t)
      Deprecated.
      Deletes an existing It_prod_t entity in the S/4HANA system.
      Parameters:
      it_prod_t - It_prod_t entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing It_prod_t entity. To perform execution, call the execute method on the request builder object.
    • getAllI_inf_st

      @Nonnull GetAllRequestBuilder<I_inf_st> getAllI_inf_st()
      Deprecated.
      Fetch multiple I_inf_st entities.
      Returns:
      A request builder to fetch multiple I_inf_st entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countI_inf_st

      @Nonnull CountRequestBuilder<I_inf_st> countI_inf_st()
      Deprecated.
      Fetch the number of entries from the I_inf_st entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of I_inf_st entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getI_inf_stByKey

      @Nonnull GetByKeyRequestBuilder<I_inf_st> getI_inf_stByKey(String nf_id, String num_item)
      Deprecated.
      Fetch a single I_inf_st entity using key fields.
      Parameters:
      num_item -

      Constraints: Not nullable, Maximum length: 6

      nf_id -

      Constraints: Not nullable, Maximum length: 10

      Returns:
      A request builder to fetch a single I_inf_st entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createI_inf_st

      @Nonnull CreateRequestBuilder<I_inf_st> createI_inf_st(@Nonnull I_inf_st i_inf_st)
      Deprecated.
      Create a new I_inf_st entity and save it to the S/4HANA system.
      Parameters:
      i_inf_st - I_inf_st entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new I_inf_st entity. To perform execution, call the execute method on the request builder object.
    • updateI_inf_st

      @Nonnull UpdateRequestBuilder<I_inf_st> updateI_inf_st(@Nonnull I_inf_st i_inf_st)
      Deprecated.
      Update an existing I_inf_st entity and save it to the S/4HANA system.
      Parameters:
      i_inf_st - I_inf_st entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing I_inf_st entity. To perform execution, call the execute method on the request builder object.
    • deleteI_inf_st

      @Nonnull DeleteRequestBuilder<I_inf_st> deleteI_inf_st(@Nonnull I_inf_st i_inf_st)
      Deprecated.
      Deletes an existing I_inf_st entity in the S/4HANA system.
      Parameters:
      i_inf_st - I_inf_st entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing I_inf_st entity. To perform execution, call the execute method on the request builder object.
    • getAllLacre_bom

      @Nonnull GetAllRequestBuilder<Lacre_bom> getAllLacre_bom()
      Deprecated.
      Fetch multiple Lacre_bom entities.
      Returns:
      A request builder to fetch multiple Lacre_bom entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countLacre_bom

      @Nonnull CountRequestBuilder<Lacre_bom> countLacre_bom()
      Deprecated.
      Fetch the number of entries from the Lacre_bom entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Lacre_bom entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getLacre_bomByKey

      @Nonnull GetByKeyRequestBuilder<Lacre_bom> getLacre_bomByKey(String serie, String num_lacre, String dt_aplicacao)
      Deprecated.
      Fetch a single Lacre_bom entity using key fields.
      Parameters:
      serie -

      Constraints: Not nullable, Maximum length: 255

      num_lacre -

      Constraints: Not nullable, Maximum length: 20

      dt_aplicacao -

      Constraints: Not nullable, Maximum length: 8

      Returns:
      A request builder to fetch a single Lacre_bom entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createLacre_bom

      @Nonnull CreateRequestBuilder<Lacre_bom> createLacre_bom(@Nonnull Lacre_bom lacre_bom)
      Deprecated.
      Create a new Lacre_bom entity and save it to the S/4HANA system.
      Parameters:
      lacre_bom - Lacre_bom entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Lacre_bom entity. To perform execution, call the execute method on the request builder object.
    • updateLacre_bom

      @Nonnull UpdateRequestBuilder<Lacre_bom> updateLacre_bom(@Nonnull Lacre_bom lacre_bom)
      Deprecated.
      Update an existing Lacre_bom entity and save it to the S/4HANA system.
      Parameters:
      lacre_bom - Lacre_bom entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Lacre_bom entity. To perform execution, call the execute method on the request builder object.
    • deleteLacre_bom

      @Nonnull DeleteRequestBuilder<Lacre_bom> deleteLacre_bom(@Nonnull Lacre_bom lacre_bom)
      Deprecated.
      Deletes an existing Lacre_bom entity in the S/4HANA system.
      Parameters:
      lacre_bom - Lacre_bom entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Lacre_bom entity. To perform execution, call the execute method on the request builder object.
    • getAllLanc_cont

      @Nonnull GetAllRequestBuilder<Lanc_cont> getAllLanc_cont()
      Deprecated.
      Fetch multiple Lanc_cont entities.
      Returns:
      A request builder to fetch multiple Lanc_cont entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countLanc_cont

      @Nonnull CountRequestBuilder<Lanc_cont> countLanc_cont()
      Deprecated.
      Fetch the number of entries from the Lanc_cont entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Lanc_cont entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getLanc_contByKey

      @Nonnull GetByKeyRequestBuilder<Lanc_cont> getLanc_contByKey(String empresa, String exercicio, String cod_cta, String dt_lcto, String num_lcto, String item, String ledger)
      Deprecated.
      Fetch a single Lanc_cont entity using key fields.
      Parameters:
      ledger - Ledger

      Constraints: Not nullable, Maximum length: 2

      item -

      Constraints: Not nullable, Maximum length: 100

      cod_cta - Account Code (Chart)

      Constraints: Not nullable, Maximum length: 100

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      num_lcto - Posting Number

      Constraints: Not nullable, Maximum length: 10

      exercicio - Year

      Constraints: Not nullable, Maximum length: 4

      dt_lcto - Posting Date

      Constraints: Not nullable, Maximum length: 8

      Returns:
      A request builder to fetch a single Lanc_cont entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createLanc_cont

      @Nonnull CreateRequestBuilder<Lanc_cont> createLanc_cont(@Nonnull Lanc_cont lanc_cont)
      Deprecated.
      Create a new Lanc_cont entity and save it to the S/4HANA system.
      Parameters:
      lanc_cont - Lanc_cont entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Lanc_cont entity. To perform execution, call the execute method on the request builder object.
    • updateLanc_cont

      @Nonnull UpdateRequestBuilder<Lanc_cont> updateLanc_cont(@Nonnull Lanc_cont lanc_cont)
      Deprecated.
      Update an existing Lanc_cont entity and save it to the S/4HANA system.
      Parameters:
      lanc_cont - Lanc_cont entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Lanc_cont entity. To perform execution, call the execute method on the request builder object.
    • deleteLanc_cont

      @Nonnull DeleteRequestBuilder<Lanc_cont> deleteLanc_cont(@Nonnull Lanc_cont lanc_cont)
      Deprecated.
      Deletes an existing Lanc_cont entity in the S/4HANA system.
      Parameters:
      lanc_cont - Lanc_cont entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Lanc_cont entity. To perform execution, call the execute method on the request builder object.
    • getAllLanc_div

      @Nonnull GetAllRequestBuilder<Lanc_div> getAllLanc_div()
      Deprecated.
      Fetch multiple Lanc_div entities.
      Returns:
      A request builder to fetch multiple Lanc_div entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countLanc_div

      @Nonnull CountRequestBuilder<Lanc_div> countLanc_div()
      Deprecated.
      Fetch the number of entries from the Lanc_div entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Lanc_div entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getLanc_divByKey

      @Nonnull GetByKeyRequestBuilder<Lanc_div> getLanc_divByKey(String tp_tabela, String empresa, String per_apur, String codigo, String dt_lancto)
      Deprecated.
      Fetch a single Lanc_div entity using key fields.
      Parameters:
      codigo - SPED Table Code

      Constraints: Not nullable, Maximum length: 20

      tp_tabela - Sped Dynamic Table Type

      Constraints: Not nullable, Maximum length: 10

      per_apur - Nature of credit deferred, attached to revenue taxed

      Constraints: Not nullable, Maximum length: 3

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      dt_lancto - Posting Date

      Constraints: Not nullable, Maximum length: 8

      Returns:
      A request builder to fetch a single Lanc_div entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createLanc_div

      @Nonnull CreateRequestBuilder<Lanc_div> createLanc_div(@Nonnull Lanc_div lanc_div)
      Deprecated.
      Create a new Lanc_div entity and save it to the S/4HANA system.
      Parameters:
      lanc_div - Lanc_div entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Lanc_div entity. To perform execution, call the execute method on the request builder object.
    • updateLanc_div

      @Nonnull UpdateRequestBuilder<Lanc_div> updateLanc_div(@Nonnull Lanc_div lanc_div)
      Deprecated.
      Update an existing Lanc_div entity and save it to the S/4HANA system.
      Parameters:
      lanc_div - Lanc_div entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Lanc_div entity. To perform execution, call the execute method on the request builder object.
    • deleteLanc_div

      @Nonnull DeleteRequestBuilder<Lanc_div> deleteLanc_div(@Nonnull Lanc_div lanc_div)
      Deprecated.
      Deletes an existing Lanc_div entity in the S/4HANA system.
      Parameters:
      lanc_div - Lanc_div entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Lanc_div entity. To perform execution, call the execute method on the request builder object.
    • getAllLcont_cpl

      @Nonnull GetAllRequestBuilder<Lcont_cpl> getAllLcont_cpl()
      Deprecated.
      Fetch multiple Lcont_cpl entities.
      Returns:
      A request builder to fetch multiple Lcont_cpl entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countLcont_cpl

      @Nonnull CountRequestBuilder<Lcont_cpl> countLcont_cpl()
      Deprecated.
      Fetch the number of entries from the Lcont_cpl entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Lcont_cpl entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getLcont_cplByKey

      @Nonnull GetByKeyRequestBuilder<Lcont_cpl> getLcont_cplByKey(String empresa, String exercicio, String cod_cta, String dt_lcto, String num_lcto, String item)
      Deprecated.
      Fetch a single Lcont_cpl entity using key fields.
      Parameters:
      item -

      Constraints: Not nullable, Maximum length: 255

      cod_cta -

      Constraints: Not nullable, Maximum length: 10

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      num_lcto -

      Constraints: Not nullable, Maximum length: 10

      exercicio -

      Constraints: Not nullable, Maximum length: 4

      dt_lcto -

      Constraints: Not nullable, Maximum length: 8

      Returns:
      A request builder to fetch a single Lcont_cpl entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createLcont_cpl

      @Nonnull CreateRequestBuilder<Lcont_cpl> createLcont_cpl(@Nonnull Lcont_cpl lcont_cpl)
      Deprecated.
      Create a new Lcont_cpl entity and save it to the S/4HANA system.
      Parameters:
      lcont_cpl - Lcont_cpl entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Lcont_cpl entity. To perform execution, call the execute method on the request builder object.
    • updateLcont_cpl

      @Nonnull UpdateRequestBuilder<Lcont_cpl> updateLcont_cpl(@Nonnull Lcont_cpl lcont_cpl)
      Deprecated.
      Update an existing Lcont_cpl entity and save it to the S/4HANA system.
      Parameters:
      lcont_cpl - Lcont_cpl entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Lcont_cpl entity. To perform execution, call the execute method on the request builder object.
    • deleteLcont_cpl

      @Nonnull DeleteRequestBuilder<Lcont_cpl> deleteLcont_cpl(@Nonnull Lcont_cpl lcont_cpl)
      Deprecated.
      Deletes an existing Lcont_cpl entity in the S/4HANA system.
      Parameters:
      lcont_cpl - Lcont_cpl entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Lcont_cpl entity. To perform execution, call the execute method on the request builder object.
    • getAllLnctobsra

      @Nonnull GetAllRequestBuilder<Lnctobsra> getAllLnctobsra()
      Deprecated.
      Fetch multiple Lnctobsra entities.
      Returns:
      A request builder to fetch multiple Lnctobsra entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countLnctobsra

      @Nonnull CountRequestBuilder<Lnctobsra> countLnctobsra()
      Deprecated.
      Fetch the number of entries from the Lnctobsra entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Lnctobsra entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getLnctobsraByKey

      @Nonnull GetByKeyRequestBuilder<Lnctobsra> getLnctobsraByKey(String empresa, String dt_lancto, String per_apur, String cod_cta_b, String cod_cta_b_ctp, String ind_val_lan_lalb_pb, String cod_tributo)
      Deprecated.
      Fetch a single Lnctobsra entity using key fields.
      Parameters:
      cod_cta_b - Part B Account Code

      Constraints: Not nullable, Maximum length: 60

      per_apur - Nature of credit deferred, attached to revenue taxed

      Constraints: Not nullable, Maximum length: 3

      cod_tributo - Tax Code

      Constraints: Not nullable, Maximum length: 1

      ind_val_lan_lalb_pb - Posting Indicator

      Constraints: Not nullable, Maximum length: 2

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      dt_lancto - Posting Date

      Constraints: Not nullable, Maximum length: 8

      cod_cta_b_ctp - Counterpart Account Code

      Constraints: Not nullable, Maximum length: 60

      Returns:
      A request builder to fetch a single Lnctobsra entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createLnctobsra

      @Nonnull CreateRequestBuilder<Lnctobsra> createLnctobsra(@Nonnull Lnctobsra lnctobsra)
      Deprecated.
      Create a new Lnctobsra entity and save it to the S/4HANA system.
      Parameters:
      lnctobsra - Lnctobsra entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Lnctobsra entity. To perform execution, call the execute method on the request builder object.
    • updateLnctobsra

      @Nonnull UpdateRequestBuilder<Lnctobsra> updateLnctobsra(@Nonnull Lnctobsra lnctobsra)
      Deprecated.
      Update an existing Lnctobsra entity and save it to the S/4HANA system.
      Parameters:
      lnctobsra - Lnctobsra entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Lnctobsra entity. To perform execution, call the execute method on the request builder object.
    • deleteLnctobsra

      @Nonnull DeleteRequestBuilder<Lnctobsra> deleteLnctobsra(@Nonnull Lnctobsra lnctobsra)
      Deprecated.
      Deletes an existing Lnctobsra entity in the S/4HANA system.
      Parameters:
      lnctobsra - Lnctobsra entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Lnctobsra entity. To perform execution, call the execute method on the request builder object.
    • getAllLucpre

      @Nonnull GetAllRequestBuilder<Lucpre> getAllLucpre()
      Deprecated.
      Fetch multiple Lucpre entities.
      Returns:
      A request builder to fetch multiple Lucpre entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countLucpre

      @Nonnull CountRequestBuilder<Lucpre> countLucpre()
      Deprecated.
      Fetch the number of entries from the Lucpre entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Lucpre entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getLucpreByKey

      @Nonnull GetByKeyRequestBuilder<Lucpre> getLucpreByKey(String empresa, String filial, String dt_lancto, String num_lancto, String tp_lucpre)
      Deprecated.
      Fetch a single Lucpre entity using key fields.
      Parameters:
      filial - Branch

      Constraints: Not nullable, Maximum length: 4

      num_lancto - Posting Number

      Constraints: Not nullable, Maximum length: 10

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      tp_lucpre - Posting Number

      Constraints: Not nullable, Maximum length: 10

      dt_lancto - Posting Date

      Constraints: Not nullable, Maximum length: 8

      Returns:
      A request builder to fetch a single Lucpre entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createLucpre

      @Nonnull CreateRequestBuilder<Lucpre> createLucpre(@Nonnull Lucpre lucpre)
      Deprecated.
      Create a new Lucpre entity and save it to the S/4HANA system.
      Parameters:
      lucpre - Lucpre entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Lucpre entity. To perform execution, call the execute method on the request builder object.
    • updateLucpre

      @Nonnull UpdateRequestBuilder<Lucpre> updateLucpre(@Nonnull Lucpre lucpre)
      Deprecated.
      Update an existing Lucpre entity and save it to the S/4HANA system.
      Parameters:
      lucpre - Lucpre entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Lucpre entity. To perform execution, call the execute method on the request builder object.
    • deleteLucpre

      @Nonnull DeleteRequestBuilder<Lucpre> deleteLucpre(@Nonnull Lucpre lucpre)
      Deprecated.
      Deletes an existing Lucpre entity in the S/4HANA system.
      Parameters:
      lucpre - Lucpre entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Lucpre entity. To perform execution, call the execute method on the request builder object.
    • getAllMap_ref

      @Nonnull GetAllRequestBuilder<Map_ref> getAllMap_ref()
      Deprecated.
      Fetch multiple Map_ref entities.
      Returns:
      A request builder to fetch multiple Map_ref entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countMap_ref

      @Nonnull CountRequestBuilder<Map_ref> countMap_ref()
      Deprecated.
      Fetch the number of entries from the Map_ref entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Map_ref entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getMap_refByKey

      @Nonnull GetByKeyRequestBuilder<Map_ref> getMap_refByKey(String empresa, String dt_lancto, String per_apur, String cod_cta, String cod_ccus, String cod_cta_ref, String dt_ini)
      Deprecated.
      Fetch a single Map_ref entity using key fields.
      Parameters:
      cod_ccus - Cost Center

      Constraints: Not nullable, Maximum length: 30

      dt_ini - Initial Date

      Constraints: Not nullable, Maximum length: 8

      per_apur - Nature of credit deferred, attached to revenue taxed

      Constraints: Not nullable, Maximum length: 3

      cod_cta - Account Code

      Constraints: Not nullable, Maximum length: 60

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      dt_lancto - Posting Date

      Constraints: Not nullable, Maximum length: 8

      cod_cta_ref - Referential Account Code

      Constraints: Not nullable, Maximum length: 100

      Returns:
      A request builder to fetch a single Map_ref entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createMap_ref

      @Nonnull CreateRequestBuilder<Map_ref> createMap_ref(@Nonnull Map_ref map_ref)
      Deprecated.
      Create a new Map_ref entity and save it to the S/4HANA system.
      Parameters:
      map_ref - Map_ref entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Map_ref entity. To perform execution, call the execute method on the request builder object.
    • updateMap_ref

      @Nonnull UpdateRequestBuilder<Map_ref> updateMap_ref(@Nonnull Map_ref map_ref)
      Deprecated.
      Update an existing Map_ref entity and save it to the S/4HANA system.
      Parameters:
      map_ref - Map_ref entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Map_ref entity. To perform execution, call the execute method on the request builder object.
    • deleteMap_ref

      @Nonnull DeleteRequestBuilder<Map_ref> deleteMap_ref(@Nonnull Map_ref map_ref)
      Deprecated.
      Deletes an existing Map_ref entity in the S/4HANA system.
      Parameters:
      map_ref - Map_ref entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Map_ref entity. To perform execution, call the execute method on the request builder object.
    • getAllMat_propr

      @Nonnull GetAllRequestBuilder<Mat_propr> getAllMat_propr()
      Deprecated.
      Fetch multiple Mat_propr entities.
      Returns:
      A request builder to fetch multiple Mat_propr entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countMat_propr

      @Nonnull CountRequestBuilder<Mat_propr> countMat_propr()
      Deprecated.
      Fetch the number of entries from the Mat_propr entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Mat_propr entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getMat_proprByKey

      @Nonnull GetByKeyRequestBuilder<Mat_propr> getMat_proprByKey(String empresa, String filial, String per_apur)
      Deprecated.
      Fetch a single Mat_propr entity using key fields.
      Parameters:
      filial - Branch

      Constraints: Not nullable, Maximum length: 4

      per_apur -

      Constraints: Not nullable, Maximum length: 6

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      Returns:
      A request builder to fetch a single Mat_propr entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createMat_propr

      @Nonnull CreateRequestBuilder<Mat_propr> createMat_propr(@Nonnull Mat_propr mat_propr)
      Deprecated.
      Create a new Mat_propr entity and save it to the S/4HANA system.
      Parameters:
      mat_propr - Mat_propr entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Mat_propr entity. To perform execution, call the execute method on the request builder object.
    • updateMat_propr

      @Nonnull UpdateRequestBuilder<Mat_propr> updateMat_propr(@Nonnull Mat_propr mat_propr)
      Deprecated.
      Update an existing Mat_propr entity and save it to the S/4HANA system.
      Parameters:
      mat_propr - Mat_propr entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Mat_propr entity. To perform execution, call the execute method on the request builder object.
    • deleteMat_propr

      @Nonnull DeleteRequestBuilder<Mat_propr> deleteMat_propr(@Nonnull Mat_propr mat_propr)
      Deprecated.
      Deletes an existing Mat_propr entity in the S/4HANA system.
      Parameters:
      mat_propr - Mat_propr entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Mat_propr entity. To perform execution, call the execute method on the request builder object.
    • getAllMet_av_es

      @Nonnull GetAllRequestBuilder<Met_av_es> getAllMet_av_es()
      Deprecated.
      Fetch multiple Met_av_es entities.
      Returns:
      A request builder to fetch multiple Met_av_es entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countMet_av_es

      @Nonnull CountRequestBuilder<Met_av_es> countMet_av_es()
      Deprecated.
      Fetch the number of entries from the Met_av_es entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Met_av_es entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getMet_av_esByKey

      @Nonnull GetByKeyRequestBuilder<Met_av_es> getMet_av_esByKey(String empresa, String per_apur, String dt_lancto)
      Deprecated.
      Fetch a single Met_av_es entity using key fields.
      Parameters:
      per_apur - Nature of credit deferred, attached to revenue taxed

      Constraints: Not nullable, Maximum length: 3

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      dt_lancto - Posting Date

      Constraints: Not nullable, Maximum length: 8

      Returns:
      A request builder to fetch a single Met_av_es entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createMet_av_es

      @Nonnull CreateRequestBuilder<Met_av_es> createMet_av_es(@Nonnull Met_av_es met_av_es)
      Deprecated.
      Create a new Met_av_es entity and save it to the S/4HANA system.
      Parameters:
      met_av_es - Met_av_es entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Met_av_es entity. To perform execution, call the execute method on the request builder object.
    • updateMet_av_es

      @Nonnull UpdateRequestBuilder<Met_av_es> updateMet_av_es(@Nonnull Met_av_es met_av_es)
      Deprecated.
      Update an existing Met_av_es entity and save it to the S/4HANA system.
      Parameters:
      met_av_es - Met_av_es entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Met_av_es entity. To perform execution, call the execute method on the request builder object.
    • deleteMet_av_es

      @Nonnull DeleteRequestBuilder<Met_av_es> deleteMet_av_es(@Nonnull Met_av_es met_av_es)
      Deprecated.
      Deletes an existing Met_av_es entity in the S/4HANA system.
      Parameters:
      met_av_es - Met_av_es entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Met_av_es entity. To perform execution, call the execute method on the request builder object.
    • getAllMod_item

      @Nonnull GetAllRequestBuilder<Mod_item> getAllMod_item()
      Deprecated.
      Fetch multiple Mod_item entities.
      Returns:
      A request builder to fetch multiple Mod_item entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countMod_item

      @Nonnull CountRequestBuilder<Mod_item> countMod_item()
      Deprecated.
      Fetch the number of entries from the Mod_item entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Mod_item entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getMod_itemByKey

      @Nonnull GetByKeyRequestBuilder<Mod_item> getMod_itemByKey(String cod_item, String data_mod_descr, String empresa, String filial)
      Deprecated.
      Fetch a single Mod_item entity using key fields.
      Parameters:
      cod_item - Item Code

      Constraints: Not nullable, Maximum length: 60

      filial - Branch

      Constraints: Not nullable, Maximum length: 4

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      data_mod_descr - Modification Date

      Constraints: Not nullable, Maximum length: 8

      Returns:
      A request builder to fetch a single Mod_item entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createMod_item

      @Nonnull CreateRequestBuilder<Mod_item> createMod_item(@Nonnull Mod_item mod_item)
      Deprecated.
      Create a new Mod_item entity and save it to the S/4HANA system.
      Parameters:
      mod_item - Mod_item entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Mod_item entity. To perform execution, call the execute method on the request builder object.
    • updateMod_item

      @Nonnull UpdateRequestBuilder<Mod_item> updateMod_item(@Nonnull Mod_item mod_item)
      Deprecated.
      Update an existing Mod_item entity and save it to the S/4HANA system.
      Parameters:
      mod_item - Mod_item entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Mod_item entity. To perform execution, call the execute method on the request builder object.
    • deleteMod_item

      @Nonnull DeleteRequestBuilder<Mod_item> deleteMod_item(@Nonnull Mod_item mod_item)
      Deprecated.
      Deletes an existing Mod_item entity in the S/4HANA system.
      Parameters:
      mod_item - Mod_item entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Mod_item entity. To perform execution, call the execute method on the request builder object.
    • getAllNat_oper

      @Nonnull GetAllRequestBuilder<Nat_oper> getAllNat_oper()
      Deprecated.
      Fetch multiple Nat_oper entities.
      Returns:
      A request builder to fetch multiple Nat_oper entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countNat_oper

      @Nonnull CountRequestBuilder<Nat_oper> countNat_oper()
      Deprecated.
      Fetch the number of entries from the Nat_oper entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Nat_oper entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getNat_operByKey

      @Nonnull GetByKeyRequestBuilder<Nat_oper> getNat_operByKey(String cod_nat, String vig_de)
      Deprecated.
      Fetch a single Nat_oper entity using key fields.
      Parameters:
      cod_nat -

      Constraints: Not nullable, Maximum length: 10

      vig_de - Valid From

      Constraints: Not nullable, Maximum length: 8

      Returns:
      A request builder to fetch a single Nat_oper entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createNat_oper

      @Nonnull CreateRequestBuilder<Nat_oper> createNat_oper(@Nonnull Nat_oper nat_oper)
      Deprecated.
      Create a new Nat_oper entity and save it to the S/4HANA system.
      Parameters:
      nat_oper - Nat_oper entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Nat_oper entity. To perform execution, call the execute method on the request builder object.
    • updateNat_oper

      @Nonnull UpdateRequestBuilder<Nat_oper> updateNat_oper(@Nonnull Nat_oper nat_oper)
      Deprecated.
      Update an existing Nat_oper entity and save it to the S/4HANA system.
      Parameters:
      nat_oper - Nat_oper entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Nat_oper entity. To perform execution, call the execute method on the request builder object.
    • deleteNat_oper

      @Nonnull DeleteRequestBuilder<Nat_oper> deleteNat_oper(@Nonnull Nat_oper nat_oper)
      Deprecated.
      Deletes an existing Nat_oper entity in the S/4HANA system.
      Parameters:
      nat_oper - Nat_oper entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Nat_oper entity. To perform execution, call the execute method on the request builder object.
    • getAllNfcomprod

      @Nonnull GetAllRequestBuilder<Nfcomprod> getAllNfcomprod()
      Deprecated.
      Fetch multiple Nfcomprod entities.
      Returns:
      A request builder to fetch multiple Nfcomprod entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countNfcomprod

      @Nonnull CountRequestBuilder<Nfcomprod> countNfcomprod()
      Deprecated.
      Fetch the number of entries from the Nfcomprod entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Nfcomprod entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getNfcomprodByKey

      @Nonnull GetByKeyRequestBuilder<Nfcomprod> getNfcomprodByKey(String empresa, String filial, String nf_id)
      Deprecated.
      Fetch a single Nfcomprod entity using key fields.
      Parameters:
      filial - Branch

      Constraints: Not nullable, Maximum length: 4

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      nf_id - Nota Fiscal Id

      Constraints: Not nullable, Maximum length: 10

      Returns:
      A request builder to fetch a single Nfcomprod entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createNfcomprod

      @Nonnull CreateRequestBuilder<Nfcomprod> createNfcomprod(@Nonnull Nfcomprod nfcomprod)
      Deprecated.
      Create a new Nfcomprod entity and save it to the S/4HANA system.
      Parameters:
      nfcomprod - Nfcomprod entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Nfcomprod entity. To perform execution, call the execute method on the request builder object.
    • updateNfcomprod

      @Nonnull UpdateRequestBuilder<Nfcomprod> updateNfcomprod(@Nonnull Nfcomprod nfcomprod)
      Deprecated.
      Update an existing Nfcomprod entity and save it to the S/4HANA system.
      Parameters:
      nfcomprod - Nfcomprod entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Nfcomprod entity. To perform execution, call the execute method on the request builder object.
    • deleteNfcomprod

      @Nonnull DeleteRequestBuilder<Nfcomprod> deleteNfcomprod(@Nonnull Nfcomprod nfcomprod)
      Deprecated.
      Deletes an existing Nfcomprod entity in the S/4HANA system.
      Parameters:
      nfcomprod - Nfcomprod entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Nfcomprod entity. To perform execution, call the execute method on the request builder object.
    • getAllNfdoc_cpl

      @Nonnull GetAllRequestBuilder<Nfdoc_cpl> getAllNfdoc_cpl()
      Deprecated.
      Fetch multiple Nfdoc_cpl entities.
      Returns:
      A request builder to fetch multiple Nfdoc_cpl entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countNfdoc_cpl

      @Nonnull CountRequestBuilder<Nfdoc_cpl> countNfdoc_cpl()
      Deprecated.
      Fetch the number of entries from the Nfdoc_cpl entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Nfdoc_cpl entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getNfdoc_cplByKey

      @Nonnull GetByKeyRequestBuilder<Nfdoc_cpl> getNfdoc_cplByKey(String nf_id)
      Deprecated.
      Fetch a single Nfdoc_cpl entity using key fields.
      Parameters:
      nf_id - Nota Fiscal Id

      Constraints: Not nullable, Maximum length: 10

      Returns:
      A request builder to fetch a single Nfdoc_cpl entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createNfdoc_cpl

      @Nonnull CreateRequestBuilder<Nfdoc_cpl> createNfdoc_cpl(@Nonnull Nfdoc_cpl nfdoc_cpl)
      Deprecated.
      Create a new Nfdoc_cpl entity and save it to the S/4HANA system.
      Parameters:
      nfdoc_cpl - Nfdoc_cpl entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Nfdoc_cpl entity. To perform execution, call the execute method on the request builder object.
    • updateNfdoc_cpl

      @Nonnull UpdateRequestBuilder<Nfdoc_cpl> updateNfdoc_cpl(@Nonnull Nfdoc_cpl nfdoc_cpl)
      Deprecated.
      Update an existing Nfdoc_cpl entity and save it to the S/4HANA system.
      Parameters:
      nfdoc_cpl - Nfdoc_cpl entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Nfdoc_cpl entity. To perform execution, call the execute method on the request builder object.
    • deleteNfdoc_cpl

      @Nonnull DeleteRequestBuilder<Nfdoc_cpl> deleteNfdoc_cpl(@Nonnull Nfdoc_cpl nfdoc_cpl)
      Deprecated.
      Deletes an existing Nfdoc_cpl entity in the S/4HANA system.
      Parameters:
      nfdoc_cpl - Nfdoc_cpl entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Nfdoc_cpl entity. To perform execution, call the execute method on the request builder object.
    • getAllNfenumgap

      @Nonnull GetAllRequestBuilder<Nfenumgap> getAllNfenumgap()
      Deprecated.
      Fetch multiple Nfenumgap entities.
      Returns:
      A request builder to fetch multiple Nfenumgap entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countNfenumgap

      @Nonnull CountRequestBuilder<Nfenumgap> countNfenumgap()
      Deprecated.
      Fetch the number of entries from the Nfenumgap entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Nfenumgap entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getNfenumgapByKey

      @Nonnull GetByKeyRequestBuilder<Nfenumgap> getNfenumgapByKey(String empresa, String filial, String dt_criacao, String form, String subobj, String ser, String nfenrnr, String num_doc)
      Deprecated.
      Fetch a single Nfenumgap entity using key fields.
      Parameters:
      ser - Tax document series

      Constraints: Not nullable, Maximum length: 4

      filial - Branch

      Constraints: Not nullable, Maximum length: 4

      dt_criacao - Creation date

      Constraints: Not nullable, Maximum length: 8

      form - Form of Nota Fiscal

      Constraints: Not nullable, Maximum length: 4

      subobj - Group for Nota Fiscal Number(sub-object of the number range)

      Constraints: Not nullable, Maximum length: 6

      nfenrnr - Number range number

      Constraints: Not nullable, Maximum length: 2

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      num_doc - Tax document number

      Constraints: Not nullable, Maximum length: 9

      Returns:
      A request builder to fetch a single Nfenumgap entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createNfenumgap

      @Nonnull CreateRequestBuilder<Nfenumgap> createNfenumgap(@Nonnull Nfenumgap nfenumgap)
      Deprecated.
      Create a new Nfenumgap entity and save it to the S/4HANA system.
      Parameters:
      nfenumgap - Nfenumgap entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Nfenumgap entity. To perform execution, call the execute method on the request builder object.
    • updateNfenumgap

      @Nonnull UpdateRequestBuilder<Nfenumgap> updateNfenumgap(@Nonnull Nfenumgap nfenumgap)
      Deprecated.
      Update an existing Nfenumgap entity and save it to the S/4HANA system.
      Parameters:
      nfenumgap - Nfenumgap entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Nfenumgap entity. To perform execution, call the execute method on the request builder object.
    • deleteNfenumgap

      @Nonnull DeleteRequestBuilder<Nfenumgap> deleteNfenumgap(@Nonnull Nfenumgap nfenumgap)
      Deprecated.
      Deletes an existing Nfenumgap entity in the S/4HANA system.
      Parameters:
      nfenumgap - Nfenumgap entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Nfenumgap entity. To perform execution, call the execute method on the request builder object.
    • getAllNfittserv

      @Nonnull GetAllRequestBuilder<Nfittserv> getAllNfittserv()
      Deprecated.
      Fetch multiple Nfittserv entities.
      Returns:
      A request builder to fetch multiple Nfittserv entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countNfittserv

      @Nonnull CountRequestBuilder<Nfittserv> countNfittserv()
      Deprecated.
      Fetch the number of entries from the Nfittserv entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Nfittserv entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getNfittservByKey

      @Nonnull GetByKeyRequestBuilder<Nfittserv> getNfittservByKey(String empresa, String filial, String nf_id, String num_item)
      Deprecated.
      Fetch a single Nfittserv entity using key fields.
      Parameters:
      filial - Branch

      Constraints: Not nullable, Maximum length: 4

      num_item - Item Number

      Constraints: Not nullable, Maximum length: 6

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      nf_id - Nota Fiscal Id

      Constraints: Not nullable, Maximum length: 10

      Returns:
      A request builder to fetch a single Nfittserv entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createNfittserv

      @Nonnull CreateRequestBuilder<Nfittserv> createNfittserv(@Nonnull Nfittserv nfittserv)
      Deprecated.
      Create a new Nfittserv entity and save it to the S/4HANA system.
      Parameters:
      nfittserv - Nfittserv entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Nfittserv entity. To perform execution, call the execute method on the request builder object.
    • updateNfittserv

      @Nonnull UpdateRequestBuilder<Nfittserv> updateNfittserv(@Nonnull Nfittserv nfittserv)
      Deprecated.
      Update an existing Nfittserv entity and save it to the S/4HANA system.
      Parameters:
      nfittserv - Nfittserv entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Nfittserv entity. To perform execution, call the execute method on the request builder object.
    • deleteNfittserv

      @Nonnull DeleteRequestBuilder<Nfittserv> deleteNfittserv(@Nonnull Nfittserv nfittserv)
      Deprecated.
      Deletes an existing Nfittserv entity in the S/4HANA system.
      Parameters:
      nfittserv - Nfittserv entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Nfittserv entity. To perform execution, call the execute method on the request builder object.
    • getAllNfi_arma

      @Nonnull GetAllRequestBuilder<Nfi_arma> getAllNfi_arma()
      Deprecated.
      Fetch multiple Nfi_arma entities.
      Returns:
      A request builder to fetch multiple Nfi_arma entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countNfi_arma

      @Nonnull CountRequestBuilder<Nfi_arma> countNfi_arma()
      Deprecated.
      Fetch the number of entries from the Nfi_arma entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Nfi_arma entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getNfi_armaByKey

      @Nonnull GetByKeyRequestBuilder<Nfi_arma> getNfi_armaByKey(String nf_id, String num_item, String num_arm)
      Deprecated.
      Fetch a single Nfi_arma entity using key fields.
      Parameters:
      num_arm -

      Constraints: Not nullable, Maximum length: 100

      num_item -

      Constraints: Not nullable, Maximum length: 6

      nf_id -

      Constraints: Not nullable, Maximum length: 10

      Returns:
      A request builder to fetch a single Nfi_arma entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createNfi_arma

      @Nonnull CreateRequestBuilder<Nfi_arma> createNfi_arma(@Nonnull Nfi_arma nfi_arma)
      Deprecated.
      Create a new Nfi_arma entity and save it to the S/4HANA system.
      Parameters:
      nfi_arma - Nfi_arma entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Nfi_arma entity. To perform execution, call the execute method on the request builder object.
    • updateNfi_arma

      @Nonnull UpdateRequestBuilder<Nfi_arma> updateNfi_arma(@Nonnull Nfi_arma nfi_arma)
      Deprecated.
      Update an existing Nfi_arma entity and save it to the S/4HANA system.
      Parameters:
      nfi_arma - Nfi_arma entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Nfi_arma entity. To perform execution, call the execute method on the request builder object.
    • deleteNfi_arma

      @Nonnull DeleteRequestBuilder<Nfi_arma> deleteNfi_arma(@Nonnull Nfi_arma nfi_arma)
      Deprecated.
      Deletes an existing Nfi_arma entity in the S/4HANA system.
      Parameters:
      nfi_arma - Nfi_arma entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Nfi_arma entity. To perform execution, call the execute method on the request builder object.
    • getAllNfi_med

      @Nonnull GetAllRequestBuilder<Nfi_med> getAllNfi_med()
      Deprecated.
      Fetch multiple Nfi_med entities.
      Returns:
      A request builder to fetch multiple Nfi_med entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countNfi_med

      @Nonnull CountRequestBuilder<Nfi_med> countNfi_med()
      Deprecated.
      Fetch the number of entries from the Nfi_med entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Nfi_med entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getNfi_medByKey

      @Nonnull GetByKeyRequestBuilder<Nfi_med> getNfi_medByKey(String empresa, String filial, String nf_id, String num_item, String lote_med, BigDecimal qtd_item)
      Deprecated.
      Fetch a single Nfi_med entity using key fields.
      Parameters:
      lote_med -

      Constraints: Not nullable, Maximum length: 255

      filial -

      Constraints: Not nullable, Maximum length: 4

      qtd_item -

      Constraints: Not nullable, Precision: 25, Scale: 6

      num_item -

      Constraints: Not nullable, Maximum length: 6

      empresa -

      Constraints: Not nullable, Maximum length: 4

      nf_id -

      Constraints: Not nullable, Maximum length: 10

      Returns:
      A request builder to fetch a single Nfi_med entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createNfi_med

      @Nonnull CreateRequestBuilder<Nfi_med> createNfi_med(@Nonnull Nfi_med nfi_med)
      Deprecated.
      Create a new Nfi_med entity and save it to the S/4HANA system.
      Parameters:
      nfi_med - Nfi_med entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Nfi_med entity. To perform execution, call the execute method on the request builder object.
    • updateNfi_med

      @Nonnull UpdateRequestBuilder<Nfi_med> updateNfi_med(@Nonnull Nfi_med nfi_med)
      Deprecated.
      Update an existing Nfi_med entity and save it to the S/4HANA system.
      Parameters:
      nfi_med - Nfi_med entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Nfi_med entity. To perform execution, call the execute method on the request builder object.
    • deleteNfi_med

      @Nonnull DeleteRequestBuilder<Nfi_med> deleteNfi_med(@Nonnull Nfi_med nfi_med)
      Deprecated.
      Deletes an existing Nfi_med entity in the S/4HANA system.
      Parameters:
      nfi_med - Nfi_med entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Nfi_med entity. To perform execution, call the execute method on the request builder object.
    • getAllNfi_ress

      @Nonnull GetAllRequestBuilder<Nfi_ress> getAllNfi_ress()
      Deprecated.
      Fetch multiple Nfi_ress entities.
      Returns:
      A request builder to fetch multiple Nfi_ress entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countNfi_ress

      @Nonnull CountRequestBuilder<Nfi_ress> countNfi_ress()
      Deprecated.
      Fetch the number of entries from the Nfi_ress entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Nfi_ress entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getNfi_ressByKey

      @Nonnull GetByKeyRequestBuilder<Nfi_ress> getNfi_ressByKey(String empresa, String filial, String nf_id, String num_item, String num_doc_ult_e, String ser_ult_e)
      Deprecated.
      Fetch a single Nfi_ress entity using key fields.
      Parameters:
      filial - Branch

      Constraints: Not nullable, Maximum length: 4

      num_doc_ult_e - Tax document number related to last incoming

      Constraints: Not nullable, Maximum length: 9

      num_item - External Item Number

      Constraints: Not nullable, Maximum length: 6

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      ser_ult_e - Series related to last incoming

      Constraints: Not nullable, Maximum length: 3

      nf_id - Nota Fiscal Id

      Constraints: Not nullable, Maximum length: 10

      Returns:
      A request builder to fetch a single Nfi_ress entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createNfi_ress

      @Nonnull CreateRequestBuilder<Nfi_ress> createNfi_ress(@Nonnull Nfi_ress nfi_ress)
      Deprecated.
      Create a new Nfi_ress entity and save it to the S/4HANA system.
      Parameters:
      nfi_ress - Nfi_ress entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Nfi_ress entity. To perform execution, call the execute method on the request builder object.
    • updateNfi_ress

      @Nonnull UpdateRequestBuilder<Nfi_ress> updateNfi_ress(@Nonnull Nfi_ress nfi_ress)
      Deprecated.
      Update an existing Nfi_ress entity and save it to the S/4HANA system.
      Parameters:
      nfi_ress - Nfi_ress entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Nfi_ress entity. To perform execution, call the execute method on the request builder object.
    • deleteNfi_ress

      @Nonnull DeleteRequestBuilder<Nfi_ress> deleteNfi_ress(@Nonnull Nfi_ress nfi_ress)
      Deprecated.
      Deletes an existing Nfi_ress entity in the S/4HANA system.
      Parameters:
      nfi_ress - Nfi_ress entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Nfi_ress entity. To perform execution, call the execute method on the request builder object.
    • getAllNfi_uipi

      @Nonnull GetAllRequestBuilder<Nfi_uipi> getAllNfi_uipi()
      Deprecated.
      Fetch multiple Nfi_uipi entities.
      Returns:
      A request builder to fetch multiple Nfi_uipi entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countNfi_uipi

      @Nonnull CountRequestBuilder<Nfi_uipi> countNfi_uipi()
      Deprecated.
      Fetch the number of entries from the Nfi_uipi entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Nfi_uipi entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getNfi_uipiByKey

      @Nonnull GetByKeyRequestBuilder<Nfi_uipi> getNfi_uipiByKey(String nf_id, String num_item)
      Deprecated.
      Fetch a single Nfi_uipi entity using key fields.
      Parameters:
      num_item -

      Constraints: Not nullable, Maximum length: 6

      nf_id -

      Constraints: Not nullable, Maximum length: 10

      Returns:
      A request builder to fetch a single Nfi_uipi entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createNfi_uipi

      @Nonnull CreateRequestBuilder<Nfi_uipi> createNfi_uipi(@Nonnull Nfi_uipi nfi_uipi)
      Deprecated.
      Create a new Nfi_uipi entity and save it to the S/4HANA system.
      Parameters:
      nfi_uipi - Nfi_uipi entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Nfi_uipi entity. To perform execution, call the execute method on the request builder object.
    • updateNfi_uipi

      @Nonnull UpdateRequestBuilder<Nfi_uipi> updateNfi_uipi(@Nonnull Nfi_uipi nfi_uipi)
      Deprecated.
      Update an existing Nfi_uipi entity and save it to the S/4HANA system.
      Parameters:
      nfi_uipi - Nfi_uipi entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Nfi_uipi entity. To perform execution, call the execute method on the request builder object.
    • deleteNfi_uipi

      @Nonnull DeleteRequestBuilder<Nfi_uipi> deleteNfi_uipi(@Nonnull Nfi_uipi nfi_uipi)
      Deprecated.
      Deletes an existing Nfi_uipi entity in the S/4HANA system.
      Parameters:
      nfi_uipi - Nfi_uipi entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Nfi_uipi entity. To perform execution, call the execute method on the request builder object.
    • getAllNfi_vnovo

      @Nonnull GetAllRequestBuilder<Nfi_vnovo> getAllNfi_vnovo()
      Deprecated.
      Fetch multiple Nfi_vnovo entities.
      Returns:
      A request builder to fetch multiple Nfi_vnovo entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countNfi_vnovo

      @Nonnull CountRequestBuilder<Nfi_vnovo> countNfi_vnovo()
      Deprecated.
      Fetch the number of entries from the Nfi_vnovo entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Nfi_vnovo entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getNfi_vnovoByKey

      @Nonnull GetByKeyRequestBuilder<Nfi_vnovo> getNfi_vnovoByKey(String empresa, String filial, String nf_id, String num_item, String chassi_veic)
      Deprecated.
      Fetch a single Nfi_vnovo entity using key fields.
      Parameters:
      filial -

      Constraints: Not nullable, Maximum length: 4

      num_item -

      Constraints: Not nullable, Maximum length: 6

      empresa -

      Constraints: Not nullable, Maximum length: 4

      chassi_veic -

      Constraints: Not nullable, Maximum length: 17

      nf_id -

      Constraints: Not nullable, Maximum length: 10

      Returns:
      A request builder to fetch a single Nfi_vnovo entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createNfi_vnovo

      @Nonnull CreateRequestBuilder<Nfi_vnovo> createNfi_vnovo(@Nonnull Nfi_vnovo nfi_vnovo)
      Deprecated.
      Create a new Nfi_vnovo entity and save it to the S/4HANA system.
      Parameters:
      nfi_vnovo - Nfi_vnovo entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Nfi_vnovo entity. To perform execution, call the execute method on the request builder object.
    • updateNfi_vnovo

      @Nonnull UpdateRequestBuilder<Nfi_vnovo> updateNfi_vnovo(@Nonnull Nfi_vnovo nfi_vnovo)
      Deprecated.
      Update an existing Nfi_vnovo entity and save it to the S/4HANA system.
      Parameters:
      nfi_vnovo - Nfi_vnovo entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Nfi_vnovo entity. To perform execution, call the execute method on the request builder object.
    • deleteNfi_vnovo

      @Nonnull DeleteRequestBuilder<Nfi_vnovo> deleteNfi_vnovo(@Nonnull Nfi_vnovo nfi_vnovo)
      Deprecated.
      Deletes an existing Nfi_vnovo entity in the S/4HANA system.
      Parameters:
      nfi_vnovo - Nfi_vnovo entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Nfi_vnovo entity. To perform execution, call the execute method on the request builder object.
    • getAllNfs_dedu

      @Nonnull GetAllRequestBuilder<Nfs_dedu> getAllNfs_dedu()
      Deprecated.
      Fetch multiple Nfs_dedu entities.
      Returns:
      A request builder to fetch multiple Nfs_dedu entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countNfs_dedu

      @Nonnull CountRequestBuilder<Nfs_dedu> countNfs_dedu()
      Deprecated.
      Fetch the number of entries from the Nfs_dedu entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Nfs_dedu entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getNfs_deduByKey

      @Nonnull GetByKeyRequestBuilder<Nfs_dedu> getNfs_deduByKey(String empresa, String filial, String dt_reg, String ind_ded, String cod_inf_obs, String ind_obr)
      Deprecated.
      Fetch a single Nfs_dedu entity using key fields.
      Parameters:
      dt_reg -

      Constraints: Not nullable, Maximum length: 6

      ind_ded - Indicator of nature of deduction

      Constraints: Not nullable, Maximum length: 1

      filial - Branch

      Constraints: Not nullable, Maximum length: 4

      cod_inf_obs - Observation Code

      Constraints: Not nullable, Maximum length: 6

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      ind_obr - ISS Obligation Indicator

      Constraints: Not nullable, Maximum length: 1

      Returns:
      A request builder to fetch a single Nfs_dedu entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createNfs_dedu

      @Nonnull CreateRequestBuilder<Nfs_dedu> createNfs_dedu(@Nonnull Nfs_dedu nfs_dedu)
      Deprecated.
      Create a new Nfs_dedu entity and save it to the S/4HANA system.
      Parameters:
      nfs_dedu - Nfs_dedu entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Nfs_dedu entity. To perform execution, call the execute method on the request builder object.
    • updateNfs_dedu

      @Nonnull UpdateRequestBuilder<Nfs_dedu> updateNfs_dedu(@Nonnull Nfs_dedu nfs_dedu)
      Deprecated.
      Update an existing Nfs_dedu entity and save it to the S/4HANA system.
      Parameters:
      nfs_dedu - Nfs_dedu entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Nfs_dedu entity. To perform execution, call the execute method on the request builder object.
    • deleteNfs_dedu

      @Nonnull DeleteRequestBuilder<Nfs_dedu> deleteNfs_dedu(@Nonnull Nfs_dedu nfs_dedu)
      Deprecated.
      Deletes an existing Nfs_dedu entity in the S/4HANA system.
      Parameters:
      nfs_dedu - Nfs_dedu entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Nfs_dedu entity. To perform execution, call the execute method on the request builder object.
    • getAllNfs_fin

      @Nonnull GetAllRequestBuilder<Nfs_fin> getAllNfs_fin()
      Deprecated.
      Fetch multiple Nfs_fin entities.
      Returns:
      A request builder to fetch multiple Nfs_fin entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countNfs_fin

      @Nonnull CountRequestBuilder<Nfs_fin> countNfs_fin()
      Deprecated.
      Fetch the number of entries from the Nfs_fin entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Nfs_fin entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getNfs_finByKey

      @Nonnull GetByKeyRequestBuilder<Nfs_fin> getNfs_finByKey(String empresa, String filial, String dt_reg, String cod_ctd, String cta_cosif, String cod_serv, BigDecimal aliq_iss)
      Deprecated.
      Fetch a single Nfs_fin entity using key fields.
      Parameters:
      cod_serv - Classification code of the service item

      Constraints: Not nullable, Maximum length: 4

      dt_reg -

      Constraints: Not nullable, Maximum length: 6

      filial - Branch

      Constraints: Not nullable, Maximum length: 4

      aliq_iss - ISS Tax Rate (%)

      Constraints: Not nullable, Precision: 25, Scale: 6

      cta_cosif - COSIF Code for Financial Institutions (table 4.6.2)

      Constraints: Not nullable, Maximum length: 8

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      cod_ctd - Code of Controlled Book Account Charged/Credited

      Constraints: Not nullable, Maximum length: 60

      Returns:
      A request builder to fetch a single Nfs_fin entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createNfs_fin

      @Nonnull CreateRequestBuilder<Nfs_fin> createNfs_fin(@Nonnull Nfs_fin nfs_fin)
      Deprecated.
      Create a new Nfs_fin entity and save it to the S/4HANA system.
      Parameters:
      nfs_fin - Nfs_fin entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Nfs_fin entity. To perform execution, call the execute method on the request builder object.
    • updateNfs_fin

      @Nonnull UpdateRequestBuilder<Nfs_fin> updateNfs_fin(@Nonnull Nfs_fin nfs_fin)
      Deprecated.
      Update an existing Nfs_fin entity and save it to the S/4HANA system.
      Parameters:
      nfs_fin - Nfs_fin entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Nfs_fin entity. To perform execution, call the execute method on the request builder object.
    • deleteNfs_fin

      @Nonnull DeleteRequestBuilder<Nfs_fin> deleteNfs_fin(@Nonnull Nfs_fin nfs_fin)
      Deprecated.
      Deletes an existing Nfs_fin entity in the S/4HANA system.
      Parameters:
      nfs_fin - Nfs_fin entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Nfs_fin entity. To perform execution, call the execute method on the request builder object.
    • getAllNfs_simpl

      @Nonnull GetAllRequestBuilder<Nfs_simpl> getAllNfs_simpl()
      Deprecated.
      Fetch multiple Nfs_simpl entities.
      Returns:
      A request builder to fetch multiple Nfs_simpl entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countNfs_simpl

      @Nonnull CountRequestBuilder<Nfs_simpl> countNfs_simpl()
      Deprecated.
      Fetch the number of entries from the Nfs_simpl entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Nfs_simpl entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getNfs_simplByKey

      @Nonnull GetByKeyRequestBuilder<Nfs_simpl> getNfs_simplByKey(String empresa, String filial, String num_doc, BigDecimal aliq_iss, String cod_serv)
      Deprecated.
      Fetch a single Nfs_simpl entity using key fields.
      Parameters:
      cod_serv - Classification code of the service item

      Constraints: Not nullable, Maximum length: 4

      filial - Branch

      Constraints: Not nullable, Maximum length: 4

      aliq_iss - ISS Tax Rate (%)

      Constraints: Not nullable, Precision: 25, Scale: 6

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      num_doc - Tax document number

      Constraints: Not nullable, Maximum length: 9

      Returns:
      A request builder to fetch a single Nfs_simpl entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createNfs_simpl

      @Nonnull CreateRequestBuilder<Nfs_simpl> createNfs_simpl(@Nonnull Nfs_simpl nfs_simpl)
      Deprecated.
      Create a new Nfs_simpl entity and save it to the S/4HANA system.
      Parameters:
      nfs_simpl - Nfs_simpl entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Nfs_simpl entity. To perform execution, call the execute method on the request builder object.
    • updateNfs_simpl

      @Nonnull UpdateRequestBuilder<Nfs_simpl> updateNfs_simpl(@Nonnull Nfs_simpl nfs_simpl)
      Deprecated.
      Update an existing Nfs_simpl entity and save it to the S/4HANA system.
      Parameters:
      nfs_simpl - Nfs_simpl entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Nfs_simpl entity. To perform execution, call the execute method on the request builder object.
    • deleteNfs_simpl

      @Nonnull DeleteRequestBuilder<Nfs_simpl> deleteNfs_simpl(@Nonnull Nfs_simpl nfs_simpl)
      Deprecated.
      Deletes an existing Nfs_simpl entity in the S/4HANA system.
      Parameters:
      nfs_simpl - Nfs_simpl entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Nfs_simpl entity. To perform execution, call the execute method on the request builder object.
    • getAllNfs_ufunc

      @Nonnull GetAllRequestBuilder<Nfs_ufunc> getAllNfs_ufunc()
      Deprecated.
      Fetch multiple Nfs_ufunc entities.
      Returns:
      A request builder to fetch multiple Nfs_ufunc entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countNfs_ufunc

      @Nonnull CountRequestBuilder<Nfs_ufunc> countNfs_ufunc()
      Deprecated.
      Fetch the number of entries from the Nfs_ufunc entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Nfs_ufunc entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getNfs_ufuncByKey

      @Nonnull GetByKeyRequestBuilder<Nfs_ufunc> getNfs_ufuncByKey(String empresa, String filial, String dt_reg, String cpf)
      Deprecated.
      Fetch a single Nfs_ufunc entity using key fields.
      Parameters:
      dt_reg -

      Constraints: Not nullable, Maximum length: 6

      filial - Branch

      Constraints: Not nullable, Maximum length: 4

      cpf - CPF

      Constraints: Not nullable, Maximum length: 11

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      Returns:
      A request builder to fetch a single Nfs_ufunc entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createNfs_ufunc

      @Nonnull CreateRequestBuilder<Nfs_ufunc> createNfs_ufunc(@Nonnull Nfs_ufunc nfs_ufunc)
      Deprecated.
      Create a new Nfs_ufunc entity and save it to the S/4HANA system.
      Parameters:
      nfs_ufunc - Nfs_ufunc entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Nfs_ufunc entity. To perform execution, call the execute method on the request builder object.
    • updateNfs_ufunc

      @Nonnull UpdateRequestBuilder<Nfs_ufunc> updateNfs_ufunc(@Nonnull Nfs_ufunc nfs_ufunc)
      Deprecated.
      Update an existing Nfs_ufunc entity and save it to the S/4HANA system.
      Parameters:
      nfs_ufunc - Nfs_ufunc entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Nfs_ufunc entity. To perform execution, call the execute method on the request builder object.
    • deleteNfs_ufunc

      @Nonnull DeleteRequestBuilder<Nfs_ufunc> deleteNfs_ufunc(@Nonnull Nfs_ufunc nfs_ufunc)
      Deprecated.
      Deletes an existing Nfs_ufunc entity in the S/4HANA system.
      Parameters:
      nfs_ufunc - Nfs_ufunc entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Nfs_ufunc entity. To perform execution, call the execute method on the request builder object.
    • getAllNfs_unipr

      @Nonnull GetAllRequestBuilder<Nfs_unipr> getAllNfs_unipr()
      Deprecated.
      Fetch multiple Nfs_unipr entities.
      Returns:
      A request builder to fetch multiple Nfs_unipr entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countNfs_unipr

      @Nonnull CountRequestBuilder<Nfs_unipr> countNfs_unipr()
      Deprecated.
      Fetch the number of entries from the Nfs_unipr entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Nfs_unipr entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getNfs_uniprByKey

      @Nonnull GetByKeyRequestBuilder<Nfs_unipr> getNfs_uniprByKey(String empresa, String filial, String dt_reg)
      Deprecated.
      Fetch a single Nfs_unipr entity using key fields.
      Parameters:
      dt_reg -

      Constraints: Not nullable, Maximum length: 6

      filial - Branch

      Constraints: Not nullable, Maximum length: 4

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      Returns:
      A request builder to fetch a single Nfs_unipr entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createNfs_unipr

      @Nonnull CreateRequestBuilder<Nfs_unipr> createNfs_unipr(@Nonnull Nfs_unipr nfs_unipr)
      Deprecated.
      Create a new Nfs_unipr entity and save it to the S/4HANA system.
      Parameters:
      nfs_unipr - Nfs_unipr entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Nfs_unipr entity. To perform execution, call the execute method on the request builder object.
    • updateNfs_unipr

      @Nonnull UpdateRequestBuilder<Nfs_unipr> updateNfs_unipr(@Nonnull Nfs_unipr nfs_unipr)
      Deprecated.
      Update an existing Nfs_unipr entity and save it to the S/4HANA system.
      Parameters:
      nfs_unipr - Nfs_unipr entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Nfs_unipr entity. To perform execution, call the execute method on the request builder object.
    • deleteNfs_unipr

      @Nonnull DeleteRequestBuilder<Nfs_unipr> deleteNfs_unipr(@Nonnull Nfs_unipr nfs_unipr)
      Deprecated.
      Deletes an existing Nfs_unipr entity in the S/4HANA system.
      Parameters:
      nfs_unipr - Nfs_unipr entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Nfs_unipr entity. To perform execution, call the execute method on the request builder object.
    • getAllNf_bpas_c

      @Nonnull GetAllRequestBuilder<Nf_bpas_c> getAllNf_bpas_c()
      Deprecated.
      Fetch multiple Nf_bpas_c entities.
      Returns:
      A request builder to fetch multiple Nf_bpas_c entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countNf_bpas_c

      @Nonnull CountRequestBuilder<Nf_bpas_c> countNf_bpas_c()
      Deprecated.
      Fetch the number of entries from the Nf_bpas_c entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Nf_bpas_c entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getNf_bpas_cByKey

      @Nonnull GetByKeyRequestBuilder<Nf_bpas_c> getNf_bpas_cByKey(String empresa, String filial, String id, String num_doc_ini)
      Deprecated.
      Fetch a single Nf_bpas_c entity using key fields.
      Parameters:
      filial - Branch

      Constraints: Not nullable, Maximum length: 4

      num_doc_ini - Tax document number

      Constraints: Not nullable, Maximum length: 6

      id - Ticket Id

      Constraints: Not nullable, Maximum length: 10

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      Returns:
      A request builder to fetch a single Nf_bpas_c entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createNf_bpas_c

      @Nonnull CreateRequestBuilder<Nf_bpas_c> createNf_bpas_c(@Nonnull Nf_bpas_c nf_bpas_c)
      Deprecated.
      Create a new Nf_bpas_c entity and save it to the S/4HANA system.
      Parameters:
      nf_bpas_c - Nf_bpas_c entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Nf_bpas_c entity. To perform execution, call the execute method on the request builder object.
    • updateNf_bpas_c

      @Nonnull UpdateRequestBuilder<Nf_bpas_c> updateNf_bpas_c(@Nonnull Nf_bpas_c nf_bpas_c)
      Deprecated.
      Update an existing Nf_bpas_c entity and save it to the S/4HANA system.
      Parameters:
      nf_bpas_c - Nf_bpas_c entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Nf_bpas_c entity. To perform execution, call the execute method on the request builder object.
    • deleteNf_bpas_c

      @Nonnull DeleteRequestBuilder<Nf_bpas_c> deleteNf_bpas_c(@Nonnull Nf_bpas_c nf_bpas_c)
      Deprecated.
      Deletes an existing Nf_bpas_c entity in the S/4HANA system.
      Parameters:
      nf_bpas_c - Nf_bpas_c entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Nf_bpas_c entity. To perform execution, call the execute method on the request builder object.
    • getAllNf_bpas_i

      @Nonnull GetAllRequestBuilder<Nf_bpas_i> getAllNf_bpas_i()
      Deprecated.
      Fetch multiple Nf_bpas_i entities.
      Returns:
      A request builder to fetch multiple Nf_bpas_i entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countNf_bpas_i

      @Nonnull CountRequestBuilder<Nf_bpas_i> countNf_bpas_i()
      Deprecated.
      Fetch the number of entries from the Nf_bpas_i entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Nf_bpas_i entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getNf_bpas_iByKey

      @Nonnull GetByKeyRequestBuilder<Nf_bpas_i> getNf_bpas_iByKey(String empresa, String filial, String id, String num_doc)
      Deprecated.
      Fetch a single Nf_bpas_i entity using key fields.
      Parameters:
      filial - Branch

      Constraints: Not nullable, Maximum length: 4

      id - Ticket Id

      Constraints: Not nullable, Maximum length: 10

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      num_doc - Tax document number

      Constraints: Not nullable, Maximum length: 6

      Returns:
      A request builder to fetch a single Nf_bpas_i entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createNf_bpas_i

      @Nonnull CreateRequestBuilder<Nf_bpas_i> createNf_bpas_i(@Nonnull Nf_bpas_i nf_bpas_i)
      Deprecated.
      Create a new Nf_bpas_i entity and save it to the S/4HANA system.
      Parameters:
      nf_bpas_i - Nf_bpas_i entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Nf_bpas_i entity. To perform execution, call the execute method on the request builder object.
    • updateNf_bpas_i

      @Nonnull UpdateRequestBuilder<Nf_bpas_i> updateNf_bpas_i(@Nonnull Nf_bpas_i nf_bpas_i)
      Deprecated.
      Update an existing Nf_bpas_i entity and save it to the S/4HANA system.
      Parameters:
      nf_bpas_i - Nf_bpas_i entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Nf_bpas_i entity. To perform execution, call the execute method on the request builder object.
    • deleteNf_bpas_i

      @Nonnull DeleteRequestBuilder<Nf_bpas_i> deleteNf_bpas_i(@Nonnull Nf_bpas_i nf_bpas_i)
      Deprecated.
      Deletes an existing Nf_bpas_i entity in the S/4HANA system.
      Parameters:
      nf_bpas_i - Nf_bpas_i entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Nf_bpas_i entity. To perform execution, call the execute method on the request builder object.
    • getAllNf_codinf

      @Nonnull GetAllRequestBuilder<Nf_codinf> getAllNf_codinf()
      Deprecated.
      Fetch multiple Nf_codinf entities.
      Returns:
      A request builder to fetch multiple Nf_codinf entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countNf_codinf

      @Nonnull CountRequestBuilder<Nf_codinf> countNf_codinf()
      Deprecated.
      Fetch the number of entries from the Nf_codinf entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Nf_codinf entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getNf_codinfByKey

      @Nonnull GetByKeyRequestBuilder<Nf_codinf> getNf_codinfByKey(String nf_id, String cod_inf)
      Deprecated.
      Fetch a single Nf_codinf entity using key fields.
      Parameters:
      cod_inf - Additional Information Code

      Constraints: Not nullable, Maximum length: 6

      nf_id - Nota Fiscal Id

      Constraints: Not nullable, Maximum length: 10

      Returns:
      A request builder to fetch a single Nf_codinf entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createNf_codinf

      @Nonnull CreateRequestBuilder<Nf_codinf> createNf_codinf(@Nonnull Nf_codinf nf_codinf)
      Deprecated.
      Create a new Nf_codinf entity and save it to the S/4HANA system.
      Parameters:
      nf_codinf - Nf_codinf entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Nf_codinf entity. To perform execution, call the execute method on the request builder object.
    • updateNf_codinf

      @Nonnull UpdateRequestBuilder<Nf_codinf> updateNf_codinf(@Nonnull Nf_codinf nf_codinf)
      Deprecated.
      Update an existing Nf_codinf entity and save it to the S/4HANA system.
      Parameters:
      nf_codinf - Nf_codinf entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Nf_codinf entity. To perform execution, call the execute method on the request builder object.
    • deleteNf_codinf

      @Nonnull DeleteRequestBuilder<Nf_codinf> deleteNf_codinf(@Nonnull Nf_codinf nf_codinf)
      Deprecated.
      Deletes an existing Nf_codinf entity in the S/4HANA system.
      Parameters:
      nf_codinf - Nf_codinf entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Nf_codinf entity. To perform execution, call the execute method on the request builder object.
    • getAllNf_codobs

      @Nonnull GetAllRequestBuilder<Nf_codobs> getAllNf_codobs()
      Deprecated.
      Fetch multiple Nf_codobs entities.
      Returns:
      A request builder to fetch multiple Nf_codobs entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countNf_codobs

      @Nonnull CountRequestBuilder<Nf_codobs> countNf_codobs()
      Deprecated.
      Fetch the number of entries from the Nf_codobs entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Nf_codobs entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getNf_codobsByKey

      @Nonnull GetByKeyRequestBuilder<Nf_codobs> getNf_codobsByKey(String nf_id, Boolean difal, String cod_obs)
      Deprecated.
      Fetch a single Nf_codobs entity using key fields.
      Parameters:
      cod_obs - Observation Code

      Constraints: Not nullable, Maximum length: 6

      difal - Difal Indicator

      Constraints: Not nullable

      nf_id - Nota Fiscal Id

      Constraints: Not nullable, Maximum length: 10

      Returns:
      A request builder to fetch a single Nf_codobs entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createNf_codobs

      @Nonnull CreateRequestBuilder<Nf_codobs> createNf_codobs(@Nonnull Nf_codobs nf_codobs)
      Deprecated.
      Create a new Nf_codobs entity and save it to the S/4HANA system.
      Parameters:
      nf_codobs - Nf_codobs entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Nf_codobs entity. To perform execution, call the execute method on the request builder object.
    • updateNf_codobs

      @Nonnull UpdateRequestBuilder<Nf_codobs> updateNf_codobs(@Nonnull Nf_codobs nf_codobs)
      Deprecated.
      Update an existing Nf_codobs entity and save it to the S/4HANA system.
      Parameters:
      nf_codobs - Nf_codobs entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Nf_codobs entity. To perform execution, call the execute method on the request builder object.
    • deleteNf_codobs

      @Nonnull DeleteRequestBuilder<Nf_codobs> deleteNf_codobs(@Nonnull Nf_codobs nf_codobs)
      Deprecated.
      Deletes an existing Nf_codobs entity in the S/4HANA system.
      Parameters:
      nf_codobs - Nf_codobs entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Nf_codobs entity. To perform execution, call the execute method on the request builder object.
    • getAllNf_cpl_co

      @Nonnull GetAllRequestBuilder<Nf_cpl_co> getAllNf_cpl_co()
      Deprecated.
      Fetch multiple Nf_cpl_co entities.
      Returns:
      A request builder to fetch multiple Nf_cpl_co entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countNf_cpl_co

      @Nonnull CountRequestBuilder<Nf_cpl_co> countNf_cpl_co()
      Deprecated.
      Fetch the number of entries from the Nf_cpl_co entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Nf_cpl_co entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getNf_cpl_coByKey

      @Nonnull GetByKeyRequestBuilder<Nf_cpl_co> getNf_cpl_coByKey(String nf_id, String tipo_conhecimento, String cod_mun_orig, String cod_mun_dest)
      Deprecated.
      Fetch a single Nf_cpl_co entity using key fields.
      Parameters:
      cod_mun_dest -

      Constraints: Not nullable, Maximum length: 7

      tipo_conhecimento -

      Constraints: Not nullable, Maximum length: 1

      cod_mun_orig -

      Constraints: Not nullable, Maximum length: 7

      nf_id -

      Constraints: Not nullable, Maximum length: 10

      Returns:
      A request builder to fetch a single Nf_cpl_co entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createNf_cpl_co

      @Nonnull CreateRequestBuilder<Nf_cpl_co> createNf_cpl_co(@Nonnull Nf_cpl_co nf_cpl_co)
      Deprecated.
      Create a new Nf_cpl_co entity and save it to the S/4HANA system.
      Parameters:
      nf_cpl_co - Nf_cpl_co entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Nf_cpl_co entity. To perform execution, call the execute method on the request builder object.
    • updateNf_cpl_co

      @Nonnull UpdateRequestBuilder<Nf_cpl_co> updateNf_cpl_co(@Nonnull Nf_cpl_co nf_cpl_co)
      Deprecated.
      Update an existing Nf_cpl_co entity and save it to the S/4HANA system.
      Parameters:
      nf_cpl_co - Nf_cpl_co entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Nf_cpl_co entity. To perform execution, call the execute method on the request builder object.
    • deleteNf_cpl_co

      @Nonnull DeleteRequestBuilder<Nf_cpl_co> deleteNf_cpl_co(@Nonnull Nf_cpl_co nf_cpl_co)
      Deprecated.
      Deletes an existing Nf_cpl_co entity in the S/4HANA system.
      Parameters:
      nf_cpl_co - Nf_cpl_co entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Nf_cpl_co entity. To perform execution, call the execute method on the request builder object.
    • getAllNf_cpl_st

      @Nonnull GetAllRequestBuilder<Nf_cpl_st> getAllNf_cpl_st()
      Deprecated.
      Fetch multiple Nf_cpl_st entities.
      Returns:
      A request builder to fetch multiple Nf_cpl_st entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countNf_cpl_st

      @Nonnull CountRequestBuilder<Nf_cpl_st> countNf_cpl_st()
      Deprecated.
      Fetch the number of entries from the Nf_cpl_st entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Nf_cpl_st entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getNf_cpl_stByKey

      @Nonnull GetByKeyRequestBuilder<Nf_cpl_st> getNf_cpl_stByKey(String nf_id, String num_item, String cod_mun_dest)
      Deprecated.
      Fetch a single Nf_cpl_st entity using key fields.
      Parameters:
      num_item - Item Number

      Constraints: Not nullable, Maximum length: 3

      cod_mun_dest - Destination City Code

      Constraints: Not nullable, Maximum length: 7

      nf_id - Nota Fiscal Id

      Constraints: Not nullable, Maximum length: 10

      Returns:
      A request builder to fetch a single Nf_cpl_st entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createNf_cpl_st

      @Nonnull CreateRequestBuilder<Nf_cpl_st> createNf_cpl_st(@Nonnull Nf_cpl_st nf_cpl_st)
      Deprecated.
      Create a new Nf_cpl_st entity and save it to the S/4HANA system.
      Parameters:
      nf_cpl_st - Nf_cpl_st entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Nf_cpl_st entity. To perform execution, call the execute method on the request builder object.
    • updateNf_cpl_st

      @Nonnull UpdateRequestBuilder<Nf_cpl_st> updateNf_cpl_st(@Nonnull Nf_cpl_st nf_cpl_st)
      Deprecated.
      Update an existing Nf_cpl_st entity and save it to the S/4HANA system.
      Parameters:
      nf_cpl_st - Nf_cpl_st entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Nf_cpl_st entity. To perform execution, call the execute method on the request builder object.
    • deleteNf_cpl_st

      @Nonnull DeleteRequestBuilder<Nf_cpl_st> deleteNf_cpl_st(@Nonnull Nf_cpl_st nf_cpl_st)
      Deprecated.
      Deletes an existing Nf_cpl_st entity in the S/4HANA system.
      Parameters:
      nf_cpl_st - Nf_cpl_st entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Nf_cpl_st entity. To perform execution, call the execute method on the request builder object.
    • getAllNf_crg_tr

      @Nonnull GetAllRequestBuilder<Nf_crg_tr> getAllNf_crg_tr()
      Deprecated.
      Fetch multiple Nf_crg_tr entities.
      Returns:
      A request builder to fetch multiple Nf_crg_tr entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countNf_crg_tr

      @Nonnull CountRequestBuilder<Nf_crg_tr> countNf_crg_tr()
      Deprecated.
      Fetch the number of entries from the Nf_crg_tr entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Nf_crg_tr entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getNf_crg_trByKey

      @Nonnull GetByKeyRequestBuilder<Nf_crg_tr> getNf_crg_trByKey(String nf_id, String despacho)
      Deprecated.
      Fetch a single Nf_crg_tr entity using key fields.
      Parameters:
      despacho -

      Constraints: Not nullable, Maximum length: 255

      nf_id -

      Constraints: Not nullable, Maximum length: 10

      Returns:
      A request builder to fetch a single Nf_crg_tr entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createNf_crg_tr

      @Nonnull CreateRequestBuilder<Nf_crg_tr> createNf_crg_tr(@Nonnull Nf_crg_tr nf_crg_tr)
      Deprecated.
      Create a new Nf_crg_tr entity and save it to the S/4HANA system.
      Parameters:
      nf_crg_tr - Nf_crg_tr entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Nf_crg_tr entity. To perform execution, call the execute method on the request builder object.
    • updateNf_crg_tr

      @Nonnull UpdateRequestBuilder<Nf_crg_tr> updateNf_crg_tr(@Nonnull Nf_crg_tr nf_crg_tr)
      Deprecated.
      Update an existing Nf_crg_tr entity and save it to the S/4HANA system.
      Parameters:
      nf_crg_tr - Nf_crg_tr entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Nf_crg_tr entity. To perform execution, call the execute method on the request builder object.
    • deleteNf_crg_tr

      @Nonnull DeleteRequestBuilder<Nf_crg_tr> deleteNf_crg_tr(@Nonnull Nf_crg_tr nf_crg_tr)
      Deprecated.
      Deletes an existing Nf_crg_tr entity in the S/4HANA system.
      Parameters:
      nf_crg_tr - Nf_crg_tr entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Nf_crg_tr entity. To perform execution, call the execute method on the request builder object.
    • getAllNf_doc

      @Nonnull GetAllRequestBuilder<Nf_doc> getAllNf_doc()
      Deprecated.
      Fetch multiple Nf_doc entities.
      Returns:
      A request builder to fetch multiple Nf_doc entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countNf_doc

      @Nonnull CountRequestBuilder<Nf_doc> countNf_doc()
      Deprecated.
      Fetch the number of entries from the Nf_doc entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Nf_doc entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getNf_docByKey

      @Nonnull GetByKeyRequestBuilder<Nf_doc> getNf_docByKey(String nf_id)
      Deprecated.
      Fetch a single Nf_doc entity using key fields.
      Parameters:
      nf_id - Nota Fiscal Id

      Constraints: Not nullable, Maximum length: 10

      Returns:
      A request builder to fetch a single Nf_doc entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createNf_doc

      @Nonnull CreateRequestBuilder<Nf_doc> createNf_doc(@Nonnull Nf_doc nf_doc)
      Deprecated.
      Create a new Nf_doc entity and save it to the S/4HANA system.
      Parameters:
      nf_doc - Nf_doc entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Nf_doc entity. To perform execution, call the execute method on the request builder object.
    • updateNf_doc

      @Nonnull UpdateRequestBuilder<Nf_doc> updateNf_doc(@Nonnull Nf_doc nf_doc)
      Deprecated.
      Update an existing Nf_doc entity and save it to the S/4HANA system.
      Parameters:
      nf_doc - Nf_doc entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Nf_doc entity. To perform execution, call the execute method on the request builder object.
    • deleteNf_doc

      @Nonnull DeleteRequestBuilder<Nf_doc> deleteNf_doc(@Nonnull Nf_doc nf_doc)
      Deprecated.
      Deletes an existing Nf_doc entity in the S/4HANA system.
      Parameters:
      nf_doc - Nf_doc entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Nf_doc entity. To perform execution, call the execute method on the request builder object.
    • getAllNf_doc_ar

      @Nonnull GetAllRequestBuilder<Nf_doc_ar> getAllNf_doc_ar()
      Deprecated.
      Fetch multiple Nf_doc_ar entities.
      Returns:
      A request builder to fetch multiple Nf_doc_ar entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countNf_doc_ar

      @Nonnull CountRequestBuilder<Nf_doc_ar> countNf_doc_ar()
      Deprecated.
      Fetch the number of entries from the Nf_doc_ar entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Nf_doc_ar entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getNf_doc_arByKey

      @Nonnull GetByKeyRequestBuilder<Nf_doc_ar> getNf_doc_arByKey(String empresa, String filial, String nf_id, String inf_text, String cod_da, String num_da)
      Deprecated.
      Fetch a single Nf_doc_ar entity using key fields.
      Parameters:
      filial -

      Constraints: Not nullable, Maximum length: 4

      inf_text -

      Constraints: Not nullable, Maximum length: 255

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      cod_da -

      Constraints: Not nullable, Maximum length: 1

      num_da -

      Constraints: Not nullable, Maximum length: 50

      nf_id -

      Constraints: Not nullable, Maximum length: 10

      Returns:
      A request builder to fetch a single Nf_doc_ar entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createNf_doc_ar

      @Nonnull CreateRequestBuilder<Nf_doc_ar> createNf_doc_ar(@Nonnull Nf_doc_ar nf_doc_ar)
      Deprecated.
      Create a new Nf_doc_ar entity and save it to the S/4HANA system.
      Parameters:
      nf_doc_ar - Nf_doc_ar entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Nf_doc_ar entity. To perform execution, call the execute method on the request builder object.
    • updateNf_doc_ar

      @Nonnull UpdateRequestBuilder<Nf_doc_ar> updateNf_doc_ar(@Nonnull Nf_doc_ar nf_doc_ar)
      Deprecated.
      Update an existing Nf_doc_ar entity and save it to the S/4HANA system.
      Parameters:
      nf_doc_ar - Nf_doc_ar entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Nf_doc_ar entity. To perform execution, call the execute method on the request builder object.
    • deleteNf_doc_ar

      @Nonnull DeleteRequestBuilder<Nf_doc_ar> deleteNf_doc_ar(@Nonnull Nf_doc_ar nf_doc_ar)
      Deprecated.
      Deletes an existing Nf_doc_ar entity in the S/4HANA system.
      Parameters:
      nf_doc_ar - Nf_doc_ar entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Nf_doc_ar entity. To perform execution, call the execute method on the request builder object.
    • getAllNf_doc_im

      @Nonnull GetAllRequestBuilder<Nf_doc_im> getAllNf_doc_im()
      Deprecated.
      Fetch multiple Nf_doc_im entities.
      Returns:
      A request builder to fetch multiple Nf_doc_im entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countNf_doc_im

      @Nonnull CountRequestBuilder<Nf_doc_im> countNf_doc_im()
      Deprecated.
      Fetch the number of entries from the Nf_doc_im entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Nf_doc_im entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getNf_doc_imByKey

      @Nonnull GetByKeyRequestBuilder<Nf_doc_im> getNf_doc_imByKey(String empresa, String filial, String nf_id, String num_acdraw, String num_doc_imp)
      Deprecated.
      Fetch a single Nf_doc_im entity using key fields.
      Parameters:
      num_acdraw -

      Constraints: Not nullable, Maximum length: 20

      filial - Branch

      Constraints: Not nullable, Maximum length: 4

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      num_doc_imp -

      Constraints: Not nullable, Maximum length: 15

      nf_id - Nota Fiscal Id

      Constraints: Not nullable, Maximum length: 10

      Returns:
      A request builder to fetch a single Nf_doc_im entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createNf_doc_im

      @Nonnull CreateRequestBuilder<Nf_doc_im> createNf_doc_im(@Nonnull Nf_doc_im nf_doc_im)
      Deprecated.
      Create a new Nf_doc_im entity and save it to the S/4HANA system.
      Parameters:
      nf_doc_im - Nf_doc_im entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Nf_doc_im entity. To perform execution, call the execute method on the request builder object.
    • updateNf_doc_im

      @Nonnull UpdateRequestBuilder<Nf_doc_im> updateNf_doc_im(@Nonnull Nf_doc_im nf_doc_im)
      Deprecated.
      Update an existing Nf_doc_im entity and save it to the S/4HANA system.
      Parameters:
      nf_doc_im - Nf_doc_im entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Nf_doc_im entity. To perform execution, call the execute method on the request builder object.
    • deleteNf_doc_im

      @Nonnull DeleteRequestBuilder<Nf_doc_im> deleteNf_doc_im(@Nonnull Nf_doc_im nf_doc_im)
      Deprecated.
      Deletes an existing Nf_doc_im entity in the S/4HANA system.
      Parameters:
      nf_doc_im - Nf_doc_im entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Nf_doc_im entity. To perform execution, call the execute method on the request builder object.
    • getAllNf_doc_re

      @Nonnull GetAllRequestBuilder<Nf_doc_re> getAllNf_doc_re()
      Deprecated.
      Fetch multiple Nf_doc_re entities.
      Returns:
      A request builder to fetch multiple Nf_doc_re entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countNf_doc_re

      @Nonnull CountRequestBuilder<Nf_doc_re> countNf_doc_re()
      Deprecated.
      Fetch the number of entries from the Nf_doc_re entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Nf_doc_re entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getNf_doc_reByKey

      @Nonnull GetByKeyRequestBuilder<Nf_doc_re> getNf_doc_reByKey(String nf_id, String nf_id_doc_princ)
      Deprecated.
      Fetch a single Nf_doc_re entity using key fields.
      Parameters:
      nf_id_doc_princ - Nota Fiscal Main ID

      Constraints: Not nullable, Maximum length: 10

      nf_id - Nota Fiscal Id

      Constraints: Not nullable, Maximum length: 10

      Returns:
      A request builder to fetch a single Nf_doc_re entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createNf_doc_re

      @Nonnull CreateRequestBuilder<Nf_doc_re> createNf_doc_re(@Nonnull Nf_doc_re nf_doc_re)
      Deprecated.
      Create a new Nf_doc_re entity and save it to the S/4HANA system.
      Parameters:
      nf_doc_re - Nf_doc_re entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Nf_doc_re entity. To perform execution, call the execute method on the request builder object.
    • updateNf_doc_re

      @Nonnull UpdateRequestBuilder<Nf_doc_re> updateNf_doc_re(@Nonnull Nf_doc_re nf_doc_re)
      Deprecated.
      Update an existing Nf_doc_re entity and save it to the S/4HANA system.
      Parameters:
      nf_doc_re - Nf_doc_re entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Nf_doc_re entity. To perform execution, call the execute method on the request builder object.
    • deleteNf_doc_re

      @Nonnull DeleteRequestBuilder<Nf_doc_re> deleteNf_doc_re(@Nonnull Nf_doc_re nf_doc_re)
      Deprecated.
      Deletes an existing Nf_doc_re entity in the S/4HANA system.
      Parameters:
      nf_doc_re - Nf_doc_re entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Nf_doc_re entity. To perform execution, call the execute method on the request builder object.
    • getAllNf_doc_st

      @Nonnull GetAllRequestBuilder<Nf_doc_st> getAllNf_doc_st()
      Deprecated.
      Fetch multiple Nf_doc_st entities.
      Returns:
      A request builder to fetch multiple Nf_doc_st entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countNf_doc_st

      @Nonnull CountRequestBuilder<Nf_doc_st> countNf_doc_st()
      Deprecated.
      Fetch the number of entries from the Nf_doc_st entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Nf_doc_st entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getNf_doc_stByKey

      @Nonnull GetByKeyRequestBuilder<Nf_doc_st> getNf_doc_stByKey(String empresa, String filial, String nf_id)
      Deprecated.
      Fetch a single Nf_doc_st entity using key fields.
      Parameters:
      filial - Branch

      Constraints: Not nullable, Maximum length: 4

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      nf_id - Nota Fiscal Id

      Constraints: Not nullable, Maximum length: 10

      Returns:
      A request builder to fetch a single Nf_doc_st entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createNf_doc_st

      @Nonnull CreateRequestBuilder<Nf_doc_st> createNf_doc_st(@Nonnull Nf_doc_st nf_doc_st)
      Deprecated.
      Create a new Nf_doc_st entity and save it to the S/4HANA system.
      Parameters:
      nf_doc_st - Nf_doc_st entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Nf_doc_st entity. To perform execution, call the execute method on the request builder object.
    • updateNf_doc_st

      @Nonnull UpdateRequestBuilder<Nf_doc_st> updateNf_doc_st(@Nonnull Nf_doc_st nf_doc_st)
      Deprecated.
      Update an existing Nf_doc_st entity and save it to the S/4HANA system.
      Parameters:
      nf_doc_st - Nf_doc_st entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Nf_doc_st entity. To perform execution, call the execute method on the request builder object.
    • deleteNf_doc_st

      @Nonnull DeleteRequestBuilder<Nf_doc_st> deleteNf_doc_st(@Nonnull Nf_doc_st nf_doc_st)
      Deprecated.
      Deletes an existing Nf_doc_st entity in the S/4HANA system.
      Parameters:
      nf_doc_st - Nf_doc_st entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Nf_doc_st entity. To perform execution, call the execute method on the request builder object.
    • getAllNf_fatura

      @Nonnull GetAllRequestBuilder<Nf_fatura> getAllNf_fatura()
      Deprecated.
      Fetch multiple Nf_fatura entities.
      Returns:
      A request builder to fetch multiple Nf_fatura entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countNf_fatura

      @Nonnull CountRequestBuilder<Nf_fatura> countNf_fatura()
      Deprecated.
      Fetch the number of entries from the Nf_fatura entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Nf_fatura entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getNf_faturaByKey

      @Nonnull GetByKeyRequestBuilder<Nf_fatura> getNf_faturaByKey(String nf_id, String exercicio, String num_tit)
      Deprecated.
      Fetch a single Nf_fatura entity using key fields.
      Parameters:
      num_tit -

      Constraints: Not nullable, Maximum length: 250

      exercicio -

      Constraints: Not nullable, Maximum length: 4

      nf_id -

      Constraints: Not nullable, Maximum length: 10

      Returns:
      A request builder to fetch a single Nf_fatura entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createNf_fatura

      @Nonnull CreateRequestBuilder<Nf_fatura> createNf_fatura(@Nonnull Nf_fatura nf_fatura)
      Deprecated.
      Create a new Nf_fatura entity and save it to the S/4HANA system.
      Parameters:
      nf_fatura - Nf_fatura entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Nf_fatura entity. To perform execution, call the execute method on the request builder object.
    • updateNf_fatura

      @Nonnull UpdateRequestBuilder<Nf_fatura> updateNf_fatura(@Nonnull Nf_fatura nf_fatura)
      Deprecated.
      Update an existing Nf_fatura entity and save it to the S/4HANA system.
      Parameters:
      nf_fatura - Nf_fatura entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Nf_fatura entity. To perform execution, call the execute method on the request builder object.
    • deleteNf_fatura

      @Nonnull DeleteRequestBuilder<Nf_fatura> deleteNf_fatura(@Nonnull Nf_fatura nf_fatura)
      Deprecated.
      Deletes an existing Nf_fatura entity in the S/4HANA system.
      Parameters:
      nf_fatura - Nf_fatura entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Nf_fatura entity. To perform execution, call the execute method on the request builder object.
    • getAllNf_fat_ve

      @Nonnull GetAllRequestBuilder<Nf_fat_ve> getAllNf_fat_ve()
      Deprecated.
      Fetch multiple Nf_fat_ve entities.
      Returns:
      A request builder to fetch multiple Nf_fat_ve entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countNf_fat_ve

      @Nonnull CountRequestBuilder<Nf_fat_ve> countNf_fat_ve()
      Deprecated.
      Fetch the number of entries from the Nf_fat_ve entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Nf_fat_ve entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getNf_fat_veByKey

      @Nonnull GetByKeyRequestBuilder<Nf_fat_ve> getNf_fat_veByKey(String nf_id, String exercicio, String num_tit, Integer num_parc)
      Deprecated.
      Fetch a single Nf_fat_ve entity using key fields.
      Parameters:
      num_parc -

      Constraints: Not nullable

      num_tit -

      Constraints: Not nullable, Maximum length: 250

      exercicio -

      Constraints: Not nullable, Maximum length: 4

      nf_id -

      Constraints: Not nullable, Maximum length: 10

      Returns:
      A request builder to fetch a single Nf_fat_ve entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createNf_fat_ve

      @Nonnull CreateRequestBuilder<Nf_fat_ve> createNf_fat_ve(@Nonnull Nf_fat_ve nf_fat_ve)
      Deprecated.
      Create a new Nf_fat_ve entity and save it to the S/4HANA system.
      Parameters:
      nf_fat_ve - Nf_fat_ve entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Nf_fat_ve entity. To perform execution, call the execute method on the request builder object.
    • updateNf_fat_ve

      @Nonnull UpdateRequestBuilder<Nf_fat_ve> updateNf_fat_ve(@Nonnull Nf_fat_ve nf_fat_ve)
      Deprecated.
      Update an existing Nf_fat_ve entity and save it to the S/4HANA system.
      Parameters:
      nf_fat_ve - Nf_fat_ve entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Nf_fat_ve entity. To perform execution, call the execute method on the request builder object.
    • deleteNf_fat_ve

      @Nonnull DeleteRequestBuilder<Nf_fat_ve> deleteNf_fat_ve(@Nonnull Nf_fat_ve nf_fat_ve)
      Deprecated.
      Deletes an existing Nf_fat_ve entity in the S/4HANA system.
      Parameters:
      nf_fat_ve - Nf_fat_ve entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Nf_fat_ve entity. To perform execution, call the execute method on the request builder object.
    • getAllNf_impost

      @Nonnull GetAllRequestBuilder<Nf_impost> getAllNf_impost()
      Deprecated.
      Fetch multiple Nf_impost entities.
      Returns:
      A request builder to fetch multiple Nf_impost entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countNf_impost

      @Nonnull CountRequestBuilder<Nf_impost> countNf_impost()
      Deprecated.
      Fetch the number of entries from the Nf_impost entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Nf_impost entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getNf_impostByKey

      @Nonnull GetByKeyRequestBuilder<Nf_impost> getNf_impostByKey(String nf_id, String num_item, String sys_imposto, String tipo_imposto, String subdivisao)
      Deprecated.
      Fetch a single Nf_impost entity using key fields.
      Parameters:
      sys_imposto - Nota Fiscal Tax Type

      Constraints: Not nullable, Maximum length: 4

      tipo_imposto -

      Constraints: Not nullable, Maximum length: 6

      num_item -

      Constraints: Not nullable, Maximum length: 6

      subdivisao - Partilha Subdivision

      Constraints: Not nullable, Maximum length: 3

      nf_id -

      Constraints: Not nullable, Maximum length: 10

      Returns:
      A request builder to fetch a single Nf_impost entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createNf_impost

      @Nonnull CreateRequestBuilder<Nf_impost> createNf_impost(@Nonnull Nf_impost nf_impost)
      Deprecated.
      Create a new Nf_impost entity and save it to the S/4HANA system.
      Parameters:
      nf_impost - Nf_impost entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Nf_impost entity. To perform execution, call the execute method on the request builder object.
    • updateNf_impost

      @Nonnull UpdateRequestBuilder<Nf_impost> updateNf_impost(@Nonnull Nf_impost nf_impost)
      Deprecated.
      Update an existing Nf_impost entity and save it to the S/4HANA system.
      Parameters:
      nf_impost - Nf_impost entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Nf_impost entity. To perform execution, call the execute method on the request builder object.
    • deleteNf_impost

      @Nonnull DeleteRequestBuilder<Nf_impost> deleteNf_impost(@Nonnull Nf_impost nf_impost)
      Deprecated.
      Deletes an existing Nf_impost entity in the S/4HANA system.
      Parameters:
      nf_impost - Nf_impost entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Nf_impost entity. To perform execution, call the execute method on the request builder object.
    • getAllNf_impwh

      @Nonnull GetAllRequestBuilder<Nf_impwh> getAllNf_impwh()
      Deprecated.
      Fetch multiple Nf_impwh entities.
      Returns:
      A request builder to fetch multiple Nf_impwh entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countNf_impwh

      @Nonnull CountRequestBuilder<Nf_impwh> countNf_impwh()
      Deprecated.
      Fetch the number of entries from the Nf_impwh entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Nf_impwh entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getNf_impwhByKey

      @Nonnull GetByKeyRequestBuilder<Nf_impwh> getNf_impwhByKey(String empresa, String num_lcto, String exercicio, String num_item, String cat_imposto)
      Deprecated.
      Fetch a single Nf_impwh entity using key fields.
      Parameters:
      cat_imposto -

      Constraints: Not nullable, Maximum length: 2

      num_item -

      Constraints: Not nullable, Maximum length: 6

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      num_lcto -

      Constraints: Not nullable, Maximum length: 10

      exercicio - Year

      Constraints: Not nullable, Maximum length: 4

      Returns:
      A request builder to fetch a single Nf_impwh entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createNf_impwh

      @Nonnull CreateRequestBuilder<Nf_impwh> createNf_impwh(@Nonnull Nf_impwh nf_impwh)
      Deprecated.
      Create a new Nf_impwh entity and save it to the S/4HANA system.
      Parameters:
      nf_impwh - Nf_impwh entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Nf_impwh entity. To perform execution, call the execute method on the request builder object.
    • updateNf_impwh

      @Nonnull UpdateRequestBuilder<Nf_impwh> updateNf_impwh(@Nonnull Nf_impwh nf_impwh)
      Deprecated.
      Update an existing Nf_impwh entity and save it to the S/4HANA system.
      Parameters:
      nf_impwh - Nf_impwh entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Nf_impwh entity. To perform execution, call the execute method on the request builder object.
    • deleteNf_impwh

      @Nonnull DeleteRequestBuilder<Nf_impwh> deleteNf_impwh(@Nonnull Nf_impwh nf_impwh)
      Deprecated.
      Deletes an existing Nf_impwh entity in the S/4HANA system.
      Parameters:
      nf_impwh - Nf_impwh entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Nf_impwh entity. To perform execution, call the execute method on the request builder object.
    • getAllNf_im_ser

      @Nonnull GetAllRequestBuilder<Nf_im_ser> getAllNf_im_ser()
      Deprecated.
      Fetch multiple Nf_im_ser entities.
      Returns:
      A request builder to fetch multiple Nf_im_ser entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countNf_im_ser

      @Nonnull CountRequestBuilder<Nf_im_ser> countNf_im_ser()
      Deprecated.
      Fetch the number of entries from the Nf_im_ser entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Nf_im_ser entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getNf_im_serByKey

      @Nonnull GetByKeyRequestBuilder<Nf_im_ser> getNf_im_serByKey(String empresa, String filial, String nf_id)
      Deprecated.
      Fetch a single Nf_im_ser entity using key fields.
      Parameters:
      filial -

      Constraints: Not nullable, Maximum length: 4

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      nf_id -

      Constraints: Not nullable, Maximum length: 10

      Returns:
      A request builder to fetch a single Nf_im_ser entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createNf_im_ser

      @Nonnull CreateRequestBuilder<Nf_im_ser> createNf_im_ser(@Nonnull Nf_im_ser nf_im_ser)
      Deprecated.
      Create a new Nf_im_ser entity and save it to the S/4HANA system.
      Parameters:
      nf_im_ser - Nf_im_ser entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Nf_im_ser entity. To perform execution, call the execute method on the request builder object.
    • updateNf_im_ser

      @Nonnull UpdateRequestBuilder<Nf_im_ser> updateNf_im_ser(@Nonnull Nf_im_ser nf_im_ser)
      Deprecated.
      Update an existing Nf_im_ser entity and save it to the S/4HANA system.
      Parameters:
      nf_im_ser - Nf_im_ser entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Nf_im_ser entity. To perform execution, call the execute method on the request builder object.
    • deleteNf_im_ser

      @Nonnull DeleteRequestBuilder<Nf_im_ser> deleteNf_im_ser(@Nonnull Nf_im_ser nf_im_ser)
      Deprecated.
      Deletes an existing Nf_im_ser entity in the S/4HANA system.
      Parameters:
      nf_im_ser - Nf_im_ser entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Nf_im_ser entity. To perform execution, call the execute method on the request builder object.
    • getAllNf_inf_co

      @Nonnull GetAllRequestBuilder<Nf_inf_co> getAllNf_inf_co()
      Deprecated.
      Fetch multiple Nf_inf_co entities.
      Returns:
      A request builder to fetch multiple Nf_inf_co entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countNf_inf_co

      @Nonnull CountRequestBuilder<Nf_inf_co> countNf_inf_co()
      Deprecated.
      Fetch the number of entries from the Nf_inf_co entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Nf_inf_co entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getNf_inf_coByKey

      @Nonnull GetByKeyRequestBuilder<Nf_inf_co> getNf_inf_coByKey(String nf_id, String txt_substituido)
      Deprecated.
      Fetch a single Nf_inf_co entity using key fields.
      Parameters:
      txt_substituido -

      Constraints: Not nullable, Maximum length: 255

      nf_id -

      Constraints: Not nullable, Maximum length: 10

      Returns:
      A request builder to fetch a single Nf_inf_co entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createNf_inf_co

      @Nonnull CreateRequestBuilder<Nf_inf_co> createNf_inf_co(@Nonnull Nf_inf_co nf_inf_co)
      Deprecated.
      Create a new Nf_inf_co entity and save it to the S/4HANA system.
      Parameters:
      nf_inf_co - Nf_inf_co entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Nf_inf_co entity. To perform execution, call the execute method on the request builder object.
    • updateNf_inf_co

      @Nonnull UpdateRequestBuilder<Nf_inf_co> updateNf_inf_co(@Nonnull Nf_inf_co nf_inf_co)
      Deprecated.
      Update an existing Nf_inf_co entity and save it to the S/4HANA system.
      Parameters:
      nf_inf_co - Nf_inf_co entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Nf_inf_co entity. To perform execution, call the execute method on the request builder object.
    • deleteNf_inf_co

      @Nonnull DeleteRequestBuilder<Nf_inf_co> deleteNf_inf_co(@Nonnull Nf_inf_co nf_inf_co)
      Deprecated.
      Deletes an existing Nf_inf_co entity in the S/4HANA system.
      Parameters:
      nf_inf_co - Nf_inf_co entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Nf_inf_co entity. To perform execution, call the execute method on the request builder object.
    • getAllNf_item

      @Nonnull GetAllRequestBuilder<Nf_item> getAllNf_item()
      Deprecated.
      Fetch multiple Nf_item entities.
      Returns:
      A request builder to fetch multiple Nf_item entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countNf_item

      @Nonnull CountRequestBuilder<Nf_item> countNf_item()
      Deprecated.
      Fetch the number of entries from the Nf_item entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Nf_item entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getNf_itemByKey

      @Nonnull GetByKeyRequestBuilder<Nf_item> getNf_itemByKey(String nf_id, String num_item)
      Deprecated.
      Fetch a single Nf_item entity using key fields.
      Parameters:
      num_item -

      Constraints: Not nullable, Maximum length: 6

      nf_id - Nota Fiscal Id

      Constraints: Not nullable, Maximum length: 10

      Returns:
      A request builder to fetch a single Nf_item entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createNf_item

      @Nonnull CreateRequestBuilder<Nf_item> createNf_item(@Nonnull Nf_item nf_item)
      Deprecated.
      Create a new Nf_item entity and save it to the S/4HANA system.
      Parameters:
      nf_item - Nf_item entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Nf_item entity. To perform execution, call the execute method on the request builder object.
    • updateNf_item

      @Nonnull UpdateRequestBuilder<Nf_item> updateNf_item(@Nonnull Nf_item nf_item)
      Deprecated.
      Update an existing Nf_item entity and save it to the S/4HANA system.
      Parameters:
      nf_item - Nf_item entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Nf_item entity. To perform execution, call the execute method on the request builder object.
    • deleteNf_item

      @Nonnull DeleteRequestBuilder<Nf_item> deleteNf_item(@Nonnull Nf_item nf_item)
      Deprecated.
      Deletes an existing Nf_item entity in the S/4HANA system.
      Parameters:
      nf_item - Nf_item entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Nf_item entity. To perform execution, call the execute method on the request builder object.
    • getAllNf_it_cpl

      @Nonnull GetAllRequestBuilder<Nf_it_cpl> getAllNf_it_cpl()
      Deprecated.
      Fetch multiple Nf_it_cpl entities.
      Returns:
      A request builder to fetch multiple Nf_it_cpl entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countNf_it_cpl

      @Nonnull CountRequestBuilder<Nf_it_cpl> countNf_it_cpl()
      Deprecated.
      Fetch the number of entries from the Nf_it_cpl entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Nf_it_cpl entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getNf_it_cplByKey

      @Nonnull GetByKeyRequestBuilder<Nf_it_cpl> getNf_it_cplByKey(String nf_id, String num_item)
      Deprecated.
      Fetch a single Nf_it_cpl entity using key fields.
      Parameters:
      num_item -

      Constraints: Not nullable, Maximum length: 6

      nf_id -

      Constraints: Not nullable, Maximum length: 10

      Returns:
      A request builder to fetch a single Nf_it_cpl entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createNf_it_cpl

      @Nonnull CreateRequestBuilder<Nf_it_cpl> createNf_it_cpl(@Nonnull Nf_it_cpl nf_it_cpl)
      Deprecated.
      Create a new Nf_it_cpl entity and save it to the S/4HANA system.
      Parameters:
      nf_it_cpl - Nf_it_cpl entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Nf_it_cpl entity. To perform execution, call the execute method on the request builder object.
    • updateNf_it_cpl

      @Nonnull UpdateRequestBuilder<Nf_it_cpl> updateNf_it_cpl(@Nonnull Nf_it_cpl nf_it_cpl)
      Deprecated.
      Update an existing Nf_it_cpl entity and save it to the S/4HANA system.
      Parameters:
      nf_it_cpl - Nf_it_cpl entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Nf_it_cpl entity. To perform execution, call the execute method on the request builder object.
    • deleteNf_it_cpl

      @Nonnull DeleteRequestBuilder<Nf_it_cpl> deleteNf_it_cpl(@Nonnull Nf_it_cpl nf_it_cpl)
      Deprecated.
      Deletes an existing Nf_it_cpl entity in the S/4HANA system.
      Parameters:
      nf_it_cpl - Nf_it_cpl entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Nf_it_cpl entity. To perform execution, call the execute method on the request builder object.
    • getAllNf_it_st

      @Nonnull GetAllRequestBuilder<Nf_it_st> getAllNf_it_st()
      Deprecated.
      Fetch multiple Nf_it_st entities.
      Returns:
      A request builder to fetch multiple Nf_it_st entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countNf_it_st

      @Nonnull CountRequestBuilder<Nf_it_st> countNf_it_st()
      Deprecated.
      Fetch the number of entries from the Nf_it_st entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Nf_it_st entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getNf_it_stByKey

      @Nonnull GetByKeyRequestBuilder<Nf_it_st> getNf_it_stByKey(UUID id)
      Deprecated.
      Fetch a single Nf_it_st entity using key fields.
      Parameters:
      id - Tables ID

      Constraints: Not nullable

      Returns:
      A request builder to fetch a single Nf_it_st entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createNf_it_st

      @Nonnull CreateRequestBuilder<Nf_it_st> createNf_it_st(@Nonnull Nf_it_st nf_it_st)
      Deprecated.
      Create a new Nf_it_st entity and save it to the S/4HANA system.
      Parameters:
      nf_it_st - Nf_it_st entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Nf_it_st entity. To perform execution, call the execute method on the request builder object.
    • updateNf_it_st

      @Nonnull UpdateRequestBuilder<Nf_it_st> updateNf_it_st(@Nonnull Nf_it_st nf_it_st)
      Deprecated.
      Update an existing Nf_it_st entity and save it to the S/4HANA system.
      Parameters:
      nf_it_st - Nf_it_st entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Nf_it_st entity. To perform execution, call the execute method on the request builder object.
    • deleteNf_it_st

      @Nonnull DeleteRequestBuilder<Nf_it_st> deleteNf_it_st(@Nonnull Nf_it_st nf_it_st)
      Deprecated.
      Deletes an existing Nf_it_st entity in the S/4HANA system.
      Parameters:
      nf_it_st - Nf_it_st entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Nf_it_st entity. To perform execution, call the execute method on the request builder object.
    • getAllNf_i_comb

      @Nonnull GetAllRequestBuilder<Nf_i_comb> getAllNf_i_comb()
      Deprecated.
      Fetch multiple Nf_i_comb entities.
      Returns:
      A request builder to fetch multiple Nf_i_comb entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countNf_i_comb

      @Nonnull CountRequestBuilder<Nf_i_comb> countNf_i_comb()
      Deprecated.
      Fetch the number of entries from the Nf_i_comb entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Nf_i_comb entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getNf_i_combByKey

      @Nonnull GetByKeyRequestBuilder<Nf_i_comb> getNf_i_combByKey(String nf_id, String num_item, String num_tanque)
      Deprecated.
      Fetch a single Nf_i_comb entity using key fields.
      Parameters:
      num_item -

      Constraints: Not nullable, Maximum length: 6

      num_tanque -

      Constraints: Not nullable, Maximum length: 3

      nf_id -

      Constraints: Not nullable, Maximum length: 10

      Returns:
      A request builder to fetch a single Nf_i_comb entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createNf_i_comb

      @Nonnull CreateRequestBuilder<Nf_i_comb> createNf_i_comb(@Nonnull Nf_i_comb nf_i_comb)
      Deprecated.
      Create a new Nf_i_comb entity and save it to the S/4HANA system.
      Parameters:
      nf_i_comb - Nf_i_comb entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Nf_i_comb entity. To perform execution, call the execute method on the request builder object.
    • updateNf_i_comb

      @Nonnull UpdateRequestBuilder<Nf_i_comb> updateNf_i_comb(@Nonnull Nf_i_comb nf_i_comb)
      Deprecated.
      Update an existing Nf_i_comb entity and save it to the S/4HANA system.
      Parameters:
      nf_i_comb - Nf_i_comb entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Nf_i_comb entity. To perform execution, call the execute method on the request builder object.
    • deleteNf_i_comb

      @Nonnull DeleteRequestBuilder<Nf_i_comb> deleteNf_i_comb(@Nonnull Nf_i_comb nf_i_comb)
      Deprecated.
      Deletes an existing Nf_i_comb entity in the S/4HANA system.
      Parameters:
      nf_i_comb - Nf_i_comb entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Nf_i_comb entity. To perform execution, call the execute method on the request builder object.
    • getAllNf_loc_ce

      @Nonnull GetAllRequestBuilder<Nf_loc_ce> getAllNf_loc_ce()
      Deprecated.
      Fetch multiple Nf_loc_ce entities.
      Returns:
      A request builder to fetch multiple Nf_loc_ce entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countNf_loc_ce

      @Nonnull CountRequestBuilder<Nf_loc_ce> countNf_loc_ce()
      Deprecated.
      Fetch the number of entries from the Nf_loc_ce entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Nf_loc_ce entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getNf_loc_ceByKey

      @Nonnull GetByKeyRequestBuilder<Nf_loc_ce> getNf_loc_ceByKey(String empresa, String filial, String nf_id, String inf_text, String ind_carga, String cnpj_col)
      Deprecated.
      Fetch a single Nf_loc_ce entity using key fields.
      Parameters:
      ind_carga -

      Constraints: Not nullable, Maximum length: 1

      filial -

      Constraints: Not nullable, Maximum length: 4

      inf_text -

      Constraints: Not nullable, Maximum length: 255

      cnpj_col -

      Constraints: Not nullable, Maximum length: 14

      empresa -

      Constraints: Not nullable, Maximum length: 4

      nf_id -

      Constraints: Not nullable, Maximum length: 10

      Returns:
      A request builder to fetch a single Nf_loc_ce entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createNf_loc_ce

      @Nonnull CreateRequestBuilder<Nf_loc_ce> createNf_loc_ce(@Nonnull Nf_loc_ce nf_loc_ce)
      Deprecated.
      Create a new Nf_loc_ce entity and save it to the S/4HANA system.
      Parameters:
      nf_loc_ce - Nf_loc_ce entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Nf_loc_ce entity. To perform execution, call the execute method on the request builder object.
    • updateNf_loc_ce

      @Nonnull UpdateRequestBuilder<Nf_loc_ce> updateNf_loc_ce(@Nonnull Nf_loc_ce nf_loc_ce)
      Deprecated.
      Update an existing Nf_loc_ce entity and save it to the S/4HANA system.
      Parameters:
      nf_loc_ce - Nf_loc_ce entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Nf_loc_ce entity. To perform execution, call the execute method on the request builder object.
    • deleteNf_loc_ce

      @Nonnull DeleteRequestBuilder<Nf_loc_ce> deleteNf_loc_ce(@Nonnull Nf_loc_ce nf_loc_ce)
      Deprecated.
      Deletes an existing Nf_loc_ce entity in the S/4HANA system.
      Parameters:
      nf_loc_ce - Nf_loc_ce entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Nf_loc_ce entity. To perform execution, call the execute method on the request builder object.
    • getAllNf_loc_ct

      @Nonnull GetAllRequestBuilder<Nf_loc_ct> getAllNf_loc_ct()
      Deprecated.
      Fetch multiple Nf_loc_ct entities.
      Returns:
      A request builder to fetch multiple Nf_loc_ct entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countNf_loc_ct

      @Nonnull CountRequestBuilder<Nf_loc_ct> countNf_loc_ct()
      Deprecated.
      Fetch the number of entries from the Nf_loc_ct entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Nf_loc_ct entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getNf_loc_ctByKey

      @Nonnull GetByKeyRequestBuilder<Nf_loc_ct> getNf_loc_ctByKey(String empresa, String filial, String nf_id)
      Deprecated.
      Fetch a single Nf_loc_ct entity using key fields.
      Parameters:
      filial -

      Constraints: Not nullable, Maximum length: 4

      empresa -

      Constraints: Not nullable, Maximum length: 4

      nf_id -

      Constraints: Not nullable, Maximum length: 10

      Returns:
      A request builder to fetch a single Nf_loc_ct entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createNf_loc_ct

      @Nonnull CreateRequestBuilder<Nf_loc_ct> createNf_loc_ct(@Nonnull Nf_loc_ct nf_loc_ct)
      Deprecated.
      Create a new Nf_loc_ct entity and save it to the S/4HANA system.
      Parameters:
      nf_loc_ct - Nf_loc_ct entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Nf_loc_ct entity. To perform execution, call the execute method on the request builder object.
    • updateNf_loc_ct

      @Nonnull UpdateRequestBuilder<Nf_loc_ct> updateNf_loc_ct(@Nonnull Nf_loc_ct nf_loc_ct)
      Deprecated.
      Update an existing Nf_loc_ct entity and save it to the S/4HANA system.
      Parameters:
      nf_loc_ct - Nf_loc_ct entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Nf_loc_ct entity. To perform execution, call the execute method on the request builder object.
    • deleteNf_loc_ct

      @Nonnull DeleteRequestBuilder<Nf_loc_ct> deleteNf_loc_ct(@Nonnull Nf_loc_ct nf_loc_ct)
      Deprecated.
      Deletes an existing Nf_loc_ct entity in the S/4HANA system.
      Parameters:
      nf_loc_ct - Nf_loc_ct entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Nf_loc_ct entity. To perform execution, call the execute method on the request builder object.
    • getAllNf_luc_pr

      @Nonnull GetAllRequestBuilder<Nf_luc_pr> getAllNf_luc_pr()
      Deprecated.
      Fetch multiple Nf_luc_pr entities.
      Returns:
      A request builder to fetch multiple Nf_luc_pr entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countNf_luc_pr

      @Nonnull CountRequestBuilder<Nf_luc_pr> countNf_luc_pr()
      Deprecated.
      Fetch the number of entries from the Nf_luc_pr entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Nf_luc_pr entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getNf_luc_prByKey

      @Nonnull GetByKeyRequestBuilder<Nf_luc_pr> getNf_luc_prByKey(String num_lcto)
      Deprecated.
      Fetch a single Nf_luc_pr entity using key fields.
      Parameters:
      num_lcto - Posting Number

      Constraints: Not nullable, Maximum length: 11

      Returns:
      A request builder to fetch a single Nf_luc_pr entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createNf_luc_pr

      @Nonnull CreateRequestBuilder<Nf_luc_pr> createNf_luc_pr(@Nonnull Nf_luc_pr nf_luc_pr)
      Deprecated.
      Create a new Nf_luc_pr entity and save it to the S/4HANA system.
      Parameters:
      nf_luc_pr - Nf_luc_pr entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Nf_luc_pr entity. To perform execution, call the execute method on the request builder object.
    • updateNf_luc_pr

      @Nonnull UpdateRequestBuilder<Nf_luc_pr> updateNf_luc_pr(@Nonnull Nf_luc_pr nf_luc_pr)
      Deprecated.
      Update an existing Nf_luc_pr entity and save it to the S/4HANA system.
      Parameters:
      nf_luc_pr - Nf_luc_pr entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Nf_luc_pr entity. To perform execution, call the execute method on the request builder object.
    • deleteNf_luc_pr

      @Nonnull DeleteRequestBuilder<Nf_luc_pr> deleteNf_luc_pr(@Nonnull Nf_luc_pr nf_luc_pr)
      Deprecated.
      Deletes an existing Nf_luc_pr entity in the S/4HANA system.
      Parameters:
      nf_luc_pr - Nf_luc_pr entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Nf_luc_pr entity. To perform execution, call the execute method on the request builder object.
    • getAllNf_modais

      @Nonnull GetAllRequestBuilder<Nf_modais> getAllNf_modais()
      Deprecated.
      Fetch multiple Nf_modais entities.
      Returns:
      A request builder to fetch multiple Nf_modais entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countNf_modais

      @Nonnull CountRequestBuilder<Nf_modais> countNf_modais()
      Deprecated.
      Fetch the number of entries from the Nf_modais entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Nf_modais entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getNf_modaisByKey

      @Nonnull GetByKeyRequestBuilder<Nf_modais> getNf_modaisByKey(String empresa, String filial, String nf_id, String num_seq)
      Deprecated.
      Fetch a single Nf_modais entity using key fields.
      Parameters:
      filial -

      Constraints: Not nullable, Maximum length: 4

      num_seq -

      Constraints: Not nullable, Maximum length: 255

      empresa -

      Constraints: Not nullable, Maximum length: 4

      nf_id -

      Constraints: Not nullable, Maximum length: 10

      Returns:
      A request builder to fetch a single Nf_modais entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createNf_modais

      @Nonnull CreateRequestBuilder<Nf_modais> createNf_modais(@Nonnull Nf_modais nf_modais)
      Deprecated.
      Create a new Nf_modais entity and save it to the S/4HANA system.
      Parameters:
      nf_modais - Nf_modais entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Nf_modais entity. To perform execution, call the execute method on the request builder object.
    • updateNf_modais

      @Nonnull UpdateRequestBuilder<Nf_modais> updateNf_modais(@Nonnull Nf_modais nf_modais)
      Deprecated.
      Update an existing Nf_modais entity and save it to the S/4HANA system.
      Parameters:
      nf_modais - Nf_modais entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Nf_modais entity. To perform execution, call the execute method on the request builder object.
    • deleteNf_modais

      @Nonnull DeleteRequestBuilder<Nf_modais> deleteNf_modais(@Nonnull Nf_modais nf_modais)
      Deprecated.
      Deletes an existing Nf_modais entity in the S/4HANA system.
      Parameters:
      nf_modais - Nf_modais entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Nf_modais entity. To perform execution, call the execute method on the request builder object.
    • getAllNf_obs_lc

      @Nonnull GetAllRequestBuilder<Nf_obs_lc> getAllNf_obs_lc()
      Deprecated.
      Fetch multiple Nf_obs_lc entities.
      Returns:
      A request builder to fetch multiple Nf_obs_lc entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countNf_obs_lc

      @Nonnull CountRequestBuilder<Nf_obs_lc> countNf_obs_lc()
      Deprecated.
      Fetch the number of entries from the Nf_obs_lc entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Nf_obs_lc entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getNf_obs_lcByKey

      @Nonnull GetByKeyRequestBuilder<Nf_obs_lc> getNf_obs_lcByKey(String nro_ord, String ecf_mod, String ecf_fab, String nf_id, String txt_substituido)
      Deprecated.
      Fetch a single Nf_obs_lc entity using key fields.
      Parameters:
      txt_substituido -

      Constraints: Not nullable, Maximum length: 255

      nro_ord -

      Constraints: Not nullable, Maximum length: 9

      ecf_mod -

      Constraints: Not nullable, Maximum length: 20

      ecf_fab - ECF Manufacturing Serial Number

      Constraints: Not nullable, Maximum length: 21

      nf_id -

      Constraints: Not nullable, Maximum length: 10

      Returns:
      A request builder to fetch a single Nf_obs_lc entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createNf_obs_lc

      @Nonnull CreateRequestBuilder<Nf_obs_lc> createNf_obs_lc(@Nonnull Nf_obs_lc nf_obs_lc)
      Deprecated.
      Create a new Nf_obs_lc entity and save it to the S/4HANA system.
      Parameters:
      nf_obs_lc - Nf_obs_lc entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Nf_obs_lc entity. To perform execution, call the execute method on the request builder object.
    • updateNf_obs_lc

      @Nonnull UpdateRequestBuilder<Nf_obs_lc> updateNf_obs_lc(@Nonnull Nf_obs_lc nf_obs_lc)
      Deprecated.
      Update an existing Nf_obs_lc entity and save it to the S/4HANA system.
      Parameters:
      nf_obs_lc - Nf_obs_lc entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Nf_obs_lc entity. To perform execution, call the execute method on the request builder object.
    • deleteNf_obs_lc

      @Nonnull DeleteRequestBuilder<Nf_obs_lc> deleteNf_obs_lc(@Nonnull Nf_obs_lc nf_obs_lc)
      Deprecated.
      Deletes an existing Nf_obs_lc entity in the S/4HANA system.
      Parameters:
      nf_obs_lc - Nf_obs_lc entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Nf_obs_lc entity. To perform execution, call the execute method on the request builder object.
    • getAllNf_opr_co

      @Nonnull GetAllRequestBuilder<Nf_opr_co> getAllNf_opr_co()
      Deprecated.
      Fetch multiple Nf_opr_co entities.
      Returns:
      A request builder to fetch multiple Nf_opr_co entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countNf_opr_co

      @Nonnull CountRequestBuilder<Nf_opr_co> countNf_opr_co()
      Deprecated.
      Fetch the number of entries from the Nf_opr_co entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Nf_opr_co entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getNf_opr_coByKey

      @Nonnull GetByKeyRequestBuilder<Nf_opr_co> getNf_opr_coByKey(String empresa, String filial, String nf_id, String cod_part, String veic_id)
      Deprecated.
      Fetch a single Nf_opr_co entity using key fields.
      Parameters:
      cod_part - Participant Code

      Constraints: Not nullable, Maximum length: 60

      filial - Branch

      Constraints: Not nullable, Maximum length: 4

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      nf_id - Nota Fiscal Id

      Constraints: Not nullable, Maximum length: 10

      veic_id - Vehicle ID

      Constraints: Not nullable, Maximum length: 7

      Returns:
      A request builder to fetch a single Nf_opr_co entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createNf_opr_co

      @Nonnull CreateRequestBuilder<Nf_opr_co> createNf_opr_co(@Nonnull Nf_opr_co nf_opr_co)
      Deprecated.
      Create a new Nf_opr_co entity and save it to the S/4HANA system.
      Parameters:
      nf_opr_co - Nf_opr_co entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Nf_opr_co entity. To perform execution, call the execute method on the request builder object.
    • updateNf_opr_co

      @Nonnull UpdateRequestBuilder<Nf_opr_co> updateNf_opr_co(@Nonnull Nf_opr_co nf_opr_co)
      Deprecated.
      Update an existing Nf_opr_co entity and save it to the S/4HANA system.
      Parameters:
      nf_opr_co - Nf_opr_co entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Nf_opr_co entity. To perform execution, call the execute method on the request builder object.
    • deleteNf_opr_co

      @Nonnull DeleteRequestBuilder<Nf_opr_co> deleteNf_opr_co(@Nonnull Nf_opr_co nf_opr_co)
      Deprecated.
      Deletes an existing Nf_opr_co entity in the S/4HANA system.
      Parameters:
      nf_opr_co - Nf_opr_co entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Nf_opr_co entity. To perform execution, call the execute method on the request builder object.
    • getAllNf_ot_obt

      @Nonnull GetAllRequestBuilder<Nf_ot_obt> getAllNf_ot_obt()
      Deprecated.
      Fetch multiple Nf_ot_obt entities.
      Returns:
      A request builder to fetch multiple Nf_ot_obt entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countNf_ot_obt

      @Nonnull CountRequestBuilder<Nf_ot_obt> countNf_ot_obt()
      Deprecated.
      Fetch the number of entries from the Nf_ot_obt entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Nf_ot_obt entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getNf_ot_obtByKey

      @Nonnull GetByKeyRequestBuilder<Nf_ot_obt> getNf_ot_obtByKey(String empresa, String filial, String nf_id, String cod_aj, String cod_item, String cod_obs)
      Deprecated.
      Fetch a single Nf_ot_obt entity using key fields.
      Parameters:
      cod_item - Item Code

      Constraints: Not nullable, Maximum length: 60

      filial - Branch

      Constraints: Not nullable, Maximum length: 4

      cod_obs - Observation Code

      Constraints: Not nullable, Maximum length: 6

      cod_aj - Adjustment code

      Constraints: Not nullable, Maximum length: 10

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      nf_id - Nota Fiscal Id

      Constraints: Not nullable, Maximum length: 10

      Returns:
      A request builder to fetch a single Nf_ot_obt entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createNf_ot_obt

      @Nonnull CreateRequestBuilder<Nf_ot_obt> createNf_ot_obt(@Nonnull Nf_ot_obt nf_ot_obt)
      Deprecated.
      Create a new Nf_ot_obt entity and save it to the S/4HANA system.
      Parameters:
      nf_ot_obt - Nf_ot_obt entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Nf_ot_obt entity. To perform execution, call the execute method on the request builder object.
    • updateNf_ot_obt

      @Nonnull UpdateRequestBuilder<Nf_ot_obt> updateNf_ot_obt(@Nonnull Nf_ot_obt nf_ot_obt)
      Deprecated.
      Update an existing Nf_ot_obt entity and save it to the S/4HANA system.
      Parameters:
      nf_ot_obt - Nf_ot_obt entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Nf_ot_obt entity. To perform execution, call the execute method on the request builder object.
    • deleteNf_ot_obt

      @Nonnull DeleteRequestBuilder<Nf_ot_obt> deleteNf_ot_obt(@Nonnull Nf_ot_obt nf_ot_obt)
      Deprecated.
      Deletes an existing Nf_ot_obt entity in the S/4HANA system.
      Parameters:
      nf_ot_obt - Nf_ot_obt entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Nf_ot_obt entity. To perform execution, call the execute method on the request builder object.
    • getAllNf_parc

      @Nonnull GetAllRequestBuilder<Nf_parc> getAllNf_parc()
      Deprecated.
      Fetch multiple Nf_parc entities.
      Returns:
      A request builder to fetch multiple Nf_parc entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countNf_parc

      @Nonnull CountRequestBuilder<Nf_parc> countNf_parc()
      Deprecated.
      Fetch the number of entries from the Nf_parc entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Nf_parc entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getNf_parcByKey

      @Nonnull GetByKeyRequestBuilder<Nf_parc> getNf_parcByKey(String nf_id, String tipo_parc, String cod_parc, String fun_parc)
      Deprecated.
      Fetch a single Nf_parc entity using key fields.
      Parameters:
      cod_parc -

      Constraints: Not nullable, Maximum length: 60

      fun_parc - Nota Fiscal Partner Function

      Constraints: Not nullable, Maximum length: 2

      tipo_parc -

      Constraints: Not nullable, Maximum length: 1

      nf_id -

      Constraints: Not nullable, Maximum length: 10

      Returns:
      A request builder to fetch a single Nf_parc entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createNf_parc

      @Nonnull CreateRequestBuilder<Nf_parc> createNf_parc(@Nonnull Nf_parc nf_parc)
      Deprecated.
      Create a new Nf_parc entity and save it to the S/4HANA system.
      Parameters:
      nf_parc - Nf_parc entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Nf_parc entity. To perform execution, call the execute method on the request builder object.
    • updateNf_parc

      @Nonnull UpdateRequestBuilder<Nf_parc> updateNf_parc(@Nonnull Nf_parc nf_parc)
      Deprecated.
      Update an existing Nf_parc entity and save it to the S/4HANA system.
      Parameters:
      nf_parc - Nf_parc entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Nf_parc entity. To perform execution, call the execute method on the request builder object.
    • deleteNf_parc

      @Nonnull DeleteRequestBuilder<Nf_parc> deleteNf_parc(@Nonnull Nf_parc nf_parc)
      Deprecated.
      Deletes an existing Nf_parc entity in the S/4HANA system.
      Parameters:
      nf_parc - Nf_parc entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Nf_parc entity. To perform execution, call the execute method on the request builder object.
    • getAllNf_prc_re

      @Nonnull GetAllRequestBuilder<Nf_prc_re> getAllNf_prc_re()
      Deprecated.
      Fetch multiple Nf_prc_re entities.
      Returns:
      A request builder to fetch multiple Nf_prc_re entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countNf_prc_re

      @Nonnull CountRequestBuilder<Nf_prc_re> countNf_prc_re()
      Deprecated.
      Fetch the number of entries from the Nf_prc_re entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Nf_prc_re entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getNf_prc_reByKey

      @Nonnull GetByKeyRequestBuilder<Nf_prc_re> getNf_prc_reByKey(String empresa, String filial, String nf_id, String num_proc)
      Deprecated.
      Fetch a single Nf_prc_re entity using key fields.
      Parameters:
      filial -

      Constraints: Not nullable, Maximum length: 4

      num_proc - Issuing Process Number

      Constraints: Not nullable, Maximum length: 60

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      nf_id -

      Constraints: Not nullable, Maximum length: 10

      Returns:
      A request builder to fetch a single Nf_prc_re entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createNf_prc_re

      @Nonnull CreateRequestBuilder<Nf_prc_re> createNf_prc_re(@Nonnull Nf_prc_re nf_prc_re)
      Deprecated.
      Create a new Nf_prc_re entity and save it to the S/4HANA system.
      Parameters:
      nf_prc_re - Nf_prc_re entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Nf_prc_re entity. To perform execution, call the execute method on the request builder object.
    • updateNf_prc_re

      @Nonnull UpdateRequestBuilder<Nf_prc_re> updateNf_prc_re(@Nonnull Nf_prc_re nf_prc_re)
      Deprecated.
      Update an existing Nf_prc_re entity and save it to the S/4HANA system.
      Parameters:
      nf_prc_re - Nf_prc_re entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Nf_prc_re entity. To perform execution, call the execute method on the request builder object.
    • deleteNf_prc_re

      @Nonnull DeleteRequestBuilder<Nf_prc_re> deleteNf_prc_re(@Nonnull Nf_prc_re nf_prc_re)
      Deprecated.
      Deletes an existing Nf_prc_re entity in the S/4HANA system.
      Parameters:
      nf_prc_re - Nf_prc_re entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Nf_prc_re entity. To perform execution, call the execute method on the request builder object.
    • getAllNf_ter_fa

      @Nonnull GetAllRequestBuilder<Nf_ter_fa> getAllNf_ter_fa()
      Deprecated.
      Fetch multiple Nf_ter_fa entities.
      Returns:
      A request builder to fetch multiple Nf_ter_fa entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countNf_ter_fa

      @Nonnull CountRequestBuilder<Nf_ter_fa> countNf_ter_fa()
      Deprecated.
      Fetch the number of entries from the Nf_ter_fa entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Nf_ter_fa entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getNf_ter_faByKey

      @Nonnull GetByKeyRequestBuilder<Nf_ter_fa> getNf_ter_faByKey(String empresa, String filial, String nf_id, String ind_serv, String per_fiscal)
      Deprecated.
      Fetch a single Nf_ter_fa entity using key fields.
      Parameters:
      per_fiscal -

      Constraints: Not nullable, Maximum length: 6

      filial -

      Constraints: Not nullable, Maximum length: 4

      ind_serv -

      Constraints: Not nullable, Maximum length: 1

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      nf_id -

      Constraints: Not nullable, Maximum length: 10

      Returns:
      A request builder to fetch a single Nf_ter_fa entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createNf_ter_fa

      @Nonnull CreateRequestBuilder<Nf_ter_fa> createNf_ter_fa(@Nonnull Nf_ter_fa nf_ter_fa)
      Deprecated.
      Create a new Nf_ter_fa entity and save it to the S/4HANA system.
      Parameters:
      nf_ter_fa - Nf_ter_fa entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Nf_ter_fa entity. To perform execution, call the execute method on the request builder object.
    • updateNf_ter_fa

      @Nonnull UpdateRequestBuilder<Nf_ter_fa> updateNf_ter_fa(@Nonnull Nf_ter_fa nf_ter_fa)
      Deprecated.
      Update an existing Nf_ter_fa entity and save it to the S/4HANA system.
      Parameters:
      nf_ter_fa - Nf_ter_fa entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Nf_ter_fa entity. To perform execution, call the execute method on the request builder object.
    • deleteNf_ter_fa

      @Nonnull DeleteRequestBuilder<Nf_ter_fa> deleteNf_ter_fa(@Nonnull Nf_ter_fa nf_ter_fa)
      Deprecated.
      Deletes an existing Nf_ter_fa entity in the S/4HANA system.
      Parameters:
      nf_ter_fa - Nf_ter_fa entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Nf_ter_fa entity. To perform execution, call the execute method on the request builder object.
    • getAllNf_type

      @Nonnull GetAllRequestBuilder<Nf_type> getAllNf_type()
      Deprecated.
      Fetch multiple Nf_type entities.
      Returns:
      A request builder to fetch multiple Nf_type entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countNf_type

      @Nonnull CountRequestBuilder<Nf_type> countNf_type()
      Deprecated.
      Fetch the number of entries from the Nf_type entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Nf_type entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getNf_typeByKey

      @Nonnull GetByKeyRequestBuilder<Nf_type> getNf_typeByKey(String nftype)
      Deprecated.
      Fetch a single Nf_type entity using key fields.
      Parameters:
      nftype - Nota Fiscal Type

      Constraints: Not nullable, Maximum length: 2

      Returns:
      A request builder to fetch a single Nf_type entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createNf_type

      @Nonnull CreateRequestBuilder<Nf_type> createNf_type(@Nonnull Nf_type nf_type)
      Deprecated.
      Create a new Nf_type entity and save it to the S/4HANA system.
      Parameters:
      nf_type - Nf_type entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Nf_type entity. To perform execution, call the execute method on the request builder object.
    • updateNf_type

      @Nonnull UpdateRequestBuilder<Nf_type> updateNf_type(@Nonnull Nf_type nf_type)
      Deprecated.
      Update an existing Nf_type entity and save it to the S/4HANA system.
      Parameters:
      nf_type - Nf_type entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Nf_type entity. To perform execution, call the execute method on the request builder object.
    • deleteNf_type

      @Nonnull DeleteRequestBuilder<Nf_type> deleteNf_type(@Nonnull Nf_type nf_type)
      Deprecated.
      Deletes an existing Nf_type entity in the S/4HANA system.
      Parameters:
      nf_type - Nf_type entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Nf_type entity. To perform execution, call the execute method on the request builder object.
    • getAllNf_vol_tr

      @Nonnull GetAllRequestBuilder<Nf_vol_tr> getAllNf_vol_tr()
      Deprecated.
      Fetch multiple Nf_vol_tr entities.
      Returns:
      A request builder to fetch multiple Nf_vol_tr entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countNf_vol_tr

      @Nonnull CountRequestBuilder<Nf_vol_tr> countNf_vol_tr()
      Deprecated.
      Fetch the number of entries from the Nf_vol_tr entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Nf_vol_tr entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getNf_vol_trByKey

      @Nonnull GetByKeyRequestBuilder<Nf_vol_tr> getNf_vol_trByKey(String empresa, String filial, String nf_id, String cod_part, String veic_id)
      Deprecated.
      Fetch a single Nf_vol_tr entity using key fields.
      Parameters:
      cod_part -

      Constraints: Not nullable, Maximum length: 60

      filial -

      Constraints: Not nullable, Maximum length: 4

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      nf_id -

      Constraints: Not nullable, Maximum length: 10

      veic_id -

      Constraints: Not nullable, Maximum length: 7

      Returns:
      A request builder to fetch a single Nf_vol_tr entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createNf_vol_tr

      @Nonnull CreateRequestBuilder<Nf_vol_tr> createNf_vol_tr(@Nonnull Nf_vol_tr nf_vol_tr)
      Deprecated.
      Create a new Nf_vol_tr entity and save it to the S/4HANA system.
      Parameters:
      nf_vol_tr - Nf_vol_tr entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Nf_vol_tr entity. To perform execution, call the execute method on the request builder object.
    • updateNf_vol_tr

      @Nonnull UpdateRequestBuilder<Nf_vol_tr> updateNf_vol_tr(@Nonnull Nf_vol_tr nf_vol_tr)
      Deprecated.
      Update an existing Nf_vol_tr entity and save it to the S/4HANA system.
      Parameters:
      nf_vol_tr - Nf_vol_tr entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Nf_vol_tr entity. To perform execution, call the execute method on the request builder object.
    • deleteNf_vol_tr

      @Nonnull DeleteRequestBuilder<Nf_vol_tr> deleteNf_vol_tr(@Nonnull Nf_vol_tr nf_vol_tr)
      Deprecated.
      Deletes an existing Nf_vol_tr entity in the S/4HANA system.
      Parameters:
      nf_vol_tr - Nf_vol_tr entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Nf_vol_tr entity. To perform execution, call the execute method on the request builder object.
    • getAllNum_lanc

      @Nonnull GetAllRequestBuilder<Num_lanc> getAllNum_lanc()
      Deprecated.
      Fetch multiple Num_lanc entities.
      Returns:
      A request builder to fetch multiple Num_lanc entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countNum_lanc

      @Nonnull CountRequestBuilder<Num_lanc> countNum_lanc()
      Deprecated.
      Fetch the number of entries from the Num_lanc entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Num_lanc entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getNum_lancByKey

      @Nonnull GetByKeyRequestBuilder<Num_lanc> getNum_lancByKey(String empresa, String tp_tabela, String per_apur, String dt_lancto, String codigo, String cod_cta, String cod_ccus, String num_lcto)
      Deprecated.
      Fetch a single Num_lanc entity using key fields.
      Parameters:
      cod_ccus - Cost Center

      Constraints: Not nullable, Maximum length: 30

      codigo - Entry Code for Dynamic Table

      Constraints: Not nullable, Maximum length: 20

      tp_tabela - Sped Dynamic Table Type

      Constraints: Not nullable, Maximum length: 10

      per_apur - Nature of credit deferred, attached to revenue taxed

      Constraints: Not nullable, Maximum length: 3

      cod_cta - Account Code

      Constraints: Not nullable, Maximum length: 60

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      num_lcto - Posting Number

      Constraints: Not nullable, Maximum length: 11

      dt_lancto - Posting Date

      Constraints: Not nullable, Maximum length: 8

      Returns:
      A request builder to fetch a single Num_lanc entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createNum_lanc

      @Nonnull CreateRequestBuilder<Num_lanc> createNum_lanc(@Nonnull Num_lanc num_lanc)
      Deprecated.
      Create a new Num_lanc entity and save it to the S/4HANA system.
      Parameters:
      num_lanc - Num_lanc entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Num_lanc entity. To perform execution, call the execute method on the request builder object.
    • updateNum_lanc

      @Nonnull UpdateRequestBuilder<Num_lanc> updateNum_lanc(@Nonnull Num_lanc num_lanc)
      Deprecated.
      Update an existing Num_lanc entity and save it to the S/4HANA system.
      Parameters:
      num_lanc - Num_lanc entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Num_lanc entity. To perform execution, call the execute method on the request builder object.
    • deleteNum_lanc

      @Nonnull DeleteRequestBuilder<Num_lanc> deleteNum_lanc(@Nonnull Num_lanc num_lanc)
      Deprecated.
      Deletes an existing Num_lanc entity in the S/4HANA system.
      Parameters:
      num_lanc - Num_lanc entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Num_lanc entity. To perform execution, call the execute method on the request builder object.
    • getAllObri_icms

      @Nonnull GetAllRequestBuilder<Obri_icms> getAllObri_icms()
      Deprecated.
      Fetch multiple Obri_icms entities.
      Returns:
      A request builder to fetch multiple Obri_icms entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countObri_icms

      @Nonnull CountRequestBuilder<Obri_icms> countObri_icms()
      Deprecated.
      Fetch the number of entries from the Obri_icms entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Obri_icms entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getObri_icmsByKey

      @Nonnull GetByKeyRequestBuilder<Obri_icms> getObri_icmsByKey(String empresa, String filial, String cod_or, String dt_vcto, String num_item, String per_ref)
      Deprecated.
      Fetch a single Obri_icms entity using key fields.
      Parameters:
      cod_or - Tax to Collect Code

      Constraints: Not nullable, Maximum length: 3

      filial - Branch

      Constraints: Not nullable, Maximum length: 4

      dt_vcto - Due Date

      Constraints: Not nullable, Maximum length: 8

      per_ref - Bookkeeping reference period

      Constraints: Not nullable, Maximum length: 6

      num_item - Obligation Item Number

      Constraints: Not nullable, Maximum length: 6

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      Returns:
      A request builder to fetch a single Obri_icms entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createObri_icms

      @Nonnull CreateRequestBuilder<Obri_icms> createObri_icms(@Nonnull Obri_icms obri_icms)
      Deprecated.
      Create a new Obri_icms entity and save it to the S/4HANA system.
      Parameters:
      obri_icms - Obri_icms entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Obri_icms entity. To perform execution, call the execute method on the request builder object.
    • updateObri_icms

      @Nonnull UpdateRequestBuilder<Obri_icms> updateObri_icms(@Nonnull Obri_icms obri_icms)
      Deprecated.
      Update an existing Obri_icms entity and save it to the S/4HANA system.
      Parameters:
      obri_icms - Obri_icms entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Obri_icms entity. To perform execution, call the execute method on the request builder object.
    • deleteObri_icms

      @Nonnull DeleteRequestBuilder<Obri_icms> deleteObri_icms(@Nonnull Obri_icms obri_icms)
      Deprecated.
      Deletes an existing Obri_icms entity in the S/4HANA system.
      Parameters:
      obri_icms - Obri_icms entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Obri_icms entity. To perform execution, call the execute method on the request builder object.
    • getAllOb_icmsst

      @Nonnull GetAllRequestBuilder<Ob_icmsst> getAllOb_icmsst()
      Deprecated.
      Fetch multiple Ob_icmsst entities.
      Returns:
      A request builder to fetch multiple Ob_icmsst entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countOb_icmsst

      @Nonnull CountRequestBuilder<Ob_icmsst> countOb_icmsst()
      Deprecated.
      Fetch the number of entries from the Ob_icmsst entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Ob_icmsst entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getOb_icmsstByKey

      @Nonnull GetByKeyRequestBuilder<Ob_icmsst> getOb_icmsstByKey(String empresa, String filial, String cod_or, String uf, String mes_ref, String num_item, String per_ref)
      Deprecated.
      Fetch a single Ob_icmsst entity using key fields.
      Parameters:
      cod_or - Tax to Collect Code

      Constraints: Not nullable, Maximum length: 3

      uf - UF

      Constraints: Not nullable, Maximum length: 2

      filial - Branch

      Constraints: Not nullable, Maximum length: 4

      per_ref - Bookkeeping reference period

      Constraints: Not nullable, Maximum length: 6

      num_item - Obligation Item Number

      Constraints: Not nullable, Maximum length: 6

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      mes_ref - Reference Month

      Constraints: Not nullable, Maximum length: 6

      Returns:
      A request builder to fetch a single Ob_icmsst entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createOb_icmsst

      @Nonnull CreateRequestBuilder<Ob_icmsst> createOb_icmsst(@Nonnull Ob_icmsst ob_icmsst)
      Deprecated.
      Create a new Ob_icmsst entity and save it to the S/4HANA system.
      Parameters:
      ob_icmsst - Ob_icmsst entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Ob_icmsst entity. To perform execution, call the execute method on the request builder object.
    • updateOb_icmsst

      @Nonnull UpdateRequestBuilder<Ob_icmsst> updateOb_icmsst(@Nonnull Ob_icmsst ob_icmsst)
      Deprecated.
      Update an existing Ob_icmsst entity and save it to the S/4HANA system.
      Parameters:
      ob_icmsst - Ob_icmsst entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Ob_icmsst entity. To perform execution, call the execute method on the request builder object.
    • deleteOb_icmsst

      @Nonnull DeleteRequestBuilder<Ob_icmsst> deleteOb_icmsst(@Nonnull Ob_icmsst ob_icmsst)
      Deprecated.
      Deletes an existing Ob_icmsst entity in the S/4HANA system.
      Parameters:
      ob_icmsst - Ob_icmsst entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Ob_icmsst entity. To perform execution, call the execute method on the request builder object.
    • getAllOb_icms_r

      @Nonnull GetAllRequestBuilder<Ob_icms_r> getAllOb_icms_r()
      Deprecated.
      Fetch multiple Ob_icms_r entities.
      Returns:
      A request builder to fetch multiple Ob_icms_r entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countOb_icms_r

      @Nonnull CountRequestBuilder<Ob_icms_r> countOb_icms_r()
      Deprecated.
      Fetch the number of entries from the Ob_icms_r entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Ob_icms_r entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getOb_icms_rByKey

      @Nonnull GetByKeyRequestBuilder<Ob_icms_r> getOb_icms_rByKey(String empresa, String filial, String nf_id, String ind_apur_icms, String dt_doc, String cod_or, String uf, String dt_ini, String num_item)
      Deprecated.
      Fetch a single Ob_icms_r entity using key fields.
      Parameters:
      cod_or - Tax to Collect Code

      Constraints: Not nullable, Maximum length: 3

      uf - UF

      Constraints: Not nullable, Maximum length: 2

      dt_ini -

      Constraints: Not nullable, Maximum length: 8

      filial - Branch

      Constraints: Not nullable, Maximum length: 4

      dt_doc -

      Constraints: Not nullable, Maximum length: 8

      num_item - Obligation Item Number

      Constraints: Not nullable, Maximum length: 6

      ind_apur_icms -

      Constraints: Not nullable, Maximum length: 1

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      nf_id - Nota Fiscal Id

      Constraints: Not nullable, Maximum length: 10

      Returns:
      A request builder to fetch a single Ob_icms_r entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createOb_icms_r

      @Nonnull CreateRequestBuilder<Ob_icms_r> createOb_icms_r(@Nonnull Ob_icms_r ob_icms_r)
      Deprecated.
      Create a new Ob_icms_r entity and save it to the S/4HANA system.
      Parameters:
      ob_icms_r - Ob_icms_r entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Ob_icms_r entity. To perform execution, call the execute method on the request builder object.
    • updateOb_icms_r

      @Nonnull UpdateRequestBuilder<Ob_icms_r> updateOb_icms_r(@Nonnull Ob_icms_r ob_icms_r)
      Deprecated.
      Update an existing Ob_icms_r entity and save it to the S/4HANA system.
      Parameters:
      ob_icms_r - Ob_icms_r entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Ob_icms_r entity. To perform execution, call the execute method on the request builder object.
    • deleteOb_icms_r

      @Nonnull DeleteRequestBuilder<Ob_icms_r> deleteOb_icms_r(@Nonnull Ob_icms_r ob_icms_r)
      Deprecated.
      Deletes an existing Ob_icms_r entity in the S/4HANA system.
      Parameters:
      ob_icms_r - Ob_icms_r entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Ob_icms_r entity. To perform execution, call the execute method on the request builder object.
    • getAllOper_exte

      @Nonnull GetAllRequestBuilder<Oper_exte> getAllOper_exte()
      Deprecated.
      Fetch multiple Oper_exte entities.
      Returns:
      A request builder to fetch multiple Oper_exte entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countOper_exte

      @Nonnull CountRequestBuilder<Oper_exte> countOper_exte()
      Deprecated.
      Fetch the number of entries from the Oper_exte entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Oper_exte entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getOper_exteByKey

      @Nonnull GetByKeyRequestBuilder<Oper_exte> getOper_exteByKey(String empresa, String dt_lancto, String tp_oper, String num_ord)
      Deprecated.
      Fetch a single Oper_exte entity using key fields.
      Parameters:
      tp_oper - Operation Type

      Constraints: Not nullable, Maximum length: 3

      num_ord - Number of Order

      Constraints: Not nullable, Maximum length: 30

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      dt_lancto - Posting Date

      Constraints: Not nullable, Maximum length: 8

      Returns:
      A request builder to fetch a single Oper_exte entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createOper_exte

      @Nonnull CreateRequestBuilder<Oper_exte> createOper_exte(@Nonnull Oper_exte oper_exte)
      Deprecated.
      Create a new Oper_exte entity and save it to the S/4HANA system.
      Parameters:
      oper_exte - Oper_exte entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Oper_exte entity. To perform execution, call the execute method on the request builder object.
    • updateOper_exte

      @Nonnull UpdateRequestBuilder<Oper_exte> updateOper_exte(@Nonnull Oper_exte oper_exte)
      Deprecated.
      Update an existing Oper_exte entity and save it to the S/4HANA system.
      Parameters:
      oper_exte - Oper_exte entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Oper_exte entity. To perform execution, call the execute method on the request builder object.
    • deleteOper_exte

      @Nonnull DeleteRequestBuilder<Oper_exte> deleteOper_exte(@Nonnull Oper_exte oper_exte)
      Deprecated.
      Deletes an existing Oper_exte entity in the S/4HANA system.
      Parameters:
      oper_exte - Oper_exte entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Oper_exte entity. To perform execution, call the execute method on the request builder object.
    • getAllOpt_re_pa

      @Nonnull GetAllRequestBuilder<Opt_re_pa> getAllOpt_re_pa()
      Deprecated.
      Fetch multiple Opt_re_pa entities.
      Returns:
      A request builder to fetch multiple Opt_re_pa entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countOpt_re_pa

      @Nonnull CountRequestBuilder<Opt_re_pa> countOpt_re_pa()
      Deprecated.
      Fetch the number of entries from the Opt_re_pa entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Opt_re_pa entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getOpt_re_paByKey

      @Nonnull GetByKeyRequestBuilder<Opt_re_pa> getOpt_re_paByKey(String empresa, String dt_lancto, String tp_tabela)
      Deprecated.
      Fetch a single Opt_re_pa entity using key fields.
      Parameters:
      tp_tabela - Sped Dynamic Table Type

      Constraints: Not nullable, Maximum length: 10

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      dt_lancto - Posting Date

      Constraints: Not nullable, Maximum length: 8

      Returns:
      A request builder to fetch a single Opt_re_pa entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createOpt_re_pa

      @Nonnull CreateRequestBuilder<Opt_re_pa> createOpt_re_pa(@Nonnull Opt_re_pa opt_re_pa)
      Deprecated.
      Create a new Opt_re_pa entity and save it to the S/4HANA system.
      Parameters:
      opt_re_pa - Opt_re_pa entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Opt_re_pa entity. To perform execution, call the execute method on the request builder object.
    • updateOpt_re_pa

      @Nonnull UpdateRequestBuilder<Opt_re_pa> updateOpt_re_pa(@Nonnull Opt_re_pa opt_re_pa)
      Deprecated.
      Update an existing Opt_re_pa entity and save it to the S/4HANA system.
      Parameters:
      opt_re_pa - Opt_re_pa entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Opt_re_pa entity. To perform execution, call the execute method on the request builder object.
    • deleteOpt_re_pa

      @Nonnull DeleteRequestBuilder<Opt_re_pa> deleteOpt_re_pa(@Nonnull Opt_re_pa opt_re_pa)
      Deprecated.
      Deletes an existing Opt_re_pa entity in the S/4HANA system.
      Parameters:
      opt_re_pa - Opt_re_pa entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Opt_re_pa entity. To perform execution, call the execute method on the request builder object.
    • getAllOp_cartao

      @Nonnull GetAllRequestBuilder<Op_cartao> getAllOp_cartao()
      Deprecated.
      Fetch multiple Op_cartao entities.
      Returns:
      A request builder to fetch multiple Op_cartao entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countOp_cartao

      @Nonnull CountRequestBuilder<Op_cartao> countOp_cartao()
      Deprecated.
      Fetch the number of entries from the Op_cartao entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Op_cartao entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getOp_cartaoByKey

      @Nonnull GetByKeyRequestBuilder<Op_cartao> getOp_cartaoByKey(String empresa, String filial, String cod_part, String dt_registro)
      Deprecated.
      Fetch a single Op_cartao entity using key fields.
      Parameters:
      cod_part -

      Constraints: Not nullable, Maximum length: 60

      filial -

      Constraints: Not nullable, Maximum length: 4

      empresa -

      Constraints: Not nullable, Maximum length: 4

      dt_registro -

      Constraints: Not nullable, Maximum length: 8

      Returns:
      A request builder to fetch a single Op_cartao entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createOp_cartao

      @Nonnull CreateRequestBuilder<Op_cartao> createOp_cartao(@Nonnull Op_cartao op_cartao)
      Deprecated.
      Create a new Op_cartao entity and save it to the S/4HANA system.
      Parameters:
      op_cartao - Op_cartao entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Op_cartao entity. To perform execution, call the execute method on the request builder object.
    • updateOp_cartao

      @Nonnull UpdateRequestBuilder<Op_cartao> updateOp_cartao(@Nonnull Op_cartao op_cartao)
      Deprecated.
      Update an existing Op_cartao entity and save it to the S/4HANA system.
      Parameters:
      op_cartao - Op_cartao entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Op_cartao entity. To perform execution, call the execute method on the request builder object.
    • deleteOp_cartao

      @Nonnull DeleteRequestBuilder<Op_cartao> deleteOp_cartao(@Nonnull Op_cartao op_cartao)
      Deprecated.
      Deletes an existing Op_cartao entity in the S/4HANA system.
      Parameters:
      op_cartao - Op_cartao entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Op_cartao entity. To perform execution, call the execute method on the request builder object.
    • getAllOp_md_cpl

      @Nonnull GetAllRequestBuilder<Op_md_cpl> getAllOp_md_cpl()
      Deprecated.
      Fetch multiple Op_md_cpl entities.
      Returns:
      A request builder to fetch multiple Op_md_cpl entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countOp_md_cpl

      @Nonnull CountRequestBuilder<Op_md_cpl> countOp_md_cpl()
      Deprecated.
      Fetch the number of entries from the Op_md_cpl entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Op_md_cpl entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getOp_md_cplByKey

      @Nonnull GetByKeyRequestBuilder<Op_md_cpl> getOp_md_cplByKey(String docnum, String itmnum)
      Deprecated.
      Fetch a single Op_md_cpl entity using key fields.
      Parameters:
      docnum - Nota Fiscal Id

      Constraints: Not nullable, Maximum length: 10

      itmnum - Document Item Number

      Constraints: Not nullable, Maximum length: 6

      Returns:
      A request builder to fetch a single Op_md_cpl entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createOp_md_cpl

      @Nonnull CreateRequestBuilder<Op_md_cpl> createOp_md_cpl(@Nonnull Op_md_cpl op_md_cpl)
      Deprecated.
      Create a new Op_md_cpl entity and save it to the S/4HANA system.
      Parameters:
      op_md_cpl - Op_md_cpl entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Op_md_cpl entity. To perform execution, call the execute method on the request builder object.
    • updateOp_md_cpl

      @Nonnull UpdateRequestBuilder<Op_md_cpl> updateOp_md_cpl(@Nonnull Op_md_cpl op_md_cpl)
      Deprecated.
      Update an existing Op_md_cpl entity and save it to the S/4HANA system.
      Parameters:
      op_md_cpl - Op_md_cpl entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Op_md_cpl entity. To perform execution, call the execute method on the request builder object.
    • deleteOp_md_cpl

      @Nonnull DeleteRequestBuilder<Op_md_cpl> deleteOp_md_cpl(@Nonnull Op_md_cpl op_md_cpl)
      Deprecated.
      Deletes an existing Op_md_cpl entity in the S/4HANA system.
      Parameters:
      op_md_cpl - Op_md_cpl entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Op_md_cpl entity. To perform execution, call the execute method on the request builder object.
    • getAllOp_p_elet

      @Nonnull GetAllRequestBuilder<Op_p_elet> getAllOp_p_elet()
      Deprecated.
      Fetch multiple Op_p_elet entities.
      Returns:
      A request builder to fetch multiple Op_p_elet entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countOp_p_elet

      @Nonnull CountRequestBuilder<Op_p_elet> countOp_p_elet()
      Deprecated.
      Fetch the number of entries from the Op_p_elet entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Op_p_elet entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getOp_p_eletByKey

      @Nonnull GetByKeyRequestBuilder<Op_p_elet> getOp_p_eletByKey(String empresa, String filial, UUID id)
      Deprecated.
      Fetch a single Op_p_elet entity using key fields.
      Parameters:
      filial - Branch

      Constraints: Not nullable, Maximum length: 4

      id - Tables ID

      Constraints: Not nullable

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      Returns:
      A request builder to fetch a single Op_p_elet entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createOp_p_elet

      @Nonnull CreateRequestBuilder<Op_p_elet> createOp_p_elet(@Nonnull Op_p_elet op_p_elet)
      Deprecated.
      Create a new Op_p_elet entity and save it to the S/4HANA system.
      Parameters:
      op_p_elet - Op_p_elet entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Op_p_elet entity. To perform execution, call the execute method on the request builder object.
    • updateOp_p_elet

      @Nonnull UpdateRequestBuilder<Op_p_elet> updateOp_p_elet(@Nonnull Op_p_elet op_p_elet)
      Deprecated.
      Update an existing Op_p_elet entity and save it to the S/4HANA system.
      Parameters:
      op_p_elet - Op_p_elet entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Op_p_elet entity. To perform execution, call the execute method on the request builder object.
    • deleteOp_p_elet

      @Nonnull DeleteRequestBuilder<Op_p_elet> deleteOp_p_elet(@Nonnull Op_p_elet op_p_elet)
      Deprecated.
      Deletes an existing Op_p_elet entity in the S/4HANA system.
      Parameters:
      op_p_elet - Op_p_elet entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Op_p_elet entity. To perform execution, call the execute method on the request builder object.
    • getAllOutrasinf

      @Nonnull GetAllRequestBuilder<Outrasinf> getAllOutrasinf()
      Deprecated.
      Fetch multiple Outrasinf entities.
      Returns:
      A request builder to fetch multiple Outrasinf entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countOutrasinf

      @Nonnull CountRequestBuilder<Outrasinf> countOutrasinf()
      Deprecated.
      Fetch the number of entries from the Outrasinf entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Outrasinf entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getOutrasinfByKey

      @Nonnull GetByKeyRequestBuilder<Outrasinf> getOutrasinfByKey(String empresa, String dt_lancto)
      Deprecated.
      Fetch a single Outrasinf entity using key fields.
      Parameters:
      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      dt_lancto - Posting Date

      Constraints: Not nullable, Maximum length: 8

      Returns:
      A request builder to fetch a single Outrasinf entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createOutrasinf

      @Nonnull CreateRequestBuilder<Outrasinf> createOutrasinf(@Nonnull Outrasinf outrasinf)
      Deprecated.
      Create a new Outrasinf entity and save it to the S/4HANA system.
      Parameters:
      outrasinf - Outrasinf entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Outrasinf entity. To perform execution, call the execute method on the request builder object.
    • updateOutrasinf

      @Nonnull UpdateRequestBuilder<Outrasinf> updateOutrasinf(@Nonnull Outrasinf outrasinf)
      Deprecated.
      Update an existing Outrasinf entity and save it to the S/4HANA system.
      Parameters:
      outrasinf - Outrasinf entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Outrasinf entity. To perform execution, call the execute method on the request builder object.
    • deleteOutrasinf

      @Nonnull DeleteRequestBuilder<Outrasinf> deleteOutrasinf(@Nonnull Outrasinf outrasinf)
      Deprecated.
      Deletes an existing Outrasinf entity in the S/4HANA system.
      Parameters:
      outrasinf - Outrasinf entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Outrasinf entity. To perform execution, call the execute method on the request builder object.
    • getAllOutra_inf

      @Nonnull GetAllRequestBuilder<Outra_inf> getAllOutra_inf()
      Deprecated.
      Fetch multiple Outra_inf entities.
      Returns:
      A request builder to fetch multiple Outra_inf entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countOutra_inf

      @Nonnull CountRequestBuilder<Outra_inf> countOutra_inf()
      Deprecated.
      Fetch the number of entries from the Outra_inf entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Outra_inf entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getOutra_infByKey

      @Nonnull GetByKeyRequestBuilder<Outra_inf> getOutra_infByKey(String empresa, String dt_lancto)
      Deprecated.
      Fetch a single Outra_inf entity using key fields.
      Parameters:
      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      dt_lancto - Posting Date

      Constraints: Not nullable, Maximum length: 8

      Returns:
      A request builder to fetch a single Outra_inf entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createOutra_inf

      @Nonnull CreateRequestBuilder<Outra_inf> createOutra_inf(@Nonnull Outra_inf outra_inf)
      Deprecated.
      Create a new Outra_inf entity and save it to the S/4HANA system.
      Parameters:
      outra_inf - Outra_inf entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Outra_inf entity. To perform execution, call the execute method on the request builder object.
    • updateOutra_inf

      @Nonnull UpdateRequestBuilder<Outra_inf> updateOutra_inf(@Nonnull Outra_inf outra_inf)
      Deprecated.
      Update an existing Outra_inf entity and save it to the S/4HANA system.
      Parameters:
      outra_inf - Outra_inf entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Outra_inf entity. To perform execution, call the execute method on the request builder object.
    • deleteOutra_inf

      @Nonnull DeleteRequestBuilder<Outra_inf> deleteOutra_inf(@Nonnull Outra_inf outra_inf)
      Deprecated.
      Deletes an existing Outra_inf entity in the S/4HANA system.
      Parameters:
      outra_inf - Outra_inf entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Outra_inf entity. To perform execution, call the execute method on the request builder object.
    • getAllPart

      @Nonnull GetAllRequestBuilder<Part> getAllPart()
      Deprecated.
      Fetch multiple Part entities.
      Returns:
      A request builder to fetch multiple Part entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countPart

      @Nonnull CountRequestBuilder<Part> countPart()
      Deprecated.
      Fetch the number of entries from the Part entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Part entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getPartByKey

      @Nonnull GetByKeyRequestBuilder<Part> getPartByKey(String cod_part, String data_alteracao)
      Deprecated.
      Fetch a single Part entity using key fields.
      Parameters:
      cod_part -

      Constraints: Not nullable, Maximum length: 60

      data_alteracao -

      Constraints: Not nullable, Maximum length: 8

      Returns:
      A request builder to fetch a single Part entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createPart

      @Nonnull CreateRequestBuilder<Part> createPart(@Nonnull Part part)
      Deprecated.
      Create a new Part entity and save it to the S/4HANA system.
      Parameters:
      part - Part entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Part entity. To perform execution, call the execute method on the request builder object.
    • updatePart

      @Nonnull UpdateRequestBuilder<Part> updatePart(@Nonnull Part part)
      Deprecated.
      Update an existing Part entity and save it to the S/4HANA system.
      Parameters:
      part - Part entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Part entity. To perform execution, call the execute method on the request builder object.
    • deletePart

      @Nonnull DeleteRequestBuilder<Part> deletePart(@Nonnull Part part)
      Deprecated.
      Deletes an existing Part entity in the S/4HANA system.
      Parameters:
      part - Part entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Part entity. To perform execution, call the execute method on the request builder object.
    • getAllParti_per

      @Nonnull GetAllRequestBuilder<Parti_per> getAllParti_per()
      Deprecated.
      Fetch multiple Parti_per entities.
      Returns:
      A request builder to fetch multiple Parti_per entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countParti_per

      @Nonnull CountRequestBuilder<Parti_per> countParti_per()
      Deprecated.
      Fetch the number of entries from the Parti_per entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Parti_per entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getParti_perByKey

      @Nonnull GetByKeyRequestBuilder<Parti_per> getParti_perByKey(String empresa, String dt_lancto, String cnpj, String pais, LocalDate dt_evento, String ind_relac, String num_lancto)
      Deprecated.
      Fetch a single Parti_per entity using key fields.
      Parameters:
      num_lancto - Posting Number

      Constraints: Not nullable, Maximum length: 10

      cnpj - CNPJ

      Constraints: Not nullable, Maximum length: 14

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      dt_lancto - Posting Date

      Constraints: Not nullable, Maximum length: 8

      pais - Siscomex Table Country/Region Code

      Constraints: Not nullable, Maximum length: 3

      dt_evento - Date of event

      Constraints: Not nullable

      ind_relac - Type of Relationship

      Constraints: Not nullable, Maximum length: 1

      Returns:
      A request builder to fetch a single Parti_per entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createParti_per

      @Nonnull CreateRequestBuilder<Parti_per> createParti_per(@Nonnull Parti_per parti_per)
      Deprecated.
      Create a new Parti_per entity and save it to the S/4HANA system.
      Parameters:
      parti_per - Parti_per entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Parti_per entity. To perform execution, call the execute method on the request builder object.
    • updateParti_per

      @Nonnull UpdateRequestBuilder<Parti_per> updateParti_per(@Nonnull Parti_per parti_per)
      Deprecated.
      Update an existing Parti_per entity and save it to the S/4HANA system.
      Parameters:
      parti_per - Parti_per entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Parti_per entity. To perform execution, call the execute method on the request builder object.
    • deleteParti_per

      @Nonnull DeleteRequestBuilder<Parti_per> deleteParti_per(@Nonnull Parti_per parti_per)
      Deprecated.
      Deletes an existing Parti_per entity in the S/4HANA system.
      Parameters:
      parti_per - Parti_per entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Parti_per entity. To perform execution, call the execute method on the request builder object.
    • getAllPart_alt

      @Nonnull GetAllRequestBuilder<Part_alt> getAllPart_alt()
      Deprecated.
      Fetch multiple Part_alt entities.
      Returns:
      A request builder to fetch multiple Part_alt entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countPart_alt

      @Nonnull CountRequestBuilder<Part_alt> countPart_alt()
      Deprecated.
      Fetch the number of entries from the Part_alt entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Part_alt entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getPart_altByKey

      @Nonnull GetByKeyRequestBuilder<Part_alt> getPart_altByKey(String cod_part, String data_alteracao, String campo)
      Deprecated.
      Fetch a single Part_alt entity using key fields.
      Parameters:
      cod_part -

      Constraints: Not nullable, Maximum length: 60

      data_alteracao -

      Constraints: Not nullable, Maximum length: 8

      campo -

      Constraints: Not nullable, Maximum length: 30

      Returns:
      A request builder to fetch a single Part_alt entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createPart_alt

      @Nonnull CreateRequestBuilder<Part_alt> createPart_alt(@Nonnull Part_alt part_alt)
      Deprecated.
      Create a new Part_alt entity and save it to the S/4HANA system.
      Parameters:
      part_alt - Part_alt entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Part_alt entity. To perform execution, call the execute method on the request builder object.
    • updatePart_alt

      @Nonnull UpdateRequestBuilder<Part_alt> updatePart_alt(@Nonnull Part_alt part_alt)
      Deprecated.
      Update an existing Part_alt entity and save it to the S/4HANA system.
      Parameters:
      part_alt - Part_alt entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Part_alt entity. To perform execution, call the execute method on the request builder object.
    • deletePart_alt

      @Nonnull DeleteRequestBuilder<Part_alt> deletePart_alt(@Nonnull Part_alt part_alt)
      Deprecated.
      Deletes an existing Part_alt entity in the S/4HANA system.
      Parameters:
      part_alt - Part_alt entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Part_alt entity. To perform execution, call the execute method on the request builder object.
    • getAllPart_cons

      @Nonnull GetAllRequestBuilder<Part_cons> getAllPart_cons()
      Deprecated.
      Fetch multiple Part_cons entities.
      Returns:
      A request builder to fetch multiple Part_cons entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countPart_cons

      @Nonnull CountRequestBuilder<Part_cons> countPart_cons()
      Deprecated.
      Fetch the number of entries from the Part_cons entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Part_cons entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getPart_consByKey

      @Nonnull GetByKeyRequestBuilder<Part_cons> getPart_consByKey(String empresa, String dt_lancto, String cnpj_consor, String cnpj)
      Deprecated.
      Fetch a single Part_cons entity using key fields.
      Parameters:
      cnpj_consor - CNPJ Consortium

      Constraints: Not nullable, Maximum length: 14

      cnpj - CNPJ

      Constraints: Not nullable, Maximum length: 14

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      dt_lancto - Posting Date

      Constraints: Not nullable, Maximum length: 8

      Returns:
      A request builder to fetch a single Part_cons entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createPart_cons

      @Nonnull CreateRequestBuilder<Part_cons> createPart_cons(@Nonnull Part_cons part_cons)
      Deprecated.
      Create a new Part_cons entity and save it to the S/4HANA system.
      Parameters:
      part_cons - Part_cons entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Part_cons entity. To perform execution, call the execute method on the request builder object.
    • updatePart_cons

      @Nonnull UpdateRequestBuilder<Part_cons> updatePart_cons(@Nonnull Part_cons part_cons)
      Deprecated.
      Update an existing Part_cons entity and save it to the S/4HANA system.
      Parameters:
      part_cons - Part_cons entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Part_cons entity. To perform execution, call the execute method on the request builder object.
    • deletePart_cons

      @Nonnull DeleteRequestBuilder<Part_cons> deletePart_cons(@Nonnull Part_cons part_cons)
      Deprecated.
      Deletes an existing Part_cons entity in the S/4HANA system.
      Parameters:
      part_cons - Part_cons entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Part_cons entity. To perform execution, call the execute method on the request builder object.
    • getAllPart_cpl

      @Nonnull GetAllRequestBuilder<Part_cpl> getAllPart_cpl()
      Deprecated.
      Fetch multiple Part_cpl entities.
      Returns:
      A request builder to fetch multiple Part_cpl entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countPart_cpl

      @Nonnull CountRequestBuilder<Part_cpl> countPart_cpl()
      Deprecated.
      Fetch the number of entries from the Part_cpl entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Part_cpl entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getPart_cplByKey

      @Nonnull GetByKeyRequestBuilder<Part_cpl> getPart_cplByKey(String cod_part, String data_alteracao)
      Deprecated.
      Fetch a single Part_cpl entity using key fields.
      Parameters:
      cod_part - Participant Code

      Constraints: Not nullable, Maximum length: 60

      data_alteracao - Change Date

      Constraints: Not nullable, Maximum length: 8

      Returns:
      A request builder to fetch a single Part_cpl entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createPart_cpl

      @Nonnull CreateRequestBuilder<Part_cpl> createPart_cpl(@Nonnull Part_cpl part_cpl)
      Deprecated.
      Create a new Part_cpl entity and save it to the S/4HANA system.
      Parameters:
      part_cpl - Part_cpl entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Part_cpl entity. To perform execution, call the execute method on the request builder object.
    • updatePart_cpl

      @Nonnull UpdateRequestBuilder<Part_cpl> updatePart_cpl(@Nonnull Part_cpl part_cpl)
      Deprecated.
      Update an existing Part_cpl entity and save it to the S/4HANA system.
      Parameters:
      part_cpl - Part_cpl entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Part_cpl entity. To perform execution, call the execute method on the request builder object.
    • deletePart_cpl

      @Nonnull DeleteRequestBuilder<Part_cpl> deletePart_cpl(@Nonnull Part_cpl part_cpl)
      Deprecated.
      Deletes an existing Part_cpl entity in the S/4HANA system.
      Parameters:
      part_cpl - Part_cpl entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Part_cpl entity. To perform execution, call the execute method on the request builder object.
    • getAllPart_ext

      @Nonnull GetAllRequestBuilder<Part_ext> getAllPart_ext()
      Deprecated.
      Fetch multiple Part_ext entities.
      Returns:
      A request builder to fetch multiple Part_ext entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countPart_ext

      @Nonnull CountRequestBuilder<Part_ext> countPart_ext()
      Deprecated.
      Fetch the number of entries from the Part_ext entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Part_ext entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getPart_extByKey

      @Nonnull GetByKeyRequestBuilder<Part_ext> getPart_extByKey(String empresa, String dt_lancto, String nif, String cnpj)
      Deprecated.
      Fetch a single Part_ext entity using key fields.
      Parameters:
      nif - Tax Identification Number

      Constraints: Not nullable, Maximum length: 30

      cnpj - CNPJ

      Constraints: Not nullable, Maximum length: 14

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      dt_lancto - Posting Date

      Constraints: Not nullable, Maximum length: 8

      Returns:
      A request builder to fetch a single Part_ext entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createPart_ext

      @Nonnull CreateRequestBuilder<Part_ext> createPart_ext(@Nonnull Part_ext part_ext)
      Deprecated.
      Create a new Part_ext entity and save it to the S/4HANA system.
      Parameters:
      part_ext - Part_ext entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Part_ext entity. To perform execution, call the execute method on the request builder object.
    • updatePart_ext

      @Nonnull UpdateRequestBuilder<Part_ext> updatePart_ext(@Nonnull Part_ext part_ext)
      Deprecated.
      Update an existing Part_ext entity and save it to the S/4HANA system.
      Parameters:
      part_ext - Part_ext entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Part_ext entity. To perform execution, call the execute method on the request builder object.
    • deletePart_ext

      @Nonnull DeleteRequestBuilder<Part_ext> deletePart_ext(@Nonnull Part_ext part_ext)
      Deprecated.
      Deletes an existing Part_ext entity in the S/4HANA system.
      Parameters:
      part_ext - Part_ext entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Part_ext entity. To perform execution, call the execute method on the request builder object.
    • getAllPer_disp

      @Nonnull GetAllRequestBuilder<Per_disp> getAllPer_disp()
      Deprecated.
      Fetch multiple Per_disp entities.
      Returns:
      A request builder to fetch multiple Per_disp entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countPer_disp

      @Nonnull CountRequestBuilder<Per_disp> countPer_disp()
      Deprecated.
      Fetch the number of entries from the Per_disp entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Per_disp entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getPer_dispByKey

      @Nonnull GetByKeyRequestBuilder<Per_disp> getPer_dispByKey(String empresa, String per_ref, String mes_dispensa)
      Deprecated.
      Fetch a single Per_disp entity using key fields.
      Parameters:
      mes_dispensa - Bookkeeping reference period

      Constraints: Not nullable, Maximum length: 6

      per_ref - Bookkeeping reference period

      Constraints: Not nullable, Maximum length: 6

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      Returns:
      A request builder to fetch a single Per_disp entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createPer_disp

      @Nonnull CreateRequestBuilder<Per_disp> createPer_disp(@Nonnull Per_disp per_disp)
      Deprecated.
      Create a new Per_disp entity and save it to the S/4HANA system.
      Parameters:
      per_disp - Per_disp entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Per_disp entity. To perform execution, call the execute method on the request builder object.
    • updatePer_disp

      @Nonnull UpdateRequestBuilder<Per_disp> updatePer_disp(@Nonnull Per_disp per_disp)
      Deprecated.
      Update an existing Per_disp entity and save it to the S/4HANA system.
      Parameters:
      per_disp - Per_disp entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Per_disp entity. To perform execution, call the execute method on the request builder object.
    • deletePer_disp

      @Nonnull DeleteRequestBuilder<Per_disp> deletePer_disp(@Nonnull Per_disp per_disp)
      Deprecated.
      Deletes an existing Per_disp entity in the S/4HANA system.
      Parameters:
      per_disp - Per_disp entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Per_disp entity. To perform execution, call the execute method on the request builder object.
    • getAllPgtorc_ex

      @Nonnull GetAllRequestBuilder<Pgtorc_ex> getAllPgtorc_ex()
      Deprecated.
      Fetch multiple Pgtorc_ex entities.
      Returns:
      A request builder to fetch multiple Pgtorc_ex entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countPgtorc_ex

      @Nonnull CountRequestBuilder<Pgtorc_ex> countPgtorc_ex()
      Deprecated.
      Fetch the number of entries from the Pgtorc_ex entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Pgtorc_ex entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getPgtorc_exByKey

      @Nonnull GetByKeyRequestBuilder<Pgtorc_ex> getPgtorc_exByKey(String empresa, String dt_lancto, String tip_ext, String pais, String nat_oper, String forma)
      Deprecated.
      Fetch a single Pgtorc_ex entity using key fields.
      Parameters:
      nat_oper - Operation Nature

      Constraints: Not nullable, Maximum length: 5

      tip_ext - Type

      Constraints: Not nullable, Maximum length: 1

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      forma - Form of Receive/Payment

      Constraints: Not nullable, Maximum length: 1

      dt_lancto - Posting Date

      Constraints: Not nullable, Maximum length: 8

      pais - Siscomex Table Country/Region Code

      Constraints: Not nullable, Maximum length: 3

      Returns:
      A request builder to fetch a single Pgtorc_ex entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createPgtorc_ex

      @Nonnull CreateRequestBuilder<Pgtorc_ex> createPgtorc_ex(@Nonnull Pgtorc_ex pgtorc_ex)
      Deprecated.
      Create a new Pgtorc_ex entity and save it to the S/4HANA system.
      Parameters:
      pgtorc_ex - Pgtorc_ex entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Pgtorc_ex entity. To perform execution, call the execute method on the request builder object.
    • updatePgtorc_ex

      @Nonnull UpdateRequestBuilder<Pgtorc_ex> updatePgtorc_ex(@Nonnull Pgtorc_ex pgtorc_ex)
      Deprecated.
      Update an existing Pgtorc_ex entity and save it to the S/4HANA system.
      Parameters:
      pgtorc_ex - Pgtorc_ex entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Pgtorc_ex entity. To perform execution, call the execute method on the request builder object.
    • deletePgtorc_ex

      @Nonnull DeleteRequestBuilder<Pgtorc_ex> deletePgtorc_ex(@Nonnull Pgtorc_ex pgtorc_ex)
      Deprecated.
      Deletes an existing Pgtorc_ex entity in the S/4HANA system.
      Parameters:
      pgtorc_ex - Pgtorc_ex entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Pgtorc_ex entity. To perform execution, call the execute method on the request builder object.
    • getAllPiscof_st

      @Nonnull GetAllRequestBuilder<Piscof_st> getAllPiscof_st()
      Deprecated.
      Fetch multiple Piscof_st entities.
      Returns:
      A request builder to fetch multiple Piscof_st entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countPiscof_st

      @Nonnull CountRequestBuilder<Piscof_st> countPiscof_st()
      Deprecated.
      Fetch the number of entries from the Piscof_st entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Piscof_st entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getPiscof_stByKey

      @Nonnull GetByKeyRequestBuilder<Piscof_st> getPiscof_stByKey(String nf_id, String num_item)
      Deprecated.
      Fetch a single Piscof_st entity using key fields.
      Parameters:
      num_item - Internal Item Number

      Constraints: Not nullable, Maximum length: 6

      nf_id - Nota Fiscal Id

      Constraints: Not nullable, Maximum length: 10

      Returns:
      A request builder to fetch a single Piscof_st entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createPiscof_st

      @Nonnull CreateRequestBuilder<Piscof_st> createPiscof_st(@Nonnull Piscof_st piscof_st)
      Deprecated.
      Create a new Piscof_st entity and save it to the S/4HANA system.
      Parameters:
      piscof_st - Piscof_st entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Piscof_st entity. To perform execution, call the execute method on the request builder object.
    • updatePiscof_st

      @Nonnull UpdateRequestBuilder<Piscof_st> updatePiscof_st(@Nonnull Piscof_st piscof_st)
      Deprecated.
      Update an existing Piscof_st entity and save it to the S/4HANA system.
      Parameters:
      piscof_st - Piscof_st entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Piscof_st entity. To perform execution, call the execute method on the request builder object.
    • deletePiscof_st

      @Nonnull DeleteRequestBuilder<Piscof_st> deletePiscof_st(@Nonnull Piscof_st piscof_st)
      Deprecated.
      Deletes an existing Piscof_st entity in the S/4HANA system.
      Parameters:
      piscof_st - Piscof_st entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Piscof_st entity. To perform execution, call the execute method on the request builder object.
    • getAllPis_folha

      @Nonnull GetAllRequestBuilder<Pis_folha> getAllPis_folha()
      Deprecated.
      Fetch multiple Pis_folha entities.
      Returns:
      A request builder to fetch multiple Pis_folha entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countPis_folha

      @Nonnull CountRequestBuilder<Pis_folha> countPis_folha()
      Deprecated.
      Fetch the number of entries from the Pis_folha entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Pis_folha entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getPis_folhaByKey

      @Nonnull GetByKeyRequestBuilder<Pis_folha> getPis_folhaByKey(String empresa, String per_ref)
      Deprecated.
      Fetch a single Pis_folha entity using key fields.
      Parameters:
      per_ref - Bookkeeping reference period

      Constraints: Not nullable, Maximum length: 6

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      Returns:
      A request builder to fetch a single Pis_folha entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createPis_folha

      @Nonnull CreateRequestBuilder<Pis_folha> createPis_folha(@Nonnull Pis_folha pis_folha)
      Deprecated.
      Create a new Pis_folha entity and save it to the S/4HANA system.
      Parameters:
      pis_folha - Pis_folha entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Pis_folha entity. To perform execution, call the execute method on the request builder object.
    • updatePis_folha

      @Nonnull UpdateRequestBuilder<Pis_folha> updatePis_folha(@Nonnull Pis_folha pis_folha)
      Deprecated.
      Update an existing Pis_folha entity and save it to the S/4HANA system.
      Parameters:
      pis_folha - Pis_folha entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Pis_folha entity. To perform execution, call the execute method on the request builder object.
    • deletePis_folha

      @Nonnull DeleteRequestBuilder<Pis_folha> deletePis_folha(@Nonnull Pis_folha pis_folha)
      Deprecated.
      Deletes an existing Pis_folha entity in the S/4HANA system.
      Parameters:
      pis_folha - Pis_folha entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Pis_folha entity. To perform execution, call the execute method on the request builder object.
    • getAllPlano_ref

      @Nonnull GetAllRequestBuilder<Plano_ref> getAllPlano_ref()
      Deprecated.
      Fetch multiple Plano_ref entities.
      Returns:
      A request builder to fetch multiple Plano_ref entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countPlano_ref

      @Nonnull CountRequestBuilder<Plano_ref> countPlano_ref()
      Deprecated.
      Fetch the number of entries from the Plano_ref entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Plano_ref entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getPlano_refByKey

      @Nonnull GetByKeyRequestBuilder<Plano_ref> getPlano_refByKey(String empresa, String cod_cta, String cod_ccus, String cod_cta_ref, String tp_plan_ref, String dt_ini)
      Deprecated.
      Fetch a single Plano_ref entity using key fields.
      Parameters:
      cod_ccus -

      Constraints: Not nullable, Maximum length: 100

      dt_ini - Initial Date

      Constraints: Not nullable, Maximum length: 8

      cod_cta - Account Code (Chart)

      Constraints: Not nullable, Maximum length: 100

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      tp_plan_ref - Type of Referential Chart of Accounts

      Constraints: Not nullable, Maximum length: 3

      cod_cta_ref - Referential Account Code

      Constraints: Not nullable, Maximum length: 100

      Returns:
      A request builder to fetch a single Plano_ref entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createPlano_ref

      @Nonnull CreateRequestBuilder<Plano_ref> createPlano_ref(@Nonnull Plano_ref plano_ref)
      Deprecated.
      Create a new Plano_ref entity and save it to the S/4HANA system.
      Parameters:
      plano_ref - Plano_ref entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Plano_ref entity. To perform execution, call the execute method on the request builder object.
    • updatePlano_ref

      @Nonnull UpdateRequestBuilder<Plano_ref> updatePlano_ref(@Nonnull Plano_ref plano_ref)
      Deprecated.
      Update an existing Plano_ref entity and save it to the S/4HANA system.
      Parameters:
      plano_ref - Plano_ref entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Plano_ref entity. To perform execution, call the execute method on the request builder object.
    • deletePlano_ref

      @Nonnull DeleteRequestBuilder<Plano_ref> deletePlano_ref(@Nonnull Plano_ref plano_ref)
      Deprecated.
      Deletes an existing Plano_ref entity in the S/4HANA system.
      Parameters:
      plano_ref - Plano_ref entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Plano_ref entity. To perform execution, call the execute method on the request builder object.
    • getAllPlcta_cpl

      @Nonnull GetAllRequestBuilder<Plcta_cpl> getAllPlcta_cpl()
      Deprecated.
      Fetch multiple Plcta_cpl entities.
      Returns:
      A request builder to fetch multiple Plcta_cpl entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countPlcta_cpl

      @Nonnull CountRequestBuilder<Plcta_cpl> countPlcta_cpl()
      Deprecated.
      Fetch the number of entries from the Plcta_cpl entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Plcta_cpl entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getPlcta_cplByKey

      @Nonnull GetByKeyRequestBuilder<Plcta_cpl> getPlcta_cplByKey(String empresa, String cod_cta)
      Deprecated.
      Fetch a single Plcta_cpl entity using key fields.
      Parameters:
      cod_cta - Account Code (Chart)

      Constraints: Not nullable, Maximum length: 100

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      Returns:
      A request builder to fetch a single Plcta_cpl entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createPlcta_cpl

      @Nonnull CreateRequestBuilder<Plcta_cpl> createPlcta_cpl(@Nonnull Plcta_cpl plcta_cpl)
      Deprecated.
      Create a new Plcta_cpl entity and save it to the S/4HANA system.
      Parameters:
      plcta_cpl - Plcta_cpl entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Plcta_cpl entity. To perform execution, call the execute method on the request builder object.
    • updatePlcta_cpl

      @Nonnull UpdateRequestBuilder<Plcta_cpl> updatePlcta_cpl(@Nonnull Plcta_cpl plcta_cpl)
      Deprecated.
      Update an existing Plcta_cpl entity and save it to the S/4HANA system.
      Parameters:
      plcta_cpl - Plcta_cpl entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Plcta_cpl entity. To perform execution, call the execute method on the request builder object.
    • deletePlcta_cpl

      @Nonnull DeleteRequestBuilder<Plcta_cpl> deletePlcta_cpl(@Nonnull Plcta_cpl plcta_cpl)
      Deprecated.
      Deletes an existing Plcta_cpl entity in the S/4HANA system.
      Parameters:
      plcta_cpl - Plcta_cpl entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Plcta_cpl entity. To perform execution, call the execute method on the request builder object.
    • getAllPln_cta

      @Nonnull GetAllRequestBuilder<Pln_cta> getAllPln_cta()
      Deprecated.
      Fetch multiple Pln_cta entities.
      Returns:
      A request builder to fetch multiple Pln_cta entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countPln_cta

      @Nonnull CountRequestBuilder<Pln_cta> countPln_cta()
      Deprecated.
      Fetch the number of entries from the Pln_cta entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Pln_cta entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getPln_ctaByKey

      @Nonnull GetByKeyRequestBuilder<Pln_cta> getPln_ctaByKey(String empresa, String estr_balanco, String cod_cta)
      Deprecated.
      Fetch a single Pln_cta entity using key fields.
      Parameters:
      estr_balanco - Financial Statement Version

      Constraints: Not nullable, Maximum length: 4

      cod_cta - Account Code (Chart)

      Constraints: Not nullable, Maximum length: 100

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      Returns:
      A request builder to fetch a single Pln_cta entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createPln_cta

      @Nonnull CreateRequestBuilder<Pln_cta> createPln_cta(@Nonnull Pln_cta pln_cta)
      Deprecated.
      Create a new Pln_cta entity and save it to the S/4HANA system.
      Parameters:
      pln_cta - Pln_cta entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Pln_cta entity. To perform execution, call the execute method on the request builder object.
    • updatePln_cta

      @Nonnull UpdateRequestBuilder<Pln_cta> updatePln_cta(@Nonnull Pln_cta pln_cta)
      Deprecated.
      Update an existing Pln_cta entity and save it to the S/4HANA system.
      Parameters:
      pln_cta - Pln_cta entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Pln_cta entity. To perform execution, call the execute method on the request builder object.
    • deletePln_cta

      @Nonnull DeleteRequestBuilder<Pln_cta> deletePln_cta(@Nonnull Pln_cta pln_cta)
      Deprecated.
      Deletes an existing Pln_cta entity in the S/4HANA system.
      Parameters:
      pln_cta - Pln_cta entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Pln_cta entity. To perform execution, call the execute method on the request builder object.
    • getAllPln_cta_b

      @Nonnull GetAllRequestBuilder<Pln_cta_b> getAllPln_cta_b()
      Deprecated.
      Fetch multiple Pln_cta_b entities.
      Returns:
      A request builder to fetch multiple Pln_cta_b entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countPln_cta_b

      @Nonnull CountRequestBuilder<Pln_cta_b> countPln_cta_b()
      Deprecated.
      Fetch the number of entries from the Pln_cta_b entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Pln_cta_b entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getPln_cta_bByKey

      @Nonnull GetByKeyRequestBuilder<Pln_cta_b> getPln_cta_bByKey(String empresa, String cod_cta_b, String cod_tributo, String dt_lancto)
      Deprecated.
      Fetch a single Pln_cta_b entity using key fields.
      Parameters:
      cod_cta_b - Account Code (Chart)

      Constraints: Not nullable, Maximum length: 100

      cod_tributo - Tax Code

      Constraints: Not nullable, Maximum length: 1

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      dt_lancto - Posting Date

      Constraints: Not nullable, Maximum length: 8

      Returns:
      A request builder to fetch a single Pln_cta_b entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createPln_cta_b

      @Nonnull CreateRequestBuilder<Pln_cta_b> createPln_cta_b(@Nonnull Pln_cta_b pln_cta_b)
      Deprecated.
      Create a new Pln_cta_b entity and save it to the S/4HANA system.
      Parameters:
      pln_cta_b - Pln_cta_b entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Pln_cta_b entity. To perform execution, call the execute method on the request builder object.
    • updatePln_cta_b

      @Nonnull UpdateRequestBuilder<Pln_cta_b> updatePln_cta_b(@Nonnull Pln_cta_b pln_cta_b)
      Deprecated.
      Update an existing Pln_cta_b entity and save it to the S/4HANA system.
      Parameters:
      pln_cta_b - Pln_cta_b entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Pln_cta_b entity. To perform execution, call the execute method on the request builder object.
    • deletePln_cta_b

      @Nonnull DeleteRequestBuilder<Pln_cta_b> deletePln_cta_b(@Nonnull Pln_cta_b pln_cta_b)
      Deprecated.
      Deletes an existing Pln_cta_b entity in the S/4HANA system.
      Parameters:
      pln_cta_b - Pln_cta_b entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Pln_cta_b entity. To perform execution, call the execute method on the request builder object.
    • getAllPln_cta_c

      @Nonnull GetAllRequestBuilder<Pln_cta_c> getAllPln_cta_c()
      Deprecated.
      Fetch multiple Pln_cta_c entities.
      Returns:
      A request builder to fetch multiple Pln_cta_c entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countPln_cta_c

      @Nonnull CountRequestBuilder<Pln_cta_c> countPln_cta_c()
      Deprecated.
      Fetch the number of entries from the Pln_cta_c entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Pln_cta_c entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getPln_cta_cByKey

      @Nonnull GetByKeyRequestBuilder<Pln_cta_c> getPln_cta_cByKey(String empresa, String cod_cta, String cod_emp, String cod_cta_emp, String dt_escrituracao)
      Deprecated.
      Fetch a single Pln_cta_c entity using key fields.
      Parameters:
      cod_cta_emp - Account Code (Chart)

      Constraints: Not nullable, Maximum length: 100

      cod_emp - Participant Company Code

      Constraints: Not nullable, Maximum length: 4

      dt_escrituracao - Bookkeeping Date

      Constraints: Not nullable, Maximum length: 8

      cod_cta - Account Code (Chart)

      Constraints: Not nullable, Maximum length: 100

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      Returns:
      A request builder to fetch a single Pln_cta_c entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createPln_cta_c

      @Nonnull CreateRequestBuilder<Pln_cta_c> createPln_cta_c(@Nonnull Pln_cta_c pln_cta_c)
      Deprecated.
      Create a new Pln_cta_c entity and save it to the S/4HANA system.
      Parameters:
      pln_cta_c - Pln_cta_c entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Pln_cta_c entity. To perform execution, call the execute method on the request builder object.
    • updatePln_cta_c

      @Nonnull UpdateRequestBuilder<Pln_cta_c> updatePln_cta_c(@Nonnull Pln_cta_c pln_cta_c)
      Deprecated.
      Update an existing Pln_cta_c entity and save it to the S/4HANA system.
      Parameters:
      pln_cta_c - Pln_cta_c entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Pln_cta_c entity. To perform execution, call the execute method on the request builder object.
    • deletePln_cta_c

      @Nonnull DeleteRequestBuilder<Pln_cta_c> deletePln_cta_c(@Nonnull Pln_cta_c pln_cta_c)
      Deprecated.
      Deletes an existing Pln_cta_c entity in the S/4HANA system.
      Parameters:
      pln_cta_c - Pln_cta_c entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Pln_cta_c entity. To perform execution, call the execute method on the request builder object.
    • getAllPrc_ref_t

      @Nonnull GetAllRequestBuilder<Prc_ref_t> getAllPrc_ref_t()
      Deprecated.
      Fetch multiple Prc_ref_t entities.
      Returns:
      A request builder to fetch multiple Prc_ref_t entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countPrc_ref_t

      @Nonnull CountRequestBuilder<Prc_ref_t> countPrc_ref_t()
      Deprecated.
      Fetch the number of entries from the Prc_ref_t entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Prc_ref_t entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getPrc_ref_tByKey

      @Nonnull GetByKeyRequestBuilder<Prc_ref_t> getPrc_ref_tByKey(String empresa, String filial, String num_doc, String num_proc)
      Deprecated.
      Fetch a single Prc_ref_t entity using key fields.
      Parameters:
      filial - Branch

      Constraints: Not nullable, Maximum length: 4

      num_proc - Process Number

      Constraints: Not nullable, Maximum length: 20

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      num_doc - Tax document number

      Constraints: Not nullable, Maximum length: 6

      Returns:
      A request builder to fetch a single Prc_ref_t entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createPrc_ref_t

      @Nonnull CreateRequestBuilder<Prc_ref_t> createPrc_ref_t(@Nonnull Prc_ref_t prc_ref_t)
      Deprecated.
      Create a new Prc_ref_t entity and save it to the S/4HANA system.
      Parameters:
      prc_ref_t - Prc_ref_t entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Prc_ref_t entity. To perform execution, call the execute method on the request builder object.
    • updatePrc_ref_t

      @Nonnull UpdateRequestBuilder<Prc_ref_t> updatePrc_ref_t(@Nonnull Prc_ref_t prc_ref_t)
      Deprecated.
      Update an existing Prc_ref_t entity and save it to the S/4HANA system.
      Parameters:
      prc_ref_t - Prc_ref_t entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Prc_ref_t entity. To perform execution, call the execute method on the request builder object.
    • deletePrc_ref_t

      @Nonnull DeleteRequestBuilder<Prc_ref_t> deletePrc_ref_t(@Nonnull Prc_ref_t prc_ref_t)
      Deprecated.
      Deletes an existing Prc_ref_t entity in the S/4HANA system.
      Parameters:
      prc_ref_t - Prc_ref_t entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Prc_ref_t entity. To perform execution, call the execute method on the request builder object.
    • getAllPrd_d_usi

      @Nonnull GetAllRequestBuilder<Prd_d_usi> getAllPrd_d_usi()
      Deprecated.
      Fetch multiple Prd_d_usi entities.
      Returns:
      A request builder to fetch multiple Prd_d_usi entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countPrd_d_usi

      @Nonnull CountRequestBuilder<Prd_d_usi> countPrd_d_usi()
      Deprecated.
      Fetch the number of entries from the Prd_d_usi entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Prd_d_usi entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getPrd_d_usiByKey

      @Nonnull GetByKeyRequestBuilder<Prd_d_usi> getPrd_d_usiByKey(String cod_prod, String dt_registro, String empresa, String filial)
      Deprecated.
      Fetch a single Prd_d_usi entity using key fields.
      Parameters:
      cod_prod -

      Constraints: Not nullable, Maximum length: 2

      filial -

      Constraints: Not nullable, Maximum length: 4

      dt_registro -

      Constraints: Not nullable, Maximum length: 8

      empresa -

      Constraints: Not nullable, Maximum length: 4

      Returns:
      A request builder to fetch a single Prd_d_usi entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createPrd_d_usi

      @Nonnull CreateRequestBuilder<Prd_d_usi> createPrd_d_usi(@Nonnull Prd_d_usi prd_d_usi)
      Deprecated.
      Create a new Prd_d_usi entity and save it to the S/4HANA system.
      Parameters:
      prd_d_usi - Prd_d_usi entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Prd_d_usi entity. To perform execution, call the execute method on the request builder object.
    • updatePrd_d_usi

      @Nonnull UpdateRequestBuilder<Prd_d_usi> updatePrd_d_usi(@Nonnull Prd_d_usi prd_d_usi)
      Deprecated.
      Update an existing Prd_d_usi entity and save it to the S/4HANA system.
      Parameters:
      prd_d_usi - Prd_d_usi entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Prd_d_usi entity. To perform execution, call the execute method on the request builder object.
    • deletePrd_d_usi

      @Nonnull DeleteRequestBuilder<Prd_d_usi> deletePrd_d_usi(@Nonnull Prd_d_usi prd_d_usi)
      Deprecated.
      Deletes an existing Prd_d_usi entity in the S/4HANA system.
      Parameters:
      prd_d_usi - Prd_d_usi entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Prd_d_usi entity. To perform execution, call the execute method on the request builder object.
    • getAllPrej_acum

      @Nonnull GetAllRequestBuilder<Prej_acum> getAllPrej_acum()
      Deprecated.
      Fetch multiple Prej_acum entities.
      Returns:
      A request builder to fetch multiple Prej_acum entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countPrej_acum

      @Nonnull CountRequestBuilder<Prej_acum> countPrej_acum()
      Deprecated.
      Fetch the number of entries from the Prej_acum entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Prej_acum entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getPrej_acumByKey

      @Nonnull GetByKeyRequestBuilder<Prej_acum> getPrej_acumByKey(String empresa, String dt_lancto, String nif, String cnpj)
      Deprecated.
      Fetch a single Prej_acum entity using key fields.
      Parameters:
      nif - Tax Identification Number

      Constraints: Not nullable, Maximum length: 30

      cnpj - CNPJ

      Constraints: Not nullable, Maximum length: 14

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      dt_lancto - Posting Date

      Constraints: Not nullable, Maximum length: 8

      Returns:
      A request builder to fetch a single Prej_acum entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createPrej_acum

      @Nonnull CreateRequestBuilder<Prej_acum> createPrej_acum(@Nonnull Prej_acum prej_acum)
      Deprecated.
      Create a new Prej_acum entity and save it to the S/4HANA system.
      Parameters:
      prej_acum - Prej_acum entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Prej_acum entity. To perform execution, call the execute method on the request builder object.
    • updatePrej_acum

      @Nonnull UpdateRequestBuilder<Prej_acum> updatePrej_acum(@Nonnull Prej_acum prej_acum)
      Deprecated.
      Update an existing Prej_acum entity and save it to the S/4HANA system.
      Parameters:
      prej_acum - Prej_acum entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Prej_acum entity. To perform execution, call the execute method on the request builder object.
    • deletePrej_acum

      @Nonnull DeleteRequestBuilder<Prej_acum> deletePrej_acum(@Nonnull Prej_acum prej_acum)
      Deprecated.
      Deletes an existing Prej_acum entity in the S/4HANA system.
      Parameters:
      prej_acum - Prej_acum entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Prej_acum entity. To perform execution, call the execute method on the request builder object.
    • getAllProcrefe

      @Nonnull GetAllRequestBuilder<Procrefe> getAllProcrefe()
      Deprecated.
      Fetch multiple Procrefe entities.
      Returns:
      A request builder to fetch multiple Procrefe entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countProcrefe

      @Nonnull CountRequestBuilder<Procrefe> countProcrefe()
      Deprecated.
      Fetch the number of entries from the Procrefe entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Procrefe entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getProcrefeByKey

      @Nonnull GetByKeyRequestBuilder<Procrefe> getProcrefeByKey(String empresa, String filial, String per_ref, String tp_proc, String num_proc)
      Deprecated.
      Fetch a single Procrefe entity using key fields.
      Parameters:
      filial - Branch

      Constraints: Not nullable, Maximum length: 4

      num_proc - Process Number

      Constraints: Not nullable, Maximum length: 20

      per_ref - Bookkeeping reference period

      Constraints: Not nullable, Maximum length: 6

      tp_proc - Process Type

      Constraints: Not nullable, Maximum length: 1

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      Returns:
      A request builder to fetch a single Procrefe entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createProcrefe

      @Nonnull CreateRequestBuilder<Procrefe> createProcrefe(@Nonnull Procrefe procrefe)
      Deprecated.
      Create a new Procrefe entity and save it to the S/4HANA system.
      Parameters:
      procrefe - Procrefe entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Procrefe entity. To perform execution, call the execute method on the request builder object.
    • updateProcrefe

      @Nonnull UpdateRequestBuilder<Procrefe> updateProcrefe(@Nonnull Procrefe procrefe)
      Deprecated.
      Update an existing Procrefe entity and save it to the S/4HANA system.
      Parameters:
      procrefe - Procrefe entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Procrefe entity. To perform execution, call the execute method on the request builder object.
    • deleteProcrefe

      @Nonnull DeleteRequestBuilder<Procrefe> deleteProcrefe(@Nonnull Procrefe procrefe)
      Deprecated.
      Deletes an existing Procrefe entity in the S/4HANA system.
      Parameters:
      procrefe - Procrefe entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Procrefe entity. To perform execution, call the execute method on the request builder object.
    • getAllProc_ref

      @Nonnull GetAllRequestBuilder<Proc_ref> getAllProc_ref()
      Deprecated.
      Fetch multiple Proc_ref entities.
      Returns:
      A request builder to fetch multiple Proc_ref entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countProc_ref

      @Nonnull CountRequestBuilder<Proc_ref> countProc_ref()
      Deprecated.
      Fetch the number of entries from the Proc_ref entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Proc_ref entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getProc_refByKey

      @Nonnull GetByKeyRequestBuilder<Proc_ref> getProc_refByKey(String empresa, String filial, String tp_parent, String num_lancto, String dt_lancto, String num_proc)
      Deprecated.
      Fetch a single Proc_ref entity using key fields.
      Parameters:
      filial - Branch

      Constraints: Not nullable, Maximum length: 4

      num_lancto - Posting Number

      Constraints: Not nullable, Maximum length: 10

      num_proc - Process Number

      Constraints: Not nullable, Maximum length: 20

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      tp_parent - Type of parent

      Constraints: Not nullable, Maximum length: 20

      dt_lancto - Posting Date

      Constraints: Not nullable, Maximum length: 8

      Returns:
      A request builder to fetch a single Proc_ref entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createProc_ref

      @Nonnull CreateRequestBuilder<Proc_ref> createProc_ref(@Nonnull Proc_ref proc_ref)
      Deprecated.
      Create a new Proc_ref entity and save it to the S/4HANA system.
      Parameters:
      proc_ref - Proc_ref entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Proc_ref entity. To perform execution, call the execute method on the request builder object.
    • updateProc_ref

      @Nonnull UpdateRequestBuilder<Proc_ref> updateProc_ref(@Nonnull Proc_ref proc_ref)
      Deprecated.
      Update an existing Proc_ref entity and save it to the S/4HANA system.
      Parameters:
      proc_ref - Proc_ref entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Proc_ref entity. To perform execution, call the execute method on the request builder object.
    • deleteProc_ref

      @Nonnull DeleteRequestBuilder<Proc_ref> deleteProc_ref(@Nonnull Proc_ref proc_ref)
      Deprecated.
      Deletes an existing Proc_ref entity in the S/4HANA system.
      Parameters:
      proc_ref - Proc_ref entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Proc_ref entity. To perform execution, call the execute method on the request builder object.
    • getAllProd

      @Nonnull GetAllRequestBuilder<Prod> getAllProd()
      Deprecated.
      Fetch multiple Prod entities.
      Returns:
      A request builder to fetch multiple Prod entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countProd

      @Nonnull CountRequestBuilder<Prod> countProd()
      Deprecated.
      Fetch the number of entries from the Prod entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Prod entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getProdByKey

      @Nonnull GetByKeyRequestBuilder<Prod> getProdByKey(String empresa, String filial, String centro, String cod_doc_op, String cod_item, String dt_saida, String cod_item_lin)
      Deprecated.
      Fetch a single Prod entity using key fields.
      Parameters:
      cod_item - Item Code for Production Order

      Constraints: Not nullable, Maximum length: 60

      filial - Business Place

      Constraints: Not nullable, Maximum length: 4

      centro - Plant

      Constraints: Not nullable, Maximum length: 4

      cod_doc_op - Production Order Identification Code

      Constraints: Not nullable, Maximum length: 30

      cod_item_lin - Consumption Item Code

      Constraints: Not nullable, Maximum length: 60

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      dt_saida - Consumption Date

      Constraints: Not nullable, Maximum length: 8

      Returns:
      A request builder to fetch a single Prod entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createProd

      @Nonnull CreateRequestBuilder<Prod> createProd(@Nonnull Prod prod)
      Deprecated.
      Create a new Prod entity and save it to the S/4HANA system.
      Parameters:
      prod - Prod entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Prod entity. To perform execution, call the execute method on the request builder object.
    • updateProd

      @Nonnull UpdateRequestBuilder<Prod> updateProd(@Nonnull Prod prod)
      Deprecated.
      Update an existing Prod entity and save it to the S/4HANA system.
      Parameters:
      prod - Prod entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Prod entity. To perform execution, call the execute method on the request builder object.
    • deleteProd

      @Nonnull DeleteRequestBuilder<Prod> deleteProd(@Nonnull Prod prod)
      Deprecated.
      Deletes an existing Prod entity in the S/4HANA system.
      Parameters:
      prod - Prod entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Prod entity. To perform execution, call the execute method on the request builder object.
    • getAllProd_conj

      @Nonnull GetAllRequestBuilder<Prod_conj> getAllProd_conj()
      Deprecated.
      Fetch multiple Prod_conj entities.
      Returns:
      A request builder to fetch multiple Prod_conj entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countProd_conj

      @Nonnull CountRequestBuilder<Prod_conj> countProd_conj()
      Deprecated.
      Fetch the number of entries from the Prod_conj entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Prod_conj entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getProd_conjByKey

      @Nonnull GetByKeyRequestBuilder<Prod_conj> getProd_conjByKey(String empresa, String filial, String per_ref, String tipo_prod, String cod_doc_op, String cod_item)
      Deprecated.
      Fetch a single Prod_conj entity using key fields.
      Parameters:
      tipo_prod - Production Type

      Constraints: Not nullable, Maximum length: 1

      cod_item - Item Code

      Constraints: Not nullable, Maximum length: 60

      filial - Branch

      Constraints: Not nullable, Maximum length: 4

      per_ref - Bookkeeping reference period

      Constraints: Not nullable, Maximum length: 6

      cod_doc_op - Production Order Identification Code

      Constraints: Not nullable, Maximum length: 30

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      Returns:
      A request builder to fetch a single Prod_conj entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createProd_conj

      @Nonnull CreateRequestBuilder<Prod_conj> createProd_conj(@Nonnull Prod_conj prod_conj)
      Deprecated.
      Create a new Prod_conj entity and save it to the S/4HANA system.
      Parameters:
      prod_conj - Prod_conj entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Prod_conj entity. To perform execution, call the execute method on the request builder object.
    • updateProd_conj

      @Nonnull UpdateRequestBuilder<Prod_conj> updateProd_conj(@Nonnull Prod_conj prod_conj)
      Deprecated.
      Update an existing Prod_conj entity and save it to the S/4HANA system.
      Parameters:
      prod_conj - Prod_conj entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Prod_conj entity. To perform execution, call the execute method on the request builder object.
    • deleteProd_conj

      @Nonnull DeleteRequestBuilder<Prod_conj> deleteProd_conj(@Nonnull Prod_conj prod_conj)
      Deprecated.
      Deletes an existing Prod_conj entity in the S/4HANA system.
      Parameters:
      prod_conj - Prod_conj entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Prod_conj entity. To perform execution, call the execute method on the request builder object.
    • getAllProd_cpl

      @Nonnull GetAllRequestBuilder<Prod_cpl> getAllProd_cpl()
      Deprecated.
      Fetch multiple Prod_cpl entities.
      Returns:
      A request builder to fetch multiple Prod_cpl entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countProd_cpl

      @Nonnull CountRequestBuilder<Prod_cpl> countProd_cpl()
      Deprecated.
      Fetch the number of entries from the Prod_cpl entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Prod_cpl entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getProd_cplByKey

      @Nonnull GetByKeyRequestBuilder<Prod_cpl> getProd_cplByKey(String empresa, String cod_doc_op, String cod_item, String dt_saida, String cod_item_lin)
      Deprecated.
      Fetch a single Prod_cpl entity using key fields.
      Parameters:
      cod_item - Item Code for Production Order

      Constraints: Not nullable, Maximum length: 60

      cod_doc_op - Production Order Identification Code

      Constraints: Not nullable, Maximum length: 30

      cod_item_lin - Consumption Item Code

      Constraints: Not nullable, Maximum length: 60

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      dt_saida -

      Constraints: Not nullable, Maximum length: 8

      Returns:
      A request builder to fetch a single Prod_cpl entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createProd_cpl

      @Nonnull CreateRequestBuilder<Prod_cpl> createProd_cpl(@Nonnull Prod_cpl prod_cpl)
      Deprecated.
      Create a new Prod_cpl entity and save it to the S/4HANA system.
      Parameters:
      prod_cpl - Prod_cpl entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Prod_cpl entity. To perform execution, call the execute method on the request builder object.
    • updateProd_cpl

      @Nonnull UpdateRequestBuilder<Prod_cpl> updateProd_cpl(@Nonnull Prod_cpl prod_cpl)
      Deprecated.
      Update an existing Prod_cpl entity and save it to the S/4HANA system.
      Parameters:
      prod_cpl - Prod_cpl entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Prod_cpl entity. To perform execution, call the execute method on the request builder object.
    • deleteProd_cpl

      @Nonnull DeleteRequestBuilder<Prod_cpl> deleteProd_cpl(@Nonnull Prod_cpl prod_cpl)
      Deprecated.
      Deletes an existing Prod_cpl entity in the S/4HANA system.
      Parameters:
      prod_cpl - Prod_cpl entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Prod_cpl entity. To perform execution, call the execute method on the request builder object.
    • getAllPr_adm_ju

      @Nonnull GetAllRequestBuilder<Pr_adm_ju> getAllPr_adm_ju()
      Deprecated.
      Fetch multiple Pr_adm_ju entities.
      Returns:
      A request builder to fetch multiple Pr_adm_ju entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countPr_adm_ju

      @Nonnull CountRequestBuilder<Pr_adm_ju> countPr_adm_ju()
      Deprecated.
      Fetch the number of entries from the Pr_adm_ju entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Pr_adm_ju entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getPr_adm_juByKey

      @Nonnull GetByKeyRequestBuilder<Pr_adm_ju> getPr_adm_juByKey(String empresa, String tp_proc, String nr_proc, String ini_valid)
      Deprecated.
      Fetch a single Pr_adm_ju entity using key fields.
      Parameters:
      nr_proc - Administrative Procedure/Lawsuit Number

      Constraints: Not nullable, Maximum length: 21

      tp_proc - Process Type

      Constraints: Not nullable, Maximum length: 1

      ini_valid -

      Constraints: Not nullable, Maximum length: 6

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      Returns:
      A request builder to fetch a single Pr_adm_ju entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createPr_adm_ju

      @Nonnull CreateRequestBuilder<Pr_adm_ju> createPr_adm_ju(@Nonnull Pr_adm_ju pr_adm_ju)
      Deprecated.
      Create a new Pr_adm_ju entity and save it to the S/4HANA system.
      Parameters:
      pr_adm_ju - Pr_adm_ju entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Pr_adm_ju entity. To perform execution, call the execute method on the request builder object.
    • updatePr_adm_ju

      @Nonnull UpdateRequestBuilder<Pr_adm_ju> updatePr_adm_ju(@Nonnull Pr_adm_ju pr_adm_ju)
      Deprecated.
      Update an existing Pr_adm_ju entity and save it to the S/4HANA system.
      Parameters:
      pr_adm_ju - Pr_adm_ju entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Pr_adm_ju entity. To perform execution, call the execute method on the request builder object.
    • deletePr_adm_ju

      @Nonnull DeleteRequestBuilder<Pr_adm_ju> deletePr_adm_ju(@Nonnull Pr_adm_ju pr_adm_ju)
      Deprecated.
      Deletes an existing Pr_adm_ju entity in the S/4HANA system.
      Parameters:
      pr_adm_ju - Pr_adm_ju entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Pr_adm_ju entity. To perform execution, call the execute method on the request builder object.
    • getAllP_admju_a

      @Nonnull GetAllRequestBuilder<P_admju_a> getAllP_admju_a()
      Deprecated.
      Fetch multiple P_admju_a entities.
      Returns:
      A request builder to fetch multiple P_admju_a entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countP_admju_a

      @Nonnull CountRequestBuilder<P_admju_a> countP_admju_a()
      Deprecated.
      Fetch the number of entries from the P_admju_a entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of P_admju_a entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getP_admju_aByKey

      @Nonnull GetByKeyRequestBuilder<P_admju_a> getP_admju_aByKey(String empresa, String filial, LocalDate data, String tp_proc, String nr_proc, String cod_susp, String tp_insc_proc, String nr_insc_proc, String ind_aquis)
      Deprecated.
      Fetch a single P_admju_a entity using key fields.
      Parameters:
      tp_insc_proc - Registration Type

      Constraints: Not nullable, Maximum length: 1

      filial - Branch

      Constraints: Not nullable, Maximum length: 4

      data - Date

      Constraints: Not nullable

      nr_proc - Administrative Procedure/Lawsuit Number

      Constraints: Not nullable, Maximum length: 21

      ind_aquis - Acquisition Indicator

      Constraints: Not nullable, Maximum length: 1

      tp_proc - Process Type

      Constraints: Not nullable, Maximum length: 1

      nr_insc_proc - CNPJ or CNO number on admin. or judicial lawsuit

      Constraints: Not nullable, Maximum length: 14

      cod_susp - Suspension Indicator Code

      Constraints: Not nullable, Maximum length: 14

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      Returns:
      A request builder to fetch a single P_admju_a entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createP_admju_a

      @Nonnull CreateRequestBuilder<P_admju_a> createP_admju_a(@Nonnull P_admju_a p_admju_a)
      Deprecated.
      Create a new P_admju_a entity and save it to the S/4HANA system.
      Parameters:
      p_admju_a - P_admju_a entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new P_admju_a entity. To perform execution, call the execute method on the request builder object.
    • updateP_admju_a

      @Nonnull UpdateRequestBuilder<P_admju_a> updateP_admju_a(@Nonnull P_admju_a p_admju_a)
      Deprecated.
      Update an existing P_admju_a entity and save it to the S/4HANA system.
      Parameters:
      p_admju_a - P_admju_a entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing P_admju_a entity. To perform execution, call the execute method on the request builder object.
    • deleteP_admju_a

      @Nonnull DeleteRequestBuilder<P_admju_a> deleteP_admju_a(@Nonnull P_admju_a p_admju_a)
      Deprecated.
      Deletes an existing P_admju_a entity in the S/4HANA system.
      Parameters:
      p_admju_a - P_admju_a entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing P_admju_a entity. To perform execution, call the execute method on the request builder object.
    • getAllP_admju_d

      @Nonnull GetAllRequestBuilder<P_admju_d> getAllP_admju_d()
      Deprecated.
      Fetch multiple P_admju_d entities.
      Returns:
      A request builder to fetch multiple P_admju_d entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countP_admju_d

      @Nonnull CountRequestBuilder<P_admju_d> countP_admju_d()
      Deprecated.
      Fetch the number of entries from the P_admju_d entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of P_admju_d entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getP_admju_dByKey

      @Nonnull GetByKeyRequestBuilder<P_admju_d> getP_admju_dByKey(String empresa, String filial, LocalDate data, String tp_proc, String nr_proc, String cod_susp, String tp_insc_proc, String nr_insc_proc, String cod_ativ_econ, String ind_com)
      Deprecated.
      Fetch a single P_admju_d entity using key fields.
      Parameters:
      ind_com - Commercialization Indicator

      Constraints: Not nullable, Maximum length: 1

      tp_insc_proc - Registration Type

      Constraints: Not nullable, Maximum length: 1

      filial - Branch

      Constraints: Not nullable, Maximum length: 4

      data - Date

      Constraints: Not nullable

      nr_proc - Administrative Procedure/Lawsuit Number

      Constraints: Not nullable, Maximum length: 21

      cod_ativ_econ - Indicator code for activity subject to incidence of contrib.

      Constraints: Not nullable, Maximum length: 8

      tp_proc - Process Type

      Constraints: Not nullable, Maximum length: 1

      nr_insc_proc - CNPJ or CNO number on admin. or judicial lawsuit

      Constraints: Not nullable, Maximum length: 14

      cod_susp - Suspension Indicator Code

      Constraints: Not nullable, Maximum length: 14

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      Returns:
      A request builder to fetch a single P_admju_d entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createP_admju_d

      @Nonnull CreateRequestBuilder<P_admju_d> createP_admju_d(@Nonnull P_admju_d p_admju_d)
      Deprecated.
      Create a new P_admju_d entity and save it to the S/4HANA system.
      Parameters:
      p_admju_d - P_admju_d entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new P_admju_d entity. To perform execution, call the execute method on the request builder object.
    • updateP_admju_d

      @Nonnull UpdateRequestBuilder<P_admju_d> updateP_admju_d(@Nonnull P_admju_d p_admju_d)
      Deprecated.
      Update an existing P_admju_d entity and save it to the S/4HANA system.
      Parameters:
      p_admju_d - P_admju_d entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing P_admju_d entity. To perform execution, call the execute method on the request builder object.
    • deleteP_admju_d

      @Nonnull DeleteRequestBuilder<P_admju_d> deleteP_admju_d(@Nonnull P_admju_d p_admju_d)
      Deprecated.
      Deletes an existing P_admju_d entity in the S/4HANA system.
      Parameters:
      p_admju_d - P_admju_d entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing P_admju_d entity. To perform execution, call the execute method on the request builder object.
    • getAllP_admju_s

      @Nonnull GetAllRequestBuilder<P_admju_s> getAllP_admju_s()
      Deprecated.
      Fetch multiple P_admju_s entities.
      Returns:
      A request builder to fetch multiple P_admju_s entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countP_admju_s

      @Nonnull CountRequestBuilder<P_admju_s> countP_admju_s()
      Deprecated.
      Fetch the number of entries from the P_admju_s entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of P_admju_s entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getP_admju_sByKey

      @Nonnull GetByKeyRequestBuilder<P_admju_s> getP_admju_sByKey(String empresa, String tp_proc, String nr_proc, String cod_susp, String ini_valid)
      Deprecated.
      Fetch a single P_admju_s entity using key fields.
      Parameters:
      nr_proc - Administrative Procedure/Lawsuit Number

      Constraints: Not nullable, Maximum length: 21

      tp_proc - Process Type

      Constraints: Not nullable, Maximum length: 1

      cod_susp - Suspension Indicator Code

      Constraints: Not nullable, Maximum length: 14

      ini_valid -

      Constraints: Not nullable, Maximum length: 6

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      Returns:
      A request builder to fetch a single P_admju_s entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createP_admju_s

      @Nonnull CreateRequestBuilder<P_admju_s> createP_admju_s(@Nonnull P_admju_s p_admju_s)
      Deprecated.
      Create a new P_admju_s entity and save it to the S/4HANA system.
      Parameters:
      p_admju_s - P_admju_s entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new P_admju_s entity. To perform execution, call the execute method on the request builder object.
    • updateP_admju_s

      @Nonnull UpdateRequestBuilder<P_admju_s> updateP_admju_s(@Nonnull P_admju_s p_admju_s)
      Deprecated.
      Update an existing P_admju_s entity and save it to the S/4HANA system.
      Parameters:
      p_admju_s - P_admju_s entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing P_admju_s entity. To perform execution, call the execute method on the request builder object.
    • deleteP_admju_s

      @Nonnull DeleteRequestBuilder<P_admju_s> deleteP_admju_s(@Nonnull P_admju_s p_admju_s)
      Deprecated.
      Deletes an existing P_admju_s entity in the S/4HANA system.
      Parameters:
      p_admju_s - P_admju_s entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing P_admju_s entity. To perform execution, call the execute method on the request builder object.
    • getAllP_nf_view

      @Nonnull GetAllRequestBuilder<P_nf_view> getAllP_nf_view()
      Deprecated.
      Fetch multiple P_nf_view entities.
      Returns:
      A request builder to fetch multiple P_nf_view entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countP_nf_view

      @Nonnull CountRequestBuilder<P_nf_view> countP_nf_view()
      Deprecated.
      Fetch the number of entries from the P_nf_view entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of P_nf_view entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getP_nf_viewByKey

      @Nonnull GetByKeyRequestBuilder<P_nf_view> getP_nf_viewByKey(String cod_part)
      Deprecated.
      Fetch a single P_nf_view entity using key fields.
      Parameters:
      cod_part -

      Constraints: Not nullable, Maximum length: 60

      Returns:
      A request builder to fetch a single P_nf_view entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createP_nf_view

      @Nonnull CreateRequestBuilder<P_nf_view> createP_nf_view(@Nonnull P_nf_view p_nf_view)
      Deprecated.
      Create a new P_nf_view entity and save it to the S/4HANA system.
      Parameters:
      p_nf_view - P_nf_view entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new P_nf_view entity. To perform execution, call the execute method on the request builder object.
    • updateP_nf_view

      @Nonnull UpdateRequestBuilder<P_nf_view> updateP_nf_view(@Nonnull P_nf_view p_nf_view)
      Deprecated.
      Update an existing P_nf_view entity and save it to the S/4HANA system.
      Parameters:
      p_nf_view - P_nf_view entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing P_nf_view entity. To perform execution, call the execute method on the request builder object.
    • deleteP_nf_view

      @Nonnull DeleteRequestBuilder<P_nf_view> deleteP_nf_view(@Nonnull P_nf_view p_nf_view)
      Deprecated.
      Deletes an existing P_nf_view entity in the S/4HANA system.
      Parameters:
      p_nf_view - P_nf_view entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing P_nf_view entity. To perform execution, call the execute method on the request builder object.
    • getAllRecisen_c

      @Nonnull GetAllRequestBuilder<Recisen_c> getAllRecisen_c()
      Deprecated.
      Fetch multiple Recisen_c entities.
      Returns:
      A request builder to fetch multiple Recisen_c entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countRecisen_c

      @Nonnull CountRequestBuilder<Recisen_c> countRecisen_c()
      Deprecated.
      Fetch the number of entries from the Recisen_c entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Recisen_c entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getRecisen_cByKey

      @Nonnull GetByKeyRequestBuilder<Recisen_c> getRecisen_cByKey(String empresa, String per_ref, String cst_cofins, String cod_cta)
      Deprecated.
      Fetch a single Recisen_c entity using key fields.
      Parameters:
      per_ref - Bookkeeping reference period

      Constraints: Not nullable, Maximum length: 6

      cst_cofins - Tax Situation Code related to COFINS

      Constraints: Not nullable, Maximum length: 2

      cod_cta - Credit Source Indicator

      Constraints: Not nullable, Maximum length: 60

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      Returns:
      A request builder to fetch a single Recisen_c entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createRecisen_c

      @Nonnull CreateRequestBuilder<Recisen_c> createRecisen_c(@Nonnull Recisen_c recisen_c)
      Deprecated.
      Create a new Recisen_c entity and save it to the S/4HANA system.
      Parameters:
      recisen_c - Recisen_c entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Recisen_c entity. To perform execution, call the execute method on the request builder object.
    • updateRecisen_c

      @Nonnull UpdateRequestBuilder<Recisen_c> updateRecisen_c(@Nonnull Recisen_c recisen_c)
      Deprecated.
      Update an existing Recisen_c entity and save it to the S/4HANA system.
      Parameters:
      recisen_c - Recisen_c entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Recisen_c entity. To perform execution, call the execute method on the request builder object.
    • deleteRecisen_c

      @Nonnull DeleteRequestBuilder<Recisen_c> deleteRecisen_c(@Nonnull Recisen_c recisen_c)
      Deprecated.
      Deletes an existing Recisen_c entity in the S/4HANA system.
      Parameters:
      recisen_c - Recisen_c entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Recisen_c entity. To perform execution, call the execute method on the request builder object.
    • getAllRecisen_p

      @Nonnull GetAllRequestBuilder<Recisen_p> getAllRecisen_p()
      Deprecated.
      Fetch multiple Recisen_p entities.
      Returns:
      A request builder to fetch multiple Recisen_p entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countRecisen_p

      @Nonnull CountRequestBuilder<Recisen_p> countRecisen_p()
      Deprecated.
      Fetch the number of entries from the Recisen_p entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Recisen_p entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getRecisen_pByKey

      @Nonnull GetByKeyRequestBuilder<Recisen_p> getRecisen_pByKey(String empresa, String per_ref, String cst_pis, String cod_cta)
      Deprecated.
      Fetch a single Recisen_p entity using key fields.
      Parameters:
      per_ref - Bookkeeping reference period

      Constraints: Not nullable, Maximum length: 6

      cod_cta - Credit Source Indicator

      Constraints: Not nullable, Maximum length: 60

      cst_pis - Tax Situation Code related to PIS/PASEP

      Constraints: Not nullable, Maximum length: 2

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      Returns:
      A request builder to fetch a single Recisen_p entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createRecisen_p

      @Nonnull CreateRequestBuilder<Recisen_p> createRecisen_p(@Nonnull Recisen_p recisen_p)
      Deprecated.
      Create a new Recisen_p entity and save it to the S/4HANA system.
      Parameters:
      recisen_p - Recisen_p entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Recisen_p entity. To perform execution, call the execute method on the request builder object.
    • updateRecisen_p

      @Nonnull UpdateRequestBuilder<Recisen_p> updateRecisen_p(@Nonnull Recisen_p recisen_p)
      Deprecated.
      Update an existing Recisen_p entity and save it to the S/4HANA system.
      Parameters:
      recisen_p - Recisen_p entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Recisen_p entity. To perform execution, call the execute method on the request builder object.
    • deleteRecisen_p

      @Nonnull DeleteRequestBuilder<Recisen_p> deleteRecisen_p(@Nonnull Recisen_p recisen_p)
      Deprecated.
      Deletes an existing Recisen_p entity in the S/4HANA system.
      Parameters:
      recisen_p - Recisen_p entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Recisen_p entity. To perform execution, call the execute method on the request builder object.
    • getAllRec_bruta

      @Nonnull GetAllRequestBuilder<Rec_bruta> getAllRec_bruta()
      Deprecated.
      Fetch multiple Rec_bruta entities.
      Returns:
      A request builder to fetch multiple Rec_bruta entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countRec_bruta

      @Nonnull CountRequestBuilder<Rec_bruta> countRec_bruta()
      Deprecated.
      Fetch the number of entries from the Rec_bruta entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Rec_bruta entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getRec_brutaByKey

      @Nonnull GetByKeyRequestBuilder<Rec_bruta> getRec_brutaByKey(String empresa, String per_ref)
      Deprecated.
      Fetch a single Rec_bruta entity using key fields.
      Parameters:
      per_ref - Bookkeeping reference period

      Constraints: Not nullable, Maximum length: 6

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      Returns:
      A request builder to fetch a single Rec_bruta entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createRec_bruta

      @Nonnull CreateRequestBuilder<Rec_bruta> createRec_bruta(@Nonnull Rec_bruta rec_bruta)
      Deprecated.
      Create a new Rec_bruta entity and save it to the S/4HANA system.
      Parameters:
      rec_bruta - Rec_bruta entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Rec_bruta entity. To perform execution, call the execute method on the request builder object.
    • updateRec_bruta

      @Nonnull UpdateRequestBuilder<Rec_bruta> updateRec_bruta(@Nonnull Rec_bruta rec_bruta)
      Deprecated.
      Update an existing Rec_bruta entity and save it to the S/4HANA system.
      Parameters:
      rec_bruta - Rec_bruta entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Rec_bruta entity. To perform execution, call the execute method on the request builder object.
    • deleteRec_bruta

      @Nonnull DeleteRequestBuilder<Rec_bruta> deleteRec_bruta(@Nonnull Rec_bruta rec_bruta)
      Deprecated.
      Deletes an existing Rec_bruta entity in the S/4HANA system.
      Parameters:
      rec_bruta - Rec_bruta entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Rec_bruta entity. To perform execution, call the execute method on the request builder object.
    • getAllRec_perio

      @Nonnull GetAllRequestBuilder<Rec_perio> getAllRec_perio()
      Deprecated.
      Fetch multiple Rec_perio entities.
      Returns:
      A request builder to fetch multiple Rec_perio entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countRec_perio

      @Nonnull CountRequestBuilder<Rec_perio> countRec_perio()
      Deprecated.
      Fetch the number of entries from the Rec_perio entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Rec_perio entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getRec_perioByKey

      @Nonnull GetByKeyRequestBuilder<Rec_perio> getRec_perioByKey(UUID id)
      Deprecated.
      Fetch a single Rec_perio entity using key fields.
      Parameters:
      id - Tables ID

      Constraints: Not nullable

      Returns:
      A request builder to fetch a single Rec_perio entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createRec_perio

      @Nonnull CreateRequestBuilder<Rec_perio> createRec_perio(@Nonnull Rec_perio rec_perio)
      Deprecated.
      Create a new Rec_perio entity and save it to the S/4HANA system.
      Parameters:
      rec_perio - Rec_perio entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Rec_perio entity. To perform execution, call the execute method on the request builder object.
    • updateRec_perio

      @Nonnull UpdateRequestBuilder<Rec_perio> updateRec_perio(@Nonnull Rec_perio rec_perio)
      Deprecated.
      Update an existing Rec_perio entity and save it to the S/4HANA system.
      Parameters:
      rec_perio - Rec_perio entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Rec_perio entity. To perform execution, call the execute method on the request builder object.
    • deleteRec_perio

      @Nonnull DeleteRequestBuilder<Rec_perio> deleteRec_perio(@Nonnull Rec_perio rec_perio)
      Deprecated.
      Deletes an existing Rec_perio entity in the S/4HANA system.
      Parameters:
      rec_perio - Rec_perio entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Rec_perio entity. To perform execution, call the execute method on the request builder object.
    • getAllRec_pr_re

      @Nonnull GetAllRequestBuilder<Rec_pr_re> getAllRec_pr_re()
      Deprecated.
      Fetch multiple Rec_pr_re entities.
      Returns:
      A request builder to fetch multiple Rec_pr_re entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countRec_pr_re

      @Nonnull CountRequestBuilder<Rec_pr_re> countRec_pr_re()
      Deprecated.
      Fetch the number of entries from the Rec_pr_re entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Rec_pr_re entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getRec_pr_reByKey

      @Nonnull GetByKeyRequestBuilder<Rec_pr_re> getRec_pr_reByKey(String empresa, String filial, String cst_pis_cofins, String num_campo, String cod_det, String cod_comp, String per_ref, String num_proc, BigDecimal aliq_pis, BigDecimal aliq_cofins, String cod_cta_i200, String cod_cta_i300, String info_compl_id_i100, String info_compl_id_i200, String info_compl_id_i300)
      Deprecated.
      Fetch a single Rec_pr_re entity using key fields.
      Parameters:
      num_campo - Register Field Number

      Constraints: Not nullable, Maximum length: 2

      cod_comp - Complement Object

      Constraints: Not nullable, Maximum length: 60

      filial - Branch

      Constraints: Not nullable, Maximum length: 4

      aliq_cofins - COFINS Tax Rate (%)

      Constraints: Not nullable, Precision: 25, Scale: 6

      num_proc - Process Number

      Constraints: Not nullable, Maximum length: 20

      cod_cta_i300 - Code of Controlled Book Account Charged/Credited

      Constraints: Not nullable, Maximum length: 60

      aliq_pis - PIS/PASEP Tax Rate (%)

      Constraints: Not nullable, Precision: 25, Scale: 6

      cod_det - Detail Type Code

      Constraints: Not nullable, Maximum length: 5

      cst_pis_cofins - Tax Situation Code for PIS/COFINS

      Constraints: Not nullable, Maximum length: 2

      cod_cta_i200 - Code of Controlled Book Account Charged/Credited

      Constraints: Not nullable, Maximum length: 60

      per_ref - Bookkeeping reference period

      Constraints: Not nullable, Maximum length: 6

      info_compl_id_i200 - Additional Information ID

      Constraints: Not nullable, Maximum length: 10

      info_compl_id_i300 - Additional Information ID

      Constraints: Not nullable, Maximum length: 10

      info_compl_id_i100 - Additional Information ID

      Constraints: Not nullable, Maximum length: 10

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      Returns:
      A request builder to fetch a single Rec_pr_re entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createRec_pr_re

      @Nonnull CreateRequestBuilder<Rec_pr_re> createRec_pr_re(@Nonnull Rec_pr_re rec_pr_re)
      Deprecated.
      Create a new Rec_pr_re entity and save it to the S/4HANA system.
      Parameters:
      rec_pr_re - Rec_pr_re entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Rec_pr_re entity. To perform execution, call the execute method on the request builder object.
    • updateRec_pr_re

      @Nonnull UpdateRequestBuilder<Rec_pr_re> updateRec_pr_re(@Nonnull Rec_pr_re rec_pr_re)
      Deprecated.
      Update an existing Rec_pr_re entity and save it to the S/4HANA system.
      Parameters:
      rec_pr_re - Rec_pr_re entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Rec_pr_re entity. To perform execution, call the execute method on the request builder object.
    • deleteRec_pr_re

      @Nonnull DeleteRequestBuilder<Rec_pr_re> deleteRec_pr_re(@Nonnull Rec_pr_re rec_pr_re)
      Deprecated.
      Deletes an existing Rec_pr_re entity in the S/4HANA system.
      Parameters:
      rec_pr_re - Rec_pr_re entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Rec_pr_re entity. To perform execution, call the execute method on the request builder object.
    • getAllRec_regcx

      @Nonnull GetAllRequestBuilder<Rec_regcx> getAllRec_regcx()
      Deprecated.
      Fetch multiple Rec_regcx entities.
      Returns:
      A request builder to fetch multiple Rec_regcx entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countRec_regcx

      @Nonnull CountRequestBuilder<Rec_regcx> countRec_regcx()
      Deprecated.
      Fetch the number of entries from the Rec_regcx entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Rec_regcx entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getRec_regcxByKey

      @Nonnull GetByKeyRequestBuilder<Rec_regcx> getRec_regcxByKey(String empresa, String filial, String dt_lancto, String num_lancto)
      Deprecated.
      Fetch a single Rec_regcx entity using key fields.
      Parameters:
      filial - Branch

      Constraints: Not nullable, Maximum length: 4

      num_lancto - Posting Number

      Constraints: Not nullable, Maximum length: 10

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      dt_lancto - Posting Date

      Constraints: Not nullable, Maximum length: 8

      Returns:
      A request builder to fetch a single Rec_regcx entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createRec_regcx

      @Nonnull CreateRequestBuilder<Rec_regcx> createRec_regcx(@Nonnull Rec_regcx rec_regcx)
      Deprecated.
      Create a new Rec_regcx entity and save it to the S/4HANA system.
      Parameters:
      rec_regcx - Rec_regcx entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Rec_regcx entity. To perform execution, call the execute method on the request builder object.
    • updateRec_regcx

      @Nonnull UpdateRequestBuilder<Rec_regcx> updateRec_regcx(@Nonnull Rec_regcx rec_regcx)
      Deprecated.
      Update an existing Rec_regcx entity and save it to the S/4HANA system.
      Parameters:
      rec_regcx - Rec_regcx entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Rec_regcx entity. To perform execution, call the execute method on the request builder object.
    • deleteRec_regcx

      @Nonnull DeleteRequestBuilder<Rec_regcx> deleteRec_regcx(@Nonnull Rec_regcx rec_regcx)
      Deprecated.
      Deletes an existing Rec_regcx entity in the S/4HANA system.
      Parameters:
      rec_regcx - Rec_regcx entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Rec_regcx entity. To perform execution, call the execute method on the request builder object.
    • getAllRed_ded_i

      @Nonnull GetAllRequestBuilder<Red_ded_i> getAllRed_ded_i()
      Deprecated.
      Fetch multiple Red_ded_i entities.
      Returns:
      A request builder to fetch multiple Red_ded_i entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countRed_ded_i

      @Nonnull CountRequestBuilder<Red_ded_i> countRed_ded_i()
      Deprecated.
      Fetch the number of entries from the Red_ded_i entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Red_ded_i entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getRed_ded_iByKey

      @Nonnull GetByKeyRequestBuilder<Red_ded_i> getRed_ded_iByKey(String empresa, String filial, String cst_pis_cofins, String num_campo, String cod_det, String cod_comp, String per_ref, BigDecimal aliq_pis, BigDecimal aliq_cofins, String cod_cta_i200, String cod_cta_i300, String info_compl_id_i100, String info_compl_id_i200, String info_compl_id_i300)
      Deprecated.
      Fetch a single Red_ded_i entity using key fields.
      Parameters:
      num_campo - Register Field Number

      Constraints: Not nullable, Maximum length: 2

      cod_comp - Complement Object

      Constraints: Not nullable, Maximum length: 60

      filial - Branch

      Constraints: Not nullable, Maximum length: 4

      aliq_cofins - COFINS Tax Rate (%)

      Constraints: Not nullable, Precision: 25, Scale: 6

      cod_cta_i300 - Code of Controlled Book Account Charged/Credited

      Constraints: Not nullable, Maximum length: 60

      aliq_pis - PIS/PASEP Tax Rate (%)

      Constraints: Not nullable, Precision: 25, Scale: 6

      cod_det - Detail Type Code

      Constraints: Not nullable, Maximum length: 5

      cst_pis_cofins - Tax Situation Code for PIS/COFINS

      Constraints: Not nullable, Maximum length: 2

      cod_cta_i200 - Code of Controlled Book Account Charged/Credited

      Constraints: Not nullable, Maximum length: 60

      per_ref - Bookkeeping reference period

      Constraints: Not nullable, Maximum length: 6

      info_compl_id_i200 - Additional Information ID

      Constraints: Not nullable, Maximum length: 10

      info_compl_id_i300 - Additional Information ID

      Constraints: Not nullable, Maximum length: 10

      info_compl_id_i100 - Additional Information ID

      Constraints: Not nullable, Maximum length: 10

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      Returns:
      A request builder to fetch a single Red_ded_i entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createRed_ded_i

      @Nonnull CreateRequestBuilder<Red_ded_i> createRed_ded_i(@Nonnull Red_ded_i red_ded_i)
      Deprecated.
      Create a new Red_ded_i entity and save it to the S/4HANA system.
      Parameters:
      red_ded_i - Red_ded_i entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Red_ded_i entity. To perform execution, call the execute method on the request builder object.
    • updateRed_ded_i

      @Nonnull UpdateRequestBuilder<Red_ded_i> updateRed_ded_i(@Nonnull Red_ded_i red_ded_i)
      Deprecated.
      Update an existing Red_ded_i entity and save it to the S/4HANA system.
      Parameters:
      red_ded_i - Red_ded_i entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Red_ded_i entity. To perform execution, call the execute method on the request builder object.
    • deleteRed_ded_i

      @Nonnull DeleteRequestBuilder<Red_ded_i> deleteRed_ded_i(@Nonnull Red_ded_i red_ded_i)
      Deprecated.
      Deletes an existing Red_ded_i entity in the S/4HANA system.
      Parameters:
      red_ded_i - Red_ded_i entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Red_ded_i entity. To perform execution, call the execute method on the request builder object.
    • getAllRed_z_st

      @Nonnull GetAllRequestBuilder<Red_z_st> getAllRed_z_st()
      Deprecated.
      Fetch multiple Red_z_st entities.
      Returns:
      A request builder to fetch multiple Red_z_st entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countRed_z_st

      @Nonnull CountRequestBuilder<Red_z_st> countRed_z_st()
      Deprecated.
      Fetch the number of entries from the Red_z_st entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Red_z_st entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getRed_z_stByKey

      @Nonnull GetByKeyRequestBuilder<Red_z_st> getRed_z_stByKey(UUID id)
      Deprecated.
      Fetch a single Red_z_st entity using key fields.
      Parameters:
      id - Tables ID

      Constraints: Not nullable

      Returns:
      A request builder to fetch a single Red_z_st entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createRed_z_st

      @Nonnull CreateRequestBuilder<Red_z_st> createRed_z_st(@Nonnull Red_z_st red_z_st)
      Deprecated.
      Create a new Red_z_st entity and save it to the S/4HANA system.
      Parameters:
      red_z_st - Red_z_st entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Red_z_st entity. To perform execution, call the execute method on the request builder object.
    • updateRed_z_st

      @Nonnull UpdateRequestBuilder<Red_z_st> updateRed_z_st(@Nonnull Red_z_st red_z_st)
      Deprecated.
      Update an existing Red_z_st entity and save it to the S/4HANA system.
      Parameters:
      red_z_st - Red_z_st entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Red_z_st entity. To perform execution, call the execute method on the request builder object.
    • deleteRed_z_st

      @Nonnull DeleteRequestBuilder<Red_z_st> deleteRed_z_st(@Nonnull Red_z_st red_z_st)
      Deprecated.
      Deletes an existing Red_z_st entity in the S/4HANA system.
      Parameters:
      red_z_st - Red_z_st entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Red_z_st entity. To perform execution, call the execute method on the request builder object.
    • getAllRela_serv

      @Nonnull GetAllRequestBuilder<Rela_serv> getAllRela_serv()
      Deprecated.
      Fetch multiple Rela_serv entities.
      Returns:
      A request builder to fetch multiple Rela_serv entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countRela_serv

      @Nonnull CountRequestBuilder<Rela_serv> countRela_serv()
      Deprecated.
      Fetch the number of entries from the Rela_serv entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Rela_serv entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getRela_servByKey

      @Nonnull GetByKeyRequestBuilder<Rela_serv> getRela_servByKey(String empresa, String dt_lancto, String tp_tabela, String pais)
      Deprecated.
      Fetch a single Rela_serv entity using key fields.
      Parameters:
      tp_tabela - Sped Dynamic Table Type

      Constraints: Not nullable, Maximum length: 10

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      dt_lancto - Posting Date

      Constraints: Not nullable, Maximum length: 8

      pais - Siscomex Table Country/Region Code

      Constraints: Not nullable, Maximum length: 3

      Returns:
      A request builder to fetch a single Rela_serv entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createRela_serv

      @Nonnull CreateRequestBuilder<Rela_serv> createRela_serv(@Nonnull Rela_serv rela_serv)
      Deprecated.
      Create a new Rela_serv entity and save it to the S/4HANA system.
      Parameters:
      rela_serv - Rela_serv entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Rela_serv entity. To perform execution, call the execute method on the request builder object.
    • updateRela_serv

      @Nonnull UpdateRequestBuilder<Rela_serv> updateRela_serv(@Nonnull Rela_serv rela_serv)
      Deprecated.
      Update an existing Rela_serv entity and save it to the S/4HANA system.
      Parameters:
      rela_serv - Rela_serv entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Rela_serv entity. To perform execution, call the execute method on the request builder object.
    • deleteRela_serv

      @Nonnull DeleteRequestBuilder<Rela_serv> deleteRela_serv(@Nonnull Rela_serv rela_serv)
      Deprecated.
      Deletes an existing Rela_serv entity in the S/4HANA system.
      Parameters:
      rela_serv - Rela_serv entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Rela_serv entity. To perform execution, call the execute method on the request builder object.
    • getAllRel_part

      @Nonnull GetAllRequestBuilder<Rel_part> getAllRel_part()
      Deprecated.
      Fetch multiple Rel_part entities.
      Returns:
      A request builder to fetch multiple Rel_part entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countRel_part

      @Nonnull CountRequestBuilder<Rel_part> countRel_part()
      Deprecated.
      Fetch the number of entries from the Rel_part entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Rel_part entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getRel_partByKey

      @Nonnull GetByKeyRequestBuilder<Rel_part> getRel_partByKey(String empresa, String cnpj, String cod_rel, String dt_ini_rel, String cod_part)
      Deprecated.
      Fetch a single Rel_part entity using key fields.
      Parameters:
      cod_part - Participant Code

      Constraints: Not nullable, Maximum length: 60

      cod_rel - Relationship Code According to SPED Table

      Constraints: Not nullable, Maximum length: 2

      dt_ini_rel - Initial Date of Relationship

      Constraints: Not nullable, Maximum length: 8

      cnpj - CNPJ

      Constraints: Not nullable, Maximum length: 14

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      Returns:
      A request builder to fetch a single Rel_part entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createRel_part

      @Nonnull CreateRequestBuilder<Rel_part> createRel_part(@Nonnull Rel_part rel_part)
      Deprecated.
      Create a new Rel_part entity and save it to the S/4HANA system.
      Parameters:
      rel_part - Rel_part entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Rel_part entity. To perform execution, call the execute method on the request builder object.
    • updateRel_part

      @Nonnull UpdateRequestBuilder<Rel_part> updateRel_part(@Nonnull Rel_part rel_part)
      Deprecated.
      Update an existing Rel_part entity and save it to the S/4HANA system.
      Parameters:
      rel_part - Rel_part entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Rel_part entity. To perform execution, call the execute method on the request builder object.
    • deleteRel_part

      @Nonnull DeleteRequestBuilder<Rel_part> deleteRel_part(@Nonnull Rel_part rel_part)
      Deprecated.
      Deletes an existing Rel_part entity in the S/4HANA system.
      Parameters:
      rel_part - Rel_part entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Rel_part entity. To perform execution, call the execute method on the request builder object.
    • getAllRend_diri

      @Nonnull GetAllRequestBuilder<Rend_diri> getAllRend_diri()
      Deprecated.
      Fetch multiple Rend_diri entities.
      Returns:
      A request builder to fetch multiple Rend_diri entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countRend_diri

      @Nonnull CountRequestBuilder<Rend_diri> countRend_diri()
      Deprecated.
      Fetch the number of entries from the Rend_diri entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Rend_diri entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getRend_diriByKey

      @Nonnull GetByKeyRequestBuilder<Rend_diri> getRend_diriByKey(String empresa, String dt_lancto, String cpf, String qualif)
      Deprecated.
      Fetch a single Rend_diri entity using key fields.
      Parameters:
      cpf - CPF

      Constraints: Not nullable, Maximum length: 11

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      dt_lancto - Posting Date

      Constraints: Not nullable, Maximum length: 8

      qualif - Qualification

      Constraints: Not nullable, Maximum length: 2

      Returns:
      A request builder to fetch a single Rend_diri entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createRend_diri

      @Nonnull CreateRequestBuilder<Rend_diri> createRend_diri(@Nonnull Rend_diri rend_diri)
      Deprecated.
      Create a new Rend_diri entity and save it to the S/4HANA system.
      Parameters:
      rend_diri - Rend_diri entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Rend_diri entity. To perform execution, call the execute method on the request builder object.
    • updateRend_diri

      @Nonnull UpdateRequestBuilder<Rend_diri> updateRend_diri(@Nonnull Rend_diri rend_diri)
      Deprecated.
      Update an existing Rend_diri entity and save it to the S/4HANA system.
      Parameters:
      rend_diri - Rend_diri entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Rend_diri entity. To perform execution, call the execute method on the request builder object.
    • deleteRend_diri

      @Nonnull DeleteRequestBuilder<Rend_diri> deleteRend_diri(@Nonnull Rend_diri rend_diri)
      Deprecated.
      Deletes an existing Rend_diri entity in the S/4HANA system.
      Parameters:
      rend_diri - Rend_diri entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Rend_diri entity. To perform execution, call the execute method on the request builder object.
    • getAllRepr_mat

      @Nonnull GetAllRequestBuilder<Repr_mat> getAllRepr_mat()
      Deprecated.
      Fetch multiple Repr_mat entities.
      Returns:
      A request builder to fetch multiple Repr_mat entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countRepr_mat

      @Nonnull CountRequestBuilder<Repr_mat> countRepr_mat()
      Deprecated.
      Fetch the number of entries from the Repr_mat entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Repr_mat entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getRepr_matByKey

      @Nonnull GetByKeyRequestBuilder<Repr_mat> getRepr_matByKey(String empresa, String filial, String per_ref, String cod_item_repr, String cod_item_cons, String cod_op_os)
      Deprecated.
      Fetch a single Repr_mat entity using key fields.
      Parameters:
      cod_item_repr - Code of Reprocessed Item

      Constraints: Not nullable, Maximum length: 60

      filial - Branch

      Constraints: Not nullable, Maximum length: 4

      per_ref - Bookkeeping reference period

      Constraints: Not nullable, Maximum length: 6

      cod_item_cons - Code of Consumed Item

      Constraints: Not nullable, Maximum length: 60

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      cod_op_os - Production Order or Service Order Identification Code

      Constraints: Not nullable, Maximum length: 30

      Returns:
      A request builder to fetch a single Repr_mat entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createRepr_mat

      @Nonnull CreateRequestBuilder<Repr_mat> createRepr_mat(@Nonnull Repr_mat repr_mat)
      Deprecated.
      Create a new Repr_mat entity and save it to the S/4HANA system.
      Parameters:
      repr_mat - Repr_mat entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Repr_mat entity. To perform execution, call the execute method on the request builder object.
    • updateRepr_mat

      @Nonnull UpdateRequestBuilder<Repr_mat> updateRepr_mat(@Nonnull Repr_mat repr_mat)
      Deprecated.
      Update an existing Repr_mat entity and save it to the S/4HANA system.
      Parameters:
      repr_mat - Repr_mat entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Repr_mat entity. To perform execution, call the execute method on the request builder object.
    • deleteRepr_mat

      @Nonnull DeleteRequestBuilder<Repr_mat> deleteRepr_mat(@Nonnull Repr_mat repr_mat)
      Deprecated.
      Deletes an existing Repr_mat entity in the S/4HANA system.
      Parameters:
      repr_mat - Repr_mat entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Repr_mat entity. To perform execution, call the execute method on the request builder object.
    • getAllResul_cx

      @Nonnull GetAllRequestBuilder<Resul_cx> getAllResul_cx()
      Deprecated.
      Fetch multiple Resul_cx entities.
      Returns:
      A request builder to fetch multiple Resul_cx entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countResul_cx

      @Nonnull CountRequestBuilder<Resul_cx> countResul_cx()
      Deprecated.
      Fetch the number of entries from the Resul_cx entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Resul_cx entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getResul_cxByKey

      @Nonnull GetByKeyRequestBuilder<Resul_cx> getResul_cxByKey(String empresa, String dt_lancto, String nif, String cnpj)
      Deprecated.
      Fetch a single Resul_cx entity using key fields.
      Parameters:
      nif - Tax Identification Number

      Constraints: Not nullable, Maximum length: 30

      cnpj - CNPJ

      Constraints: Not nullable, Maximum length: 14

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      dt_lancto - Posting Date

      Constraints: Not nullable, Maximum length: 8

      Returns:
      A request builder to fetch a single Resul_cx entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createResul_cx

      @Nonnull CreateRequestBuilder<Resul_cx> createResul_cx(@Nonnull Resul_cx resul_cx)
      Deprecated.
      Create a new Resul_cx entity and save it to the S/4HANA system.
      Parameters:
      resul_cx - Resul_cx entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Resul_cx entity. To perform execution, call the execute method on the request builder object.
    • updateResul_cx

      @Nonnull UpdateRequestBuilder<Resul_cx> updateResul_cx(@Nonnull Resul_cx resul_cx)
      Deprecated.
      Update an existing Resul_cx entity and save it to the S/4HANA system.
      Parameters:
      resul_cx - Resul_cx entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Resul_cx entity. To perform execution, call the execute method on the request builder object.
    • deleteResul_cx

      @Nonnull DeleteRequestBuilder<Resul_cx> deleteResul_cx(@Nonnull Resul_cx resul_cx)
      Deprecated.
      Deletes an existing Resul_cx entity in the S/4HANA system.
      Parameters:
      resul_cx - Resul_cx entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Resul_cx entity. To perform execution, call the execute method on the request builder object.
    • getAllResul_ext

      @Nonnull GetAllRequestBuilder<Resul_ext> getAllResul_ext()
      Deprecated.
      Fetch multiple Resul_ext entities.
      Returns:
      A request builder to fetch multiple Resul_ext entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countResul_ext

      @Nonnull CountRequestBuilder<Resul_ext> countResul_ext()
      Deprecated.
      Fetch the number of entries from the Resul_ext entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Resul_ext entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getResul_extByKey

      @Nonnull GetByKeyRequestBuilder<Resul_ext> getResul_extByKey(String empresa, String dt_lancto, String nif, String item, String cnpj)
      Deprecated.
      Fetch a single Resul_ext entity using key fields.
      Parameters:
      item - Item Number

      Constraints: Not nullable, Maximum length: 3

      nif - Tax Identification Number

      Constraints: Not nullable, Maximum length: 30

      cnpj - CNPJ

      Constraints: Not nullable, Maximum length: 14

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      dt_lancto - Posting Date

      Constraints: Not nullable, Maximum length: 8

      Returns:
      A request builder to fetch a single Resul_ext entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createResul_ext

      @Nonnull CreateRequestBuilder<Resul_ext> createResul_ext(@Nonnull Resul_ext resul_ext)
      Deprecated.
      Create a new Resul_ext entity and save it to the S/4HANA system.
      Parameters:
      resul_ext - Resul_ext entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Resul_ext entity. To perform execution, call the execute method on the request builder object.
    • updateResul_ext

      @Nonnull UpdateRequestBuilder<Resul_ext> updateResul_ext(@Nonnull Resul_ext resul_ext)
      Deprecated.
      Update an existing Resul_ext entity and save it to the S/4HANA system.
      Parameters:
      resul_ext - Resul_ext entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Resul_ext entity. To perform execution, call the execute method on the request builder object.
    • deleteResul_ext

      @Nonnull DeleteRequestBuilder<Resul_ext> deleteResul_ext(@Nonnull Resul_ext resul_ext)
      Deprecated.
      Deletes an existing Resul_ext entity in the S/4HANA system.
      Parameters:
      resul_ext - Resul_ext entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Resul_ext entity. To perform execution, call the execute method on the request builder object.
    • getAllRes_liq

      @Nonnull GetAllRequestBuilder<Res_liq> getAllRes_liq()
      Deprecated.
      Fetch multiple Res_liq entities.
      Returns:
      A request builder to fetch multiple Res_liq entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countRes_liq

      @Nonnull CountRequestBuilder<Res_liq> countRes_liq()
      Deprecated.
      Fetch the number of entries from the Res_liq entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Res_liq entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getRes_liqByKey

      @Nonnull GetByKeyRequestBuilder<Res_liq> getRes_liqByKey(String empresa, String per_apur, String dt_lancto, String forma_trib, String codigo)
      Deprecated.
      Fetch a single Res_liq entity using key fields.
      Parameters:
      codigo - Referential Account Code

      Constraints: Not nullable, Maximum length: 100

      per_apur - Nature of credit deferred, attached to revenue taxed

      Constraints: Not nullable, Maximum length: 3

      forma_trib - Form of Taxation of Income

      Constraints: Not nullable, Maximum length: 1

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      dt_lancto - Posting Date

      Constraints: Not nullable, Maximum length: 8

      Returns:
      A request builder to fetch a single Res_liq entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createRes_liq

      @Nonnull CreateRequestBuilder<Res_liq> createRes_liq(@Nonnull Res_liq res_liq)
      Deprecated.
      Create a new Res_liq entity and save it to the S/4HANA system.
      Parameters:
      res_liq - Res_liq entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Res_liq entity. To perform execution, call the execute method on the request builder object.
    • updateRes_liq

      @Nonnull UpdateRequestBuilder<Res_liq> updateRes_liq(@Nonnull Res_liq res_liq)
      Deprecated.
      Update an existing Res_liq entity and save it to the S/4HANA system.
      Parameters:
      res_liq - Res_liq entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Res_liq entity. To perform execution, call the execute method on the request builder object.
    • deleteRes_liq

      @Nonnull DeleteRequestBuilder<Res_liq> deleteRes_liq(@Nonnull Res_liq res_liq)
      Deprecated.
      Deletes an existing Res_liq entity in the S/4HANA system.
      Parameters:
      res_liq - Res_liq entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Res_liq entity. To perform execution, call the execute method on the request builder object.
    • getAllRe_despit

      @Nonnull GetAllRequestBuilder<Re_despit> getAllRe_despit()
      Deprecated.
      Fetch multiple Re_despit entities.
      Returns:
      A request builder to fetch multiple Re_despit entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countRe_despit

      @Nonnull CountRequestBuilder<Re_despit> countRe_despit()
      Deprecated.
      Fetch the number of entries from the Re_despit entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Re_despit entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getRe_despitByKey

      @Nonnull GetByKeyRequestBuilder<Re_despit> getRe_despitByKey(String empresa, String filial, String periodo, String tp_repasse, String recebido_repassado, String codigo_irf, String num_lcto, String num_item, String cat_imposto)
      Deprecated.
      Fetch a single Re_despit entity using key fields.
      Parameters:
      tp_repasse - Transfer Type

      Constraints: Not nullable, Maximum length: 1

      cat_imposto - Withholding Tax Type

      Constraints: Not nullable, Maximum length: 2

      filial - Branch

      Constraints: Not nullable, Maximum length: 4

      recebido_repassado - Received or Transferred Resources Indicator

      Constraints: Not nullable, Maximum length: 1

      periodo - Period Date

      Constraints: Not nullable, Maximum length: 6

      codigo_irf - Withholding Tax Code

      Constraints: Not nullable, Maximum length: 2

      num_item - Item Number

      Constraints: Not nullable, Maximum length: 3

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      num_lcto - Posting Number

      Constraints: Not nullable, Maximum length: 11

      Returns:
      A request builder to fetch a single Re_despit entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createRe_despit

      @Nonnull CreateRequestBuilder<Re_despit> createRe_despit(@Nonnull Re_despit re_despit)
      Deprecated.
      Create a new Re_despit entity and save it to the S/4HANA system.
      Parameters:
      re_despit - Re_despit entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Re_despit entity. To perform execution, call the execute method on the request builder object.
    • updateRe_despit

      @Nonnull UpdateRequestBuilder<Re_despit> updateRe_despit(@Nonnull Re_despit re_despit)
      Deprecated.
      Update an existing Re_despit entity and save it to the S/4HANA system.
      Parameters:
      re_despit - Re_despit entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Re_despit entity. To perform execution, call the execute method on the request builder object.
    • deleteRe_despit

      @Nonnull DeleteRequestBuilder<Re_despit> deleteRe_despit(@Nonnull Re_despit re_despit)
      Deprecated.
      Deletes an existing Re_despit entity in the S/4HANA system.
      Parameters:
      re_despit - Re_despit entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Re_despit entity. To perform execution, call the execute method on the request builder object.
    • getAllRoyalties

      @Nonnull GetAllRequestBuilder<Royalties> getAllRoyalties()
      Deprecated.
      Fetch multiple Royalties entities.
      Returns:
      A request builder to fetch multiple Royalties entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countRoyalties

      @Nonnull CountRequestBuilder<Royalties> countRoyalties()
      Deprecated.
      Fetch the number of entries from the Royalties entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Royalties entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getRoyaltiesByKey

      @Nonnull GetByKeyRequestBuilder<Royalties> getRoyaltiesByKey(String empresa, String dt_lancto, String tip_roy, String pais)
      Deprecated.
      Fetch a single Royalties entity using key fields.
      Parameters:
      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      dt_lancto - Posting Date

      Constraints: Not nullable, Maximum length: 8

      tip_roy - Royalties Type

      Constraints: Not nullable, Maximum length: 1

      pais - Siscomex Table Country/Region Code

      Constraints: Not nullable, Maximum length: 3

      Returns:
      A request builder to fetch a single Royalties entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createRoyalties

      @Nonnull CreateRequestBuilder<Royalties> createRoyalties(@Nonnull Royalties royalties)
      Deprecated.
      Create a new Royalties entity and save it to the S/4HANA system.
      Parameters:
      royalties - Royalties entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Royalties entity. To perform execution, call the execute method on the request builder object.
    • updateRoyalties

      @Nonnull UpdateRequestBuilder<Royalties> updateRoyalties(@Nonnull Royalties royalties)
      Deprecated.
      Update an existing Royalties entity and save it to the S/4HANA system.
      Parameters:
      royalties - Royalties entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Royalties entity. To perform execution, call the execute method on the request builder object.
    • deleteRoyalties

      @Nonnull DeleteRequestBuilder<Royalties> deleteRoyalties(@Nonnull Royalties royalties)
      Deprecated.
      Deletes an existing Royalties entity in the S/4HANA system.
      Parameters:
      royalties - Royalties entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Royalties entity. To perform execution, call the execute method on the request builder object.
    • getAllRz_aux

      @Nonnull GetAllRequestBuilder<Rz_aux> getAllRz_aux()
      Deprecated.
      Fetch multiple Rz_aux entities.
      Returns:
      A request builder to fetch multiple Rz_aux entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countRz_aux

      @Nonnull CountRequestBuilder<Rz_aux> countRz_aux()
      Deprecated.
      Fetch the number of entries from the Rz_aux entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Rz_aux entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getRz_auxByKey

      @Nonnull GetByKeyRequestBuilder<Rz_aux> getRz_auxByKey(String empresa, String nat_sub_cnt, String cod_sub_cnt, String cod_ccus, String cod_patr_item, String nr_lcto, String nr_item, String ident_item)
      Deprecated.
      Fetch a single Rz_aux entity using key fields.
      Parameters:
      cod_ccus - Cost Center

      Constraints: Not nullable, Maximum length: 20

      nat_sub_cnt - Nature of Correlated Subaccount

      Constraints: Not nullable, Maximum length: 2

      cod_sub_cnt - Code of sub-account related to item

      Constraints: Not nullable, Maximum length: 20

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      nr_item - Item Number

      Constraints: Not nullable, Maximum length: 3

      nr_lcto - Posting number

      Constraints: Not nullable, Maximum length: 20

      cod_patr_item - Item code

      Constraints: Not nullable, Maximum length: 10

      ident_item - Goods code

      Constraints: Not nullable, Maximum length: 30

      Returns:
      A request builder to fetch a single Rz_aux entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createRz_aux

      @Nonnull CreateRequestBuilder<Rz_aux> createRz_aux(@Nonnull Rz_aux rz_aux)
      Deprecated.
      Create a new Rz_aux entity and save it to the S/4HANA system.
      Parameters:
      rz_aux - Rz_aux entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Rz_aux entity. To perform execution, call the execute method on the request builder object.
    • updateRz_aux

      @Nonnull UpdateRequestBuilder<Rz_aux> updateRz_aux(@Nonnull Rz_aux rz_aux)
      Deprecated.
      Update an existing Rz_aux entity and save it to the S/4HANA system.
      Parameters:
      rz_aux - Rz_aux entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Rz_aux entity. To perform execution, call the execute method on the request builder object.
    • deleteRz_aux

      @Nonnull DeleteRequestBuilder<Rz_aux> deleteRz_aux(@Nonnull Rz_aux rz_aux)
      Deprecated.
      Deletes an existing Rz_aux entity in the S/4HANA system.
      Parameters:
      rz_aux - Rz_aux entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Rz_aux entity. To perform execution, call the execute method on the request builder object.
    • getAllRz_aux_t

      @Nonnull GetAllRequestBuilder<Rz_aux_t> getAllRz_aux_t()
      Deprecated.
      Fetch multiple Rz_aux_t entities.
      Returns:
      A request builder to fetch multiple Rz_aux_t entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countRz_aux_t

      @Nonnull CountRequestBuilder<Rz_aux_t> countRz_aux_t()
      Deprecated.
      Fetch the number of entries from the Rz_aux_t entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Rz_aux_t entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getRz_aux_tByKey

      @Nonnull GetByKeyRequestBuilder<Rz_aux_t> getRz_aux_tByKey(String empresa, String nat_sub_cnt, String cod_sub_cnt, String cod_ccus, String cod_patr_item, String nr_lcto, String ident_item)
      Deprecated.
      Fetch a single Rz_aux_t entity using key fields.
      Parameters:
      cod_ccus - Cost Center

      Constraints: Not nullable, Maximum length: 20

      nat_sub_cnt - Nature of Correlated Subaccount

      Constraints: Not nullable, Maximum length: 2

      cod_sub_cnt - Code of sub-account related to item

      Constraints: Not nullable, Maximum length: 20

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      nr_lcto - Posting number

      Constraints: Not nullable, Maximum length: 20

      cod_patr_item - Item code

      Constraints: Not nullable, Maximum length: 10

      ident_item - Goods code

      Constraints: Not nullable, Maximum length: 30

      Returns:
      A request builder to fetch a single Rz_aux_t entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createRz_aux_t

      @Nonnull CreateRequestBuilder<Rz_aux_t> createRz_aux_t(@Nonnull Rz_aux_t rz_aux_t)
      Deprecated.
      Create a new Rz_aux_t entity and save it to the S/4HANA system.
      Parameters:
      rz_aux_t - Rz_aux_t entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Rz_aux_t entity. To perform execution, call the execute method on the request builder object.
    • updateRz_aux_t

      @Nonnull UpdateRequestBuilder<Rz_aux_t> updateRz_aux_t(@Nonnull Rz_aux_t rz_aux_t)
      Deprecated.
      Update an existing Rz_aux_t entity and save it to the S/4HANA system.
      Parameters:
      rz_aux_t - Rz_aux_t entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Rz_aux_t entity. To perform execution, call the execute method on the request builder object.
    • deleteRz_aux_t

      @Nonnull DeleteRequestBuilder<Rz_aux_t> deleteRz_aux_t(@Nonnull Rz_aux_t rz_aux_t)
      Deprecated.
      Deletes an existing Rz_aux_t entity in the S/4HANA system.
      Parameters:
      rz_aux_t - Rz_aux_t entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Rz_aux_t entity. To perform execution, call the execute method on the request builder object.
    • getAllSaldo

      @Nonnull GetAllRequestBuilder<Saldo> getAllSaldo()
      Deprecated.
      Fetch multiple Saldo entities.
      Returns:
      A request builder to fetch multiple Saldo entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countSaldo

      @Nonnull CountRequestBuilder<Saldo> countSaldo()
      Deprecated.
      Fetch the number of entries from the Saldo entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Saldo entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getSaldoByKey

      @Nonnull GetByKeyRequestBuilder<Saldo> getSaldoByKey(String empresa, String dt_lanc, String cod_cta, String cod_ccus)
      Deprecated.
      Fetch a single Saldo entity using key fields.
      Parameters:
      cod_ccus -

      Constraints: Not nullable, Maximum length: 100

      dt_lanc - Posting Date

      Constraints: Not nullable, Maximum length: 8

      cod_cta -

      Constraints: Not nullable, Maximum length: 100

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      Returns:
      A request builder to fetch a single Saldo entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createSaldo

      @Nonnull CreateRequestBuilder<Saldo> createSaldo(@Nonnull Saldo saldo)
      Deprecated.
      Create a new Saldo entity and save it to the S/4HANA system.
      Parameters:
      saldo - Saldo entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Saldo entity. To perform execution, call the execute method on the request builder object.
    • updateSaldo

      @Nonnull UpdateRequestBuilder<Saldo> updateSaldo(@Nonnull Saldo saldo)
      Deprecated.
      Update an existing Saldo entity and save it to the S/4HANA system.
      Parameters:
      saldo - Saldo entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Saldo entity. To perform execution, call the execute method on the request builder object.
    • deleteSaldo

      @Nonnull DeleteRequestBuilder<Saldo> deleteSaldo(@Nonnull Saldo saldo)
      Deprecated.
      Deletes an existing Saldo entity in the S/4HANA system.
      Parameters:
      saldo - Saldo entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Saldo entity. To perform execution, call the execute method on the request builder object.
    • getAllSaldo_c_c

      @Nonnull GetAllRequestBuilder<Saldo_c_c> getAllSaldo_c_c()
      Deprecated.
      Fetch multiple Saldo_c_c entities.
      Returns:
      A request builder to fetch multiple Saldo_c_c entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countSaldo_c_c

      @Nonnull CountRequestBuilder<Saldo_c_c> countSaldo_c_c()
      Deprecated.
      Fetch the number of entries from the Saldo_c_c entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Saldo_c_c entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getSaldo_c_cByKey

      @Nonnull GetByKeyRequestBuilder<Saldo_c_c> getSaldo_c_cByKey(String empresa, String cod_cta, String dt_escrituracao)
      Deprecated.
      Fetch a single Saldo_c_c entity using key fields.
      Parameters:
      dt_escrituracao - Bookkeeping Date

      Constraints: Not nullable, Maximum length: 8

      cod_cta - Account Code (Chart)

      Constraints: Not nullable, Maximum length: 100

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      Returns:
      A request builder to fetch a single Saldo_c_c entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createSaldo_c_c

      @Nonnull CreateRequestBuilder<Saldo_c_c> createSaldo_c_c(@Nonnull Saldo_c_c saldo_c_c)
      Deprecated.
      Create a new Saldo_c_c entity and save it to the S/4HANA system.
      Parameters:
      saldo_c_c - Saldo_c_c entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Saldo_c_c entity. To perform execution, call the execute method on the request builder object.
    • updateSaldo_c_c

      @Nonnull UpdateRequestBuilder<Saldo_c_c> updateSaldo_c_c(@Nonnull Saldo_c_c saldo_c_c)
      Deprecated.
      Update an existing Saldo_c_c entity and save it to the S/4HANA system.
      Parameters:
      saldo_c_c - Saldo_c_c entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Saldo_c_c entity. To perform execution, call the execute method on the request builder object.
    • deleteSaldo_c_c

      @Nonnull DeleteRequestBuilder<Saldo_c_c> deleteSaldo_c_c(@Nonnull Saldo_c_c saldo_c_c)
      Deprecated.
      Deletes an existing Saldo_c_c entity in the S/4HANA system.
      Parameters:
      saldo_c_c - Saldo_c_c entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Saldo_c_c entity. To perform execution, call the execute method on the request builder object.
    • getAllSat_pr_re

      @Nonnull GetAllRequestBuilder<Sat_pr_re> getAllSat_pr_re()
      Deprecated.
      Fetch multiple Sat_pr_re entities.
      Returns:
      A request builder to fetch multiple Sat_pr_re entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countSat_pr_re

      @Nonnull CountRequestBuilder<Sat_pr_re> countSat_pr_re()
      Deprecated.
      Fetch the number of entries from the Sat_pr_re entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Sat_pr_re entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getSat_pr_reByKey

      @Nonnull GetByKeyRequestBuilder<Sat_pr_re> getSat_pr_reByKey(String empresa, String filial, String cod_mod, String nr_sat, String dt_doc, String num_proc)
      Deprecated.
      Fetch a single Sat_pr_re entity using key fields.
      Parameters:
      filial - Branch

      Constraints: Not nullable, Maximum length: 4

      nr_sat - Serial Number of SAT Equipment

      Constraints: Not nullable, Maximum length: 9

      num_proc - Process Number

      Constraints: Not nullable, Maximum length: 20

      dt_doc - Document Date

      Constraints: Not nullable, Maximum length: 8

      cod_mod - Code of tax document model

      Constraints: Not nullable, Maximum length: 2

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      Returns:
      A request builder to fetch a single Sat_pr_re entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createSat_pr_re

      @Nonnull CreateRequestBuilder<Sat_pr_re> createSat_pr_re(@Nonnull Sat_pr_re sat_pr_re)
      Deprecated.
      Create a new Sat_pr_re entity and save it to the S/4HANA system.
      Parameters:
      sat_pr_re - Sat_pr_re entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Sat_pr_re entity. To perform execution, call the execute method on the request builder object.
    • updateSat_pr_re

      @Nonnull UpdateRequestBuilder<Sat_pr_re> updateSat_pr_re(@Nonnull Sat_pr_re sat_pr_re)
      Deprecated.
      Update an existing Sat_pr_re entity and save it to the S/4HANA system.
      Parameters:
      sat_pr_re - Sat_pr_re entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Sat_pr_re entity. To perform execution, call the execute method on the request builder object.
    • deleteSat_pr_re

      @Nonnull DeleteRequestBuilder<Sat_pr_re> deleteSat_pr_re(@Nonnull Sat_pr_re sat_pr_re)
      Deprecated.
      Deletes an existing Sat_pr_re entity in the S/4HANA system.
      Parameters:
      sat_pr_re - Sat_pr_re entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Sat_pr_re entity. To perform execution, call the execute method on the request builder object.
    • getAllSav_decl

      @Nonnull GetAllRequestBuilder<Sav_decl> getAllSav_decl()
      Deprecated.
      Fetch multiple Sav_decl entities.
      Returns:
      A request builder to fetch multiple Sav_decl entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countSav_decl

      @Nonnull CountRequestBuilder<Sav_decl> countSav_decl()
      Deprecated.
      Fetch the number of entries from the Sav_decl entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Sav_decl entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getSav_declByKey

      @Nonnull GetByKeyRequestBuilder<Sav_decl> getSav_declByKey(String empresa, String filial, String ind_apur_icms, String cod_inf_adic, String dt_ini)
      Deprecated.
      Fetch a single Sav_decl entity using key fields.
      Parameters:
      dt_ini -

      Constraints: Not nullable, Maximum length: 8

      filial -

      Constraints: Not nullable, Maximum length: 4

      cod_inf_adic -

      Constraints: Not nullable, Maximum length: 8

      ind_apur_icms -

      Constraints: Not nullable, Maximum length: 1

      empresa -

      Constraints: Not nullable, Maximum length: 4

      Returns:
      A request builder to fetch a single Sav_decl entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createSav_decl

      @Nonnull CreateRequestBuilder<Sav_decl> createSav_decl(@Nonnull Sav_decl sav_decl)
      Deprecated.
      Create a new Sav_decl entity and save it to the S/4HANA system.
      Parameters:
      sav_decl - Sav_decl entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Sav_decl entity. To perform execution, call the execute method on the request builder object.
    • updateSav_decl

      @Nonnull UpdateRequestBuilder<Sav_decl> updateSav_decl(@Nonnull Sav_decl sav_decl)
      Deprecated.
      Update an existing Sav_decl entity and save it to the S/4HANA system.
      Parameters:
      sav_decl - Sav_decl entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Sav_decl entity. To perform execution, call the execute method on the request builder object.
    • deleteSav_decl

      @Nonnull DeleteRequestBuilder<Sav_decl> deleteSav_decl(@Nonnull Sav_decl sav_decl)
      Deprecated.
      Deletes an existing Sav_decl entity in the S/4HANA system.
      Parameters:
      sav_decl - Sav_decl entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Sav_decl entity. To perform execution, call the execute method on the request builder object.
    • getAllSa_indic

      @Nonnull GetAllRequestBuilder<Sa_indic> getAllSa_indic()
      Deprecated.
      Fetch multiple Sa_indic entities.
      Returns:
      A request builder to fetch multiple Sa_indic entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countSa_indic

      @Nonnull CountRequestBuilder<Sa_indic> countSa_indic()
      Deprecated.
      Fetch the number of entries from the Sa_indic entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Sa_indic entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getSa_indicByKey

      @Nonnull GetByKeyRequestBuilder<Sa_indic> getSa_indicByKey(String empresa, String filial, String ind_apur_icms, String vig_de)
      Deprecated.
      Fetch a single Sa_indic entity using key fields.
      Parameters:
      filial -

      Constraints: Not nullable, Maximum length: 4

      ind_apur_icms -

      Constraints: Not nullable, Maximum length: 1

      empresa -

      Constraints: Not nullable, Maximum length: 4

      vig_de - Valid From

      Constraints: Not nullable, Maximum length: 8

      Returns:
      A request builder to fetch a single Sa_indic entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createSa_indic

      @Nonnull CreateRequestBuilder<Sa_indic> createSa_indic(@Nonnull Sa_indic sa_indic)
      Deprecated.
      Create a new Sa_indic entity and save it to the S/4HANA system.
      Parameters:
      sa_indic - Sa_indic entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Sa_indic entity. To perform execution, call the execute method on the request builder object.
    • updateSa_indic

      @Nonnull UpdateRequestBuilder<Sa_indic> updateSa_indic(@Nonnull Sa_indic sa_indic)
      Deprecated.
      Update an existing Sa_indic entity and save it to the S/4HANA system.
      Parameters:
      sa_indic - Sa_indic entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Sa_indic entity. To perform execution, call the execute method on the request builder object.
    • deleteSa_indic

      @Nonnull DeleteRequestBuilder<Sa_indic> deleteSa_indic(@Nonnull Sa_indic sa_indic)
      Deprecated.
      Deletes an existing Sa_indic entity in the S/4HANA system.
      Parameters:
      sa_indic - Sa_indic entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Sa_indic entity. To perform execution, call the execute method on the request builder object.
    • getAllSa_infaju

      @Nonnull GetAllRequestBuilder<Sa_infaju> getAllSa_infaju()
      Deprecated.
      Fetch multiple Sa_infaju entities.
      Returns:
      A request builder to fetch multiple Sa_infaju entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countSa_infaju

      @Nonnull CountRequestBuilder<Sa_infaju> countSa_infaju()
      Deprecated.
      Fetch the number of entries from the Sa_infaju entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Sa_infaju entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getSa_infajuByKey

      @Nonnull GetByKeyRequestBuilder<Sa_infaju> getSa_infajuByKey(String empresa, String filial, String ind_apur_icms, String cod_aj_apur, String num_da, String num_proc, String dt_ini, String num_item)
      Deprecated.
      Fetch a single Sa_infaju entity using key fields.
      Parameters:
      cod_aj_apur -

      Constraints: Not nullable, Maximum length: 8

      dt_ini -

      Constraints: Not nullable, Maximum length: 8

      filial -

      Constraints: Not nullable, Maximum length: 4

      num_proc -

      Constraints: Not nullable, Maximum length: 15

      num_item -

      Constraints: Not nullable, Maximum length: 5

      ind_apur_icms -

      Constraints: Not nullable, Maximum length: 1

      empresa -

      Constraints: Not nullable, Maximum length: 4

      num_da -

      Constraints: Not nullable, Maximum length: 255

      Returns:
      A request builder to fetch a single Sa_infaju entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createSa_infaju

      @Nonnull CreateRequestBuilder<Sa_infaju> createSa_infaju(@Nonnull Sa_infaju sa_infaju)
      Deprecated.
      Create a new Sa_infaju entity and save it to the S/4HANA system.
      Parameters:
      sa_infaju - Sa_infaju entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Sa_infaju entity. To perform execution, call the execute method on the request builder object.
    • updateSa_infaju

      @Nonnull UpdateRequestBuilder<Sa_infaju> updateSa_infaju(@Nonnull Sa_infaju sa_infaju)
      Deprecated.
      Update an existing Sa_infaju entity and save it to the S/4HANA system.
      Parameters:
      sa_infaju - Sa_infaju entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Sa_infaju entity. To perform execution, call the execute method on the request builder object.
    • deleteSa_infaju

      @Nonnull DeleteRequestBuilder<Sa_infaju> deleteSa_infaju(@Nonnull Sa_infaju sa_infaju)
      Deprecated.
      Deletes an existing Sa_infaju entity in the S/4HANA system.
      Parameters:
      sa_infaju - Sa_infaju entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Sa_infaju entity. To perform execution, call the execute method on the request builder object.
    • getAllSa_nf_aju

      @Nonnull GetAllRequestBuilder<Sa_nf_aju> getAllSa_nf_aju()
      Deprecated.
      Fetch multiple Sa_nf_aju entities.
      Returns:
      A request builder to fetch multiple Sa_nf_aju entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countSa_nf_aju

      @Nonnull CountRequestBuilder<Sa_nf_aju> countSa_nf_aju()
      Deprecated.
      Fetch the number of entries from the Sa_nf_aju entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Sa_nf_aju entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getSa_nf_ajuByKey

      @Nonnull GetByKeyRequestBuilder<Sa_nf_aju> getSa_nf_ajuByKey(String empresa, String filial, String ind_apur_icms, String dt_ini, String cod_aj_apur, String nf_id, String num_item)
      Deprecated.
      Fetch a single Sa_nf_aju entity using key fields.
      Parameters:
      dt_ini -

      Constraints: Not nullable, Maximum length: 8

      cod_aj_apur -

      Constraints: Not nullable, Maximum length: 8

      filial -

      Constraints: Not nullable, Maximum length: 4

      num_item - Item Number for ICMS Appraisal

      Constraints: Not nullable, Maximum length: 5

      ind_apur_icms -

      Constraints: Not nullable, Maximum length: 1

      empresa -

      Constraints: Not nullable, Maximum length: 4

      nf_id -

      Constraints: Not nullable, Maximum length: 10

      Returns:
      A request builder to fetch a single Sa_nf_aju entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createSa_nf_aju

      @Nonnull CreateRequestBuilder<Sa_nf_aju> createSa_nf_aju(@Nonnull Sa_nf_aju sa_nf_aju)
      Deprecated.
      Create a new Sa_nf_aju entity and save it to the S/4HANA system.
      Parameters:
      sa_nf_aju - Sa_nf_aju entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Sa_nf_aju entity. To perform execution, call the execute method on the request builder object.
    • updateSa_nf_aju

      @Nonnull UpdateRequestBuilder<Sa_nf_aju> updateSa_nf_aju(@Nonnull Sa_nf_aju sa_nf_aju)
      Deprecated.
      Update an existing Sa_nf_aju entity and save it to the S/4HANA system.
      Parameters:
      sa_nf_aju - Sa_nf_aju entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Sa_nf_aju entity. To perform execution, call the execute method on the request builder object.
    • deleteSa_nf_aju

      @Nonnull DeleteRequestBuilder<Sa_nf_aju> deleteSa_nf_aju(@Nonnull Sa_nf_aju sa_nf_aju)
      Deprecated.
      Deletes an existing Sa_nf_aju entity in the S/4HANA system.
      Parameters:
      sa_nf_aju - Sa_nf_aju entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Sa_nf_aju entity. To perform execution, call the execute method on the request builder object.
    • getAllSa_perio

      @Nonnull GetAllRequestBuilder<Sa_perio> getAllSa_perio()
      Deprecated.
      Fetch multiple Sa_perio entities.
      Returns:
      A request builder to fetch multiple Sa_perio entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countSa_perio

      @Nonnull CountRequestBuilder<Sa_perio> countSa_perio()
      Deprecated.
      Fetch the number of entries from the Sa_perio entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Sa_perio entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getSa_perioByKey

      @Nonnull GetByKeyRequestBuilder<Sa_perio> getSa_perioByKey(String empresa, String filial, String ind_apur_icms, String dt_ini)
      Deprecated.
      Fetch a single Sa_perio entity using key fields.
      Parameters:
      dt_ini -

      Constraints: Not nullable, Maximum length: 8

      filial -

      Constraints: Not nullable, Maximum length: 4

      ind_apur_icms -

      Constraints: Not nullable, Maximum length: 1

      empresa -

      Constraints: Not nullable, Maximum length: 4

      Returns:
      A request builder to fetch a single Sa_perio entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createSa_perio

      @Nonnull CreateRequestBuilder<Sa_perio> createSa_perio(@Nonnull Sa_perio sa_perio)
      Deprecated.
      Create a new Sa_perio entity and save it to the S/4HANA system.
      Parameters:
      sa_perio - Sa_perio entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Sa_perio entity. To perform execution, call the execute method on the request builder object.
    • updateSa_perio

      @Nonnull UpdateRequestBuilder<Sa_perio> updateSa_perio(@Nonnull Sa_perio sa_perio)
      Deprecated.
      Update an existing Sa_perio entity and save it to the S/4HANA system.
      Parameters:
      sa_perio - Sa_perio entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Sa_perio entity. To perform execution, call the execute method on the request builder object.
    • deleteSa_perio

      @Nonnull DeleteRequestBuilder<Sa_perio> deleteSa_perio(@Nonnull Sa_perio sa_perio)
      Deprecated.
      Deletes an existing Sa_perio entity in the S/4HANA system.
      Parameters:
      sa_perio - Sa_perio entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Sa_perio entity. To perform execution, call the execute method on the request builder object.
    • getAllScont_cpl

      @Nonnull GetAllRequestBuilder<Scont_cpl> getAllScont_cpl()
      Deprecated.
      Fetch multiple Scont_cpl entities.
      Returns:
      A request builder to fetch multiple Scont_cpl entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countScont_cpl

      @Nonnull CountRequestBuilder<Scont_cpl> countScont_cpl()
      Deprecated.
      Fetch the number of entries from the Scont_cpl entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Scont_cpl entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getScont_cplByKey

      @Nonnull GetByKeyRequestBuilder<Scont_cpl> getScont_cplByKey(String empresa, String ledger, String periodo, String ano, String cod_cta, String cod_ccus, String ind_dc, String cod_clucro)
      Deprecated.
      Fetch a single Scont_cpl entity using key fields.
      Parameters:
      ledger - Ledger

      Constraints: Not nullable, Maximum length: 2

      cod_ccus - Cost Center

      Constraints: Not nullable, Maximum length: 100

      ano - Year

      Constraints: Not nullable, Maximum length: 4

      periodo - Period

      Constraints: Not nullable, Maximum length: 2

      ind_dc - Final Balance Situation

      Constraints: Not nullable, Maximum length: 1

      cod_cta - Account Code (Chart)

      Constraints: Not nullable, Maximum length: 100

      cod_clucro - Profit Center

      Constraints: Not nullable, Maximum length: 10

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      Returns:
      A request builder to fetch a single Scont_cpl entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createScont_cpl

      @Nonnull CreateRequestBuilder<Scont_cpl> createScont_cpl(@Nonnull Scont_cpl scont_cpl)
      Deprecated.
      Create a new Scont_cpl entity and save it to the S/4HANA system.
      Parameters:
      scont_cpl - Scont_cpl entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Scont_cpl entity. To perform execution, call the execute method on the request builder object.
    • updateScont_cpl

      @Nonnull UpdateRequestBuilder<Scont_cpl> updateScont_cpl(@Nonnull Scont_cpl scont_cpl)
      Deprecated.
      Update an existing Scont_cpl entity and save it to the S/4HANA system.
      Parameters:
      scont_cpl - Scont_cpl entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Scont_cpl entity. To perform execution, call the execute method on the request builder object.
    • deleteScont_cpl

      @Nonnull DeleteRequestBuilder<Scont_cpl> deleteScont_cpl(@Nonnull Scont_cpl scont_cpl)
      Deprecated.
      Deletes an existing Scont_cpl entity in the S/4HANA system.
      Parameters:
      scont_cpl - Scont_cpl entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Scont_cpl entity. To perform execution, call the execute method on the request builder object.
    • getAllServicos

      @Nonnull GetAllRequestBuilder<Servicos> getAllServicos()
      Deprecated.
      Fetch multiple Servicos entities.
      Returns:
      A request builder to fetch multiple Servicos entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countServicos

      @Nonnull CountRequestBuilder<Servicos> countServicos()
      Deprecated.
      Fetch the number of entries from the Servicos entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Servicos entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getServicosByKey

      @Nonnull GetByKeyRequestBuilder<Servicos> getServicosByKey(String empresa, String filial, String cod_mod, String num_doc, String ser, String num_item, String dt_doc)
      Deprecated.
      Fetch a single Servicos entity using key fields.
      Parameters:
      ser - Tax document series

      Constraints: Not nullable, Maximum length: 4

      filial - Branch

      Constraints: Not nullable, Maximum length: 4

      num_item - Item Number

      Constraints: Not nullable, Maximum length: 3

      dt_doc - Document Date

      Constraints: Not nullable, Maximum length: 8

      cod_mod - Code of tax document model

      Constraints: Not nullable, Maximum length: 2

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      num_doc - Tax document number

      Constraints: Not nullable, Maximum length: 9

      Returns:
      A request builder to fetch a single Servicos entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createServicos

      @Nonnull CreateRequestBuilder<Servicos> createServicos(@Nonnull Servicos servicos)
      Deprecated.
      Create a new Servicos entity and save it to the S/4HANA system.
      Parameters:
      servicos - Servicos entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Servicos entity. To perform execution, call the execute method on the request builder object.
    • updateServicos

      @Nonnull UpdateRequestBuilder<Servicos> updateServicos(@Nonnull Servicos servicos)
      Deprecated.
      Update an existing Servicos entity and save it to the S/4HANA system.
      Parameters:
      servicos - Servicos entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Servicos entity. To perform execution, call the execute method on the request builder object.
    • deleteServicos

      @Nonnull DeleteRequestBuilder<Servicos> deleteServicos(@Nonnull Servicos servicos)
      Deprecated.
      Deletes an existing Servicos entity in the S/4HANA system.
      Parameters:
      servicos - Servicos entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Servicos entity. To perform execution, call the execute method on the request builder object.
    • getAllServ_ord

      @Nonnull GetAllRequestBuilder<Serv_ord> getAllServ_ord()
      Deprecated.
      Fetch multiple Serv_ord entities.
      Returns:
      A request builder to fetch multiple Serv_ord entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countServ_ord

      @Nonnull CountRequestBuilder<Serv_ord> countServ_ord()
      Deprecated.
      Fetch the number of entries from the Serv_ord entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Serv_ord entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getServ_ordByKey

      @Nonnull GetByKeyRequestBuilder<Serv_ord> getServ_ordByKey(String empresa, String filial, String cod_mod, String ser, String nro_ord_ini, String nro_ord_fin, String dt_doc_ini, String dt_doc_fin)
      Deprecated.
      Fetch a single Serv_ord entity using key fields.
      Parameters:
      ser - Tax document series

      Constraints: Not nullable, Maximum length: 4

      filial - Branch

      Constraints: Not nullable, Maximum length: 4

      dt_doc_ini - Document Date

      Constraints: Not nullable, Maximum length: 8

      nro_ord_fin - Final Order Number

      Constraints: Not nullable, Maximum length: 9

      cod_mod - Code of tax document model

      Constraints: Not nullable, Maximum length: 2

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      nro_ord_ini - Initial Order Number

      Constraints: Not nullable, Maximum length: 9

      dt_doc_fin - Document Date

      Constraints: Not nullable, Maximum length: 8

      Returns:
      A request builder to fetch a single Serv_ord entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createServ_ord

      @Nonnull CreateRequestBuilder<Serv_ord> createServ_ord(@Nonnull Serv_ord serv_ord)
      Deprecated.
      Create a new Serv_ord entity and save it to the S/4HANA system.
      Parameters:
      serv_ord - Serv_ord entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Serv_ord entity. To perform execution, call the execute method on the request builder object.
    • updateServ_ord

      @Nonnull UpdateRequestBuilder<Serv_ord> updateServ_ord(@Nonnull Serv_ord serv_ord)
      Deprecated.
      Update an existing Serv_ord entity and save it to the S/4HANA system.
      Parameters:
      serv_ord - Serv_ord entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Serv_ord entity. To perform execution, call the execute method on the request builder object.
    • deleteServ_ord

      @Nonnull DeleteRequestBuilder<Serv_ord> deleteServ_ord(@Nonnull Serv_ord serv_ord)
      Deprecated.
      Deletes an existing Serv_ord entity in the S/4HANA system.
      Parameters:
      serv_ord - Serv_ord entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Serv_ord entity. To perform execution, call the execute method on the request builder object.
    • getAllServ_pref

      @Nonnull GetAllRequestBuilder<Serv_pref> getAllServ_pref()
      Deprecated.
      Fetch multiple Serv_pref entities.
      Returns:
      A request builder to fetch multiple Serv_pref entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countServ_pref

      @Nonnull CountRequestBuilder<Serv_pref> countServ_pref()
      Deprecated.
      Fetch the number of entries from the Serv_pref entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Serv_pref entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getServ_prefByKey

      @Nonnull GetByKeyRequestBuilder<Serv_pref> getServ_prefByKey(String empresa, String filial, String cod_mod, String num_doc, String ser, String dt_doc, String num_proc)
      Deprecated.
      Fetch a single Serv_pref entity using key fields.
      Parameters:
      ser - Tax document series

      Constraints: Not nullable, Maximum length: 4

      filial - Branch

      Constraints: Not nullable, Maximum length: 4

      num_proc - Process Number

      Constraints: Not nullable, Maximum length: 20

      dt_doc - Document Date

      Constraints: Not nullable, Maximum length: 8

      cod_mod - Code of tax document model

      Constraints: Not nullable, Maximum length: 2

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      num_doc - Tax document number

      Constraints: Not nullable, Maximum length: 9

      Returns:
      A request builder to fetch a single Serv_pref entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createServ_pref

      @Nonnull CreateRequestBuilder<Serv_pref> createServ_pref(@Nonnull Serv_pref serv_pref)
      Deprecated.
      Create a new Serv_pref entity and save it to the S/4HANA system.
      Parameters:
      serv_pref - Serv_pref entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Serv_pref entity. To perform execution, call the execute method on the request builder object.
    • updateServ_pref

      @Nonnull UpdateRequestBuilder<Serv_pref> updateServ_pref(@Nonnull Serv_pref serv_pref)
      Deprecated.
      Update an existing Serv_pref entity and save it to the S/4HANA system.
      Parameters:
      serv_pref - Serv_pref entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Serv_pref entity. To perform execution, call the execute method on the request builder object.
    • deleteServ_pref

      @Nonnull DeleteRequestBuilder<Serv_pref> deleteServ_pref(@Nonnull Serv_pref serv_pref)
      Deprecated.
      Deletes an existing Serv_pref entity in the S/4HANA system.
      Parameters:
      serv_pref - Serv_pref entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Serv_pref entity. To perform execution, call the execute method on the request builder object.
    • getAllSign_subs

      @Nonnull GetAllRequestBuilder<Sign_subs> getAllSign_subs()
      Deprecated.
      Fetch multiple Sign_subs entities.
      Returns:
      A request builder to fetch multiple Sign_subs entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countSign_subs

      @Nonnull CountRequestBuilder<Sign_subs> countSign_subs()
      Deprecated.
      Fetch the number of entries from the Sign_subs entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Sign_subs entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getSign_subsByKey

      @Nonnull GetByKeyRequestBuilder<Sign_subs> getSign_subsByKey(String empresa, String ident_cpf_cnpj_t, String cod_assin_t, LocalDate vig_de)
      Deprecated.
      Fetch a single Sign_subs entity using key fields.
      Parameters:
      cod_assin_t - Signatory's Qualification

      Constraints: Not nullable, Maximum length: 3

      ident_cpf_cnpj_t - Signatory's CPF or CNPJ

      Constraints: Not nullable, Maximum length: 14

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      vig_de - Valid From

      Constraints: Not nullable

      Returns:
      A request builder to fetch a single Sign_subs entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createSign_subs

      @Nonnull CreateRequestBuilder<Sign_subs> createSign_subs(@Nonnull Sign_subs sign_subs)
      Deprecated.
      Create a new Sign_subs entity and save it to the S/4HANA system.
      Parameters:
      sign_subs - Sign_subs entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Sign_subs entity. To perform execution, call the execute method on the request builder object.
    • updateSign_subs

      @Nonnull UpdateRequestBuilder<Sign_subs> updateSign_subs(@Nonnull Sign_subs sign_subs)
      Deprecated.
      Update an existing Sign_subs entity and save it to the S/4HANA system.
      Parameters:
      sign_subs - Sign_subs entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Sign_subs entity. To perform execution, call the execute method on the request builder object.
    • deleteSign_subs

      @Nonnull DeleteRequestBuilder<Sign_subs> deleteSign_subs(@Nonnull Sign_subs sign_subs)
      Deprecated.
      Deletes an existing Sign_subs entity in the S/4HANA system.
      Parameters:
      sign_subs - Sign_subs entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Sign_subs entity. To perform execution, call the execute method on the request builder object.
    • getAllSld_cont

      @Nonnull GetAllRequestBuilder<Sld_cont> getAllSld_cont()
      Deprecated.
      Fetch multiple Sld_cont entities.
      Returns:
      A request builder to fetch multiple Sld_cont entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countSld_cont

      @Nonnull CountRequestBuilder<Sld_cont> countSld_cont()
      Deprecated.
      Fetch the number of entries from the Sld_cont entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Sld_cont entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getSld_contByKey

      @Nonnull GetByKeyRequestBuilder<Sld_cont> getSld_contByKey(String empresa, String ledger, String periodo, String ano, String cod_cta, String cod_ccus, String ind_dc, String cod_clucro)
      Deprecated.
      Fetch a single Sld_cont entity using key fields.
      Parameters:
      ledger -

      Constraints: Not nullable, Maximum length: 2

      cod_ccus -

      Constraints: Not nullable, Maximum length: 100

      ano -

      Constraints: Not nullable, Maximum length: 4

      periodo -

      Constraints: Not nullable, Maximum length: 2

      ind_dc -

      Constraints: Not nullable, Maximum length: 1

      cod_cta -

      Constraints: Not nullable, Maximum length: 100

      cod_clucro - Profit Center

      Constraints: Not nullable, Maximum length: 10

      empresa -

      Constraints: Not nullable, Maximum length: 4

      Returns:
      A request builder to fetch a single Sld_cont entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createSld_cont

      @Nonnull CreateRequestBuilder<Sld_cont> createSld_cont(@Nonnull Sld_cont sld_cont)
      Deprecated.
      Create a new Sld_cont entity and save it to the S/4HANA system.
      Parameters:
      sld_cont - Sld_cont entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Sld_cont entity. To perform execution, call the execute method on the request builder object.
    • updateSld_cont

      @Nonnull UpdateRequestBuilder<Sld_cont> updateSld_cont(@Nonnull Sld_cont sld_cont)
      Deprecated.
      Update an existing Sld_cont entity and save it to the S/4HANA system.
      Parameters:
      sld_cont - Sld_cont entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Sld_cont entity. To perform execution, call the execute method on the request builder object.
    • deleteSld_cont

      @Nonnull DeleteRequestBuilder<Sld_cont> deleteSld_cont(@Nonnull Sld_cont sld_cont)
      Deprecated.
      Deletes an existing Sld_cont entity in the S/4HANA system.
      Parameters:
      sld_cont - Sld_cont entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Sld_cont entity. To perform execution, call the execute method on the request builder object.
    • getAllSld_contb

      @Nonnull GetAllRequestBuilder<Sld_contb> getAllSld_contb()
      Deprecated.
      Fetch multiple Sld_contb entities.
      Returns:
      A request builder to fetch multiple Sld_contb entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countSld_contb

      @Nonnull CountRequestBuilder<Sld_contb> countSld_contb()
      Deprecated.
      Fetch the number of entries from the Sld_contb entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Sld_contb entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getSld_contbByKey

      @Nonnull GetByKeyRequestBuilder<Sld_contb> getSld_contbByKey(String empresa, String estr_balanco, String ledger, String ano, String cod_cta, String cod_ccus, String cod_clucro, String ind_dc, String cod_nat)
      Deprecated.
      Fetch a single Sld_contb entity using key fields.
      Parameters:
      ledger - Ledger

      Constraints: Not nullable, Maximum length: 2

      cod_ccus - Cost Center

      Constraints: Not nullable, Maximum length: 30

      ano - Year

      Constraints: Not nullable, Maximum length: 4

      ind_dc - Final Balance Situation

      Constraints: Not nullable, Maximum length: 1

      estr_balanco - Financial Statement Version

      Constraints: Not nullable, Maximum length: 4

      cod_cta - Account Code (Chart)

      Constraints: Not nullable, Maximum length: 100

      cod_nat - Account Nature

      Constraints: Not nullable, Maximum length: 2

      cod_clucro - Profit Center

      Constraints: Not nullable, Maximum length: 10

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      Returns:
      A request builder to fetch a single Sld_contb entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createSld_contb

      @Nonnull CreateRequestBuilder<Sld_contb> createSld_contb(@Nonnull Sld_contb sld_contb)
      Deprecated.
      Create a new Sld_contb entity and save it to the S/4HANA system.
      Parameters:
      sld_contb - Sld_contb entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Sld_contb entity. To perform execution, call the execute method on the request builder object.
    • updateSld_contb

      @Nonnull UpdateRequestBuilder<Sld_contb> updateSld_contb(@Nonnull Sld_contb sld_contb)
      Deprecated.
      Update an existing Sld_contb entity and save it to the S/4HANA system.
      Parameters:
      sld_contb - Sld_contb entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Sld_contb entity. To perform execution, call the execute method on the request builder object.
    • deleteSld_contb

      @Nonnull DeleteRequestBuilder<Sld_contb> deleteSld_contb(@Nonnull Sld_contb sld_contb)
      Deprecated.
      Deletes an existing Sld_contb entity in the S/4HANA system.
      Parameters:
      sld_contb - Sld_contb entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Sld_contb entity. To perform execution, call the execute method on the request builder object.
    • getAllSld_contr

      @Nonnull GetAllRequestBuilder<Sld_contr> getAllSld_contr()
      Deprecated.
      Fetch multiple Sld_contr entities.
      Returns:
      A request builder to fetch multiple Sld_contr entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countSld_contr

      @Nonnull CountRequestBuilder<Sld_contr> countSld_contr()
      Deprecated.
      Fetch the number of entries from the Sld_contr entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Sld_contr entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getSld_contrByKey

      @Nonnull GetByKeyRequestBuilder<Sld_contr> getSld_contrByKey(String empresa, String ledger, String periodo, String ano, String cod_cta, String cod_ccus, String cod_cta_ref, String ind_dc)
      Deprecated.
      Fetch a single Sld_contr entity using key fields.
      Parameters:
      ledger - Ledger

      Constraints: Not nullable, Maximum length: 2

      cod_ccus - Cost Center

      Constraints: Not nullable, Maximum length: 30

      ano - Year

      Constraints: Not nullable, Maximum length: 4

      periodo - Accounting Period

      Constraints: Not nullable, Maximum length: 2

      ind_dc - Final Balance Situation

      Constraints: Not nullable, Maximum length: 1

      cod_cta - Account Code

      Constraints: Not nullable, Maximum length: 60

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      cod_cta_ref - Referential Account Code

      Constraints: Not nullable, Maximum length: 100

      Returns:
      A request builder to fetch a single Sld_contr entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createSld_contr

      @Nonnull CreateRequestBuilder<Sld_contr> createSld_contr(@Nonnull Sld_contr sld_contr)
      Deprecated.
      Create a new Sld_contr entity and save it to the S/4HANA system.
      Parameters:
      sld_contr - Sld_contr entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Sld_contr entity. To perform execution, call the execute method on the request builder object.
    • updateSld_contr

      @Nonnull UpdateRequestBuilder<Sld_contr> updateSld_contr(@Nonnull Sld_contr sld_contr)
      Deprecated.
      Update an existing Sld_contr entity and save it to the S/4HANA system.
      Parameters:
      sld_contr - Sld_contr entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Sld_contr entity. To perform execution, call the execute method on the request builder object.
    • deleteSld_contr

      @Nonnull DeleteRequestBuilder<Sld_contr> deleteSld_contr(@Nonnull Sld_contr sld_contr)
      Deprecated.
      Deletes an existing Sld_contr entity in the S/4HANA system.
      Parameters:
      sld_contr - Sld_contr entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Sld_contr entity. To perform execution, call the execute method on the request builder object.
    • getAllSld_trn_n

      @Nonnull GetAllRequestBuilder<Sld_trn_n> getAllSld_trn_n()
      Deprecated.
      Fetch multiple Sld_trn_n entities.
      Returns:
      A request builder to fetch multiple Sld_trn_n entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countSld_trn_n

      @Nonnull CountRequestBuilder<Sld_trn_n> countSld_trn_n()
      Deprecated.
      Fetch the number of entries from the Sld_trn_n entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Sld_trn_n entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getSld_trn_nByKey

      @Nonnull GetByKeyRequestBuilder<Sld_trn_n> getSld_trn_nByKey(String id)
      Deprecated.
      Fetch a single Sld_trn_n entity using key fields.
      Parameters:
      id - ID

      Constraints: Not nullable, Maximum length: 50

      Returns:
      A request builder to fetch a single Sld_trn_n entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createSld_trn_n

      @Nonnull CreateRequestBuilder<Sld_trn_n> createSld_trn_n(@Nonnull Sld_trn_n sld_trn_n)
      Deprecated.
      Create a new Sld_trn_n entity and save it to the S/4HANA system.
      Parameters:
      sld_trn_n - Sld_trn_n entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Sld_trn_n entity. To perform execution, call the execute method on the request builder object.
    • updateSld_trn_n

      @Nonnull UpdateRequestBuilder<Sld_trn_n> updateSld_trn_n(@Nonnull Sld_trn_n sld_trn_n)
      Deprecated.
      Update an existing Sld_trn_n entity and save it to the S/4HANA system.
      Parameters:
      sld_trn_n - Sld_trn_n entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Sld_trn_n entity. To perform execution, call the execute method on the request builder object.
    • deleteSld_trn_n

      @Nonnull DeleteRequestBuilder<Sld_trn_n> deleteSld_trn_n(@Nonnull Sld_trn_n sld_trn_n)
      Deprecated.
      Deletes an existing Sld_trn_n entity in the S/4HANA system.
      Parameters:
      sld_trn_n - Sld_trn_n entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Sld_trn_n entity. To perform execution, call the execute method on the request builder object.
    • getAllSoc_coop

      @Nonnull GetAllRequestBuilder<Soc_coop> getAllSoc_coop()
      Deprecated.
      Fetch multiple Soc_coop entities.
      Returns:
      A request builder to fetch multiple Soc_coop entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countSoc_coop

      @Nonnull CountRequestBuilder<Soc_coop> countSoc_coop()
      Deprecated.
      Fetch the number of entries from the Soc_coop entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Soc_coop entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getSoc_coopByKey

      @Nonnull GetByKeyRequestBuilder<Soc_coop> getSoc_coopByKey(String empresa, String per_ref, String num_lancto)
      Deprecated.
      Fetch a single Soc_coop entity using key fields.
      Parameters:
      num_lancto - Posting Number

      Constraints: Not nullable, Maximum length: 10

      per_ref - Bookkeeping reference period

      Constraints: Not nullable, Maximum length: 6

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      Returns:
      A request builder to fetch a single Soc_coop entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createSoc_coop

      @Nonnull CreateRequestBuilder<Soc_coop> createSoc_coop(@Nonnull Soc_coop soc_coop)
      Deprecated.
      Create a new Soc_coop entity and save it to the S/4HANA system.
      Parameters:
      soc_coop - Soc_coop entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Soc_coop entity. To perform execution, call the execute method on the request builder object.
    • updateSoc_coop

      @Nonnull UpdateRequestBuilder<Soc_coop> updateSoc_coop(@Nonnull Soc_coop soc_coop)
      Deprecated.
      Update an existing Soc_coop entity and save it to the S/4HANA system.
      Parameters:
      soc_coop - Soc_coop entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Soc_coop entity. To perform execution, call the execute method on the request builder object.
    • deleteSoc_coop

      @Nonnull DeleteRequestBuilder<Soc_coop> deleteSoc_coop(@Nonnull Soc_coop soc_coop)
      Deprecated.
      Deletes an existing Soc_coop entity in the S/4HANA system.
      Parameters:
      soc_coop - Soc_coop entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Soc_coop entity. To perform execution, call the execute method on the request builder object.
    • getAllSub_corr

      @Nonnull GetAllRequestBuilder<Sub_corr> getAllSub_corr()
      Deprecated.
      Fetch multiple Sub_corr entities.
      Returns:
      A request builder to fetch multiple Sub_corr entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countSub_corr

      @Nonnull CountRequestBuilder<Sub_corr> countSub_corr()
      Deprecated.
      Fetch the number of entries from the Sub_corr entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Sub_corr entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getSub_corrByKey

      @Nonnull GetByKeyRequestBuilder<Sub_corr> getSub_corrByKey(String empresa, String cod_cta, String cod_idt, String cod_cnt_corr, LocalDate vig_de)
      Deprecated.
      Fetch a single Sub_corr entity using key fields.
      Parameters:
      cod_idt - Identification Code Account Sub-Group

      Constraints: Not nullable, Maximum length: 6

      cod_cnt_corr - Account number correlates

      Constraints: Not nullable, Maximum length: 60

      cod_cta - Account Code (Chart)

      Constraints: Not nullable, Maximum length: 100

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      vig_de - Initial date of computation referred

      Constraints: Not nullable

      Returns:
      A request builder to fetch a single Sub_corr entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createSub_corr

      @Nonnull CreateRequestBuilder<Sub_corr> createSub_corr(@Nonnull Sub_corr sub_corr)
      Deprecated.
      Create a new Sub_corr entity and save it to the S/4HANA system.
      Parameters:
      sub_corr - Sub_corr entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Sub_corr entity. To perform execution, call the execute method on the request builder object.
    • updateSub_corr

      @Nonnull UpdateRequestBuilder<Sub_corr> updateSub_corr(@Nonnull Sub_corr sub_corr)
      Deprecated.
      Update an existing Sub_corr entity and save it to the S/4HANA system.
      Parameters:
      sub_corr - Sub_corr entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Sub_corr entity. To perform execution, call the execute method on the request builder object.
    • deleteSub_corr

      @Nonnull DeleteRequestBuilder<Sub_corr> deleteSub_corr(@Nonnull Sub_corr sub_corr)
      Deprecated.
      Deletes an existing Sub_corr entity in the S/4HANA system.
      Parameters:
      sub_corr - Sub_corr entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Sub_corr entity. To perform execution, call the execute method on the request builder object.
    • getAllTp_mov_k

      @Nonnull GetAllRequestBuilder<Tp_mov_k> getAllTp_mov_k()
      Deprecated.
      Fetch multiple Tp_mov_k entities.
      Returns:
      A request builder to fetch multiple Tp_mov_k entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countTp_mov_k

      @Nonnull CountRequestBuilder<Tp_mov_k> countTp_mov_k()
      Deprecated.
      Fetch the number of entries from the Tp_mov_k entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Tp_mov_k entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getTp_mov_kByKey

      @Nonnull GetByKeyRequestBuilder<Tp_mov_k> getTp_mov_kByKey(String empresa, String filial, String tp_mov)
      Deprecated.
      Fetch a single Tp_mov_k entity using key fields.
      Parameters:
      filial - Branch

      Constraints: Not nullable, Maximum length: 4

      tp_mov - Movement Type (Inventory Management)

      Constraints: Not nullable, Maximum length: 3

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      Returns:
      A request builder to fetch a single Tp_mov_k entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createTp_mov_k

      @Nonnull CreateRequestBuilder<Tp_mov_k> createTp_mov_k(@Nonnull Tp_mov_k tp_mov_k)
      Deprecated.
      Create a new Tp_mov_k entity and save it to the S/4HANA system.
      Parameters:
      tp_mov_k - Tp_mov_k entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Tp_mov_k entity. To perform execution, call the execute method on the request builder object.
    • updateTp_mov_k

      @Nonnull UpdateRequestBuilder<Tp_mov_k> updateTp_mov_k(@Nonnull Tp_mov_k tp_mov_k)
      Deprecated.
      Update an existing Tp_mov_k entity and save it to the S/4HANA system.
      Parameters:
      tp_mov_k - Tp_mov_k entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Tp_mov_k entity. To perform execution, call the execute method on the request builder object.
    • deleteTp_mov_k

      @Nonnull DeleteRequestBuilder<Tp_mov_k> deleteTp_mov_k(@Nonnull Tp_mov_k tp_mov_k)
      Deprecated.
      Deletes an existing Tp_mov_k entity in the S/4HANA system.
      Parameters:
      tp_mov_k - Tp_mov_k entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Tp_mov_k entity. To perform execution, call the execute method on the request builder object.
    • getAllTrib_dior

      @Nonnull GetAllRequestBuilder<Trib_dior> getAllTrib_dior()
      Deprecated.
      Fetch multiple Trib_dior entities.
      Returns:
      A request builder to fetch multiple Trib_dior entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countTrib_dior

      @Nonnull CountRequestBuilder<Trib_dior> countTrib_dior()
      Deprecated.
      Fetch the number of entries from the Trib_dior entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Trib_dior entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getTrib_diorByKey

      @Nonnull GetByKeyRequestBuilder<Trib_dior> getTrib_diorByKey(String empresa, String num_lancto, String cod_trib, String ano)
      Deprecated.
      Fetch a single Trib_dior entity using key fields.
      Parameters:
      cod_trib - Tax Code

      Constraints: Not nullable, Maximum length: 2

      ano - Year of Tax Repercussion

      Constraints: Not nullable, Maximum length: 4

      num_lancto - Posting Number

      Constraints: Not nullable, Maximum length: 10

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      Returns:
      A request builder to fetch a single Trib_dior entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createTrib_dior

      @Nonnull CreateRequestBuilder<Trib_dior> createTrib_dior(@Nonnull Trib_dior trib_dior)
      Deprecated.
      Create a new Trib_dior entity and save it to the S/4HANA system.
      Parameters:
      trib_dior - Trib_dior entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Trib_dior entity. To perform execution, call the execute method on the request builder object.
    • updateTrib_dior

      @Nonnull UpdateRequestBuilder<Trib_dior> updateTrib_dior(@Nonnull Trib_dior trib_dior)
      Deprecated.
      Update an existing Trib_dior entity and save it to the S/4HANA system.
      Parameters:
      trib_dior - Trib_dior entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Trib_dior entity. To perform execution, call the execute method on the request builder object.
    • deleteTrib_dior

      @Nonnull DeleteRequestBuilder<Trib_dior> deleteTrib_dior(@Nonnull Trib_dior trib_dior)
      Deprecated.
      Deletes an existing Trib_dior entity in the S/4HANA system.
      Parameters:
      trib_dior - Trib_dior entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Trib_dior entity. To perform execution, call the execute method on the request builder object.
    • getAllUnid_med

      @Nonnull GetAllRequestBuilder<Unid_med> getAllUnid_med()
      Deprecated.
      Fetch multiple Unid_med entities.
      Returns:
      A request builder to fetch multiple Unid_med entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countUnid_med

      @Nonnull CountRequestBuilder<Unid_med> countUnid_med()
      Deprecated.
      Fetch the number of entries from the Unid_med entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Unid_med entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getUnid_medByKey

      @Nonnull GetByKeyRequestBuilder<Unid_med> getUnid_medByKey(String unid, String idioma)
      Deprecated.
      Fetch a single Unid_med entity using key fields.
      Parameters:
      unid -

      Constraints: Not nullable, Maximum length: 6

      idioma -

      Constraints: Not nullable, Maximum length: 1

      Returns:
      A request builder to fetch a single Unid_med entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createUnid_med

      @Nonnull CreateRequestBuilder<Unid_med> createUnid_med(@Nonnull Unid_med unid_med)
      Deprecated.
      Create a new Unid_med entity and save it to the S/4HANA system.
      Parameters:
      unid_med - Unid_med entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Unid_med entity. To perform execution, call the execute method on the request builder object.
    • updateUnid_med

      @Nonnull UpdateRequestBuilder<Unid_med> updateUnid_med(@Nonnull Unid_med unid_med)
      Deprecated.
      Update an existing Unid_med entity and save it to the S/4HANA system.
      Parameters:
      unid_med - Unid_med entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Unid_med entity. To perform execution, call the execute method on the request builder object.
    • deleteUnid_med

      @Nonnull DeleteRequestBuilder<Unid_med> deleteUnid_med(@Nonnull Unid_med unid_med)
      Deprecated.
      Deletes an existing Unid_med entity in the S/4HANA system.
      Parameters:
      unid_med - Unid_med entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Unid_med entity. To perform execution, call the execute method on the request builder object.
    • getAllUtil_doc

      @Nonnull GetAllRequestBuilder<Util_doc> getAllUtil_doc()
      Deprecated.
      Fetch multiple Util_doc entities.
      Returns:
      A request builder to fetch multiple Util_doc entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countUtil_doc

      @Nonnull CountRequestBuilder<Util_doc> countUtil_doc()
      Deprecated.
      Fetch the number of entries from the Util_doc entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Util_doc entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getUtil_docByKey

      @Nonnull GetByKeyRequestBuilder<Util_doc> getUtil_docByKey(String empresa, String filial, String num_doc_ini, String num_doc_fin)
      Deprecated.
      Fetch a single Util_doc entity using key fields.
      Parameters:
      filial - Branch

      Constraints: Not nullable, Maximum length: 4

      num_doc_ini - Initial Number of Authorized Device

      Constraints: Not nullable, Maximum length: 12

      num_doc_fin - Final Number of Authorized Device

      Constraints: Not nullable, Maximum length: 12

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      Returns:
      A request builder to fetch a single Util_doc entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createUtil_doc

      @Nonnull CreateRequestBuilder<Util_doc> createUtil_doc(@Nonnull Util_doc util_doc)
      Deprecated.
      Create a new Util_doc entity and save it to the S/4HANA system.
      Parameters:
      util_doc - Util_doc entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Util_doc entity. To perform execution, call the execute method on the request builder object.
    • updateUtil_doc

      @Nonnull UpdateRequestBuilder<Util_doc> updateUtil_doc(@Nonnull Util_doc util_doc)
      Deprecated.
      Update an existing Util_doc entity and save it to the S/4HANA system.
      Parameters:
      util_doc - Util_doc entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Util_doc entity. To perform execution, call the execute method on the request builder object.
    • deleteUtil_doc

      @Nonnull DeleteRequestBuilder<Util_doc> deleteUtil_doc(@Nonnull Util_doc util_doc)
      Deprecated.
      Deletes an existing Util_doc entity in the S/4HANA system.
      Parameters:
      util_doc - Util_doc entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Util_doc entity. To perform execution, call the execute method on the request builder object.
    • getAllUt_cr_fis

      @Nonnull GetAllRequestBuilder<Ut_cr_fis> getAllUt_cr_fis()
      Deprecated.
      Fetch multiple Ut_cr_fis entities.
      Returns:
      A request builder to fetch multiple Ut_cr_fis entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countUt_cr_fis

      @Nonnull CountRequestBuilder<Ut_cr_fis> countUt_cr_fis()
      Deprecated.
      Fetch the number of entries from the Ut_cr_fis entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Ut_cr_fis entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getUt_cr_fisByKey

      @Nonnull GetByKeyRequestBuilder<Ut_cr_fis> getUt_cr_fisByKey(String empresa, String filial, String nr_doc, String cod_aj_apur, String tipo_util, String num_seq)
      Deprecated.
      Fetch a single Ut_cr_fis entity using key fields.
      Parameters:
      cod_aj_apur - Declaration and Deduction Adjustment Code

      Constraints: Not nullable, Maximum length: 8

      filial - Branch

      Constraints: Not nullable, Maximum length: 4

      nr_doc -

      Constraints: Not nullable, Maximum length: 255

      num_seq - Sequencial Number

      Constraints: Not nullable, Maximum length: 5

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      tipo_util -

      Constraints: Not nullable, Maximum length: 4

      Returns:
      A request builder to fetch a single Ut_cr_fis entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createUt_cr_fis

      @Nonnull CreateRequestBuilder<Ut_cr_fis> createUt_cr_fis(@Nonnull Ut_cr_fis ut_cr_fis)
      Deprecated.
      Create a new Ut_cr_fis entity and save it to the S/4HANA system.
      Parameters:
      ut_cr_fis - Ut_cr_fis entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Ut_cr_fis entity. To perform execution, call the execute method on the request builder object.
    • updateUt_cr_fis

      @Nonnull UpdateRequestBuilder<Ut_cr_fis> updateUt_cr_fis(@Nonnull Ut_cr_fis ut_cr_fis)
      Deprecated.
      Update an existing Ut_cr_fis entity and save it to the S/4HANA system.
      Parameters:
      ut_cr_fis - Ut_cr_fis entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Ut_cr_fis entity. To perform execution, call the execute method on the request builder object.
    • deleteUt_cr_fis

      @Nonnull DeleteRequestBuilder<Ut_cr_fis> deleteUt_cr_fis(@Nonnull Ut_cr_fis ut_cr_fis)
      Deprecated.
      Deletes an existing Ut_cr_fis entity in the S/4HANA system.
      Parameters:
      ut_cr_fis - Ut_cr_fis entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Ut_cr_fis entity. To perform execution, call the execute method on the request builder object.
    • getAllVar_exerc

      @Nonnull GetAllRequestBuilder<Var_exerc> getAllVar_exerc()
      Deprecated.
      Fetch multiple Var_exerc entities.
      Returns:
      A request builder to fetch multiple Var_exerc entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countVar_exerc

      @Nonnull CountRequestBuilder<Var_exerc> countVar_exerc()
      Deprecated.
      Fetch the number of entries from the Var_exerc entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Var_exerc entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getVar_exercByKey

      @Nonnull GetByKeyRequestBuilder<Var_exerc> getVar_exercByKey(String empresa, String ano_civil, String mes_termino_periodo, String dia_termino_periodo)
      Deprecated.
      Fetch a single Var_exerc entity using key fields.
      Parameters:
      ano_civil - Civil Year

      Constraints: Not nullable, Maximum length: 4

      dia_termino_periodo - Last day of period

      Constraints: Not nullable, Maximum length: 2

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      mes_termino_periodo - Last month of period

      Constraints: Not nullable, Maximum length: 2

      Returns:
      A request builder to fetch a single Var_exerc entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createVar_exerc

      @Nonnull CreateRequestBuilder<Var_exerc> createVar_exerc(@Nonnull Var_exerc var_exerc)
      Deprecated.
      Create a new Var_exerc entity and save it to the S/4HANA system.
      Parameters:
      var_exerc - Var_exerc entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Var_exerc entity. To perform execution, call the execute method on the request builder object.
    • updateVar_exerc

      @Nonnull UpdateRequestBuilder<Var_exerc> updateVar_exerc(@Nonnull Var_exerc var_exerc)
      Deprecated.
      Update an existing Var_exerc entity and save it to the S/4HANA system.
      Parameters:
      var_exerc - Var_exerc entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Var_exerc entity. To perform execution, call the execute method on the request builder object.
    • deleteVar_exerc

      @Nonnull DeleteRequestBuilder<Var_exerc> deleteVar_exerc(@Nonnull Var_exerc var_exerc)
      Deprecated.
      Deletes an existing Var_exerc entity in the S/4HANA system.
      Parameters:
      var_exerc - Var_exerc entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Var_exerc entity. To perform execution, call the execute method on the request builder object.
    • getAllVenda_exp

      @Nonnull GetAllRequestBuilder<Venda_exp> getAllVenda_exp()
      Deprecated.
      Fetch multiple Venda_exp entities.
      Returns:
      A request builder to fetch multiple Venda_exp entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countVenda_exp

      @Nonnull CountRequestBuilder<Venda_exp> countVenda_exp()
      Deprecated.
      Fetch the number of entries from the Venda_exp entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Venda_exp entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getVenda_expByKey

      @Nonnull GetByKeyRequestBuilder<Venda_exp> getVenda_expByKey(String empresa, String dt_lancto, String cnpj_exp, String cod_ncm)
      Deprecated.
      Fetch a single Venda_exp entity using key fields.
      Parameters:
      cnpj_exp - CNPJ of Exporter Commercial Buyer

      Constraints: Not nullable, Maximum length: 14

      cod_ncm - NCM Code

      Constraints: Not nullable, Maximum length: 8

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      dt_lancto - Posting Date

      Constraints: Not nullable, Maximum length: 8

      Returns:
      A request builder to fetch a single Venda_exp entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createVenda_exp

      @Nonnull CreateRequestBuilder<Venda_exp> createVenda_exp(@Nonnull Venda_exp venda_exp)
      Deprecated.
      Create a new Venda_exp entity and save it to the S/4HANA system.
      Parameters:
      venda_exp - Venda_exp entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Venda_exp entity. To perform execution, call the execute method on the request builder object.
    • updateVenda_exp

      @Nonnull UpdateRequestBuilder<Venda_exp> updateVenda_exp(@Nonnull Venda_exp venda_exp)
      Deprecated.
      Update an existing Venda_exp entity and save it to the S/4HANA system.
      Parameters:
      venda_exp - Venda_exp entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Venda_exp entity. To perform execution, call the execute method on the request builder object.
    • deleteVenda_exp

      @Nonnull DeleteRequestBuilder<Venda_exp> deleteVenda_exp(@Nonnull Venda_exp venda_exp)
      Deprecated.
      Deletes an existing Venda_exp entity in the S/4HANA system.
      Parameters:
      venda_exp - Venda_exp entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Venda_exp entity. To perform execution, call the execute method on the request builder object.
    • getAllVen_at_ec

      @Nonnull GetAllRequestBuilder<Ven_at_ec> getAllVen_at_ec()
      Deprecated.
      Fetch multiple Ven_at_ec entities.
      Returns:
      A request builder to fetch multiple Ven_at_ec entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countVen_at_ec

      @Nonnull CountRequestBuilder<Ven_at_ec> countVen_at_ec()
      Deprecated.
      Fetch the number of entries from the Ven_at_ec entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Ven_at_ec entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getVen_at_ecByKey

      @Nonnull GetByKeyRequestBuilder<Ven_at_ec> getVen_at_ecByKey(String empresa, String dt_lancto, String cnpj_estab)
      Deprecated.
      Fetch a single Ven_at_ec entity using key fields.
      Parameters:
      cnpj_estab - CNPJ of Each Establishment of Legal Person

      Constraints: Not nullable, Maximum length: 14

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      dt_lancto - Posting Date

      Constraints: Not nullable, Maximum length: 8

      Returns:
      A request builder to fetch a single Ven_at_ec entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createVen_at_ec

      @Nonnull CreateRequestBuilder<Ven_at_ec> createVen_at_ec(@Nonnull Ven_at_ec ven_at_ec)
      Deprecated.
      Create a new Ven_at_ec entity and save it to the S/4HANA system.
      Parameters:
      ven_at_ec - Ven_at_ec entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Ven_at_ec entity. To perform execution, call the execute method on the request builder object.
    • updateVen_at_ec

      @Nonnull UpdateRequestBuilder<Ven_at_ec> updateVen_at_ec(@Nonnull Ven_at_ec ven_at_ec)
      Deprecated.
      Update an existing Ven_at_ec entity and save it to the S/4HANA system.
      Parameters:
      ven_at_ec - Ven_at_ec entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Ven_at_ec entity. To perform execution, call the execute method on the request builder object.
    • deleteVen_at_ec

      @Nonnull DeleteRequestBuilder<Ven_at_ec> deleteVen_at_ec(@Nonnull Ven_at_ec ven_at_ec)
      Deprecated.
      Deletes an existing Ven_at_ec entity in the S/4HANA system.
      Parameters:
      ven_at_ec - Ven_at_ec entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Ven_at_ec entity. To perform execution, call the execute method on the request builder object.
    • getAllVlrretfon

      @Nonnull GetAllRequestBuilder<Vlrretfon> getAllVlrretfon()
      Deprecated.
      Fetch multiple Vlrretfon entities.
      Returns:
      A request builder to fetch multiple Vlrretfon entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countVlrretfon

      @Nonnull CountRequestBuilder<Vlrretfon> countVlrretfon()
      Deprecated.
      Fetch the number of entries from the Vlrretfon entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Vlrretfon entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getVlrretfonByKey

      @Nonnull GetByKeyRequestBuilder<Vlrretfon> getVlrretfonByKey(String empresa, String filial, String dt_lancto, String tp_imp, String ind_nat_ret, String pr_rec_ret)
      Deprecated.
      Fetch a single Vlrretfon entity using key fields.
      Parameters:
      tp_imp - Tax Type (PIS / COFINS)

      Constraints: Not nullable, Maximum length: 10

      filial - Branch

      Constraints: Not nullable, Maximum length: 4

      ind_nat_ret - Indicator of Nature of Withholding at Source

      Constraints: Not nullable, Maximum length: 2

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      dt_lancto - Posting Date

      Constraints: Not nullable, Maximum length: 8

      pr_rec_ret - Receiving and retention period

      Constraints: Not nullable, Maximum length: 6

      Returns:
      A request builder to fetch a single Vlrretfon entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createVlrretfon

      @Nonnull CreateRequestBuilder<Vlrretfon> createVlrretfon(@Nonnull Vlrretfon vlrretfon)
      Deprecated.
      Create a new Vlrretfon entity and save it to the S/4HANA system.
      Parameters:
      vlrretfon - Vlrretfon entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Vlrretfon entity. To perform execution, call the execute method on the request builder object.
    • updateVlrretfon

      @Nonnull UpdateRequestBuilder<Vlrretfon> updateVlrretfon(@Nonnull Vlrretfon vlrretfon)
      Deprecated.
      Update an existing Vlrretfon entity and save it to the S/4HANA system.
      Parameters:
      vlrretfon - Vlrretfon entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Vlrretfon entity. To perform execution, call the execute method on the request builder object.
    • deleteVlrretfon

      @Nonnull DeleteRequestBuilder<Vlrretfon> deleteVlrretfon(@Nonnull Vlrretfon vlrretfon)
      Deprecated.
      Deletes an existing Vlrretfon entity in the S/4HANA system.
      Parameters:
      vlrretfon - Vlrretfon entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Vlrretfon entity. To perform execution, call the execute method on the request builder object.
    • getAllVlr_agreg

      @Nonnull GetAllRequestBuilder<Vlr_agreg> getAllVlr_agreg()
      Deprecated.
      Fetch multiple Vlr_agreg entities.
      Returns:
      A request builder to fetch multiple Vlr_agreg entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countVlr_agreg

      @Nonnull CountRequestBuilder<Vlr_agreg> countVlr_agreg()
      Deprecated.
      Fetch the number of entries from the Vlr_agreg entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Vlr_agreg entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getVlr_agregByKey

      @Nonnull GetByKeyRequestBuilder<Vlr_agreg> getVlr_agregByKey(String empresa, String filial, String cod_item, String mun, String dt_registro)
      Deprecated.
      Fetch a single Vlr_agreg entity using key fields.
      Parameters:
      cod_item - Item Code

      Constraints: Not nullable, Maximum length: 60

      filial - Branch

      Constraints: Not nullable, Maximum length: 4

      mun - City Code

      Constraints: Not nullable, Maximum length: 7

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      dt_registro - Register Date

      Constraints: Not nullable, Maximum length: 8

      Returns:
      A request builder to fetch a single Vlr_agreg entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createVlr_agreg

      @Nonnull CreateRequestBuilder<Vlr_agreg> createVlr_agreg(@Nonnull Vlr_agreg vlr_agreg)
      Deprecated.
      Create a new Vlr_agreg entity and save it to the S/4HANA system.
      Parameters:
      vlr_agreg - Vlr_agreg entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Vlr_agreg entity. To perform execution, call the execute method on the request builder object.
    • updateVlr_agreg

      @Nonnull UpdateRequestBuilder<Vlr_agreg> updateVlr_agreg(@Nonnull Vlr_agreg vlr_agreg)
      Deprecated.
      Update an existing Vlr_agreg entity and save it to the S/4HANA system.
      Parameters:
      vlr_agreg - Vlr_agreg entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Vlr_agreg entity. To perform execution, call the execute method on the request builder object.
    • deleteVlr_agreg

      @Nonnull DeleteRequestBuilder<Vlr_agreg> deleteVlr_agreg(@Nonnull Vlr_agreg vlr_agreg)
      Deprecated.
      Deletes an existing Vlr_agreg entity in the S/4HANA system.
      Parameters:
      vlr_agreg - Vlr_agreg entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Vlr_agreg entity. To perform execution, call the execute method on the request builder object.
    • getAllVl_ra_aux

      @Nonnull GetAllRequestBuilder<Vl_ra_aux> getAllVl_ra_aux()
      Deprecated.
      Fetch multiple Vl_ra_aux entities.
      Returns:
      A request builder to fetch multiple Vl_ra_aux entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countVl_ra_aux

      @Nonnull CountRequestBuilder<Vl_ra_aux> countVl_ra_aux()
      Deprecated.
      Fetch the number of entries from the Vl_ra_aux entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Vl_ra_aux entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getVl_ra_auxByKey

      @Nonnull GetByKeyRequestBuilder<Vl_ra_aux> getVl_ra_auxByKey(String empresa, String ano, String tipo, Short linha, String nm_campo)
      Deprecated.
      Fetch a single Vl_ra_aux entity using key fields.
      Parameters:
      tipo -

      Constraints: Not nullable, Maximum length: 1

      ano -

      Constraints: Not nullable, Maximum length: 4

      linha -

      Constraints: Not nullable

      nm_campo -

      Constraints: Not nullable, Maximum length: 16

      empresa - Company Code

      Constraints: Not nullable, Maximum length: 4

      Returns:
      A request builder to fetch a single Vl_ra_aux entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createVl_ra_aux

      @Nonnull CreateRequestBuilder<Vl_ra_aux> createVl_ra_aux(@Nonnull Vl_ra_aux vl_ra_aux)
      Deprecated.
      Create a new Vl_ra_aux entity and save it to the S/4HANA system.
      Parameters:
      vl_ra_aux - Vl_ra_aux entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Vl_ra_aux entity. To perform execution, call the execute method on the request builder object.
    • updateVl_ra_aux

      @Nonnull UpdateRequestBuilder<Vl_ra_aux> updateVl_ra_aux(@Nonnull Vl_ra_aux vl_ra_aux)
      Deprecated.
      Update an existing Vl_ra_aux entity and save it to the S/4HANA system.
      Parameters:
      vl_ra_aux - Vl_ra_aux entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Vl_ra_aux entity. To perform execution, call the execute method on the request builder object.
    • deleteVl_ra_aux

      @Nonnull DeleteRequestBuilder<Vl_ra_aux> deleteVl_ra_aux(@Nonnull Vl_ra_aux vl_ra_aux)
      Deprecated.
      Deletes an existing Vl_ra_aux entity in the S/4HANA system.
      Parameters:
      vl_ra_aux - Vl_ra_aux entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Vl_ra_aux entity. To perform execution, call the execute method on the request builder object.
    • getAllWh_tx_cpl

      @Nonnull GetAllRequestBuilder<Wh_tx_cpl> getAllWh_tx_cpl()
      Deprecated.
      Fetch multiple Wh_tx_cpl entities.
      Returns:
      A request builder to fetch multiple Wh_tx_cpl entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countWh_tx_cpl

      @Nonnull CountRequestBuilder<Wh_tx_cpl> countWh_tx_cpl()
      Deprecated.
      Fetch the number of entries from the Wh_tx_cpl entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of Wh_tx_cpl entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getWh_tx_cplByKey

      @Nonnull GetByKeyRequestBuilder<Wh_tx_cpl> getWh_tx_cplByKey(String company_code, String branch, String fiscal_year, String posting_number)
      Deprecated.
      Fetch a single Wh_tx_cpl entity using key fields.
      Parameters:
      fiscal_year - Year

      Constraints: Not nullable, Maximum length: 4

      posting_number - Posting Number

      Constraints: Not nullable, Maximum length: 10

      company_code - Company Code

      Constraints: Not nullable, Maximum length: 4

      branch - Branch

      Constraints: Not nullable, Maximum length: 4

      Returns:
      A request builder to fetch a single Wh_tx_cpl entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createWh_tx_cpl

      @Nonnull CreateRequestBuilder<Wh_tx_cpl> createWh_tx_cpl(@Nonnull Wh_tx_cpl wh_tx_cpl)
      Deprecated.
      Create a new Wh_tx_cpl entity and save it to the S/4HANA system.
      Parameters:
      wh_tx_cpl - Wh_tx_cpl entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new Wh_tx_cpl entity. To perform execution, call the execute method on the request builder object.
    • updateWh_tx_cpl

      @Nonnull UpdateRequestBuilder<Wh_tx_cpl> updateWh_tx_cpl(@Nonnull Wh_tx_cpl wh_tx_cpl)
      Deprecated.
      Update an existing Wh_tx_cpl entity and save it to the S/4HANA system.
      Parameters:
      wh_tx_cpl - Wh_tx_cpl entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing Wh_tx_cpl entity. To perform execution, call the execute method on the request builder object.
    • deleteWh_tx_cpl

      @Nonnull DeleteRequestBuilder<Wh_tx_cpl> deleteWh_tx_cpl(@Nonnull Wh_tx_cpl wh_tx_cpl)
      Deprecated.
      Deletes an existing Wh_tx_cpl entity in the S/4HANA system.
      Parameters:
      wh_tx_cpl - Wh_tx_cpl entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing Wh_tx_cpl entity. To perform execution, call the execute method on the request builder object.