Interface BrazilNotaFiscalService

All Superinterfaces:
BatchService<BrazilNotaFiscalServiceBatch>
All Known Implementing Classes:
DefaultBrazilNotaFiscalService

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

This service is based on the OData and can be consumed in Brazilian integration scenarios. To create a nota fiscal document, enter the nota fiscal data - the system generates the nota fiscal and returns the document number. To update a nota fiscal document, enter the document number and the data to be changed - the system updates the nota fiscal accordingly.

Business Documentation

Reference: SAP Business Accelerator Hub

Details:

OData Service: API_LOGBR_NOTAFISCAL_SRV
API Version: 1.0.0
Minimum ERP Version: 2302
Communication Scenario: Logistics - Brazil Nota Fiscal Integration(SAP_COM_0387)
Scope Items: Electronic Documents(2RP)
Authentication Methods: x509
Business Object: Nota Fiscal
  • Field Details

  • Method Details

    • withServicePath

      @Nonnull BrazilNotaFiscalService 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.
    • getAllBR_NFAdditionalInformation

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

      @Nonnull BR_NFAdditionalInformationByKeyFluentHelper getBR_NFAdditionalInformationByKey(String bR_NotaFiscal, String bR_NFInfoFieldUsage, String bR_NFAdditionalInformationID)
      Deprecated.
      Fetch a single BR_NFAdditionalInformation entity using key fields.
      Parameters:
      bR_NotaFiscal - Document Number

      Constraints: Not nullable, Maximum length: 10

      bR_NFAdditionalInformationID - Field ID

      Constraints: Not nullable, Maximum length: 20

      bR_NFInfoFieldUsage - Usage

      Constraints: Not nullable, Maximum length: 1

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

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

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

      @Nonnull BR_NFAdditionImportDocByKeyFluentHelper getBR_NFAdditionImportDocByKey(String bR_NotaFiscal, String bR_NotaFiscalItem, String bR_NFImportDocument, String bR_NFAddition, String bR_NFItemSequenceNumber)
      Deprecated.
      Fetch a single BR_NFAdditionImportDoc entity using key fields.
      Parameters:
      bR_NFAddition - Addition Number

      Constraints: Not nullable, Maximum length: 3

      bR_NFImportDocument - Import Document

      Constraints: Not nullable, Maximum length: 20

      bR_NotaFiscal - Document Number

      Constraints: Not nullable, Maximum length: 10

      bR_NotaFiscalItem - Document Item Number

      Constraints: Not nullable, Maximum length: 6

      bR_NFItemSequenceNumber - Number of the Item /XML Tag

      Constraints: Not nullable, Maximum length: 5

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

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

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

      @Nonnull BR_NFDocumentByKeyFluentHelper getBR_NFDocumentByKey(String bR_NotaFiscal)
      Deprecated.
      Fetch a single BR_NFDocument entity using key fields.
      Parameters:
      bR_NotaFiscal - Document Number

      Constraints: Not nullable, Maximum length: 10

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

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

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

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

      @Nonnull BR_NFDocumentReferenceByKeyFluentHelper getBR_NFDocumentReferenceByKey(String bR_NotaFiscal, String bR_NFDocRefSequenceNumber)
      Deprecated.
      Fetch a single BR_NFDocumentReference entity using key fields.
      Parameters:
      bR_NotaFiscal - Document Number

      Constraints: Not nullable, Maximum length: 10

      bR_NFDocRefSequenceNumber - Counter

      Constraints: Not nullable, Maximum length: 3

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

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

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

      @Nonnull BR_NFePaymentByKeyFluentHelper getBR_NFePaymentByKey(String bR_NotaFiscal, String sequenceNumber)
      Deprecated.
      Fetch a single BR_NFePayment entity using key fields.
      Parameters:
      sequenceNumber - Counter

      Constraints: Not nullable, Maximum length: 4

      bR_NotaFiscal - Document Number

      Constraints: Not nullable, Maximum length: 10

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

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

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

      @Nonnull BR_NFePharmaceuticalByKeyFluentHelper getBR_NFePharmaceuticalByKey(String bR_NotaFiscal, String bR_NotaFiscalItem)
      Deprecated.
      Fetch a single BR_NFePharmaceutical entity using key fields.
      Parameters:
      bR_NotaFiscal - Document Number

      Constraints: Not nullable, Maximum length: 10

      bR_NotaFiscalItem - Document Item Number

      Constraints: Not nullable, Maximum length: 6

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

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

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

      @Nonnull BR_NFeProductTraceabilityByKeyFluentHelper getBR_NFeProductTraceabilityByKey(String bR_NotaFiscal, String bR_NotaFiscalItem, String sequenceNumber)
      Deprecated.
      Fetch a single BR_NFeProductTraceability entity using key fields.
      Parameters:
      sequenceNumber - Counter

      Constraints: Not nullable, Maximum length: 4

      bR_NotaFiscal - Document Number

      Constraints: Not nullable, Maximum length: 10

      bR_NotaFiscalItem - Document Item Number

      Constraints: Not nullable, Maximum length: 6

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

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

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

      @Nonnull BR_NFExportDeclarationByKeyFluentHelper getBR_NFExportDeclarationByKey(String bR_NotaFiscal)
      Deprecated.
      Fetch a single BR_NFExportDeclaration entity using key fields.
      Parameters:
      bR_NotaFiscal - Document Number

      Constraints: Not nullable, Maximum length: 10

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

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

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

      @Nonnull BR_NFExportDocumentByKeyFluentHelper getBR_NFExportDocumentByKey(String bR_NotaFiscal, String bR_NotaFiscalItem, String bR_NFItemExprtSqncNumber)
      Deprecated.
      Fetch a single BR_NFExportDocument entity using key fields.
      Parameters:
      bR_NotaFiscal - Document Number

      Constraints: Not nullable, Maximum length: 10

      bR_NotaFiscalItem - Document Item Number

      Constraints: Not nullable, Maximum length: 6

      bR_NFItemExprtSqncNumber - Export Sequence Nmbr

      Constraints: Not nullable, Maximum length: 3

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

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

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

      @Nonnull BR_NFFuelByKeyFluentHelper getBR_NFFuelByKey(String bR_NotaFiscal, String bR_NotaFiscalItem)
      Deprecated.
      Fetch a single BR_NFFuel entity using key fields.
      Parameters:
      bR_NotaFiscal - Document Number

      Constraints: Not nullable, Maximum length: 10

      bR_NotaFiscalItem - Document Item Number

      Constraints: Not nullable, Maximum length: 6

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

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

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

      @Nonnull BR_NFFuelOriginIndicatorByKeyFluentHelper getBR_NFFuelOriginIndicatorByKey(String bR_NotaFiscal, String bR_NotaFiscalItem, String bR_NFImportIndicatorFuelOrigin, String bR_NFOriginRegion)
      Deprecated.
      Fetch a single BR_NFFuelOriginIndicator entity using key fields.
      Parameters:
      bR_NotaFiscal - Document Number

      Constraints: Not nullable, Maximum length: 10

      bR_NotaFiscalItem - Document Item Number

      Constraints: Not nullable, Maximum length: 6

      bR_NFOriginRegion - UF of origin of producer or importer

      Constraints: Not nullable, Maximum length: 3

      bR_NFImportIndicatorFuelOrigin - Import indicator

      Constraints: Not nullable, Maximum length: 1

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

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

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

      @Nonnull BR_NFHeaderTextByKeyFluentHelper getBR_NFHeaderTextByKey(String bR_NotaFiscal, String bR_NFTextType, String bR_NFTextSequenceNumber)
      Deprecated.
      Fetch a single BR_NFHeaderText entity using key fields.
      Parameters:
      bR_NFTextType - NF text type

      Constraints: Not nullable, Maximum length: 1

      bR_NFTextSequenceNumber - Counter

      Constraints: Not nullable, Maximum length: 4

      bR_NotaFiscal - Document Number

      Constraints: Not nullable, Maximum length: 10

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

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

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

      @Nonnull BR_NFImportDocumentByKeyFluentHelper getBR_NFImportDocumentByKey(String bR_NotaFiscal, String bR_NFImportDocument)
      Deprecated.
      Fetch a single BR_NFImportDocument entity using key fields.
      Parameters:
      bR_NFImportDocument - Import Document

      Constraints: Not nullable, Maximum length: 20

      bR_NotaFiscal - Document Number

      Constraints: Not nullable, Maximum length: 10

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

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

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

      @Nonnull BR_NFItemByKeyFluentHelper getBR_NFItemByKey(String bR_NotaFiscal, String bR_NotaFiscalItem)
      Deprecated.
      Fetch a single BR_NFItem entity using key fields.
      Parameters:
      bR_NotaFiscal - Document Number

      Constraints: Not nullable, Maximum length: 10

      bR_NotaFiscalItem - Document Item Number

      Constraints: Not nullable, Maximum length: 6

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

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

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

      @Nonnull BR_NFItemAdditionalInfoByKeyFluentHelper getBR_NFItemAdditionalInfoByKey(String bR_NotaFiscal, String bR_NotaFiscalItem, String bR_NFInfoFieldUsage)
      Deprecated.
      Fetch a single BR_NFItemAdditionalInfo entity using key fields.
      Parameters:
      bR_NotaFiscal - Document Number

      Constraints: Not nullable, Maximum length: 10

      bR_NotaFiscalItem - Document Item Number

      Constraints: Not nullable, Maximum length: 6

      bR_NFInfoFieldUsage - Usage

      Constraints: Not nullable, Maximum length: 1

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

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

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

      @Nonnull BR_NFItemNVEByKeyFluentHelper getBR_NFItemNVEByKey(String bR_NotaFiscal, String bR_NotaFiscalItem, String bR_NVECode)
      Deprecated.
      Fetch a single BR_NFItemNVE entity using key fields.
      Parameters:
      bR_NVECode - NF-e NVE Code

      Constraints: Not nullable, Maximum length: 6

      bR_NotaFiscal - Document Number

      Constraints: Not nullable, Maximum length: 10

      bR_NotaFiscalItem - Document Item Number

      Constraints: Not nullable, Maximum length: 6

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

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

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

      @Nonnull BR_NFItemTextByKeyFluentHelper getBR_NFItemTextByKey(String bR_NotaFiscal, String bR_NotaFiscalItem, String bR_NFTextType, String bR_NFTextSequenceNumber)
      Deprecated.
      Fetch a single BR_NFItemText entity using key fields.
      Parameters:
      bR_NFTextType - NF text type

      Constraints: Not nullable, Maximum length: 1

      bR_NFTextSequenceNumber - Counter

      Constraints: Not nullable, Maximum length: 4

      bR_NotaFiscal - Document Number

      Constraints: Not nullable, Maximum length: 10

      bR_NotaFiscalItem - Document Item Number

      Constraints: Not nullable, Maximum length: 6

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

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

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

      @Nonnull BR_NFPartnerByKeyFluentHelper getBR_NFPartnerByKey(String bR_NotaFiscal, String bR_NFPartnerFunction)
      Deprecated.
      Fetch a single BR_NFPartner entity using key fields.
      Parameters:
      bR_NotaFiscal - Document Number

      Constraints: Not nullable, Maximum length: 10

      bR_NFPartnerFunction - Partner Function

      Constraints: Not nullable, Maximum length: 2

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

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

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

      @Nonnull BR_NFReferencedProcessByKeyFluentHelper getBR_NFReferencedProcessByKey(String bR_NotaFiscal, String bR_NFReferencedProcessSqncNmbr)
      Deprecated.
      Fetch a single BR_NFReferencedProcess entity using key fields.
      Parameters:
      bR_NFReferencedProcessSqncNmbr - Counter

      Constraints: Not nullable, Maximum length: 4

      bR_NotaFiscal - Document Number

      Constraints: Not nullable, Maximum length: 10

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

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

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

      @Nonnull BR_NFSugarCaneDeductibleByKeyFluentHelper getBR_NFSugarCaneDeductibleByKey(String bR_NotaFiscal, String sugarcaneDcblSqncNmbr)
      Deprecated.
      Fetch a single BR_NFSugarCaneDeductible entity using key fields.
      Parameters:
      bR_NotaFiscal - Document Number

      Constraints: Not nullable, Maximum length: 10

      sugarcaneDcblSqncNmbr - Counter

      Constraints: Not nullable, Maximum length: 4

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

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

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

      @Nonnull BR_NFSugarCaneSupplyByKeyFluentHelper getBR_NFSugarCaneSupplyByKey(String bR_NotaFiscal, String sugarcaneDayOfCurrentMnth)
      Deprecated.
      Fetch a single BR_NFSugarCaneSupply entity using key fields.
      Parameters:
      bR_NotaFiscal - Document Number

      Constraints: Not nullable, Maximum length: 10

      sugarcaneDayOfCurrentMnth - Day of Current Month

      Constraints: Not nullable, Maximum length: 2

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

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

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

      @Nonnull BR_NFTAXByKeyFluentHelper getBR_NFTAXByKey(String bR_NotaFiscal, String bR_NotaFiscalItem, String bR_TaxType)
      Deprecated.
      Fetch a single BR_NFTAX entity using key fields.
      Parameters:
      bR_NotaFiscal - Document Number

      Constraints: Not nullable, Maximum length: 10

      bR_NotaFiscalItem - Document Item Number

      Constraints: Not nullable, Maximum length: 6

      bR_TaxType - Tax Type

      Constraints: Not nullable, Maximum length: 4

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

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

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

      @Nonnull BR_NFTradeNoteByKeyFluentHelper getBR_NFTradeNoteByKey(String bR_NotaFiscal, String bR_NFTradeNoteSequenceNumber)
      Deprecated.
      Fetch a single BR_NFTradeNote entity using key fields.
      Parameters:
      bR_NotaFiscal - Document Number

      Constraints: Not nullable, Maximum length: 10

      bR_NFTradeNoteSequenceNumber - Counter

      Constraints: Not nullable, Maximum length: 4

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

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

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

      @Nonnull BR_NFTrailerByKeyFluentHelper getBR_NFTrailerByKey(String bR_NotaFiscal, String trailerID)
      Deprecated.
      Fetch a single BR_NFTrailer entity using key fields.
      Parameters:
      bR_NotaFiscal - Document Number

      Constraints: Not nullable, Maximum length: 10

      trailerID - Counter

      Constraints: Not nullable, Maximum length: 4

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

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

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

      @Nonnull BR_NFTransportedVolumeByKeyFluentHelper getBR_NFTransportedVolumeByKey(String bR_NotaFiscal, String bR_NFTransptVolumesSequence)
      Deprecated.
      Fetch a single BR_NFTransportedVolume entity using key fields.
      Parameters:
      bR_NotaFiscal - Document Number

      Constraints: Not nullable, Maximum length: 10

      bR_NFTransptVolumesSequence - Counter

      Constraints: Not nullable, Maximum length: 4

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

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

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

      @Nonnull BR_NFVehicleByKeyFluentHelper getBR_NFVehicleByKey(String bR_NotaFiscal, String bR_NotaFiscalItem)
      Deprecated.
      Fetch a single BR_NFVehicle entity using key fields.
      Parameters:
      bR_NotaFiscal - Document Number

      Constraints: Not nullable, Maximum length: 10

      bR_NotaFiscalItem - Document Item Number

      Constraints: Not nullable, Maximum length: 6

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

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

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

      @Nonnull BR_OneTimePartnerByKeyFluentHelper getBR_OneTimePartnerByKey(String bR_NotaFiscal, String bR_PartnerFunction)
      Deprecated.
      Fetch a single BR_OneTimePartner entity using key fields.
      Parameters:
      bR_NotaFiscal - Document Number

      Constraints: Not nullable, Maximum length: 10

      bR_PartnerFunction - Nota Fiscal Partner Function

      Constraints: Not nullable, Maximum length: 2

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

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

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

      @Nonnull BR_TechnicalResponsibleByKeyFluentHelper getBR_TechnicalResponsibleByKey(String bR_NotaFiscal)
      Deprecated.
      Fetch a single BR_TechnicalResponsible entity using key fields.
      Parameters:
      bR_NotaFiscal - Document Number

      Constraints: Not nullable, Maximum length: 10

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

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