public interface MasterDataForGroupReportingService extends BatchService<MasterDataForGroupReportingServiceBatch>
This synchronous inbound service exposes SAP S/4HANA Finance for group reporting master data. This service includes master data for standard consolidation characteristics and master data for additional characteristics selected in the configuration of SAP S/4HANA Finance for group reporting. The master data, the attributes, and, if applicable, the hierarchy, are exposed for each characteristic.
Reference: SAP API Business Hub
OData Service: | API_GRMASTERDATA_SRV |
API Version: | 1 |
Communication Scenario: | Finance - Cloud Consolidation Data Collection Integration (SAP_COM_0241), Finance - Cloud Consolidation Master Data for Group Reporting Integration (SAP_COM_0336) |
Scope Items: | Integration to SAP Group Reporting Data Collection (287), Group Reporting - External System Integration (2U6) |
Authentication Methods: | Basic, x509, OAuth2 |
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 MasterDataForGroupReportingService withServicePath(@Nonnull String servicePath)
servicePath
- Service path that will override the default.@Nonnull ConsolidationAllMasterDataFluentHelper getAllConsolidationAllMasterData()
ConsolidationAllMasterData
entities.ConsolidationAllMasterData
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 ConsolidationAllMasterDataByKeyFluentHelper getConsolidationAllMasterDataByKey(String additionalCharcFieldName)
ConsolidationAllMasterData
entity using key fields.additionalCharcFieldName
- Characteristic Name
Constraints: Not nullable, Maximum length: 30
ConsolidationAllMasterData
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 ConsolidationAllMDAttribTextFluentHelper getAllConsolidationAllMDAttribText()
ConsolidationAllMDAttribText
entities.ConsolidationAllMDAttribText
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 ConsolidationAllMDAttribTextByKeyFluentHelper getConsolidationAllMDAttribTextByKey(String consolidationAttributeName, String consolidationMDCharcName, String language)
ConsolidationAllMDAttribText
entity using key fields.consolidationAttributeName
- Characteristic Attribute
Constraints: Not nullable, Maximum length: 36
consolidationMDCharcName
- Characteristic Name
Constraints: Not nullable, Maximum length: 30
language
- The language key contains the abbreviation for the language in which a text is stored. It controls the
language in which texts are output on the printer or on the screen.
Constraints: Not nullable, Maximum length: 2
ConsolidationAllMDAttribText
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 ConsolidationAllMDAttributeFluentHelper getAllConsolidationAllMDAttribute()
ConsolidationAllMDAttribute
entities.ConsolidationAllMDAttribute
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 ConsolidationAllMDAttributeByKeyFluentHelper getConsolidationAllMDAttributeByKey(String consolidationAttributeName, String consolidationMDCharcName)
ConsolidationAllMDAttribute
entity using key fields.consolidationAttributeName
- Characteristic Attribute
Constraints: Not nullable, Maximum length: 36
consolidationMDCharcName
- Characteristic Name
Constraints: Not nullable, Maximum length: 30
ConsolidationAllMDAttribute
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 ConsolidationAllMDTextFluentHelper getAllConsolidationAllMDText()
ConsolidationAllMDText
entities.ConsolidationAllMDText
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 ConsolidationAllMDTextByKeyFluentHelper getConsolidationAllMDTextByKey(String additionalCharcFieldName, String language)
ConsolidationAllMDText
entity using key fields.additionalCharcFieldName
- Characteristic Name
Constraints: Not nullable, Maximum length: 30
language
- The language key contains the abbreviation for the language in which a text is stored. It controls the
language in which texts are output on the printer or on the screen.
Constraints: Not nullable, Maximum length: 2
ConsolidationAllMDText
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 BaseUnitFluentHelper getAllBaseUnit()
BaseUnit
entities.@Nonnull BaseUnitByKeyFluentHelper getBaseUnitByKey(String unitOfMeasure)
BaseUnit
entity using key fields.unitOfMeasure
- Internal, language-independent, measurement unit format.
Constraints: Not nullable, Maximum length: 3
BaseUnit
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 BaseUnitTextFluentHelper getAllBaseUnitText()
BaseUnitText
entities.BaseUnitText
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 BaseUnitTextByKeyFluentHelper getBaseUnitTextByKey(String language, String unitOfMeasure)
BaseUnitText
entity using key fields.unitOfMeasure
- Internal, language-independent, measurement unit format.
Constraints: Not nullable, Maximum length: 3
language
- The language key indicates
Constraints: Not nullable, Maximum length: 2
BaseUnitText
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 BillingDocumentTypeFluentHelper getAllBillingDocumentType()
BillingDocumentType
entities.BillingDocumentType
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 BillingDocumentTypeByKeyFluentHelper getBillingDocumentTypeByKey(String billingDocumentType)
BillingDocumentType
entity using key fields.billingDocumentType
- Classifies types of billing document that require different processing by the system.
Constraints: Not nullable, Maximum length: 4
BillingDocumentType
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 BillingDocumentTypeTextFluentHelper getAllBillingDocumentTypeText()
BillingDocumentTypeText
entities.BillingDocumentTypeText
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 BillingDocumentTypeTextByKeyFluentHelper getBillingDocumentTypeTextByKey(String language, String billingDocumentType)
BillingDocumentTypeText
entity using key fields.billingDocumentType
- Classifies types of billing document that require different processing by the system.
Constraints: Not nullable, Maximum length: 4
language
- The language key indicates
Constraints: Not nullable, Maximum length: 2
BillingDocumentTypeText
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 BillToPartyFluentHelper getAllBillToParty()
BillToParty
entities.BillToParty
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 BillToPartyByKeyFluentHelper getBillToPartyByKey(String customer)
BillToParty
entity using key fields.customer
- Gives an alphanumeric key, which clearly identifies the customer or vendor in the SAP system.
Constraints: Not nullable, Maximum length: 10
BillToParty
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 BillToPartyTextFluentHelper getAllBillToPartyText()
BillToPartyText
entities.BillToPartyText
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 BillToPartyTextByKeyFluentHelper getBillToPartyTextByKey(String language, String customer)
BillToPartyText
entity using key fields.language
- customer
- Gives an alphanumeric key, which clearly identifies the customer or vendor in the SAP system.
Constraints: Not nullable, Maximum length: 10
BillToPartyText
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 BusinessAreaFluentHelper getAllBusinessArea()
BusinessArea
entities.BusinessArea
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 BusinessAreaByKeyFluentHelper getBusinessAreaByKey(String businessArea)
BusinessArea
entity using key fields.businessArea
- Key that uniquely identifies a business area.
Constraints: Not nullable, Maximum length: 4
BusinessArea
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 BusinessAreaHierFluentHelper getAllBusinessAreaHier()
BusinessAreaHier
entities.BusinessAreaHier
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 BusinessAreaHierByKeyFluentHelper getBusinessAreaHierByKey(String additionalMasterDataHierarchy, String hierarchyNode, LocalDateTime validityEndDate)
BusinessAreaHier
entity using key fields.validityEndDate
- Validity End Date
Constraints: Not nullable, Precision: 0
additionalMasterDataHierarchy
- Consolidation Hierarchy ID
Constraints: Not nullable, Maximum length: 40
hierarchyNode
- Hierarchy node
Constraints: Not nullable, Maximum length: 40
BusinessAreaHier
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 BusinessAreaHierTextFluentHelper getAllBusinessAreaHierText()
BusinessAreaHierText
entities.BusinessAreaHierText
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 BusinessAreaHierTextByKeyFluentHelper getBusinessAreaHierTextByKey(String additionalMasterDataHierarchy, String hierarchyNode, LocalDateTime validityEndDate, String language)
BusinessAreaHierText
entity using key fields.language
- The language key indicates
Constraints: Not nullable, Maximum length: 2
validityEndDate
- Date indicating up to when an entry is valid.
Constraints: Not nullable, Precision: 0
additionalMasterDataHierarchy
- Consolidation Hierarchy ID
Constraints: Not nullable, Maximum length: 40
hierarchyNode
- Hierarchy node
Constraints: Not nullable, Maximum length: 40
BusinessAreaHierText
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 BusinessAreaTextFluentHelper getAllBusinessAreaText()
BusinessAreaText
entities.BusinessAreaText
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 BusinessAreaTextByKeyFluentHelper getBusinessAreaTextByKey(String language, String businessArea)
BusinessAreaText
entity using key fields.businessArea
- Key that uniquely identifies a business area.
Constraints: Not nullable, Maximum length: 4
language
- The language key indicates
Constraints: Not nullable, Maximum length: 2
BusinessAreaText
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 ConsolidationChartOfAccountsFluentHelper getAllConsolidationChartOfAccounts()
ConsolidationChartOfAccounts
entities.ConsolidationChartOfAccounts
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 ConsolidationChartOfAccountsByKeyFluentHelper getConsolidationChartOfAccountsByKey(String consolidationChartOfAccounts)
ConsolidationChartOfAccounts
entity using key fields.consolidationChartOfAccounts
- Enter a Consolidation Chart of Accounts
Constraints: Not nullable, Maximum length: 2
ConsolidationChartOfAccounts
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 ConsolidationChtAcctsTextFluentHelper getAllConsolidationChtAcctsText()
ConsolidationChtAcctsText
entities.ConsolidationChtAcctsText
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 ConsolidationChtAcctsTextByKeyFluentHelper getConsolidationChtAcctsTextByKey(String consolidationChartOfAccounts, String language)
ConsolidationChtAcctsText
entity using key fields.language
- The language key indicates
Constraints: Not nullable, Maximum length: 2
consolidationChartOfAccounts
- Enter a Consolidation Chart of Accounts
Constraints: Not nullable, Maximum length: 2
ConsolidationChtAcctsText
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 ControllingAreaFluentHelper getAllControllingArea()
ControllingArea
entities.ControllingArea
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 ControllingAreaByKeyFluentHelper getControllingAreaByKey(String controllingArea)
ControllingArea
entity using key fields.controllingArea
- Controlling Area
Constraints: Not nullable, Maximum length: 4
ControllingArea
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 ControllingAreaTextFluentHelper getAllControllingAreaText()
ControllingAreaText
entities.ControllingAreaText
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 ControllingAreaTextByKeyFluentHelper getControllingAreaTextByKey(String language, String controllingArea)
ControllingAreaText
entity using key fields.language
- controllingArea
- Controlling Area
Constraints: Not nullable, Maximum length: 4
ControllingAreaText
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 CostCenterFluentHelper getAllCostCenter()
CostCenter
entities.CostCenter
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 CostCenterByKeyFluentHelper getCostCenterByKey(String costCenter, String controllingArea)
CostCenter
entity using key fields.costCenter
- A key that uniquely identifies a cost center.
Constraints: Not nullable, Maximum length: 10
controllingArea
- Uniquely identifies a controlling area.
Constraints: Not nullable, Maximum length: 4
CostCenter
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 CostCenterHierFluentHelper getAllCostCenterHier()
CostCenterHier
entities.CostCenterHier
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 CostCenterHierByKeyFluentHelper getCostCenterHierByKey(String controllingArea, String additionalMasterDataHierarchy, String hierarchyNode, LocalDateTime validityEndDate)
CostCenterHier
entity using key fields.controllingArea
- Controlling Area
Constraints: Not nullable, Maximum length: 4
validityEndDate
- Validity End Date
Constraints: Not nullable, Precision: 0
additionalMasterDataHierarchy
- Consolidation Hierarchy ID
Constraints: Not nullable, Maximum length: 40
hierarchyNode
- Hierarchy node
Constraints: Not nullable, Maximum length: 40
CostCenterHier
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 CostCenterHierTextFluentHelper getAllCostCenterHierText()
CostCenterHierText
entities.CostCenterHierText
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 CostCenterHierTextByKeyFluentHelper getCostCenterHierTextByKey(String controllingArea, String additionalMasterDataHierarchy, String hierarchyNode, LocalDateTime validityEndDate, String language)
CostCenterHierText
entity using key fields.language
- The language key indicates
Constraints: Not nullable, Maximum length: 2
controllingArea
- Controlling Area
Constraints: Not nullable, Maximum length: 4
validityEndDate
- Date indicating up to when an entry is valid.
Constraints: Not nullable, Precision: 0
additionalMasterDataHierarchy
- Consolidation Hierarchy ID
Constraints: Not nullable, Maximum length: 40
hierarchyNode
- Hierarchy node
Constraints: Not nullable, Maximum length: 40
CostCenterHierText
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 CostCenterTextFluentHelper getAllCostCenterText()
CostCenterText
entities.CostCenterText
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 CostCenterTextByKeyFluentHelper getCostCenterTextByKey(String language, String costCenter, String controllingArea)
CostCenterText
entity using key fields.costCenter
- A key that uniquely identifies a cost center.
Constraints: Not nullable, Maximum length: 10
language
- The language key indicates
Constraints: Not nullable, Maximum length: 2
controllingArea
- Uniquely identifies a controlling area.
Constraints: Not nullable, Maximum length: 4
CostCenterText
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 CustomerSupplierCountryFluentHelper getAllCustomerSupplierCountry()
CustomerSupplierCountry
entities.CustomerSupplierCountry
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 CustomerSupplierCountryByKeyFluentHelper getCustomerSupplierCountryByKey(String country)
CustomerSupplierCountry
entity using key fields.country
- The country key contains information which the system uses to check entries such as the length of the
postal code or bank account number.
Constraints: Not nullable, Maximum length: 3
CustomerSupplierCountry
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 CustomerSupplierCountryHierFluentHelper getAllCustomerSupplierCountryHier()
CustomerSupplierCountryHier
entities.CustomerSupplierCountryHier
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 CustomerSupplierCountryHierByKeyFluentHelper getCustomerSupplierCountryHierByKey(String additionalMasterDataHierarchy, String hierarchyNode, LocalDateTime validityEndDate)
CustomerSupplierCountryHier
entity using key fields.validityEndDate
- Validity End Date
Constraints: Not nullable, Precision: 0
additionalMasterDataHierarchy
- Consolidation Hierarchy ID
Constraints: Not nullable, Maximum length: 40
hierarchyNode
- Hierarchy node
Constraints: Not nullable, Maximum length: 40
CustomerSupplierCountryHier
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 CustomerSuplrCntryHierTextFluentHelper getAllCustomerSuplrCntryHierText()
CustomerSuplrCntryHierText
entities.CustomerSuplrCntryHierText
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 CustomerSuplrCntryHierTextByKeyFluentHelper getCustomerSuplrCntryHierTextByKey(String additionalMasterDataHierarchy, String hierarchyNode, LocalDateTime validityEndDate, String language)
CustomerSuplrCntryHierText
entity using key fields.language
- The language key indicates
Constraints: Not nullable, Maximum length: 2
validityEndDate
- Date indicating up to when an entry is valid.
Constraints: Not nullable, Precision: 0
additionalMasterDataHierarchy
- Consolidation Hierarchy ID
Constraints: Not nullable, Maximum length: 40
hierarchyNode
- Hierarchy node
Constraints: Not nullable, Maximum length: 40
CustomerSuplrCntryHierText
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 CustomerSupplierCountryTextFluentHelper getAllCustomerSupplierCountryText()
CustomerSupplierCountryText
entities.CustomerSupplierCountryText
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 CustomerSupplierCountryTextByKeyFluentHelper getCustomerSupplierCountryTextByKey(String language, String country)
CustomerSupplierCountryText
entity using key fields.country
- The country key contains information which the system uses to check entries such as the length of the
postal code or bank account number.
Constraints: Not nullable, Maximum length: 3
language
- The language key indicates
Constraints: Not nullable, Maximum length: 2
CustomerSupplierCountryText
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 CustomerFluentHelper getAllCustomer()
Customer
entities.@Nonnull CustomerByKeyFluentHelper getCustomerByKey(String customer)
Customer
entity using key fields.customer
- Gives an alphanumeric key, which clearly identifies the customer or vendor in the SAP system.
Constraints: Not nullable, Maximum length: 10
Customer
entity using key fields. This fluent helper allows methods which modify the underlying query to be called
before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull CustomerGroupFluentHelper getAllCustomerGroup()
CustomerGroup
entities.CustomerGroup
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 CustomerGroupByKeyFluentHelper getCustomerGroupByKey(String customerGroup)
CustomerGroup
entity using key fields.customerGroup
- Identifies a particular group of customers (for example, wholesale or retail) for the purpose of
pricing or generating statistics.
Constraints: Not nullable, Maximum length: 2
CustomerGroup
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 CustomerGroupHierFluentHelper getAllCustomerGroupHier()
CustomerGroupHier
entities.CustomerGroupHier
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 CustomerGroupHierByKeyFluentHelper getCustomerGroupHierByKey(String additionalMasterDataHierarchy, String hierarchyNode, LocalDateTime validityEndDate)
CustomerGroupHier
entity using key fields.validityEndDate
- Validity End Date
Constraints: Not nullable, Precision: 0
additionalMasterDataHierarchy
- Consolidation Hierarchy ID
Constraints: Not nullable, Maximum length: 40
hierarchyNode
- Hierarchy node
Constraints: Not nullable, Maximum length: 40
CustomerGroupHier
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 CustomerGroupHierTextFluentHelper getAllCustomerGroupHierText()
CustomerGroupHierText
entities.CustomerGroupHierText
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 CustomerGroupHierTextByKeyFluentHelper getCustomerGroupHierTextByKey(String additionalMasterDataHierarchy, String hierarchyNode, LocalDateTime validityEndDate, String language)
CustomerGroupHierText
entity using key fields.language
- The language key indicates
Constraints: Not nullable, Maximum length: 2
validityEndDate
- Date indicating up to when an entry is valid.
Constraints: Not nullable, Precision: 0
additionalMasterDataHierarchy
- Consolidation Hierarchy ID
Constraints: Not nullable, Maximum length: 40
hierarchyNode
- Hierarchy node
Constraints: Not nullable, Maximum length: 40
CustomerGroupHierText
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 CustomerGroupTextFluentHelper getAllCustomerGroupText()
CustomerGroupText
entities.CustomerGroupText
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 CustomerGroupTextByKeyFluentHelper getCustomerGroupTextByKey(String language, String customerGroup)
CustomerGroupText
entity using key fields.customerGroup
- Identifies a particular group of customers (for example, wholesale or retail) for the purpose of
pricing or generating statistics.
Constraints: Not nullable, Maximum length: 2
language
- The language key indicates
Constraints: Not nullable, Maximum length: 2
CustomerGroupText
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 CustomerHierFluentHelper getAllCustomerHier()
CustomerHier
entities.CustomerHier
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 CustomerHierByKeyFluentHelper getCustomerHierByKey(String additionalMasterDataHierarchy, String hierarchyNode, LocalDateTime validityEndDate)
CustomerHier
entity using key fields.validityEndDate
- Validity End Date
Constraints: Not nullable, Precision: 0
additionalMasterDataHierarchy
- Consolidation Hierarchy ID
Constraints: Not nullable, Maximum length: 40
hierarchyNode
- Hierarchy node
Constraints: Not nullable, Maximum length: 40
CustomerHier
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 CustomerHierTextFluentHelper getAllCustomerHierText()
CustomerHierText
entities.CustomerHierText
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 CustomerHierTextByKeyFluentHelper getCustomerHierTextByKey(String additionalMasterDataHierarchy, String hierarchyNode, LocalDateTime validityEndDate, String language)
CustomerHierText
entity using key fields.language
- The language key indicates
Constraints: Not nullable, Maximum length: 2
validityEndDate
- Date indicating up to when an entry is valid.
Constraints: Not nullable, Precision: 0
additionalMasterDataHierarchy
- Consolidation Hierarchy ID
Constraints: Not nullable, Maximum length: 40
hierarchyNode
- Hierarchy node
Constraints: Not nullable, Maximum length: 40
CustomerHierText
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 CustomerTextFluentHelper getAllCustomerText()
CustomerText
entities.CustomerText
entities. This fluent helper allows methods which modify the underlying query to be called
before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull CustomerTextByKeyFluentHelper getCustomerTextByKey(String language, String customer)
CustomerText
entity using key fields.language
- customer
- Gives an alphanumeric key, which clearly identifies the customer or vendor in the SAP system.
Constraints: Not nullable, Maximum length: 10
CustomerText
entity using key fields. This fluent helper allows methods which modify the underlying
query to be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull DistributionChannelFluentHelper getAllDistributionChannel()
DistributionChannel
entities.DistributionChannel
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 DistributionChannelByKeyFluentHelper getDistributionChannelByKey(String distributionChannel)
DistributionChannel
entity using key fields.distributionChannel
- The way in which products or services reach the customer. Typical examples of distribution channels
are wholesale, retail, or direct sales.
Constraints: Not nullable, Maximum length: 2
DistributionChannel
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 DistributionChannelTextFluentHelper getAllDistributionChannelText()
DistributionChannelText
entities.DistributionChannelText
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 DistributionChannelTextByKeyFluentHelper getDistributionChannelTextByKey(String language, String distributionChannel)
DistributionChannelText
entity using key fields.language
- The language key indicates
Constraints: Not nullable, Maximum length: 2
distributionChannel
- The way in which products or services reach the customer. Typical examples of distribution channels
are wholesale, retail, or direct sales.
Constraints: Not nullable, Maximum length: 2
DistributionChannelText
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 OrganizationDivisionFluentHelper getAllOrganizationDivision()
OrganizationDivision
entities.OrganizationDivision
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 OrganizationDivisionByKeyFluentHelper getOrganizationDivisionByKey(String division)
OrganizationDivision
entity using key fields.division
- A way of grouping materials, products, or services. The system uses divisions to determine the sales
areas and the business areas for a material, product, or service.
Constraints: Not nullable, Maximum length: 2
OrganizationDivision
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 OrganizationDivisionTextFluentHelper getAllOrganizationDivisionText()
OrganizationDivisionText
entities.OrganizationDivisionText
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 OrganizationDivisionTextByKeyFluentHelper getOrganizationDivisionTextByKey(String language, String division)
OrganizationDivisionText
entity using key fields.division
- A way of grouping materials, products, or services. The system uses divisions to determine the sales
areas and the business areas for a material, product, or service.
Constraints: Not nullable, Maximum length: 2
language
- The language key indicates
Constraints: Not nullable, Maximum length: 2
OrganizationDivisionText
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 ConsolidationDocumentTypeFluentHelper getAllConsolidationDocumentType()
ConsolidationDocumentType
entities.ConsolidationDocumentType
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 ConsolidationDocumentTypeByKeyFluentHelper getConsolidationDocumentTypeByKey(String consolidationDocumentType)
ConsolidationDocumentType
entity using key fields.consolidationDocumentType
- Enter a document type
Constraints: Not nullable, Maximum length: 2
ConsolidationDocumentType
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 ConsolidationDocTypeTextFluentHelper getAllConsolidationDocTypeText()
ConsolidationDocTypeText
entities.ConsolidationDocTypeText
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 ConsolidationDocTypeTextByKeyFluentHelper getConsolidationDocTypeTextByKey(String consolidationDocumentType, String language)
ConsolidationDocTypeText
entity using key fields.language
- The language key indicates
Constraints: Not nullable, Maximum length: 2
consolidationDocumentType
- Enter a document type
Constraints: Not nullable, Maximum length: 2
ConsolidationDocTypeText
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 FinancialTransactionTypeFluentHelper getAllFinancialTransactionType()
FinancialTransactionType
entities.FinancialTransactionType
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 FinancialTransactionTypeByKeyFluentHelper getFinancialTransactionTypeByKey(String financialTransactionType)
FinancialTransactionType
entity using key fields.financialTransactionType
- Entry for a transaction type.
Constraints: Not nullable, Maximum length: 3
FinancialTransactionType
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 FinancialTransactionTypeHierFluentHelper getAllFinancialTransactionTypeHier()
FinancialTransactionTypeHier
entities.FinancialTransactionTypeHier
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 FinancialTransactionTypeHierByKeyFluentHelper getFinancialTransactionTypeHierByKey(String additionalMasterDataHierarchy, String hierarchyNode, LocalDateTime validityEndDate)
FinancialTransactionTypeHier
entity using key fields.validityEndDate
- Validity End Date
Constraints: Not nullable, Precision: 0
additionalMasterDataHierarchy
- Consolidation Hierarchy ID
Constraints: Not nullable, Maximum length: 40
hierarchyNode
- Hierarchy node
Constraints: Not nullable, Maximum length: 40
FinancialTransactionTypeHier
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 FinancialTransTypeHierTextFluentHelper getAllFinancialTransTypeHierText()
FinancialTransTypeHierText
entities.FinancialTransTypeHierText
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 FinancialTransTypeHierTextByKeyFluentHelper getFinancialTransTypeHierTextByKey(String additionalMasterDataHierarchy, String hierarchyNode, LocalDateTime validityEndDate, String language)
FinancialTransTypeHierText
entity using key fields.language
- The language key indicates
Constraints: Not nullable, Maximum length: 2
validityEndDate
- Date indicating up to when an entry is valid.
Constraints: Not nullable, Precision: 0
additionalMasterDataHierarchy
- Consolidation Hierarchy ID
Constraints: Not nullable, Maximum length: 40
hierarchyNode
- Hierarchy node
Constraints: Not nullable, Maximum length: 40
FinancialTransTypeHierText
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 FinancialTransactionTypeTextFluentHelper getAllFinancialTransactionTypeText()
FinancialTransactionTypeText
entities.FinancialTransactionTypeText
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 FinancialTransactionTypeTextByKeyFluentHelper getFinancialTransactionTypeTextByKey(String language, String financialTransactionType)
FinancialTransactionTypeText
entity using key fields.financialTransactionType
- Entry for a transaction type.
Constraints: Not nullable, Maximum length: 3
language
- The language key indicates
Constraints: Not nullable, Maximum length: 2
FinancialTransactionTypeText
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 FinancialStatementItemFluentHelper getAllFinancialStatementItem()
FinancialStatementItem
entities.FinancialStatementItem
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 FinancialStatementItemByKeyFluentHelper getFinancialStatementItemByKey(String consolidationChartOfAccounts, String financialStatementItem)
FinancialStatementItem
entity using key fields.financialStatementItem
- Enter an FS Item
Constraints: Not nullable, Maximum length: 10
consolidationChartOfAccounts
- Enter a Consolidation Chart of Accounts
Constraints: Not nullable, Maximum length: 2
FinancialStatementItem
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 FinancialStatementItemHierFluentHelper getAllFinancialStatementItemHier()
FinancialStatementItemHier
entities.FinancialStatementItemHier
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 FinancialStatementItemHierByKeyFluentHelper getFinancialStatementItemHierByKey(String consolidationChartOfAccounts, String financialStatementItemHier, String hierarchyNode)
FinancialStatementItemHier
entity using key fields.consolidationChartOfAccounts
- Enter a Consolidation Chart of Accounts
Constraints: Not nullable, Maximum length: 2
hierarchyNode
- Hierarchy node
Constraints: Not nullable, Maximum length: 40
financialStatementItemHier
- An FS item hierarchy is an orderly set (or hierarchy) of totals items and value items.
Constraints: Not nullable, Maximum length: 10
FinancialStatementItemHier
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 FinancialStmntItemHierTextFluentHelper getAllFinancialStmntItemHierText()
FinancialStmntItemHierText
entities.FinancialStmntItemHierText
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 FinancialStmntItemHierTextByKeyFluentHelper getFinancialStmntItemHierTextByKey(String consolidationChartOfAccounts, String financialStatementItemHier, String hierarchyNode, String language)
FinancialStmntItemHierText
entity using key fields.language
- The language key indicates
Constraints: Not nullable, Maximum length: 2
consolidationChartOfAccounts
- Enter a Consolidation Chart of Accounts
Constraints: Not nullable, Maximum length: 2
hierarchyNode
- Hierarchy node
Constraints: Not nullable, Maximum length: 40
financialStatementItemHier
- An FS item hierarchy is an orderly set (or hierarchy) of totals items and value items.
Constraints: Not nullable, Maximum length: 10
FinancialStmntItemHierText
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 FinancialStatementItemTextFluentHelper getAllFinancialStatementItemText()
FinancialStatementItemText
entities.FinancialStatementItemText
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 FinancialStatementItemTextByKeyFluentHelper getFinancialStatementItemTextByKey(String consolidationChartOfAccounts, String financialStatementItem, String language)
FinancialStatementItemText
entity using key fields.financialStatementItem
- Enter an FS Item
Constraints: Not nullable, Maximum length: 10
language
- The language key indicates
Constraints: Not nullable, Maximum length: 2
consolidationChartOfAccounts
- Enter a Consolidation Chart of Accounts
Constraints: Not nullable, Maximum length: 2
FinancialStatementItemText
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 FunctionalAreaHierTextFluentHelper getAllFunctionalAreaHierText()
FunctionalAreaHierText
entities.FunctionalAreaHierText
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 FunctionalAreaHierTextByKeyFluentHelper getFunctionalAreaHierTextByKey(String additionalMasterDataHierarchy, String hierarchyNode, LocalDateTime validityEndDate, String language)
FunctionalAreaHierText
entity using key fields.language
- The language key indicates
Constraints: Not nullable, Maximum length: 2
validityEndDate
- Date indicating up to when an entry is valid.
Constraints: Not nullable, Precision: 0
additionalMasterDataHierarchy
- Hierarchy ID
Constraints: Not nullable, Maximum length: 42
hierarchyNode
- Hierarchy node
Constraints: Not nullable, Maximum length: 40
FunctionalAreaHierText
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 FunctionalAreaFluentHelper getAllFunctionalArea()
FunctionalArea
entities.FunctionalArea
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 FunctionalAreaByKeyFluentHelper getFunctionalAreaByKey(String functionalArea)
FunctionalArea
entity using key fields.functionalArea
- Structure criterion for an enterprise or government based on functional aspects.
Constraints: Not nullable, Maximum length: 16
FunctionalArea
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 FunctionalAreaHierFluentHelper getAllFunctionalAreaHier()
FunctionalAreaHier
entities.FunctionalAreaHier
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 FunctionalAreaHierByKeyFluentHelper getFunctionalAreaHierByKey(String additionalMasterDataHierarchy, String hierarchyNode, LocalDateTime validityEndDate)
FunctionalAreaHier
entity using key fields.validityEndDate
- Validity End Date
Constraints: Not nullable, Precision: 0
additionalMasterDataHierarchy
- Consolidation Hierarchy ID
Constraints: Not nullable, Maximum length: 40
hierarchyNode
- Hierarchy node
Constraints: Not nullable, Maximum length: 40
FunctionalAreaHier
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 FunctionalAreaTextFluentHelper getAllFunctionalAreaText()
FunctionalAreaText
entities.FunctionalAreaText
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 FunctionalAreaTextByKeyFluentHelper getFunctionalAreaTextByKey(String language, String functionalArea)
FunctionalAreaText
entity using key fields.functionalArea
- Structure criterion for an enterprise or government based on functional aspects.
Constraints: Not nullable, Maximum length: 16
language
- The language key indicates
Constraints: Not nullable, Maximum length: 2
FunctionalAreaText
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 GLAccountFluentHelper getAllGLAccount()
GLAccount
entities.@Nonnull GLAccountByKeyFluentHelper getGLAccountByKey(String gLAccount, String chartOfAccounts)
GLAccount
entity using key fields.gLAccount
- The G/L account number identifies the G/L account in a chart of accounts.
Constraints: Not nullable, Maximum length: 10
chartOfAccounts
- Key that uniquely identifies a chart of accounts.
Constraints: Not nullable, Maximum length: 4
GLAccount
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 GLAccountHierFluentHelper getAllGLAccountHier()
GLAccountHier
entities.GLAccountHier
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 GLAccountHierByKeyFluentHelper getGLAccountHierByKey(String additionalMasterDataHierarchy, String hierarchyNode, LocalDateTime validityEndDate)
GLAccountHier
entity using key fields.validityEndDate
- Validity End Date
Constraints: Not nullable, Precision: 0
additionalMasterDataHierarchy
- Consolidation Hierarchy ID
Constraints: Not nullable, Maximum length: 40
hierarchyNode
- Hierarchy node
Constraints: Not nullable, Maximum length: 40
GLAccountHier
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 GLAccountHierTextFluentHelper getAllGLAccountHierText()
GLAccountHierText
entities.GLAccountHierText
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 GLAccountHierTextByKeyFluentHelper getGLAccountHierTextByKey(String additionalMasterDataHierarchy, String hierarchyNode, LocalDateTime validityEndDate, String language)
GLAccountHierText
entity using key fields.language
- The language key indicates
Constraints: Not nullable, Maximum length: 2
validityEndDate
- Date indicating up to when an entry is valid.
Constraints: Not nullable, Precision: 0
additionalMasterDataHierarchy
- Consolidation Hierarchy ID
Constraints: Not nullable, Maximum length: 40
hierarchyNode
- Hierarchy node
Constraints: Not nullable, Maximum length: 40
GLAccountHierText
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 GLAccountTextFluentHelper getAllGLAccountText()
GLAccountText
entities.GLAccountText
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 GLAccountTextByKeyFluentHelper getGLAccountTextByKey(String language, String gLAccount, String chartOfAccounts)
GLAccountText
entity using key fields.gLAccount
- The G/L account number identifies the G/L account in a chart of accounts.
Constraints: Not nullable, Maximum length: 10
chartOfAccounts
- Key that uniquely identifies a chart of accounts.
Constraints: Not nullable, Maximum length: 4
language
- The language key indicates
Constraints: Not nullable, Maximum length: 2
GLAccountText
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 ChartOfAccountsFluentHelper getAllChartOfAccounts()
ChartOfAccounts
entities.ChartOfAccounts
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 ChartOfAccountsByKeyFluentHelper getChartOfAccountsByKey(String chartOfAccounts)
ChartOfAccounts
entity using key fields.chartOfAccounts
- Chart of Accounts
Constraints: Not nullable, Maximum length: 4
ChartOfAccounts
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 ChartOfAccountsTextFluentHelper getAllChartOfAccountsText()
ChartOfAccountsText
entities.ChartOfAccountsText
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 ChartOfAccountsTextByKeyFluentHelper getChartOfAccountsTextByKey(String language, String chartOfAccounts)
ChartOfAccountsText
entity using key fields.chartOfAccounts
- Key that uniquely identifies a chart of accounts.
Constraints: Not nullable, Maximum length: 4
language
- The language key indicates
Constraints: Not nullable, Maximum length: 2
ChartOfAccountsText
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 PartnerCompanyFluentHelper getAllPartnerCompany()
PartnerCompany
entities.PartnerCompany
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 PartnerCompanyByKeyFluentHelper getPartnerCompanyByKey(String company)
PartnerCompany
entity using key fields.company
- Unique company ID of a company within your corporate group.
Constraints: Not nullable, Maximum length: 6
PartnerCompany
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 PartnerCompanyTextFluentHelper getAllPartnerCompanyText()
PartnerCompanyText
entities.PartnerCompanyText
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 PartnerCompanyTextByKeyFluentHelper getPartnerCompanyTextByKey(String language, String company)
PartnerCompanyText
entity using key fields.language
- company
- Unique company ID of a company within your corporate group.
Constraints: Not nullable, Maximum length: 6
PartnerCompanyText
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 ConsolidationGroupFluentHelper getAllConsolidationGroup()
ConsolidationGroup
entities.ConsolidationGroup
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 ConsolidationGroupByKeyFluentHelper getConsolidationGroupByKey(String consolidationGroup)
ConsolidationGroup
entity using key fields.consolidationGroup
- Enter a Consolidation Group
Constraints: Not nullable, Maximum length: 18
ConsolidationGroup
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 ConsolidationGroupTextFluentHelper getAllConsolidationGroupText()
ConsolidationGroupText
entities.ConsolidationGroupText
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 ConsolidationGroupTextByKeyFluentHelper getConsolidationGroupTextByKey(String consolidationGroup, String language)
ConsolidationGroupText
entity using key fields.consolidationGroup
- Enter a Consolidation Group
Constraints: Not nullable, Maximum length: 18
language
- The language key indicates
Constraints: Not nullable, Maximum length: 2
ConsolidationGroupText
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 CustomerSupplierIndustryFluentHelper getAllCustomerSupplierIndustry()
CustomerSupplierIndustry
entities.CustomerSupplierIndustry
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 CustomerSupplierIndustryByKeyFluentHelper getCustomerSupplierIndustryByKey(String industry)
CustomerSupplierIndustry
entity using key fields.industry
- An industry is a distinct group of companies with the same basic business activity. The industry key
is used in selecting data for evaluations (for example, a vendor master data list). You can specify
industries such as trade, banking, service, manufacturing, health care, public service, media and so
on.
Constraints: Not nullable, Maximum length: 4
CustomerSupplierIndustry
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 CustomerSupplierIndustryTextFluentHelper getAllCustomerSupplierIndustryText()
CustomerSupplierIndustryText
entities.CustomerSupplierIndustryText
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 CustomerSupplierIndustryTextByKeyFluentHelper getCustomerSupplierIndustryTextByKey(String language, String industry)
CustomerSupplierIndustryText
entity using key fields.language
- The language key indicates
Constraints: Not nullable, Maximum length: 2
industry
- An industry is a distinct group of companies with the same basic business activity. The industry key
is used in selecting data for evaluations (for example, a vendor master data list). You can specify
industries such as trade, banking, service, manufacturing, health care, public service, media and so
on.
Constraints: Not nullable, Maximum length: 4
CustomerSupplierIndustryText
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 OrderIDFluentHelper getAllOrderID()
OrderID
entities.@Nonnull OrderIDByKeyFluentHelper getOrderIDByKey(String internalOrder)
OrderID
entity using key fields.internalOrder
- Key that uniquely identifies an order within a client.
Constraints: Not nullable, Maximum length: 12
OrderID
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 OrderIDTextFluentHelper getAllOrderIDText()
OrderIDText
entities.OrderIDText
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 OrderIDTextByKeyFluentHelper getOrderIDTextByKey(String language, String internalOrder)
OrderIDText
entity using key fields.language
- internalOrder
- Key that uniquely identifies an order within a client.
Constraints: Not nullable, Maximum length: 12
OrderIDText
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 ConsolidationLedgerFluentHelper getAllConsolidationLedger()
ConsolidationLedger
entities.ConsolidationLedger
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 ConsolidationLedgerByKeyFluentHelper getConsolidationLedgerByKey(String consolidationLedger)
ConsolidationLedger
entity using key fields.consolidationLedger
- The unique identification of a special ledger.
Constraints: Not nullable, Maximum length: 2
ConsolidationLedger
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 ConsolidationLedgerTextFluentHelper getAllConsolidationLedgerText()
ConsolidationLedgerText
entities.ConsolidationLedgerText
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 ConsolidationLedgerTextByKeyFluentHelper getConsolidationLedgerTextByKey(String consolidationLedger, String language)
ConsolidationLedgerText
entity using key fields.language
- The language key indicates
Constraints: Not nullable, Maximum length: 2
consolidationLedger
- The unique identification of a special ledger.
Constraints: Not nullable, Maximum length: 2
ConsolidationLedgerText
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 MaterialFluentHelper getAllMaterial()
Material
entities.@Nonnull MaterialByKeyFluentHelper getMaterialByKey(String material)
Material
entity using key fields.material
- Alphanumeric key uniquely identifying the material.
Constraints: Not nullable, Maximum length: 40
Material
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 MaterialGroupFluentHelper getAllMaterialGroup()
MaterialGroup
entities.MaterialGroup
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 MaterialGroupByKeyFluentHelper getMaterialGroupByKey(String materialGroup)
MaterialGroup
entity using key fields.materialGroup
- Key that you use to group together several products or services with the same attributes, and to
assign them to a particular product group.
Constraints: Not nullable, Maximum length: 9
MaterialGroup
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 MaterialGroupTextFluentHelper getAllMaterialGroupText()
MaterialGroupText
entities.MaterialGroupText
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 MaterialGroupTextByKeyFluentHelper getMaterialGroupTextByKey(String language, String materialGroup)
MaterialGroupText
entity using key fields.materialGroup
- Key that you use to group together several products or services with the same attributes, and to
assign them to a particular product group.
Constraints: Not nullable, Maximum length: 9
language
- The language key indicates
Constraints: Not nullable, Maximum length: 2
MaterialGroupText
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 MaterialHierFluentHelper getAllMaterialHier()
MaterialHier
entities.MaterialHier
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 MaterialHierByKeyFluentHelper getMaterialHierByKey(String additionalMasterDataHierarchy, String hierarchyNode, LocalDateTime validityEndDate)
MaterialHier
entity using key fields.validityEndDate
- Validity End Date
Constraints: Not nullable, Precision: 0
additionalMasterDataHierarchy
- Consolidation Hierarchy ID
Constraints: Not nullable, Maximum length: 40
hierarchyNode
- Hierarchy node
Constraints: Not nullable, Maximum length: 40
MaterialHier
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 MaterialHierTextFluentHelper getAllMaterialHierText()
MaterialHierText
entities.MaterialHierText
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 MaterialHierTextByKeyFluentHelper getMaterialHierTextByKey(String additionalMasterDataHierarchy, String hierarchyNode, LocalDateTime validityEndDate, String language)
MaterialHierText
entity using key fields.language
- The language key indicates
Constraints: Not nullable, Maximum length: 2
validityEndDate
- Date indicating up to when an entry is valid.
Constraints: Not nullable, Precision: 0
additionalMasterDataHierarchy
- Consolidation Hierarchy ID
Constraints: Not nullable, Maximum length: 40
hierarchyNode
- Hierarchy node
Constraints: Not nullable, Maximum length: 40
MaterialHierText
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 MaterialTextFluentHelper getAllMaterialText()
MaterialText
entities.MaterialText
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 MaterialTextByKeyFluentHelper getMaterialTextByKey(String language, String material)
MaterialText
entity using key fields.material
- Alphanumeric key uniquely identifying the material.
Constraints: Not nullable, Maximum length: 40
language
- The language key indicates
Constraints: Not nullable, Maximum length: 2
MaterialText
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 PartnerFunctionalAreaHierFluentHelper getAllPartnerFunctionalAreaHier()
PartnerFunctionalAreaHier
entities.PartnerFunctionalAreaHier
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 PartnerFunctionalAreaHierByKeyFluentHelper getPartnerFunctionalAreaHierByKey(String additionalMasterDataHierarchy, String hierarchyNode, LocalDateTime validityEndDate)
PartnerFunctionalAreaHier
entity using key fields.validityEndDate
- Validity End Date
Constraints: Not nullable, Precision: 0
additionalMasterDataHierarchy
- Consolidation Hierarchy ID
Constraints: Not nullable, Maximum length: 40
hierarchyNode
- Hierarchy node
Constraints: Not nullable, Maximum length: 40
PartnerFunctionalAreaHier
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 PartnerFunctionalAreaHierTextFluentHelper getAllPartnerFunctionalAreaHierText()
PartnerFunctionalAreaHierText
entities.PartnerFunctionalAreaHierText
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 PartnerFunctionalAreaHierTextByKeyFluentHelper getPartnerFunctionalAreaHierTextByKey(String additionalMasterDataHierarchy, String hierarchyNode, LocalDateTime validityEndDate, String language)
PartnerFunctionalAreaHierText
entity using key fields.language
- The language key indicates
Constraints: Not nullable, Maximum length: 2
validityEndDate
- Date indicating up to when an entry is valid.
Constraints: Not nullable, Precision: 0
additionalMasterDataHierarchy
- Hierarchy ID
Constraints: Not nullable, Maximum length: 42
hierarchyNode
- Hierarchy node
Constraints: Not nullable, Maximum length: 40
PartnerFunctionalAreaHierText
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 PartnerFunctionalAreaTextFluentHelper getAllPartnerFunctionalAreaText()
PartnerFunctionalAreaText
entities.PartnerFunctionalAreaText
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 PartnerFunctionalAreaTextByKeyFluentHelper getPartnerFunctionalAreaTextByKey(String language, String functionalArea)
PartnerFunctionalAreaText
entity using key fields.functionalArea
- Structure criterion for an enterprise or government based on functional aspects.
Constraints: Not nullable, Maximum length: 16
language
- The language key indicates
Constraints: Not nullable, Maximum length: 2
PartnerFunctionalAreaText
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 PartnerBusinessAreaFluentHelper getAllPartnerBusinessArea()
PartnerBusinessArea
entities.PartnerBusinessArea
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 PartnerBusinessAreaByKeyFluentHelper getPartnerBusinessAreaByKey(String businessArea)
PartnerBusinessArea
entity using key fields.businessArea
- Key that uniquely identifies a business area.
Constraints: Not nullable, Maximum length: 4
PartnerBusinessArea
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 PartnerBusinessAreaHierFluentHelper getAllPartnerBusinessAreaHier()
PartnerBusinessAreaHier
entities.PartnerBusinessAreaHier
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 PartnerBusinessAreaHierByKeyFluentHelper getPartnerBusinessAreaHierByKey(String additionalMasterDataHierarchy, String hierarchyNode, LocalDateTime validityEndDate)
PartnerBusinessAreaHier
entity using key fields.validityEndDate
- Validity End Date
Constraints: Not nullable, Precision: 0
additionalMasterDataHierarchy
- Consolidation Hierarchy ID
Constraints: Not nullable, Maximum length: 40
hierarchyNode
- Hierarchy node
Constraints: Not nullable, Maximum length: 40
PartnerBusinessAreaHier
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 PartnerBusinessAreaHierTextFluentHelper getAllPartnerBusinessAreaHierText()
PartnerBusinessAreaHierText
entities.PartnerBusinessAreaHierText
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 PartnerBusinessAreaHierTextByKeyFluentHelper getPartnerBusinessAreaHierTextByKey(String additionalMasterDataHierarchy, String hierarchyNode, LocalDateTime validityEndDate, String language)
PartnerBusinessAreaHierText
entity using key fields.language
- The language key indicates
Constraints: Not nullable, Maximum length: 2
validityEndDate
- Date indicating up to when an entry is valid.
Constraints: Not nullable, Precision: 0
additionalMasterDataHierarchy
- Consolidation Hierarchy ID
Constraints: Not nullable, Maximum length: 40
hierarchyNode
- Hierarchy node
Constraints: Not nullable, Maximum length: 40
PartnerBusinessAreaHierText
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 PartnerBusinessAreaTextFluentHelper getAllPartnerBusinessAreaText()
PartnerBusinessAreaText
entities.PartnerBusinessAreaText
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 PartnerBusinessAreaTextByKeyFluentHelper getPartnerBusinessAreaTextByKey(String language, String businessArea)
PartnerBusinessAreaText
entity using key fields.businessArea
- Key that uniquely identifies a business area.
Constraints: Not nullable, Maximum length: 4
language
- The language key indicates
Constraints: Not nullable, Maximum length: 2
PartnerBusinessAreaText
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 PartnerCostCenterFluentHelper getAllPartnerCostCenter()
PartnerCostCenter
entities.PartnerCostCenter
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 PartnerCostCenterByKeyFluentHelper getPartnerCostCenterByKey(String costCenter, String controllingArea)
PartnerCostCenter
entity using key fields.costCenter
- A key that uniquely identifies a cost center.
Constraints: Not nullable, Maximum length: 10
controllingArea
- Uniquely identifies a controlling area.
Constraints: Not nullable, Maximum length: 4
PartnerCostCenter
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 PartnerCostCenterHierFluentHelper getAllPartnerCostCenterHier()
PartnerCostCenterHier
entities.PartnerCostCenterHier
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 PartnerCostCenterHierByKeyFluentHelper getPartnerCostCenterHierByKey(String controllingArea, String additionalMasterDataHierarchy, String hierarchyNode, LocalDateTime validityEndDate)
PartnerCostCenterHier
entity using key fields.controllingArea
- Controlling Area
Constraints: Not nullable, Maximum length: 4
validityEndDate
- Validity End Date
Constraints: Not nullable, Precision: 0
additionalMasterDataHierarchy
- Consolidation Hierarchy ID
Constraints: Not nullable, Maximum length: 40
hierarchyNode
- Hierarchy node
Constraints: Not nullable, Maximum length: 40
PartnerCostCenterHier
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 PartnerCostCenterHierTextFluentHelper getAllPartnerCostCenterHierText()
PartnerCostCenterHierText
entities.PartnerCostCenterHierText
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 PartnerCostCenterHierTextByKeyFluentHelper getPartnerCostCenterHierTextByKey(String controllingArea, String additionalMasterDataHierarchy, String hierarchyNode, LocalDateTime validityEndDate, String language)
PartnerCostCenterHierText
entity using key fields.language
- The language key indicates
Constraints: Not nullable, Maximum length: 2
controllingArea
- Controlling Area
Constraints: Not nullable, Maximum length: 4
validityEndDate
- Date indicating up to when an entry is valid.
Constraints: Not nullable, Precision: 0
additionalMasterDataHierarchy
- Consolidation Hierarchy ID
Constraints: Not nullable, Maximum length: 40
hierarchyNode
- Hierarchy node
Constraints: Not nullable, Maximum length: 40
PartnerCostCenterHierText
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 PartnerCostCenterTextFluentHelper getAllPartnerCostCenterText()
PartnerCostCenterText
entities.PartnerCostCenterText
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 PartnerCostCenterTextByKeyFluentHelper getPartnerCostCenterTextByKey(String language, String costCenter, String controllingArea)
PartnerCostCenterText
entity using key fields.costCenter
- A key that uniquely identifies a cost center.
Constraints: Not nullable, Maximum length: 10
language
- The language key indicates
Constraints: Not nullable, Maximum length: 2
controllingArea
- Uniquely identifies a controlling area.
Constraints: Not nullable, Maximum length: 4
PartnerCostCenterText
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 PartnerFunctionalAreaFluentHelper getAllPartnerFunctionalArea()
PartnerFunctionalArea
entities.PartnerFunctionalArea
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 PartnerFunctionalAreaByKeyFluentHelper getPartnerFunctionalAreaByKey(String functionalArea)
PartnerFunctionalArea
entity using key fields.functionalArea
- Structure criterion for an enterprise or government based on functional aspects.
Constraints: Not nullable, Maximum length: 16
PartnerFunctionalArea
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 PartnerProfitCenterHierFluentHelper getAllPartnerProfitCenterHier()
PartnerProfitCenterHier
entities.PartnerProfitCenterHier
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 PartnerProfitCenterHierByKeyFluentHelper getPartnerProfitCenterHierByKey(String controllingArea, String additionalMasterDataHierarchy, String hierarchyNode, LocalDateTime validityEndDate)
PartnerProfitCenterHier
entity using key fields.controllingArea
- Controlling Area
Constraints: Not nullable, Maximum length: 4
validityEndDate
- Validity End Date
Constraints: Not nullable, Precision: 0
additionalMasterDataHierarchy
- Consolidation Hierarchy ID
Constraints: Not nullable, Maximum length: 40
hierarchyNode
- Hierarchy node
Constraints: Not nullable, Maximum length: 40
PartnerProfitCenterHier
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 PartnerProfitCenterHierTextFluentHelper getAllPartnerProfitCenterHierText()
PartnerProfitCenterHierText
entities.PartnerProfitCenterHierText
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 PartnerProfitCenterHierTextByKeyFluentHelper getPartnerProfitCenterHierTextByKey(String controllingArea, String additionalMasterDataHierarchy, String hierarchyNode, LocalDateTime validityEndDate, String language)
PartnerProfitCenterHierText
entity using key fields.language
- The language key indicates
Constraints: Not nullable, Maximum length: 2
controllingArea
- Controlling Area
Constraints: Not nullable, Maximum length: 4
validityEndDate
- Date indicating up to when an entry is valid.
Constraints: Not nullable, Precision: 0
additionalMasterDataHierarchy
- Consolidation Hierarchy ID
Constraints: Not nullable, Maximum length: 40
hierarchyNode
- Hierarchy node
Constraints: Not nullable, Maximum length: 40
PartnerProfitCenterHierText
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 PartnerProfitCenterTextFluentHelper getAllPartnerProfitCenterText()
PartnerProfitCenterText
entities.PartnerProfitCenterText
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 PartnerProfitCenterTextByKeyFluentHelper getPartnerProfitCenterTextByKey(String language, String profitCenter, String controllingArea)
PartnerProfitCenterText
entity using key fields.language
- The language key indicates
Constraints: Not nullable, Maximum length: 2
profitCenter
- Key which together with the controlling area uniquely identifies a profit center.
Constraints: Not nullable, Maximum length: 10
controllingArea
- Uniquely identifies a controlling area.
Constraints: Not nullable, Maximum length: 4
PartnerProfitCenterText
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 PartnerProfitCenterFluentHelper getAllPartnerProfitCenter()
PartnerProfitCenter
entities.PartnerProfitCenter
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 PartnerProfitCenterByKeyFluentHelper getPartnerProfitCenterByKey(String profitCenter, String controllingArea)
PartnerProfitCenter
entity using key fields.profitCenter
- Key which together with the controlling area uniquely identifies a profit center.
Constraints: Not nullable, Maximum length: 10
controllingArea
- Uniquely identifies a controlling area.
Constraints: Not nullable, Maximum length: 4
PartnerProfitCenter
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 PartnerSegmentFluentHelper getAllPartnerSegment()
PartnerSegment
entities.PartnerSegment
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 PartnerSegmentByKeyFluentHelper getPartnerSegmentByKey(String segment)
PartnerSegment
entity using key fields.segment
- Segment for Segmental Reporting
Constraints: Not nullable, Maximum length: 10
PartnerSegment
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 PartnerSegmentHierFluentHelper getAllPartnerSegmentHier()
PartnerSegmentHier
entities.PartnerSegmentHier
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 PartnerSegmentHierByKeyFluentHelper getPartnerSegmentHierByKey(String consolidationSegmentHierarchy, String hierarchyNode, LocalDateTime validityEndDate)
PartnerSegmentHier
entity using key fields.consolidationSegmentHierarchy
- Segment Hierarchy
Constraints: Not nullable, Maximum length: 40
validityEndDate
- Validity End Date
Constraints: Not nullable, Precision: 0
hierarchyNode
- Hierarchy node
Constraints: Not nullable, Maximum length: 40
PartnerSegmentHier
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 PartnerSegmentTextFluentHelper getAllPartnerSegmentText()
PartnerSegmentText
entities.PartnerSegmentText
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 PartnerSegmentTextByKeyFluentHelper getPartnerSegmentTextByKey(String language, String segment)
PartnerSegmentText
entity using key fields.segment
- Segment for Segmental Reporting
Constraints: Not nullable, Maximum length: 10
language
- The language key indicates
Constraints: Not nullable, Maximum length: 2
PartnerSegmentText
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 PartnerCnsldtnUnitFluentHelper getAllPartnerCnsldtnUnit()
PartnerCnsldtnUnit
entities.PartnerCnsldtnUnit
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 PartnerCnsldtnUnitByKeyFluentHelper getPartnerCnsldtnUnitByKey(String consolidationUnit)
PartnerCnsldtnUnit
entity using key fields.consolidationUnit
- Enter aConsolidation Unit
Constraints: Not nullable, Maximum length: 18
PartnerCnsldtnUnit
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 PartnerCnsldtnUnitHierFluentHelper getAllPartnerCnsldtnUnitHier()
PartnerCnsldtnUnitHier
entities.PartnerCnsldtnUnitHier
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 PartnerCnsldtnUnitHierByKeyFluentHelper getPartnerCnsldtnUnitHierByKey(String consolidationUnitHierarchy, String hierarchyNode, LocalDateTime validityEndDate)
PartnerCnsldtnUnitHier
entity using key fields.consolidationUnitHierarchy
- Specifies the structure that organizes entities, concepts, objects, activities, and units into an
order of precedence.
Constraints: Not nullable, Maximum length: 42
validityEndDate
- Date indicating up to when an entry is valid.
Constraints: Not nullable, Precision: 0
hierarchyNode
- Hierarchy node
Constraints: Not nullable, Maximum length: 40
PartnerCnsldtnUnitHier
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 PartnerCnsldtnUnitHierTextFluentHelper getAllPartnerCnsldtnUnitHierText()
PartnerCnsldtnUnitHierText
entities.PartnerCnsldtnUnitHierText
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 PartnerCnsldtnUnitHierTextByKeyFluentHelper getPartnerCnsldtnUnitHierTextByKey(String consolidationUnitHierarchy, String hierarchyNode, LocalDateTime validityEndDate, String language)
PartnerCnsldtnUnitHierText
entity using key fields.consolidationUnitHierarchy
- Specifies the structure that organizes entities, concepts, objects, activities, and units into an
order of precedence.
Constraints: Not nullable, Maximum length: 42
language
- The language key indicates
Constraints: Not nullable, Maximum length: 2
validityEndDate
- Date indicating up to when an entry is valid.
Constraints: Not nullable, Precision: 0
hierarchyNode
- Hierarchy node
Constraints: Not nullable, Maximum length: 40
PartnerCnsldtnUnitHierText
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 PartnerCnsldtnUnitTextFluentHelper getAllPartnerCnsldtnUnitText()
PartnerCnsldtnUnitText
entities.PartnerCnsldtnUnitText
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 PartnerCnsldtnUnitTextByKeyFluentHelper getPartnerCnsldtnUnitTextByKey(String consolidationUnit, String language)
PartnerCnsldtnUnitText
entity using key fields.language
- The language key indicates
Constraints: Not nullable, Maximum length: 2
consolidationUnit
- Enter aConsolidation Unit
Constraints: Not nullable, Maximum length: 18
PartnerCnsldtnUnitText
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 PartnerSegmentHierTextFluentHelper getAllPartnerSegmentHierText()
PartnerSegmentHierText
entities.PartnerSegmentHierText
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 PartnerSegmentHierTextByKeyFluentHelper getPartnerSegmentHierTextByKey(String consolidationSegmentHierarchy, String hierarchyNode, LocalDateTime validityEndDate, String language)
PartnerSegmentHierText
entity using key fields.consolidationSegmentHierarchy
- Segment Hierarchy
Constraints: Not nullable, Maximum length: 40
language
- The language key indicates
Constraints: Not nullable, Maximum length: 2
validityEndDate
- Date indicating up to when an entry is valid.
Constraints: Not nullable, Precision: 0
hierarchyNode
- Hierarchy node
Constraints: Not nullable, Maximum length: 40
PartnerSegmentHierText
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 PlantFluentHelper getAllPlant()
Plant
entities.@Nonnull PlantByKeyFluentHelper getPlantByKey(String plant)
Plant
entity using key fields.plant
- Key uniquely identifying a plant.
Constraints: Not nullable, Maximum length: 4
Plant
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 PlantTextFluentHelper getAllPlantText()
PlantText
entities.@Nonnull PlantTextByKeyFluentHelper getPlantTextByKey(String language, String plant)
PlantText
entity using key fields.plant
- Key uniquely identifying a plant.
Constraints: Not nullable, Maximum length: 4
language
- PlantText
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 PostingLevelFluentHelper getAllPostingLevel()
PostingLevel
entities.PostingLevel
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 PostingLevelByKeyFluentHelper getPostingLevelByKey(String postingLevel)
PostingLevel
entity using key fields.postingLevel
- Choose a posting level.
Constraints: Not nullable, Maximum length: 2
PostingLevel
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 PostingLevelTextFluentHelper getAllPostingLevelText()
PostingLevelText
entities.PostingLevelText
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 PostingLevelTextByKeyFluentHelper getPostingLevelTextByKey(String language, String postingLevel)
PostingLevelText
entity using key fields.language
- The language key indicates
Constraints: Not nullable, Maximum length: 2
postingLevel
- Choose a posting level.
Constraints: Not nullable, Maximum length: 2
PostingLevelText
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 ProfitCenterForEliminationFluentHelper getAllProfitCenterForElimination()
ProfitCenterForElimination
entities.ProfitCenterForElimination
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 ProfitCenterForEliminationByKeyFluentHelper getProfitCenterForEliminationByKey(String profitCenter, String controllingArea)
ProfitCenterForElimination
entity using key fields.profitCenter
- Consolidation Elimination Member
Constraints: Not nullable, Maximum length: 25
controllingArea
- Node class
Constraints: Not nullable, Maximum length: 12
ProfitCenterForElimination
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 ProfitCenterHierForElimFluentHelper getAllProfitCenterHierForElim()
ProfitCenterHierForElim
entities.ProfitCenterHierForElim
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 ProfitCenterHierForElimByKeyFluentHelper getProfitCenterHierForElimByKey(String controllingArea, String additionalMasterDataHierarchy, String hierarchyNode, LocalDateTime validityEndDate)
ProfitCenterHierForElim
entity using key fields.controllingArea
- Controlling Area
Constraints: Not nullable, Maximum length: 4
validityEndDate
- Validity End Date
Constraints: Not nullable, Precision: 0
additionalMasterDataHierarchy
- Consolidation Hierarchy ID
Constraints: Not nullable, Maximum length: 40
hierarchyNode
- Hierarchy node
Constraints: Not nullable, Maximum length: 40
ProfitCenterHierForElim
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 ProfitCenterHierForElimTextFluentHelper getAllProfitCenterHierForElimText()
ProfitCenterHierForElimText
entities.ProfitCenterHierForElimText
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 ProfitCenterHierForElimTextByKeyFluentHelper getProfitCenterHierForElimTextByKey(String controllingArea, String additionalMasterDataHierarchy, String hierarchyNode, LocalDateTime validityEndDate, String language)
ProfitCenterHierForElimText
entity using key fields.language
- The language key indicates
Constraints: Not nullable, Maximum length: 2
controllingArea
- Controlling Area
Constraints: Not nullable, Maximum length: 4
validityEndDate
- Date indicating up to when an entry is valid.
Constraints: Not nullable, Precision: 0
additionalMasterDataHierarchy
- Consolidation Hierarchy ID
Constraints: Not nullable, Maximum length: 40
hierarchyNode
- Hierarchy node
Constraints: Not nullable, Maximum length: 40
ProfitCenterHierForElimText
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 SoldProductFluentHelper getAllSoldProduct()
SoldProduct
entities.SoldProduct
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 SoldProductByKeyFluentHelper getSoldProductByKey(String material)
SoldProduct
entity using key fields.material
- Alphanumeric key uniquely identifying the material.
Constraints: Not nullable, Maximum length: 40
SoldProduct
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 SoldProductGroupFluentHelper getAllSoldProductGroup()
SoldProductGroup
entities.SoldProductGroup
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 SoldProductGroupByKeyFluentHelper getSoldProductGroupByKey(String materialGroup)
SoldProductGroup
entity using key fields.materialGroup
- Key that you use to group together several products or services with the same attributes, and to
assign them to a particular product group.
Constraints: Not nullable, Maximum length: 9
SoldProductGroup
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 SoldProductGroupTextFluentHelper getAllSoldProductGroupText()
SoldProductGroupText
entities.SoldProductGroupText
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 SoldProductGroupTextByKeyFluentHelper getSoldProductGroupTextByKey(String language, String materialGroup)
SoldProductGroupText
entity using key fields.materialGroup
- Key that you use to group together several products or services with the same attributes, and to
assign them to a particular product group.
Constraints: Not nullable, Maximum length: 9
language
- The language key indicates
Constraints: Not nullable, Maximum length: 2
SoldProductGroupText
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 SoldProductHierFluentHelper getAllSoldProductHier()
SoldProductHier
entities.SoldProductHier
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 SoldProductHierByKeyFluentHelper getSoldProductHierByKey(String additionalMasterDataHierarchy, String hierarchyNode, LocalDateTime validityEndDate)
SoldProductHier
entity using key fields.validityEndDate
- Validity End Date
Constraints: Not nullable, Precision: 0
additionalMasterDataHierarchy
- Consolidation Hierarchy ID
Constraints: Not nullable, Maximum length: 40
hierarchyNode
- Hierarchy node
Constraints: Not nullable, Maximum length: 40
SoldProductHier
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 SoldProductHierTextFluentHelper getAllSoldProductHierText()
SoldProductHierText
entities.SoldProductHierText
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 SoldProductHierTextByKeyFluentHelper getSoldProductHierTextByKey(String additionalMasterDataHierarchy, String hierarchyNode, LocalDateTime validityEndDate, String language)
SoldProductHierText
entity using key fields.language
- The language key indicates
Constraints: Not nullable, Maximum length: 2
validityEndDate
- Date indicating up to when an entry is valid.
Constraints: Not nullable, Precision: 0
additionalMasterDataHierarchy
- Consolidation Hierarchy ID
Constraints: Not nullable, Maximum length: 40
hierarchyNode
- Hierarchy node
Constraints: Not nullable, Maximum length: 40
SoldProductHierText
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 SoldProductTextFluentHelper getAllSoldProductText()
SoldProductText
entities.SoldProductText
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 SoldProductTextByKeyFluentHelper getSoldProductTextByKey(String language, String material)
SoldProductText
entity using key fields.material
- Alphanumeric key uniquely identifying the material.
Constraints: Not nullable, Maximum length: 40
language
- The language key indicates
Constraints: Not nullable, Maximum length: 2
SoldProductText
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 ProfitCenterFluentHelper getAllProfitCenter()
ProfitCenter
entities.ProfitCenter
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 ProfitCenterByKeyFluentHelper getProfitCenterByKey(String profitCenter, String controllingArea)
ProfitCenter
entity using key fields.profitCenter
- Key which together with the controlling area uniquely identifies a profit center.
Constraints: Not nullable, Maximum length: 10
controllingArea
- Uniquely identifies a controlling area.
Constraints: Not nullable, Maximum length: 4
ProfitCenter
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 ProfitCenterHierFluentHelper getAllProfitCenterHier()
ProfitCenterHier
entities.ProfitCenterHier
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 ProfitCenterHierByKeyFluentHelper getProfitCenterHierByKey(String controllingArea, String additionalMasterDataHierarchy, String hierarchyNode, LocalDateTime validityEndDate)
ProfitCenterHier
entity using key fields.controllingArea
- Controlling Area
Constraints: Not nullable, Maximum length: 4
validityEndDate
- Validity End Date
Constraints: Not nullable, Precision: 0
additionalMasterDataHierarchy
- Consolidation Hierarchy ID
Constraints: Not nullable, Maximum length: 40
hierarchyNode
- Hierarchy node
Constraints: Not nullable, Maximum length: 40
ProfitCenterHier
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 ProfitCenterHierTextFluentHelper getAllProfitCenterHierText()
ProfitCenterHierText
entities.ProfitCenterHierText
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 ProfitCenterHierTextByKeyFluentHelper getProfitCenterHierTextByKey(String controllingArea, String additionalMasterDataHierarchy, String hierarchyNode, LocalDateTime validityEndDate, String language)
ProfitCenterHierText
entity using key fields.language
- The language key indicates
Constraints: Not nullable, Maximum length: 2
controllingArea
- Controlling Area
Constraints: Not nullable, Maximum length: 4
validityEndDate
- Date indicating up to when an entry is valid.
Constraints: Not nullable, Precision: 0
additionalMasterDataHierarchy
- Consolidation Hierarchy ID
Constraints: Not nullable, Maximum length: 40
hierarchyNode
- Hierarchy node
Constraints: Not nullable, Maximum length: 40
ProfitCenterHierText
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 ProfitCenterTextFluentHelper getAllProfitCenterText()
ProfitCenterText
entities.ProfitCenterText
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 ProfitCenterTextByKeyFluentHelper getProfitCenterTextByKey(String language, String profitCenter, String controllingArea)
ProfitCenterText
entity using key fields.language
- The language key indicates
Constraints: Not nullable, Maximum length: 2
profitCenter
- Key which together with the controlling area uniquely identifies a profit center.
Constraints: Not nullable, Maximum length: 10
controllingArea
- Uniquely identifies a controlling area.
Constraints: Not nullable, Maximum length: 4
ProfitCenterText
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 ProfitCenterForElimTextFluentHelper getAllProfitCenterForElimText()
ProfitCenterForElimText
entities.ProfitCenterForElimText
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 ProfitCenterForElimTextByKeyFluentHelper getProfitCenterForElimTextByKey(String language, String profitCenter, String controllingArea)
ProfitCenterForElimText
entity using key fields.language
- The language key indicates
Constraints: Not nullable, Maximum length: 2
profitCenter
- Consolidation Elimination Member
Constraints: Not nullable, Maximum length: 25
controllingArea
- Node class
Constraints: Not nullable, Maximum length: 12
ProfitCenterForElimText
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 ProjectFluentHelper getAllProject()
Project
entities.@Nonnull ProjectByKeyFluentHelper getProjectByKey(String project)
Project
entity using key fields.project
- Key identifying a project definition.
Constraints: Not nullable, Maximum length: 24
Project
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 ProjectHierFluentHelper getAllProjectHier()
ProjectHier
entities.ProjectHier
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 ProjectHierByKeyFluentHelper getProjectHierByKey(String additionalMasterDataHierarchy, String hierarchyNode, LocalDateTime validityEndDate)
ProjectHier
entity using key fields.validityEndDate
- Validity End Date
Constraints: Not nullable, Precision: 0
additionalMasterDataHierarchy
- Consolidation Hierarchy ID
Constraints: Not nullable, Maximum length: 40
hierarchyNode
- Hierarchy node
Constraints: Not nullable, Maximum length: 40
ProjectHier
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 ProjectHierTextFluentHelper getAllProjectHierText()
ProjectHierText
entities.ProjectHierText
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 ProjectHierTextByKeyFluentHelper getProjectHierTextByKey(String additionalMasterDataHierarchy, String hierarchyNode, LocalDateTime validityEndDate, String language)
ProjectHierText
entity using key fields.language
- The language key indicates
Constraints: Not nullable, Maximum length: 2
validityEndDate
- Date indicating up to when an entry is valid.
Constraints: Not nullable, Precision: 0
additionalMasterDataHierarchy
- Consolidation Hierarchy ID
Constraints: Not nullable, Maximum length: 40
hierarchyNode
- Hierarchy node
Constraints: Not nullable, Maximum length: 40
ProjectHierText
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 ProjectTextFluentHelper getAllProjectText()
ProjectText
entities.ProjectText
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 ProjectTextByKeyFluentHelper getProjectTextByKey(String language, String project)
ProjectText
entity using key fields.project
- Key identifying a project definition.
Constraints: Not nullable, Maximum length: 24
language
- ProjectText
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 SalesDistrictFluentHelper getAllSalesDistrict()
SalesDistrict
entities.SalesDistrict
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 SalesDistrictByKeyFluentHelper getSalesDistrictByKey(String salesDistrict)
SalesDistrict
entity using key fields.salesDistrict
- A geographical sales district or region.
Constraints: Not nullable, Maximum length: 6
SalesDistrict
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 SalesDistrictTextFluentHelper getAllSalesDistrictText()
SalesDistrictText
entities.SalesDistrictText
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 SalesDistrictTextByKeyFluentHelper getSalesDistrictTextByKey(String language, String salesDistrict)
SalesDistrictText
entity using key fields.salesDistrict
- A geographical sales district or region.
Constraints: Not nullable, Maximum length: 6
language
- The language key indicates
Constraints: Not nullable, Maximum length: 2
SalesDistrictText
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 SalesOrganizationFluentHelper getAllSalesOrganization()
SalesOrganization
entities.SalesOrganization
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 SalesOrganizationByKeyFluentHelper getSalesOrganizationByKey(String salesOrganization)
SalesOrganization
entity using key fields.salesOrganization
- An organizational unit responsible for the sale of certain products or services. The responsibility of
a sales organization may include legal liability for products and customer claims.
Constraints: Not nullable, Maximum length: 4
SalesOrganization
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 SalesOrganizationHierFluentHelper getAllSalesOrganizationHier()
SalesOrganizationHier
entities.SalesOrganizationHier
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 SalesOrganizationHierByKeyFluentHelper getSalesOrganizationHierByKey(String additionalMasterDataHierarchy, String hierarchyNode, LocalDateTime validityEndDate)
SalesOrganizationHier
entity using key fields.validityEndDate
- Validity End Date
Constraints: Not nullable, Precision: 0
additionalMasterDataHierarchy
- Consolidation Hierarchy ID
Constraints: Not nullable, Maximum length: 40
hierarchyNode
- Hierarchy node
Constraints: Not nullable, Maximum length: 40
SalesOrganizationHier
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 SalesOrganizationHierTextFluentHelper getAllSalesOrganizationHierText()
SalesOrganizationHierText
entities.SalesOrganizationHierText
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 SalesOrganizationHierTextByKeyFluentHelper getSalesOrganizationHierTextByKey(String additionalMasterDataHierarchy, String hierarchyNode, LocalDateTime validityEndDate, String language)
SalesOrganizationHierText
entity using key fields.language
- The language key indicates
Constraints: Not nullable, Maximum length: 2
validityEndDate
- Date indicating up to when an entry is valid.
Constraints: Not nullable, Precision: 0
additionalMasterDataHierarchy
- Consolidation Hierarchy ID
Constraints: Not nullable, Maximum length: 40
hierarchyNode
- Hierarchy node
Constraints: Not nullable, Maximum length: 40
SalesOrganizationHierText
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 SalesOrganizationTextFluentHelper getAllSalesOrganizationText()
SalesOrganizationText
entities.SalesOrganizationText
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 SalesOrganizationTextByKeyFluentHelper getSalesOrganizationTextByKey(String language, String salesOrganization)
SalesOrganizationText
entity using key fields.language
- The language key indicates
Constraints: Not nullable, Maximum length: 2
salesOrganization
- An organizational unit responsible for the sale of certain products or services. The responsibility of
a sales organization may include legal liability for products and customer claims.
Constraints: Not nullable, Maximum length: 4
SalesOrganizationText
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 SegmentFluentHelper getAllSegment()
Segment
entities.@Nonnull SegmentByKeyFluentHelper getSegmentByKey(String segment)
Segment
entity using key fields.segment
- Segment for Segmental Reporting
Constraints: Not nullable, Maximum length: 10
Segment
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 SegmentForEliminationFluentHelper getAllSegmentForElimination()
SegmentForElimination
entities.SegmentForElimination
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 SegmentForEliminationByKeyFluentHelper getSegmentForEliminationByKey(String segment)
SegmentForElimination
entity using key fields.segment
- Consolidation Elimination Member
Constraints: Not nullable, Maximum length: 25
SegmentForElimination
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 SegmentForElimTextFluentHelper getAllSegmentForElimText()
SegmentForElimText
entities.SegmentForElimText
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 SegmentForElimTextByKeyFluentHelper getSegmentForElimTextByKey(String segment, String language)
SegmentForElimText
entity using key fields.segment
- Consolidation Elimination Member
Constraints: Not nullable, Maximum length: 25
language
- The language key indicates
Constraints: Not nullable, Maximum length: 2
SegmentForElimText
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 SegmentHierFluentHelper getAllSegmentHier()
SegmentHier
entities.SegmentHier
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 SegmentHierByKeyFluentHelper getSegmentHierByKey(String consolidationSegmentHierarchy, String hierarchyNode, LocalDateTime validityEndDate)
SegmentHier
entity using key fields.consolidationSegmentHierarchy
- Segment Hierarchy
Constraints: Not nullable, Maximum length: 40
validityEndDate
- Validity End Date
Constraints: Not nullable, Precision: 0
hierarchyNode
- Hierarchy node
Constraints: Not nullable, Maximum length: 40
SegmentHier
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 SegmentHierForElimFluentHelper getAllSegmentHierForElim()
SegmentHierForElim
entities.SegmentHierForElim
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 SegmentHierForElimByKeyFluentHelper getSegmentHierForElimByKey(String consolidationSegmentHierarchy, String hierarchyNode, LocalDateTime validityEndDate)
SegmentHierForElim
entity using key fields.consolidationSegmentHierarchy
- Segment Hierarchy
Constraints: Not nullable, Maximum length: 40
validityEndDate
- Validity End Date
Constraints: Not nullable, Precision: 0
hierarchyNode
- Hierarchy node
Constraints: Not nullable, Maximum length: 40
SegmentHierForElim
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 SegmentForHierElimTextFluentHelper getAllSegmentForHierElimText()
SegmentForHierElimText
entities.SegmentForHierElimText
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 SegmentForHierElimTextByKeyFluentHelper getSegmentForHierElimTextByKey(String consolidationSegmentHierarchy, String hierarchyNode, LocalDateTime validityEndDate, String language)
SegmentForHierElimText
entity using key fields.consolidationSegmentHierarchy
- Segment Hierarchy
Constraints: Not nullable, Maximum length: 40
language
- The language key indicates
Constraints: Not nullable, Maximum length: 2
validityEndDate
- Date indicating up to when an entry is valid.
Constraints: Not nullable, Precision: 0
hierarchyNode
- Hierarchy node
Constraints: Not nullable, Maximum length: 40
SegmentForHierElimText
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 SegmentHierTextFluentHelper getAllSegmentHierText()
SegmentHierText
entities.SegmentHierText
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 SegmentHierTextByKeyFluentHelper getSegmentHierTextByKey(String consolidationSegmentHierarchy, String hierarchyNode, LocalDateTime validityEndDate, String language)
SegmentHierText
entity using key fields.consolidationSegmentHierarchy
- Segment Hierarchy
Constraints: Not nullable, Maximum length: 40
language
- The language key indicates
Constraints: Not nullable, Maximum length: 2
validityEndDate
- Date indicating up to when an entry is valid.
Constraints: Not nullable, Precision: 0
hierarchyNode
- Hierarchy node
Constraints: Not nullable, Maximum length: 40
SegmentHierText
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 SegmentTextFluentHelper getAllSegmentText()
SegmentText
entities.SegmentText
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 SegmentTextByKeyFluentHelper getSegmentTextByKey(String language, String segment)
SegmentText
entity using key fields.segment
- Segment for Segmental Reporting
Constraints: Not nullable, Maximum length: 10
language
- The language key indicates
Constraints: Not nullable, Maximum length: 2
SegmentText
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 ShipToPartyFluentHelper getAllShipToParty()
ShipToParty
entities.ShipToParty
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 ShipToPartyByKeyFluentHelper getShipToPartyByKey(String customer)
ShipToParty
entity using key fields.customer
- Gives an alphanumeric key, which clearly identifies the customer or vendor in the SAP system.
Constraints: Not nullable, Maximum length: 10
ShipToParty
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 ShipToPartyTextFluentHelper getAllShipToPartyText()
ShipToPartyText
entities.ShipToPartyText
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 ShipToPartyTextByKeyFluentHelper getShipToPartyTextByKey(String language, String customer)
ShipToPartyText
entity using key fields.language
- customer
- Gives an alphanumeric key, which clearly identifies the customer or vendor in the SAP system.
Constraints: Not nullable, Maximum length: 10
ShipToPartyText
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 SubItemFluentHelper getAllSubItem()
SubItem
entities.@Nonnull SubItemByKeyFluentHelper getSubItemByKey(String subItemCategory, String subItem)
SubItem
entity using key fields.subItemCategory
- Enter or display the subitem category.
Constraints: Not nullable, Maximum length: 3
subItem
- Enter a Subitem
Constraints: Not nullable, Maximum length: 10
SubItem
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 SubItemCategoryFluentHelper getAllSubItemCategory()
SubItemCategory
entities.SubItemCategory
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 SubItemCategoryByKeyFluentHelper getSubItemCategoryByKey(String subItemCategory)
SubItemCategory
entity using key fields.subItemCategory
- Enter or display the subitem category.
Constraints: Not nullable, Maximum length: 3
SubItemCategory
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 SubItemCategoryTextFluentHelper getAllSubItemCategoryText()
SubItemCategoryText
entities.SubItemCategoryText
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 SubItemCategoryTextByKeyFluentHelper getSubItemCategoryTextByKey(String subItemCategory, String language)
SubItemCategoryText
entity using key fields.subItemCategory
- Enter or display the subitem category.
Constraints: Not nullable, Maximum length: 3
language
- The language key indicates
Constraints: Not nullable, Maximum length: 2
SubItemCategoryText
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 SubItemTextFluentHelper getAllSubItemText()
SubItemText
entities.SubItemText
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 SubItemTextByKeyFluentHelper getSubItemTextByKey(String subItemCategory, String language, String subItem)
SubItemText
entity using key fields.subItemCategory
- Enter or display the subitem category.
Constraints: Not nullable, Maximum length: 3
subItem
- Enter a Subitem
Constraints: Not nullable, Maximum length: 10
language
- The language key indicates
Constraints: Not nullable, Maximum length: 2
SubItemText
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 SupplierFluentHelper getAllSupplier()
Supplier
entities.@Nonnull SupplierByKeyFluentHelper getSupplierByKey(String supplier)
Supplier
entity using key fields.supplier
- Specifies an alphanumeric key that uniquely identifies the supplier in the SAP system.
Constraints: Not nullable, Maximum length: 10
Supplier
entity using key fields. This fluent helper allows methods which modify the underlying query to be called
before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull SupplierHierFluentHelper getAllSupplierHier()
SupplierHier
entities.SupplierHier
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 SupplierHierByKeyFluentHelper getSupplierHierByKey(String additionalMasterDataHierarchy, String hierarchyNode, LocalDateTime validityEndDate)
SupplierHier
entity using key fields.validityEndDate
- Validity End Date
Constraints: Not nullable, Precision: 0
additionalMasterDataHierarchy
- Consolidation Hierarchy ID
Constraints: Not nullable, Maximum length: 40
hierarchyNode
- Hierarchy node
Constraints: Not nullable, Maximum length: 40
SupplierHier
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 SupplierHierTextFluentHelper getAllSupplierHierText()
SupplierHierText
entities.SupplierHierText
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 SupplierHierTextByKeyFluentHelper getSupplierHierTextByKey(String additionalMasterDataHierarchy, String hierarchyNode, LocalDateTime validityEndDate, String language)
SupplierHierText
entity using key fields.language
- The language key indicates
Constraints: Not nullable, Maximum length: 2
validityEndDate
- Date indicating up to when an entry is valid.
Constraints: Not nullable, Precision: 0
additionalMasterDataHierarchy
- Consolidation Hierarchy ID
Constraints: Not nullable, Maximum length: 40
hierarchyNode
- Hierarchy node
Constraints: Not nullable, Maximum length: 40
SupplierHierText
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 SupplierTextFluentHelper getAllSupplierText()
SupplierText
entities.SupplierText
entities. This fluent helper allows methods which modify the underlying query to be called
before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull SupplierTextByKeyFluentHelper getSupplierTextByKey(String language, String supplier)
SupplierText
entity using key fields.supplier
- Specifies an alphanumeric key that uniquely identifies the supplier in the SAP system.
Constraints: Not nullable, Maximum length: 10
language
- SupplierText
entity using key fields. This fluent helper allows methods which modify the underlying
query to be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull TransactionCurrencyFluentHelper getAllTransactionCurrency()
TransactionCurrency
entities.TransactionCurrency
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 TransactionCurrencyByKeyFluentHelper getTransactionCurrencyByKey(String currency)
TransactionCurrency
entity using key fields.