public interface BrazilNotaFiscalService extends BatchService<BrazilNotaFiscalServiceBatch>
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.
Reference: SAP API Business Hub
OData Service: | API_LOGBR_NOTAFISCAL_SRV |
API Version: | 1 |
Communication Scenario: | Logistics - Brazil Nota Fiscal Integration (SAP_COM_0387) |
Scope Items: | Electronic Documents (2RP) |
Authentication Methods: | Basic, x509, OAuth2 |
Business Object: | BR_NotaFiscal |
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_SERVICE_PATH
If no other path was provided via the
withServicePath(String) method, this is the default service path
used to access the endpoint. |
batch
static final String DEFAULT_SERVICE_PATH
withServicePath(String)
method, this is the default service path
used to access the endpoint.@Nonnull BrazilNotaFiscalService withServicePath(@Nonnull String servicePath)
servicePath
- Service path that will override the default.@Nonnull BR_NFAdditionalInformationFluentHelper getAllBR_NFAdditionalInformation()
BR_NFAdditionalInformation
entities.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.@Nonnull BR_NFAdditionalInformationByKeyFluentHelper getBR_NFAdditionalInformationByKey(String bR_NotaFiscal, String bR_NFInfoFieldUsage, String bR_NFAdditionalInformationID)
BR_NFAdditionalInformation
entity using key fields.bR_NotaFiscal
- Identifies a nota fiscal or any other electronic fiscal document within the SAP environment. The
system assigns a unique number to each document; this number is used internally by various programs.
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
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.@Nonnull BR_NFAdditionalInformationUpdateFluentHelper updateBR_NFAdditionalInformation(@Nonnull BR_NFAdditionalInformation bR_NFAdditionalInformation)
BR_NFAdditionalInformation
entity and save it to the S/4HANA system.bR_NFAdditionalInformation
- BR_NFAdditionalInformation
entity object that will be updated in the S/4HANA system.BR_NFAdditionalInformation
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull BR_NFAdditionImportDocFluentHelper getAllBR_NFAdditionImportDoc()
BR_NFAdditionImportDoc
entities.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.@Nonnull BR_NFAdditionImportDocByKeyFluentHelper getBR_NFAdditionImportDocByKey(String bR_NotaFiscal, String bR_NotaFiscalItem, String bR_NFImportDocument, String bR_NFAddition, String bR_NFAdditionItem)
BR_NFAdditionImportDoc
entity using key fields.bR_NFAddition
- Additional Import Number
Constraints: Not nullable, Maximum length: 3
bR_NFAdditionItem
- Addition Import Item
Constraints: Not nullable, Maximum length: 3
bR_NFImportDocument
- Import Document
Constraints: Not nullable, Maximum length: 20
bR_NotaFiscal
- Identifies a nota fiscal or any other electronic fiscal document within the SAP environment. The
system assigns a unique number to each document; this number is used internally by various programs.
Constraints: Not nullable, Maximum length: 10
bR_NotaFiscalItem
- Identifies an item of a nota fiscal within the SAP environment. The system assigns a different number
to each item of a nota fiscal; this number is used internally by various programs.
Constraints: Not nullable, Maximum length: 6
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.@Nonnull BR_NFAdditionImportDocUpdateFluentHelper updateBR_NFAdditionImportDoc(@Nonnull BR_NFAdditionImportDoc bR_NFAdditionImportDoc)
BR_NFAdditionImportDoc
entity and save it to the S/4HANA system.bR_NFAdditionImportDoc
- BR_NFAdditionImportDoc
entity object that will be updated in the S/4HANA system.BR_NFAdditionImportDoc
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull BR_NFDocumentFluentHelper getAllBR_NFDocument()
BR_NFDocument
entities.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.@Nonnull BR_NFDocumentByKeyFluentHelper getBR_NFDocumentByKey(String bR_NotaFiscal)
BR_NFDocument
entity using key fields.bR_NotaFiscal
- Document Number
Constraints: Not nullable, Maximum length: 10
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.@Nonnull BR_NFDocumentCreateFluentHelper createBR_NFDocument(@Nonnull BR_NFDocument bR_NFDocument)
BR_NFDocument
entity and save it to the S/4HANA system.bR_NFDocument
- BR_NFDocument
entity object that will be created in the S/4HANA system.BR_NFDocument
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull BR_NFDocumentUpdateFluentHelper updateBR_NFDocument(@Nonnull BR_NFDocument bR_NFDocument)
BR_NFDocument
entity and save it to the S/4HANA system.bR_NFDocument
- BR_NFDocument
entity object that will be updated in the S/4HANA system.BR_NFDocument
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull BR_NFePaymentFluentHelper getAllBR_NFePayment()
BR_NFePayment
entities.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.@Nonnull BR_NFePaymentByKeyFluentHelper getBR_NFePaymentByKey(String bR_NotaFiscal, String sequenceNumber)
BR_NFePayment
entity using key fields.sequenceNumber
- Counter
Constraints: Not nullable, Maximum length: 4
bR_NotaFiscal
- Identifies a nota fiscal or any other electronic fiscal document within the SAP environment. The
system assigns a unique number to each document; this number is used internally by various programs.
Constraints: Not nullable, Maximum length: 10
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.@Nonnull BR_NFePaymentUpdateFluentHelper updateBR_NFePayment(@Nonnull BR_NFePayment bR_NFePayment)
BR_NFePayment
entity and save it to the S/4HANA system.bR_NFePayment
- BR_NFePayment
entity object that will be updated in the S/4HANA system.BR_NFePayment
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull BR_NFePharmaceuticalFluentHelper getAllBR_NFePharmaceutical()
BR_NFePharmaceutical
entities.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.@Nonnull BR_NFePharmaceuticalByKeyFluentHelper getBR_NFePharmaceuticalByKey(String bR_NotaFiscal, String bR_NotaFiscalItem)
BR_NFePharmaceutical
entity using key fields.bR_NotaFiscal
- Identifies a nota fiscal or any other electronic fiscal document within the SAP environment. The
system assigns a unique number to each document; this number is used internally by various programs.
Constraints: Not nullable, Maximum length: 10
bR_NotaFiscalItem
- Identifies an item of a nota fiscal within the SAP environment. The system assigns a different number
to each item of a nota fiscal; this number is used internally by various programs.
Constraints: Not nullable, Maximum length: 6
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.@Nonnull BR_NFePharmaceuticalUpdateFluentHelper updateBR_NFePharmaceutical(@Nonnull BR_NFePharmaceutical bR_NFePharmaceutical)
BR_NFePharmaceutical
entity and save it to the S/4HANA system.bR_NFePharmaceutical
- BR_NFePharmaceutical
entity object that will be updated in the S/4HANA system.BR_NFePharmaceutical
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull BR_NFeProductTraceabilityFluentHelper getAllBR_NFeProductTraceability()
BR_NFeProductTraceability
entities.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.@Nonnull BR_NFeProductTraceabilityByKeyFluentHelper getBR_NFeProductTraceabilityByKey(String bR_NotaFiscal, String bR_NotaFiscalItem, String sequenceNumber)
BR_NFeProductTraceability
entity using key fields.sequenceNumber
- Counter
Constraints: Not nullable, Maximum length: 4
bR_NotaFiscal
- Identifies a nota fiscal or any other electronic fiscal document within the SAP environment. The
system assigns a unique number to each document; this number is used internally by various programs.
Constraints: Not nullable, Maximum length: 10
bR_NotaFiscalItem
- Identifies an item of a nota fiscal within the SAP environment. The system assigns a different number
to each item of a nota fiscal; this number is used internally by various programs.
Constraints: Not nullable, Maximum length: 6
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.@Nonnull BR_NFeProductTraceabilityUpdateFluentHelper updateBR_NFeProductTraceability(@Nonnull BR_NFeProductTraceability bR_NFeProductTraceability)
BR_NFeProductTraceability
entity and save it to the S/4HANA system.bR_NFeProductTraceability
- BR_NFeProductTraceability
entity object that will be updated in the S/4HANA system.BR_NFeProductTraceability
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull BR_NFExportDeclarationFluentHelper getAllBR_NFExportDeclaration()
BR_NFExportDeclaration
entities.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.@Nonnull BR_NFExportDeclarationByKeyFluentHelper getBR_NFExportDeclarationByKey(String bR_NotaFiscal)
BR_NFExportDeclaration
entity using key fields.bR_NotaFiscal
- Identifies a nota fiscal or any other electronic fiscal document within the SAP environment. The
system assigns a unique number to each document; this number is used internally by various programs.
Constraints: Not nullable, Maximum length: 10
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.@Nonnull BR_NFExportDeclarationUpdateFluentHelper updateBR_NFExportDeclaration(@Nonnull BR_NFExportDeclaration bR_NFExportDeclaration)
BR_NFExportDeclaration
entity and save it to the S/4HANA system.bR_NFExportDeclaration
- BR_NFExportDeclaration
entity object that will be updated in the S/4HANA system.BR_NFExportDeclaration
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull BR_NFExportDocumentFluentHelper getAllBR_NFExportDocument()
BR_NFExportDocument
entities.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.@Nonnull BR_NFExportDocumentByKeyFluentHelper getBR_NFExportDocumentByKey(String bR_NotaFiscal, String bR_NotaFiscalItem, String bR_NFItemExprtSqncNumber)
BR_NFExportDocument
entity using key fields.bR_NotaFiscal
- Identifies a nota fiscal or any other electronic fiscal document within the SAP environment. The
system assigns a unique number to each document; this number is used internally by various programs.
Constraints: Not nullable, Maximum length: 10
bR_NotaFiscalItem
- Identifies an item of a nota fiscal within the SAP environment. The system assigns a different number
to each item of a nota fiscal; this number is used internally by various programs.
Constraints: Not nullable, Maximum length: 6
bR_NFItemExprtSqncNumber
- Export Sequence Nmbr
Constraints: Not nullable, Maximum length: 3
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.@Nonnull BR_NFExportDocumentUpdateFluentHelper updateBR_NFExportDocument(@Nonnull BR_NFExportDocument bR_NFExportDocument)
BR_NFExportDocument
entity and save it to the S/4HANA system.bR_NFExportDocument
- BR_NFExportDocument
entity object that will be updated in the S/4HANA system.BR_NFExportDocument
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull BR_NFFuelFluentHelper getAllBR_NFFuel()
BR_NFFuel
entities.@Nonnull BR_NFFuelByKeyFluentHelper getBR_NFFuelByKey(String bR_NotaFiscal, String bR_NotaFiscalItem)
BR_NFFuel
entity using key fields.bR_NotaFiscal
- Identifies a nota fiscal or any other electronic fiscal document within the SAP environment. The
system assigns a unique number to each document; this number is used internally by various programs.
Constraints: Not nullable, Maximum length: 10
bR_NotaFiscalItem
- Identifies an item of a nota fiscal within the SAP environment. The system assigns a different number
to each item of a nota fiscal; this number is used internally by various programs.
Constraints: Not nullable, Maximum length: 6
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.@Nonnull BR_NFFuelUpdateFluentHelper updateBR_NFFuel(@Nonnull BR_NFFuel bR_NFFuel)
BR_NFFuel
entity and save it to the S/4HANA system.@Nonnull BR_NFHeaderTextFluentHelper getAllBR_NFHeaderText()
BR_NFHeaderText
entities.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.@Nonnull BR_NFHeaderTextByKeyFluentHelper getBR_NFHeaderTextByKey(String bR_NotaFiscal, String bR_NFTextType, String bR_NFTextSequenceNumber)
BR_NFHeaderText
entity using key fields.bR_NFTextType
- Indicates the different text types used in the notas fiscais.
Constraints: Not nullable, Maximum length: 1
bR_NFTextSequenceNumber
- Counter
Constraints: Not nullable, Maximum length: 4
bR_NotaFiscal
- Identifies a nota fiscal or any other electronic fiscal document within the SAP environment. The
system assigns a unique number to each document; this number is used internally by various programs.
Constraints: Not nullable, Maximum length: 10
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.@Nonnull BR_NFHeaderTextUpdateFluentHelper updateBR_NFHeaderText(@Nonnull BR_NFHeaderText bR_NFHeaderText)
BR_NFHeaderText
entity and save it to the S/4HANA system.bR_NFHeaderText
- BR_NFHeaderText
entity object that will be updated in the S/4HANA system.BR_NFHeaderText
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull BR_NFImportDocumentFluentHelper getAllBR_NFImportDocument()
BR_NFImportDocument
entities.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.@Nonnull BR_NFImportDocumentByKeyFluentHelper getBR_NFImportDocumentByKey(String bR_NotaFiscal, String bR_NFImportDocument)
BR_NFImportDocument
entity using key fields.bR_NFImportDocument
- Import Document
Constraints: Not nullable, Maximum length: 20
bR_NotaFiscal
- Identifies a nota fiscal or any other electronic fiscal document within the SAP environment. The
system assigns a unique number to each document; this number is used internally by various programs.
Constraints: Not nullable, Maximum length: 10
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.@Nonnull BR_NFImportDocumentUpdateFluentHelper updateBR_NFImportDocument(@Nonnull BR_NFImportDocument bR_NFImportDocument)
BR_NFImportDocument
entity and save it to the S/4HANA system.bR_NFImportDocument
- BR_NFImportDocument
entity object that will be updated in the S/4HANA system.BR_NFImportDocument
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull BR_NFItemFluentHelper getAllBR_NFItem()
BR_NFItem
entities.@Nonnull BR_NFItemByKeyFluentHelper getBR_NFItemByKey(String bR_NotaFiscal, String bR_NotaFiscalItem)
BR_NFItem
entity using key fields.bR_NotaFiscal
- Identifies a nota fiscal or any other electronic fiscal document within the SAP environment. The
system assigns a unique number to each document; this number is used internally by various programs.
Constraints: Not nullable, Maximum length: 10
bR_NotaFiscalItem
- Identifies an item of a nota fiscal within the SAP environment. The system assigns a different number
to each item of a nota fiscal; this number is used internally by various programs.
Constraints: Not nullable, Maximum length: 6
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.@Nonnull BR_NFItemUpdateFluentHelper updateBR_NFItem(@Nonnull BR_NFItem bR_NFItem)
BR_NFItem
entity and save it to the S/4HANA system.@Nonnull BR_NFItemNVEFluentHelper getAllBR_NFItemNVE()
BR_NFItemNVE
entities.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.@Nonnull BR_NFItemNVEByKeyFluentHelper getBR_NFItemNVEByKey(String bR_NotaFiscal, String bR_NotaFiscalItem, String bR_NVECode)
BR_NFItemNVE
entity using key fields.bR_NVECode
- NF-e NVE Code
Constraints: Not nullable, Maximum length: 6
bR_NotaFiscal
- Identifies a nota fiscal or any other electronic fiscal document within the SAP environment. The
system assigns a unique number to each document; this number is used internally by various programs.
Constraints: Not nullable, Maximum length: 10
bR_NotaFiscalItem
- Identifies an item of a nota fiscal within the SAP environment. The system assigns a different number
to each item of a nota fiscal; this number is used internally by various programs.
Constraints: Not nullable, Maximum length: 6
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.@Nonnull BR_NFItemNVEUpdateFluentHelper updateBR_NFItemNVE(@Nonnull BR_NFItemNVE bR_NFItemNVE)
BR_NFItemNVE
entity and save it to the S/4HANA system.bR_NFItemNVE
- BR_NFItemNVE
entity object that will be updated in the S/4HANA system.BR_NFItemNVE
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull BR_NFItemTextFluentHelper getAllBR_NFItemText()
BR_NFItemText
entities.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.@Nonnull BR_NFItemTextByKeyFluentHelper getBR_NFItemTextByKey(String bR_NotaFiscal, String bR_NotaFiscalItem, String bR_NFTextType, String bR_NFTextSequenceNumber)
BR_NFItemText
entity using key fields.bR_NFTextType
- Indicates the different text types used in the notas fiscais.
Constraints: Not nullable, Maximum length: 1
bR_NFTextSequenceNumber
- Counter
Constraints: Not nullable, Maximum length: 4
bR_NotaFiscal
- Identifies a nota fiscal or any other electronic fiscal document within the SAP environment. The
system assigns a unique number to each document; this number is used internally by various programs.
Constraints: Not nullable, Maximum length: 10
bR_NotaFiscalItem
- Identifies an item of a nota fiscal within the SAP environment. The system assigns a different number
to each item of a nota fiscal; this number is used internally by various programs.
Constraints: Not nullable, Maximum length: 6
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.@Nonnull BR_NFItemTextUpdateFluentHelper updateBR_NFItemText(@Nonnull BR_NFItemText bR_NFItemText)
BR_NFItemText
entity and save it to the S/4HANA system.bR_NFItemText
- BR_NFItemText
entity object that will be updated in the S/4HANA system.BR_NFItemText
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull BR_NFPartnerFluentHelper getAllBR_NFPartner()
BR_NFPartner
entities.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.@Nonnull BR_NFPartnerByKeyFluentHelper getBR_NFPartnerByKey(String bR_NotaFiscal, String bR_NFPartnerFunction)
BR_NFPartner
entity using key fields.bR_NotaFiscal
- Identifies a nota fiscal or any other electronic fiscal document within the SAP environment. The
system assigns a unique number to each document; this number is used internally by various programs.
Constraints: Not nullable, Maximum length: 10
bR_NFPartnerFunction
- Partner Function
Constraints: Not nullable, Maximum length: 2
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.@Nonnull BR_NFPartnerUpdateFluentHelper updateBR_NFPartner(@Nonnull BR_NFPartner bR_NFPartner)
BR_NFPartner
entity and save it to the S/4HANA system.bR_NFPartner
- BR_NFPartner
entity object that will be updated in the S/4HANA system.BR_NFPartner
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull BR_NFReferencedProcessFluentHelper getAllBR_NFReferencedProcess()
BR_NFReferencedProcess
entities.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.@Nonnull BR_NFReferencedProcessByKeyFluentHelper getBR_NFReferencedProcessByKey(String bR_NotaFiscal, String bR_NFReferencedProcessSqncNmbr)
BR_NFReferencedProcess
entity using key fields.bR_NFReferencedProcessSqncNmbr
- Counter
Constraints: Not nullable, Maximum length: 4
bR_NotaFiscal
- Identifies a nota fiscal or any other electronic fiscal document within the SAP environment. The
system assigns a unique number to each document; this number is used internally by various programs.
Constraints: Not nullable, Maximum length: 10
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.@Nonnull BR_NFReferencedProcessUpdateFluentHelper updateBR_NFReferencedProcess(@Nonnull BR_NFReferencedProcess bR_NFReferencedProcess)
BR_NFReferencedProcess
entity and save it to the S/4HANA system.bR_NFReferencedProcess
- BR_NFReferencedProcess
entity object that will be updated in the S/4HANA system.BR_NFReferencedProcess
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull BR_NFSugarCaneDeductibleFluentHelper getAllBR_NFSugarCaneDeductible()
BR_NFSugarCaneDeductible
entities.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.@Nonnull BR_NFSugarCaneDeductibleByKeyFluentHelper getBR_NFSugarCaneDeductibleByKey(String bR_NotaFiscal, String sugarcaneDcblSqncNmbr)
BR_NFSugarCaneDeductible
entity using key fields.bR_NotaFiscal
- Identifies a nota fiscal or any other electronic fiscal document within the SAP environment. The
system assigns a unique number to each document; this number is used internally by various programs.
Constraints: Not nullable, Maximum length: 10
sugarcaneDcblSqncNmbr
- Counter
Constraints: Not nullable, Maximum length: 4
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.@Nonnull BR_NFSugarCaneDeductibleUpdateFluentHelper updateBR_NFSugarCaneDeductible(@Nonnull BR_NFSugarCaneDeductible bR_NFSugarCaneDeductible)
BR_NFSugarCaneDeductible
entity and save it to the S/4HANA system.bR_NFSugarCaneDeductible
- BR_NFSugarCaneDeductible
entity object that will be updated in the S/4HANA system.BR_NFSugarCaneDeductible
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull BR_NFSugarCaneSupplyFluentHelper getAllBR_NFSugarCaneSupply()
BR_NFSugarCaneSupply
entities.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.@Nonnull BR_NFSugarCaneSupplyByKeyFluentHelper getBR_NFSugarCaneSupplyByKey(String bR_NotaFiscal, String sugarcaneDayOfCurrentMnth)
BR_NFSugarCaneSupply
entity using key fields.bR_NotaFiscal
- Identifies a nota fiscal or any other electronic fiscal document within the SAP environment. The
system assigns a unique number to each document; this number is used internally by various programs.
Constraints: Not nullable, Maximum length: 10
sugarcaneDayOfCurrentMnth
- Day of Current Month
Constraints: Not nullable, Maximum length: 2
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.@Nonnull BR_NFSugarCaneSupplyUpdateFluentHelper updateBR_NFSugarCaneSupply(@Nonnull BR_NFSugarCaneSupply bR_NFSugarCaneSupply)
BR_NFSugarCaneSupply
entity and save it to the S/4HANA system.bR_NFSugarCaneSupply
- BR_NFSugarCaneSupply
entity object that will be updated in the S/4HANA system.BR_NFSugarCaneSupply
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull BR_NFTAXFluentHelper getAllBR_NFTAX()
BR_NFTAX
entities.@Nonnull BR_NFTAXByKeyFluentHelper getBR_NFTAXByKey(String bR_NotaFiscal, String bR_NotaFiscalItem, String bR_TaxType)
BR_NFTAX
entity using key fields.bR_NotaFiscal
- Identifies a nota fiscal or any other electronic fiscal document within the SAP environment. The
system assigns a unique number to each document; this number is used internally by various programs.
Constraints: Not nullable, Maximum length: 10
bR_NotaFiscalItem
- Identifies an item of a nota fiscal within the SAP environment. The system assigns a different number
to each item of a nota fiscal; this number is used internally by various programs.
Constraints: Not nullable, Maximum length: 6
bR_TaxType
- Classifies different Brazilian tax groups, in order to differentiate between taxes due in various
business cases.
Constraints: Not nullable, Maximum length: 4
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.@Nonnull BR_NFTAXUpdateFluentHelper updateBR_NFTAX(@Nonnull BR_NFTAX bR_NFTAX)
BR_NFTAX
entity and save it to the S/4HANA system.@Nonnull BR_NFTradeNoteFluentHelper getAllBR_NFTradeNote()
BR_NFTradeNote
entities.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.@Nonnull BR_NFTradeNoteByKeyFluentHelper getBR_NFTradeNoteByKey(String bR_NotaFiscal, String bR_NFTradeNoteSequenceNumber)
BR_NFTradeNote
entity using key fields.bR_NotaFiscal
- Identifies a nota fiscal or any other electronic fiscal document within the SAP environment. The
system assigns a unique number to each document; this number is used internally by various programs.
Constraints: Not nullable, Maximum length: 10
bR_NFTradeNoteSequenceNumber
- Counter
Constraints: Not nullable, Maximum length: 4
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.@Nonnull BR_NFTradeNoteUpdateFluentHelper updateBR_NFTradeNote(@Nonnull BR_NFTradeNote bR_NFTradeNote)
BR_NFTradeNote
entity and save it to the S/4HANA system.bR_NFTradeNote
- BR_NFTradeNote
entity object that will be updated in the S/4HANA system.BR_NFTradeNote
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull BR_NFTrailerFluentHelper getAllBR_NFTrailer()
BR_NFTrailer
entities.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.@Nonnull BR_NFTrailerByKeyFluentHelper getBR_NFTrailerByKey(String bR_NotaFiscal, String trailerID)
BR_NFTrailer
entity using key fields.bR_NotaFiscal
- Identifies a nota fiscal or any other electronic fiscal document within the SAP environment. The
system assigns a unique number to each document; this number is used internally by various programs.
Constraints: Not nullable, Maximum length: 10
trailerID
- Counter
Constraints: Not nullable, Maximum length: 4
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.@Nonnull BR_NFTrailerUpdateFluentHelper updateBR_NFTrailer(@Nonnull BR_NFTrailer bR_NFTrailer)
BR_NFTrailer
entity and save it to the S/4HANA system.bR_NFTrailer
- BR_NFTrailer
entity object that will be updated in the S/4HANA system.BR_NFTrailer
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull BR_NFTransportedVolumeFluentHelper getAllBR_NFTransportedVolume()
BR_NFTransportedVolume
entities.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.@Nonnull BR_NFTransportedVolumeByKeyFluentHelper getBR_NFTransportedVolumeByKey(String bR_NotaFiscal, String bR_NFTransptVolumesSequence)
BR_NFTransportedVolume
entity using key fields.bR_NotaFiscal
- Identifies a nota fiscal or any other electronic fiscal document within the SAP environment. The
system assigns a unique number to each document; this number is used internally by various programs.
Constraints: Not nullable, Maximum length: 10
bR_NFTransptVolumesSequence
- Counter
Constraints: Not nullable, Maximum length: 4
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.@Nonnull BR_NFTransportedVolumeUpdateFluentHelper updateBR_NFTransportedVolume(@Nonnull BR_NFTransportedVolume bR_NFTransportedVolume)
BR_NFTransportedVolume
entity and save it to the S/4HANA system.bR_NFTransportedVolume
- BR_NFTransportedVolume
entity object that will be updated in the S/4HANA system.BR_NFTransportedVolume
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull BR_NFVehicleFluentHelper getAllBR_NFVehicle()
BR_NFVehicle
entities.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.@Nonnull BR_NFVehicleByKeyFluentHelper getBR_NFVehicleByKey(String bR_NotaFiscal, String bR_NotaFiscalItem)
BR_NFVehicle
entity using key fields.bR_NotaFiscal
- Identifies a nota fiscal or any other electronic fiscal document within the SAP environment. The
system assigns a unique number to each document; this number is used internally by various programs.
Constraints: Not nullable, Maximum length: 10
bR_NotaFiscalItem
- Identifies an item of a nota fiscal within the SAP environment. The system assigns a different number
to each item of a nota fiscal; this number is used internally by various programs.
Constraints: Not nullable, Maximum length: 6
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.@Nonnull BR_NFVehicleUpdateFluentHelper updateBR_NFVehicle(@Nonnull BR_NFVehicle bR_NFVehicle)
BR_NFVehicle
entity and save it to the S/4HANA system.bR_NFVehicle
- BR_NFVehicle
entity object that will be updated in the S/4HANA system.BR_NFVehicle
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull BR_OneTimePartnerFluentHelper getAllBR_OneTimePartner()
BR_OneTimePartner
entities.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.@Nonnull BR_OneTimePartnerByKeyFluentHelper getBR_OneTimePartnerByKey(String bR_NotaFiscal, String bR_PartnerFunction)
BR_OneTimePartner
entity using key fields.bR_NotaFiscal
- Identifies a nota fiscal or any other electronic fiscal document within the SAP environment. The
system assigns a unique number to each document; this number is used internally by various programs.
Constraints: Not nullable, Maximum length: 10
bR_PartnerFunction
- The abbreviated form of the name that identifies the partner function for one Nota Fiscal.
Constraints: Not nullable, Maximum length: 2
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.@Nonnull BR_OneTimePartnerUpdateFluentHelper updateBR_OneTimePartner(@Nonnull BR_OneTimePartner bR_OneTimePartner)
BR_OneTimePartner
entity and save it to the S/4HANA system.bR_OneTimePartner
- BR_OneTimePartner
entity object that will be updated in the S/4HANA system.BR_OneTimePartner
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull BR_TechnicalResponsibleFluentHelper getAllBR_TechnicalResponsible()
BR_TechnicalResponsible
entities.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.@Nonnull BR_TechnicalResponsibleByKeyFluentHelper getBR_TechnicalResponsibleByKey(String bR_NotaFiscal)
BR_TechnicalResponsible
entity using key fields.bR_NotaFiscal
- Identifies a nota fiscal or any other electronic fiscal document within the SAP environment. The
system assigns a unique number to each document; this number is used internally by various programs.
Constraints: Not nullable, Maximum length: 10
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.@Nonnull BR_TechnicalResponsibleUpdateFluentHelper updateBR_TechnicalResponsible(@Nonnull BR_TechnicalResponsible bR_TechnicalResponsible)
BR_TechnicalResponsible
entity and save it to the S/4HANA system.bR_TechnicalResponsible
- BR_TechnicalResponsible
entity object that will be updated in the S/4HANA system.BR_TechnicalResponsible
entity. To perform execution, call the
execute
method on the fluent helper object.Copyright © 2021 SAP SE. All rights reserved.