public interface TrialBalanceService extends BatchService<TrialBalanceServiceBatch>
The service enables you to retrieve starting, credit and debit balances for G/L accounts per fiscal year period. You can read data for period-based balances. You cannot read data for day-based balances. You need to provide the time frame for the selection in a date format and you need to provide the level of aggregation in a $select clause..
Reference: SAP API Business Hub
OData Service: | C_TRIALBALANCE_CDS |
API Version: | 1 |
Communication Scenario: | Finance - Accounting Analytics Integration (SAP_COM_0303) |
Scope Items: | Accounting and Financial Close (J58), Accounting and Financial Close (O58) |
Authentication Methods: | Basic, x509 |
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 TrialBalanceService withServicePath(@Nonnull String servicePath)
servicePath
- Service path that will override the default.@Nonnull LedgerFluentHelper getAllLedger()
Ledger
entities.@Nonnull LedgerByKeyFluentHelper getLedgerByKey(String ledger)
Ledger
entity
using key fields.ledger
- Ledger
Constraints: Not nullable
Ledger
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 CompanyCodeFluentHelper getAllCompanyCode()
CompanyCode
entities.CompanyCode
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 CompanyCodeByKeyFluentHelper getCompanyCodeByKey(String companyCode)
CompanyCode
entity using key fields.companyCode
- Company Code
Constraints: Not nullable
CompanyCode
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)
GLAccount
entity using key fields.gLAccount
- G/L Account
Constraints: Not nullable
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 OrderIDFluentHelper getAllOrderID()
OrderID
entities.@Nonnull OrderIDByKeyFluentHelper getOrderIDByKey(String orderID)
OrderID
entity
using key fields.orderID
- Order ID
Constraints: Not nullable
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 ProjectNetworkFluentHelper getAllProjectNetwork()
ProjectNetwork
entities.ProjectNetwork
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 ProjectNetworkByKeyFluentHelper getProjectNetworkByKey(String projectNetwork)
ProjectNetwork
entity using key fields.projectNetwork
- Network
Constraints: Not nullable
ProjectNetwork
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
- Project Definition
Constraints: Not nullable
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 BusinessProcessFluentHelper getAllBusinessProcess()
BusinessProcess
entities.BusinessProcess
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 BusinessProcessByKeyFluentHelper getBusinessProcessByKey(String businessProcess)
BusinessProcess
entity using key fields.businessProcess
- Business Process
Constraints: Not nullable
BusinessProcess
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 BillingDocumentFluentHelper getAllBillingDocument()
BillingDocument
entities.BillingDocument
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 BillingDocumentByKeyFluentHelper getBillingDocumentByKey(String billingDocumentType)
BillingDocument
entity using key fields.billingDocumentType
- Billing Type
Constraints: Not nullable
BillingDocument
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
- Sales Organization
Constraints: Not nullable
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 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
- Distribution Channel
Constraints: Not nullable
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 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 partnerCompany)
PartnerCompany
entity using key fields.partnerCompany
- Trading Partner
Constraints: Not nullable
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 PartnerOrderFluentHelper getAllPartnerOrder()
PartnerOrder
entities.PartnerOrder
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 PartnerOrderByKeyFluentHelper getPartnerOrderByKey(String partnerOrder)
PartnerOrder
entity using key fields.partnerOrder
- Partner Order
Constraints: Not nullable
PartnerOrder
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 PartnerWBSElementFluentHelper getAllPartnerWBSElement()
PartnerWBSElement
entities.PartnerWBSElement
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 PartnerWBSElementByKeyFluentHelper getPartnerWBSElementByKey(String partnerWBSElement)
PartnerWBSElement
entity using key fields.partnerWBSElement
- Partner WBS Element
Constraints: Not nullable
PartnerWBSElement
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 PartnerProjectFluentHelper getAllPartnerProject()
PartnerProject
entities.PartnerProject
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 PartnerProjectByKeyFluentHelper getPartnerProjectByKey(String partnerProject)
PartnerProject
entity using key fields.partnerProject
- Partner Project
Constraints: Not nullable
PartnerProject
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 PartnerSalesDocumentFluentHelper getAllPartnerSalesDocument()
PartnerSalesDocument
entities.PartnerSalesDocument
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 PartnerSalesDocumentByKeyFluentHelper getPartnerSalesDocumentByKey(String partnerSalesDocument)
PartnerSalesDocument
entity using key fields.partnerSalesDocument
- Partner Sales Doc.
Constraints: Not nullable
PartnerSalesDocument
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 PartnerBusinessProcessFluentHelper getAllPartnerBusinessProcess()
PartnerBusinessProcess
entities.PartnerBusinessProcess
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 PartnerBusinessProcessByKeyFluentHelper getPartnerBusinessProcessByKey(String partnerBusinessProcess)
PartnerBusinessProcess
entity using key fields.partnerBusinessProcess
- Part. Bus. Process
Constraints: Not nullable
PartnerBusinessProcess
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 FinancialManagementAreaFluentHelper getAllFinancialManagementArea()
FinancialManagementArea
entities.FinancialManagementArea
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 FinancialManagementAreaByKeyFluentHelper getFinancialManagementAreaByKey(String financialManagementArea)
FinancialManagementArea
entity using key fields.financialManagementArea
- FM Area
Constraints: Not nullable
FinancialManagementArea
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 FundFluentHelper getAllFund()
Fund
entities.@Nonnull FundByKeyFluentHelper getFundByKey(String fund, String financialManagementArea)
Fund
entity using
key fields.financialManagementArea
- Fund (FinancialManagementArea)
Constraints: Not nullable
fund
- Fund
Constraints: Not nullable
Fund
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 BudgetPeriodFluentHelper getAllBudgetPeriod()
BudgetPeriod
entities.BudgetPeriod
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 BudgetPeriodByKeyFluentHelper getBudgetPeriodByKey(String budgetPeriod)
BudgetPeriod
entity using key fields.budgetPeriod
- Budget Period
Constraints: Not nullable
BudgetPeriod
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 PartnerFundFluentHelper getAllPartnerFund()
PartnerFund
entities.PartnerFund
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 PartnerFundByKeyFluentHelper getPartnerFundByKey(String partnerFund, String financialManagementArea)
PartnerFund
entity using key fields.financialManagementArea
- Partner Fund (FinancialManagementArea)
Constraints: Not nullable
partnerFund
- Partner Fund
Constraints: Not nullable
PartnerFund
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 PartnerBudgetPeriodFluentHelper getAllPartnerBudgetPeriod()
PartnerBudgetPeriod
entities.PartnerBudgetPeriod
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 PartnerBudgetPeriodByKeyFluentHelper getPartnerBudgetPeriodByKey(String partnerBudgetPeriod)
PartnerBudgetPeriod
entity using key fields.partnerBudgetPeriod
- Par. Budget Per.
Constraints: Not nullable
PartnerBudgetPeriod
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 FreeDefinedCurrency8FluentHelper getAllFreeDefinedCurrency8()
FreeDefinedCurrency8
entities.FreeDefinedCurrency8
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 FreeDefinedCurrency8ByKeyFluentHelper getFreeDefinedCurrency8ByKey(String freeDefinedCurrency8_ID)
FreeDefinedCurrency8
entity using key fields.freeDefinedCurrency8_ID
- Free Defined Crcy 8
Constraints: Not nullable, Maximum length: 5
FreeDefinedCurrency8
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 QuantityIsIncompleteFluentHelper getAllQuantityIsIncomplete()
QuantityIsIncomplete
entities.QuantityIsIncomplete
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 QuantityIsIncompleteByKeyFluentHelper getQuantityIsIncompleteByKey(String quantityIsIncomplete_ID)
QuantityIsIncomplete
entity using key fields.quantityIsIncomplete_ID
- Qty Is Incomplete
Constraints: Not nullable, Maximum length: 1
QuantityIsIncomplete
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 IsOpenItemManagedFluentHelper getAllIsOpenItemManaged()
IsOpenItemManaged
entities.IsOpenItemManaged
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 IsOpenItemManagedByKeyFluentHelper getIsOpenItemManagedByKey(String isOpenItemManaged_ID)
IsOpenItemManaged
entity using key fields.isOpenItemManaged_ID
- Open Item Management
Constraints: Not nullable, Maximum length: 1
IsOpenItemManaged
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 CorporateGroupAccountFluentHelper getAllCorporateGroupAccount()
CorporateGroupAccount
entities.CorporateGroupAccount
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 CorporateGroupAccountByKeyFluentHelper getCorporateGroupAccountByKey(String corporateGroupAccount_ID, String corporateGroupChartOfAccounts)
CorporateGroupAccount
entity using key fields.corporateGroupChartOfAccounts
- Group Account Number (Group Chart of Accts)
Constraints: Not nullable
corporateGroupAccount_ID
- Group Account Number
Constraints: Not nullable, Maximum length: 10
CorporateGroupAccount
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 CorporateGroupChartOfAccountsFluentHelper getAllCorporateGroupChartOfAccounts()
CorporateGroupChartOfAccounts
entities.CorporateGroupChartOfAccounts
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 CorporateGroupChartOfAccountsByKeyFluentHelper getCorporateGroupChartOfAccountsByKey(String corporateGroupChartOfAccounts_ID)
CorporateGroupChartOfAccounts
entity using key fields.corporateGroupChartOfAccounts_ID
- Group Chart of Accts
Constraints: Not nullable, Maximum length: 4
CorporateGroupChartOfAccounts
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 FreeDefinedCurrency2FluentHelper getAllFreeDefinedCurrency2()
FreeDefinedCurrency2
entities.FreeDefinedCurrency2
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 FreeDefinedCurrency2ByKeyFluentHelper getFreeDefinedCurrency2ByKey(String freeDefinedCurrency2_ID)
FreeDefinedCurrency2
entity using key fields.freeDefinedCurrency2_ID
- Free Defined Crcy 2
Constraints: Not nullable, Maximum length: 5
FreeDefinedCurrency2
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 partnerProfitCenter_ID, String controllingArea)
PartnerProfitCenter
entity using key fields.partnerProfitCenter_ID
- Partner Profit Ctr.
Constraints: Not nullable, Maximum length: 10
controllingArea
- Partner Profit Ctr. (Controlling Area)
Constraints: Not nullable
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 PartnerControllingObjectClassFluentHelper getAllPartnerControllingObjectClass()
PartnerControllingObjectClass
entities.PartnerControllingObjectClass
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 PartnerControllingObjectClassByKeyFluentHelper getPartnerControllingObjectClassByKey(String partnerControllingObjectClass_ID)
PartnerControllingObjectClass
entity using key fields.partnerControllingObjectClass_ID
- Partner Object Class
Constraints: Not nullable, Maximum length: 2
PartnerControllingObjectClass
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 GLAccount_2FluentHelper getAllGLAccount_2()
GLAccount_2
entities.GLAccount_2
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 GLAccount_2ByKeyFluentHelper getGLAccount_2ByKey(String gLAccountType_ID)
GLAccount_2
entity using key fields.gLAccountType_ID
- G/L Account Type
Constraints: Not nullable, Maximum length: 10
GLAccount_2
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 AccountingDocumentCategoryFluentHelper getAllAccountingDocumentCategory()
AccountingDocumentCategory
entities.AccountingDocumentCategory
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 AccountingDocumentCategoryByKeyFluentHelper getAccountingDocumentCategoryByKey(String accountingDocumentCategory_ID)
AccountingDocumentCategory
entity using key fields.accountingDocumentCategory_ID
- Jrnl. Entry Category
Constraints: Not nullable, Maximum length: 1
AccountingDocumentCategory
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 BusinessTransactionFluentHelper getAllBusinessTransaction()
BusinessTransaction
entities.BusinessTransaction
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 BusinessTransactionByKeyFluentHelper getBusinessTransactionByKey(String businessTransactionType_ID)
BusinessTransaction
entity using key fields.businessTransactionType_ID
- Bus. Transac. Type
Constraints: Not nullable, Maximum length: 4
BusinessTransaction
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 CalendarMonthFluentHelper getAllCalendarMonth()
CalendarMonth
entities.CalendarMonth
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 CalendarMonthByKeyFluentHelper getCalendarMonthByKey(String calendarMonth_ID)
CalendarMonth
entity using key fields.calendarMonth_ID
- Calendar Month
Constraints: Not nullable, Maximum length: 2
CalendarMonth
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 CalendarQuarterFluentHelper getAllCalendarQuarter()
CalendarQuarter
entities.CalendarQuarter
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 CalendarQuarterByKeyFluentHelper getCalendarQuarterByKey(String calendarQuarter_ID)
CalendarQuarter
entity using key fields.calendarQuarter_ID
- Calendar Quarter
Constraints: Not nullable, Maximum length: 1
CalendarQuarter
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 ClearingAccountingDocumentFluentHelper getAllClearingAccountingDocument()
ClearingAccountingDocument
entities.ClearingAccountingDocument
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 ClearingAccountingDocumentByKeyFluentHelper getClearingAccountingDocumentByKey(String clearingAccountingDocument_ID, String companyCode, String fiscalYear)
ClearingAccountingDocument
entity using key fields.companyCode
- Clearing Entry (Company Code)
Constraints: Not nullable
clearingAccountingDocument_ID
- Clearing Entry
Constraints: Not nullable, Maximum length: 10
fiscalYear
- Clearing Entry (Fiscal Year)
Constraints: Not nullable
ClearingAccountingDocument
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 AccountingDocumentFluentHelper getAllAccountingDocument()
AccountingDocument
entities.AccountingDocument
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 AccountingDocumentByKeyFluentHelper getAccountingDocumentByKey(String accountingDocumentType_ID)
AccountingDocument
entity using key fields.accountingDocumentType_ID
- Journal Entry Type
Constraints: Not nullable, Maximum length: 2
AccountingDocument
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 FinancialAccountFluentHelper getAllFinancialAccount()
FinancialAccount
entities.FinancialAccount
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 FinancialAccountByKeyFluentHelper getFinancialAccountByKey(String financialAccountType_ID)
FinancialAccount
entity using key fields.financialAccountType_ID
- Account Type
Constraints: Not nullable, Maximum length: 1
FinancialAccount
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_ID)
BusinessArea
entity using key fields.businessArea_ID
- 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 OriginCostCtrActivityFluentHelper getAllOriginCostCtrActivity()
OriginCostCtrActivity
entities.OriginCostCtrActivity
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 OriginCostCtrActivityByKeyFluentHelper getOriginCostCtrActivityByKey(String originCostCtrActivityType_ID, String controllingArea)
OriginCostCtrActivity
entity using key fields.originCostCtrActivityType_ID
- OrignCostCtrActyType
Constraints: Not nullable, Maximum length: 6
controllingArea
- OrignCostCtrActyType (Controlling Area)
Constraints: Not nullable
OriginCostCtrActivity
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_ID)
ChartOfAccounts
entity using key fields.chartOfAccounts_ID
- 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 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_ID)
ControllingArea
entity using key fields.controllingArea_ID
- 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 ControllingObjectClassFluentHelper getAllControllingObjectClass()
ControllingObjectClass
entities.ControllingObjectClass
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 ControllingObjectClassByKeyFluentHelper getControllingObjectClassByKey(String controllingObjectClass_ID)
ControllingObjectClass
entity using key fields.controllingObjectClass_ID
- Object Class
Constraints: Not nullable, Maximum length: 2
ControllingObjectClass
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 partnerCostCenter_ID, String controllingArea)
PartnerCostCenter
entity using key fields.partnerCostCenter_ID
- Partner Cost Center
Constraints: Not nullable, Maximum length: 10
controllingArea
- Partner Cost Center (Controlling Area)
Constraints: Not nullable
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 DebitCreditCodeFluentHelper getAllDebitCreditCode()
DebitCreditCode
entities.DebitCreditCode
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 DebitCreditCodeByKeyFluentHelper getDebitCreditCodeByKey(String debitCreditCode_ID)
DebitCreditCode
entity using key fields.debitCreditCode_ID
- Debit/Credit Code
Constraints: Not nullable, Maximum length: 10
DebitCreditCode
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 FiscalYearVariantFluentHelper getAllFiscalYearVariant()
FiscalYearVariant
entities.FiscalYearVariant
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 FiscalYearVariantByKeyFluentHelper getFiscalYearVariantByKey(String fiscalYearVariant_ID)
FiscalYearVariant
entity using key fields.fiscalYearVariant_ID
- Fiscal Year Variant
Constraints: Not nullable, Maximum length: 2
FiscalYearVariant
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_ID)
FunctionalArea
entity using key fields.functionalArea_ID
- Functional Area
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 FiscalYearFluentHelper getAllFiscalYear()
FiscalYear
entities.FiscalYear
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 FiscalYearByKeyFluentHelper getFiscalYearByKey(String fiscalYear_ID, String companyCode)
FiscalYear
entity using key fields.companyCode
- Fiscal Year (Company Code)
Constraints: Not nullable
fiscalYear_ID
- Fiscal Year
Constraints: Not nullable, Maximum length: 4
FiscalYear
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_ID, String controllingArea)
CostCenter
entity using key fields.costCenter_ID
- Cost Center
Constraints: Not nullable, Maximum length: 10
controllingArea
- Cost Center (Controlling Area)
Constraints: Not nullable
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 IsReversalFluentHelper getAllIsReversal()
IsReversal
entities.IsReversal
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 IsReversalByKeyFluentHelper getIsReversalByKey(String isReversal_ID)
IsReversal
entity using key fields.isReversal_ID
- Is reversing
Constraints: Not nullable, Maximum length: 1
IsReversal
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 IsReversedFluentHelper getAllIsReversed()
IsReversed
entities.IsReversed
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 IsReversedByKeyFluentHelper getIsReversedByKey(String isReversed_ID)
IsReversed
entity using key fields.isReversed_ID
- Is reversed
Constraints: Not nullable, Maximum length: 1
IsReversed
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 IsSettledFluentHelper getAllIsSettled()
IsSettled
entities.@Nonnull IsSettledByKeyFluentHelper getIsSettledByKey(String isSettled_ID)
IsSettled
entity using key fields.isSettled_ID
- Is settled
Constraints: Not nullable, Maximum length: 1
IsSettled
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 IsSettlementFluentHelper getAllIsSettlement()
IsSettlement
entities.IsSettlement
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 IsSettlementByKeyFluentHelper getIsSettlementByKey(String isSettlement_ID)
IsSettlement
entity using key fields.isSettlement_ID
- Is settling
Constraints: Not nullable, Maximum length: 1
IsSettlement
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 SalesOrderFluentHelper getAllSalesOrder()
SalesOrder
entities.SalesOrder
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 SalesOrderByKeyFluentHelper getSalesOrderByKey(String salesOrder_ID)
SalesOrder
entity using key fields.salesOrder_ID
- Sales Order
Constraints: Not nullable, Maximum length: 10
SalesOrder
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 WBSElementFluentHelper getAllWBSElement()
WBSElement
entities.WBSElement
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 WBSElementByKeyFluentHelper getWBSElementByKey(String wBSElement_ID)
WBSElement
entity using key fields.wBSElement_ID
- WBS Element
Constraints: Not nullable, Maximum length: 24
WBSElement
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 HouseBankFluentHelper getAllHouseBank()
HouseBank
entities.@Nonnull HouseBankByKeyFluentHelper getHouseBankByKey(String houseBank_ID, String companyCode)
HouseBank
entity using key fields.companyCode
- House Bank (Company Code)
Constraints: Not nullable
houseBank_ID
- House Bank
Constraints: Not nullable, Maximum length: 5
HouseBank
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 InventorySpecialStockValnFluentHelper getAllInventorySpecialStockValn()
InventorySpecialStockValn
entities.InventorySpecialStockValn
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 InventorySpecialStockValnByKeyFluentHelper getInventorySpecialStockValnByKey(String inventorySpecialStockValnType_ID)
InventorySpecialStockValn
entity using key fields.inventorySpecialStockValnType_ID
- Spcl Stk Valn Type
Constraints: Not nullable, Maximum length: 10
InventorySpecialStockValn
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 MasterFixedAssetFluentHelper getAllMasterFixedAsset()
MasterFixedAsset
entities.MasterFixedAsset
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 MasterFixedAssetByKeyFluentHelper getMasterFixedAssetByKey(String masterFixedAsset_ID, String companyCode)
MasterFixedAsset
entity using key fields.companyCode
- Fixed Asset (Company Code)
Constraints: Not nullable
masterFixedAsset_ID
- Fixed Asset
Constraints: Not nullable, Maximum length: 12
MasterFixedAsset
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 PostingKeyFluentHelper getAllPostingKey()
PostingKey
entities.PostingKey
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 PostingKeyByKeyFluentHelper getPostingKeyByKey(String postingKey_ID)
PostingKey
entity using key fields.postingKey_ID
- Posting Key
Constraints: Not nullable, Maximum length: 2
PostingKey
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_ID, String controllingArea)
ProfitCenter
entity using key fields.profitCenter_ID
- Profit Center
Constraints: Not nullable, Maximum length: 10
controllingArea
- Profit Center (Controlling Area)
Constraints: Not nullable
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 SegmentFluentHelper getAllSegment()
Segment
entities.@Nonnull SegmentByKeyFluentHelper getSegmentByKey(String segment_ID)
Segment
entity
using key fields.segment_ID
- Segment
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 SpecialGLCodeFluentHelper getAllSpecialGLCode()
SpecialGLCode
entities.SpecialGLCode
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 SpecialGLCodeByKeyFluentHelper getSpecialGLCodeByKey(String specialGLCode_ID, String financialAccountType)
SpecialGLCode
entity using key fields.financialAccountType
- Special G/L (Account Type)
Constraints: Not nullable
specialGLCode_ID
- Special G/L
Constraints: Not nullable, Maximum length: 1
SpecialGLCode
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 FinancialTransactionFluentHelper getAllFinancialTransaction()
FinancialTransaction
entities.FinancialTransaction
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 FinancialTransactionByKeyFluentHelper getFinancialTransactionByKey(String financialTransactionType_ID)
FinancialTransaction
entity using key fields.financialTransactionType_ID
- Fin.Transaction Type
Constraints: Not nullable, Maximum length: 3
FinancialTransaction
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 FixedAssetFluentHelper getAllFixedAsset()
FixedAsset
entities.FixedAsset
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 FixedAssetByKeyFluentHelper getFixedAssetByKey(String fixedAsset_ID, String companyCode, String masterFixedAsset)
FixedAsset
entity using key fields.companyCode
- Asset Subnumber (Company Code)
Constraints: Not nullable
masterFixedAsset
- Asset Subnumber (Fixed Asset)
Constraints: Not nullable
fixedAsset_ID
- Asset Subnumber
Constraints: Not nullable, Maximum length: 4
FixedAsset
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 HouseBankAccountFluentHelper getAllHouseBankAccount()
HouseBankAccount
entities.HouseBankAccount
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 HouseBankAccountByKeyFluentHelper getHouseBankAccountByKey(String houseBankAccount_ID, String companyCode, String houseBank)
HouseBankAccount
entity using key fields.companyCode
- House Bank Account (Company Code)
Constraints: Not nullable
houseBankAccount_ID
- House Bank Account
Constraints: Not nullable, Maximum length: 5
houseBank
- House Bank Account (House Bank)
Constraints: Not nullable
HouseBankAccount
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 InventorySpecialStockFluentHelper getAllInventorySpecialStock()
InventorySpecialStock
entities.InventorySpecialStock
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 InventorySpecialStockByKeyFluentHelper getInventorySpecialStockByKey(String inventorySpecialStockType_ID)
InventorySpecialStock
entity using key fields.inventorySpecialStockType_ID
- Special Stock Type
Constraints: Not nullable, Maximum length: 1
InventorySpecialStock
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 AlternativeGLAccountFluentHelper getAllAlternativeGLAccount()
AlternativeGLAccount
entities.AlternativeGLAccount
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 AlternativeGLAccountByKeyFluentHelper getAlternativeGLAccountByKey(String alternativeGLAccount_ID, String countryChartOfAccounts)
AlternativeGLAccount
entity using key fields.countryChartOfAccounts
- Altern. G/L Account (Country CoA)
Constraints: Not nullable
alternativeGLAccount_ID
- Altern. G/L Account
Constraints: Not nullable, Maximum length: 10
AlternativeGLAccount
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_ID)
Material
entity
using key fields.material_ID
- 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_ID)
MaterialGroup
entity using key fields.materialGroup_ID
- Product Sold 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 PlantFluentHelper getAllPlant()
Plant
entities.@Nonnull PlantByKeyFluentHelper getPlantByKey(String plant_ID)
Plant
entity using
key fields.plant_ID
- 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 OrderCategoryFluentHelper getAllOrderCategory()
OrderCategory
entities.OrderCategory
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 OrderCategoryByKeyFluentHelper getOrderCategoryByKey(String orderCategory_ID)
OrderCategory
entity using key fields.orderCategory_ID
- Order Category
Constraints: Not nullable, Maximum length: 2
OrderCategory
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 MaterialNameFluentHelper getAllMaterialName()
MaterialName
entities.MaterialName
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 MaterialNameByKeyFluentHelper getMaterialNameByKey(String materialName_ID)
MaterialName
entity using key fields.materialName_ID
- Product
Constraints: Not nullable, Maximum length: 40
MaterialName
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 MaterialGroupNameFluentHelper getAllMaterialGroupName()
MaterialGroupName
entities.MaterialGroupName
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 MaterialGroupNameByKeyFluentHelper getMaterialGroupNameByKey(String materialGroupName_ID)
MaterialGroupName
entity using key fields.materialGroupName_ID
- Product Group
Constraints: Not nullable, Maximum length: 9
MaterialGroupName
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 ValuationAreaFluentHelper getAllValuationArea()
ValuationArea
entities.ValuationArea
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 ValuationAreaByKeyFluentHelper getValuationAreaByKey(String valuationArea_ID)
ValuationArea
entity using key fields.valuationArea_ID
- Valuation Area
Constraints: Not nullable, Maximum length: 4
ValuationArea
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_ID)
CustomerGroup
entity using key fields.customerGroup_ID
- Customer Group
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 InventorySpclStkSalesDocumentFluentHelper getAllInventorySpclStkSalesDocument()
InventorySpclStkSalesDocument
entities.InventorySpclStkSalesDocument
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 InventorySpclStkSalesDocumentByKeyFluentHelper getInventorySpclStkSalesDocumentByKey(String inventorySpclStkSalesDocument_ID)
InventorySpclStkSalesDocument
entity using key fields.inventorySpclStkSalesDocument_ID
- SD Doc of Inventory
Constraints: Not nullable, Maximum length: 10
InventorySpclStkSalesDocument
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 InventorySpclStkSalesDocItmFluentHelper getAllInventorySpclStkSalesDocItm()
InventorySpclStkSalesDocItm
entities.InventorySpclStkSalesDocItm
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 InventorySpclStkSalesDocItmByKeyFluentHelper getInventorySpclStkSalesDocItmByKey(String inventorySpclStkSalesDocItm_ID, String inventorySpclStkSalesDocument)
InventorySpclStkSalesDocItm
entity using key fields.inventorySpclStkSalesDocument
- SD Item of Inventory (SD Doc of Inventory)
Constraints: Not nullable
inventorySpclStkSalesDocItm_ID
- SD Item of Inventory
Constraints: Not nullable, Maximum length: 6
InventorySpclStkSalesDocItm
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 InventorySpclStockWBSElementFluentHelper getAllInventorySpclStockWBSElement()
InventorySpclStockWBSElement
entities.InventorySpclStockWBSElement
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 InventorySpclStockWBSElementByKeyFluentHelper getInventorySpclStockWBSElementByKey(String inventorySpclStockWBSElement_ID)
InventorySpclStockWBSElement
entity using key fields.inventorySpclStockWBSElement_ID
- WBSElem of Inventory
Constraints: Not nullable, Maximum length: 24
InventorySpclStockWBSElement
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 CalendarYearMonthFluentHelper getAllCalendarYearMonth()
CalendarYearMonth
entities.CalendarYearMonth
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 CalendarYearMonthByKeyFluentHelper getCalendarYearMonthByKey(String calendarYearMonth_ID)
CalendarYearMonth
entity using key fields.calendarYearMonth_ID
- Year Month
Constraints: Not nullable, Maximum length: 6
CalendarYearMonth
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_ID)
Customer
entity
using key fields.customer_ID
- Customer
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 SupplierFluentHelper getAllSupplier()
Supplier
entities.@Nonnull SupplierByKeyFluentHelper getSupplierByKey(String supplier_ID)
Supplier
entity
using key fields.supplier_ID
- Supplier
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 BalanceTransactionCurrencyFluentHelper getAllBalanceTransactionCurrency()
BalanceTransactionCurrency
entities.BalanceTransactionCurrency
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 BalanceTransactionCurrencyByKeyFluentHelper getBalanceTransactionCurrencyByKey(String balanceTransactionCurrency_ID)
BalanceTransactionCurrency
entity using key fields.balanceTransactionCurrency_ID
- Balance Trans Crcy
Constraints: Not nullable, Maximum length: 5
BalanceTransactionCurrency
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 IsBalanceSheetAccountFluentHelper getAllIsBalanceSheetAccount()
IsBalanceSheetAccount
entities.IsBalanceSheetAccount
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 IsBalanceSheetAccountByKeyFluentHelper getIsBalanceSheetAccountByKey(String isBalanceSheetAccount_ID)
IsBalanceSheetAccount
entity using key fields.isBalanceSheetAccount_ID
- Balance Sheet Acct
Constraints: Not nullable, Maximum length: 1
IsBalanceSheetAccount
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 ReferenceDocumentFluentHelper getAllReferenceDocument()
ReferenceDocument
entities.ReferenceDocument
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 ReferenceDocumentByKeyFluentHelper getReferenceDocumentByKey(String referenceDocumentType_ID)
ReferenceDocument
entity using key fields.referenceDocumentType_ID
- Ref. Document Type
Constraints: Not nullable, Maximum length: 5
ReferenceDocument
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 GroupFixedAssetFluentHelper getAllGroupFixedAsset()
GroupFixedAsset
entities.GroupFixedAsset
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 GroupFixedAssetByKeyFluentHelper getGroupFixedAssetByKey(String groupFixedAsset_ID, String companyCode, String groupMasterFixedAsset)
GroupFixedAsset
entity using key fields.companyCode
- Group Asset Subnmbr (Company Code)
Constraints: Not nullable
groupFixedAsset_ID
- Group Asset Subnmbr
Constraints: Not nullable, Maximum length: 4
groupMasterFixedAsset
- Group Asset Subnmbr (Group Asset)
Constraints: Not nullable
GroupFixedAsset
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 partnerSegment_ID)
PartnerSegment
entity using key fields.partnerSegment_ID
- Partner Segment
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 OperatingConcernFluentHelper getAllOperatingConcern()
OperatingConcern
entities.OperatingConcern
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 OperatingConcernByKeyFluentHelper getOperatingConcernByKey(String operatingConcern_ID)
OperatingConcern
entity using key fields.operatingConcern_ID
- Operating Concern
Constraints: Not nullable, Maximum length: 4
OperatingConcern
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 CountryChartOfAccountsFluentHelper getAllCountryChartOfAccounts()
CountryChartOfAccounts
entities.CountryChartOfAccounts
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 CountryChartOfAccountsByKeyFluentHelper getCountryChartOfAccountsByKey(String countryChartOfAccounts_ID)
CountryChartOfAccounts
entity using key fields.countryChartOfAccounts_ID
- Country CoA
Constraints: Not nullable, Maximum length: 4
CountryChartOfAccounts
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 FreeDefinedCurrency6FluentHelper getAllFreeDefinedCurrency6()
FreeDefinedCurrency6
entities.FreeDefinedCurrency6
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 FreeDefinedCurrency6ByKeyFluentHelper getFreeDefinedCurrency6ByKey(String freeDefinedCurrency6_ID)
FreeDefinedCurrency6
entity using key fields.freeDefinedCurrency6_ID
- Free Defined Crcy 6
Constraints: Not nullable, Maximum length: 5
FreeDefinedCurrency6
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 transactionCurrency_ID)
TransactionCurrency
entity using key fields.transactionCurrency_ID
- Transaction Currency
Constraints: Not nullable, Maximum length: 5
TransactionCurrency
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 SalesDocumentFluentHelper getAllSalesDocument()
SalesDocument
entities.SalesDocument
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 SalesDocumentByKeyFluentHelper getSalesDocumentByKey(String salesDocument_ID)
SalesDocument
entity using key fields.salesDocument_ID
- Sales Document
Constraints: Not nullable, Maximum length: 10
SalesDocument
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 FreeDefinedCurrency1FluentHelper getAllFreeDefinedCurrency1()
FreeDefinedCurrency1
entities.FreeDefinedCurrency1
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 FreeDefinedCurrency1ByKeyFluentHelper getFreeDefinedCurrency1ByKey(String freeDefinedCurrency1_ID)
FreeDefinedCurrency1
entity using key fields.freeDefinedCurrency1_ID
- Free Defined Crcy 1
Constraints: Not nullable, Maximum length: 5
FreeDefinedCurrency1
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 FreeDefinedCurrency3FluentHelper getAllFreeDefinedCurrency3()
FreeDefinedCurrency3
entities.FreeDefinedCurrency3
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 FreeDefinedCurrency3ByKeyFluentHelper getFreeDefinedCurrency3ByKey(String freeDefinedCurrency3_ID)
FreeDefinedCurrency3
entity using key fields.freeDefinedCurrency3_ID
- Free Defined Crcy 3
Constraints: Not nullable, Maximum length: 5
FreeDefinedCurrency3
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 AssetTransactionFluentHelper getAllAssetTransaction()
AssetTransaction
entities.AssetTransaction
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 AssetTransactionByKeyFluentHelper getAssetTransactionByKey(String assetTransactionType_ID)
AssetTransaction
entity using key fields.assetTransactionType_ID
- Ast Transaction Type
Constraints: Not nullable, Maximum length: 3
AssetTransaction
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 PurchasingDocumentFluentHelper getAllPurchasingDocument()
PurchasingDocument
entities.PurchasingDocument
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 PurchasingDocumentByKeyFluentHelper getPurchasingDocumentByKey(String purchasingDocument_ID)
PurchasingDocument
entity using key fields.purchasingDocument_ID
- Purchasing Document
Constraints: Not nullable, Maximum length: 10
PurchasingDocument
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 EliminationProfitCenterFluentHelper getAllEliminationProfitCenter()
EliminationProfitCenter
entities.EliminationProfitCenter
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 EliminationProfitCenterByKeyFluentHelper getEliminationProfitCenterByKey(String eliminationProfitCenter_ID, String controllingArea)
EliminationProfitCenter
entity using key fields.eliminationProfitCenter_ID
- Elimination PrCtr
Constraints: Not nullable, Maximum length: 10
controllingArea
- Elimination PrCtr (Controlling Area)
Constraints: Not nullable
EliminationProfitCenter
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 GlobalCurrencyFluentHelper getAllGlobalCurrency()
GlobalCurrency
entities.GlobalCurrency
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 GlobalCurrencyByKeyFluentHelper getGlobalCurrencyByKey(String globalCurrency_ID)
GlobalCurrency
entity using key fields.globalCurrency_ID
- Global Currency
Constraints: Not nullable, Maximum length: 5
GlobalCurrency
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 PredecessorReferenceDocFluentHelper getAllPredecessorReferenceDoc()
PredecessorReferenceDoc
entities.PredecessorReferenceDoc
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 PredecessorReferenceDocByKeyFluentHelper getPredecessorReferenceDocByKey(String predecessorReferenceDocType_ID)
PredecessorReferenceDoc
entity using key fields.predecessorReferenceDocType_ID
- Preced. RefTransact
Constraints: Not nullable, Maximum length: 5
PredecessorReferenceDoc
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 OffsettingAccountFluentHelper getAllOffsettingAccount()
OffsettingAccount
entities.OffsettingAccount
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 OffsettingAccountByKeyFluentHelper getOffsettingAccountByKey(String offsettingAccount_ID, String offsettingAccountType)
OffsettingAccount
entity using key fields.offsettingAccount_ID
- Offsetting Account
Constraints: Not nullable, Maximum length: 10
offsettingAccountType
- Offsetting Account (Offst.Acct Type)
Constraints: Not nullable
OffsettingAccount
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 FreeDefinedCurrency4FluentHelper getAllFreeDefinedCurrency4()
FreeDefinedCurrency4
entities.FreeDefinedCurrency4
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 FreeDefinedCurrency4ByKeyFluentHelper getFreeDefinedCurrency4ByKey(String freeDefinedCurrency4_ID)
FreeDefinedCurrency4
entity using key fields.freeDefinedCurrency4_ID
- Free Defined Crcy 4
Constraints: Not nullable, Maximum length: 5
FreeDefinedCurrency4
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 LineItemIsCompletedFluentHelper getAllLineItemIsCompleted()
LineItemIsCompleted
entities.LineItemIsCompleted
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 LineItemIsCompletedByKeyFluentHelper getLineItemIsCompletedByKey(String lineItemIsCompleted_ID)
LineItemIsCompleted
entity using key fields.lineItemIsCompleted_ID
- LineItm Is Completed
Constraints: Not nullable, Maximum length: 1
LineItemIsCompleted
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 InventorySpecialStockSupplierFluentHelper getAllInventorySpecialStockSupplier()
InventorySpecialStockSupplier
entities.InventorySpecialStockSupplier
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 InventorySpecialStockSupplierByKeyFluentHelper getInventorySpecialStockSupplierByKey(String inventorySpecialStockSupplier_ID)
InventorySpecialStockSupplier
entity using key fields.inventorySpecialStockSupplier_ID
- Supplier of Inv.
Constraints: Not nullable, Maximum length: 10
InventorySpecialStockSupplier
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 LogicalSystemFluentHelper getAllLogicalSystem()
LogicalSystem
entities.LogicalSystem
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 LogicalSystemByKeyFluentHelper getLogicalSystemByKey(String logicalSystem_ID)
LogicalSystem
entity using key fields.logicalSystem_ID
- Logical System
Constraints: Not nullable, Maximum length: 10
LogicalSystem
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 GroupMasterFixedAssetFluentHelper getAllGroupMasterFixedAsset()
GroupMasterFixedAsset
entities.GroupMasterFixedAsset
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 GroupMasterFixedAssetByKeyFluentHelper getGroupMasterFixedAssetByKey(String groupMasterFixedAsset_ID, String companyCode)
GroupMasterFixedAsset
entity using key fields.companyCode
- Group Asset (Company Code)
Constraints: Not nullable
groupMasterFixedAsset_ID
- Group Asset
Constraints: Not nullable, Maximum length: 12
GroupMasterFixedAsset
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 SalesDocumentItemFluentHelper getAllSalesDocumentItem()
SalesDocumentItem
entities.SalesDocumentItem
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 SalesDocumentItemByKeyFluentHelper getSalesDocumentItemByKey(String salesDocumentItem_ID, String salesDocument)
SalesDocumentItem
entity using key fields.salesDocument
- Sales Document Item (Sales Document)
Constraints: Not nullable
salesDocumentItem_ID
- Sales Document Item
Constraints: Not nullable, Maximum length: 6
SalesDocumentItem
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 PartnerOrderCategoryFluentHelper getAllPartnerOrderCategory()
PartnerOrderCategory
entities.PartnerOrderCategory
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 PartnerOrderCategoryByKeyFluentHelper getPartnerOrderCategoryByKey(String partnerOrderCategory_ID)
PartnerOrderCategory
entity using key fields.partnerOrderCategory_ID
- Partner Order Cat.
Constraints: Not nullable, Maximum length: 2
PartnerOrderCategory
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 partnerBusinessArea_ID)
PartnerBusinessArea
entity using key fields.partnerBusinessArea_ID
- Partner Bus. 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 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 partnerFunctionalArea_ID)
PartnerFunctionalArea
entity using key fields.partnerFunctionalArea_ID
- Partner Func. Area
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 OriginCostCenterFluentHelper getAllOriginCostCenter()
OriginCostCenter
entities.OriginCostCenter
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 OriginCostCenterByKeyFluentHelper getOriginCostCenterByKey(String originCostCenter_ID, String controllingArea)
OriginCostCenter
entity using key fields.originCostCenter_ID
- Origin CCtr
Constraints: Not nullable, Maximum length: 10
controllingArea
- Origin CCtr (Controlling Area)
Constraints: Not nullable
OriginCostCenter
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 FreeDefinedCurrency5FluentHelper getAllFreeDefinedCurrency5()
FreeDefinedCurrency5
entities.FreeDefinedCurrency5
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 FreeDefinedCurrency5ByKeyFluentHelper getFreeDefinedCurrency5ByKey(String freeDefinedCurrency5_ID)
FreeDefinedCurrency5
entity using key fields.freeDefinedCurrency5_ID
- Free Defined Crcy 5
Constraints: Not nullable, Maximum length: 5
FreeDefinedCurrency5
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 CompanyCodeCurrencyFluentHelper getAllCompanyCodeCurrency()
CompanyCodeCurrency
entities.CompanyCodeCurrency
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 CompanyCodeCurrencyByKeyFluentHelper getCompanyCodeCurrencyByKey(String companyCodeCurrency_ID)
CompanyCodeCurrency
entity using key fields.companyCodeCurrency_ID
- Company Code Crcy
Constraints: Not nullable, Maximum length: 5
CompanyCodeCurrency
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 OriginObjectFluentHelper getAllOriginObject()
OriginObject
entities.OriginObject
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 OriginObjectByKeyFluentHelper getOriginObjectByKey(String originObjectType_ID)
OriginObject
entity using key fields.originObjectType_ID
- Origin Object Type
Constraints: Not nullable, Maximum length: 2
OriginObject
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 ControllingObjectDebitFluentHelper getAllControllingObjectDebit()
ControllingObjectDebit
entities.ControllingObjectDebit
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 ControllingObjectDebitByKeyFluentHelper getControllingObjectDebitByKey(String controllingObjectDebitType_ID)
ControllingObjectDebit
entity using key fields.controllingObjectDebitType_ID
- Debit type
Constraints: Not nullable, Maximum length: 1
ControllingObjectDebit
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 GLAccountHierarchyFluentHelper getAllGLAccountHierarchy()
GLAccountHierarchy
entities.GLAccountHierarchy
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 GLAccountHierarchyByKeyFluentHelper getGLAccountHierarchyByKey(String gLAccountHierarchy_ID, String chartOfAccounts)
GLAccountHierarchy
entity using key fields.chartOfAccounts
- G/L Account (Chart of Accounts)
Constraints: Not nullable
gLAccountHierarchy_ID
- G/L Account
Constraints: Not nullable, Maximum length: 10
GLAccountHierarchy
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 FreeDefinedCurrency7FluentHelper getAllFreeDefinedCurrency7()
FreeDefinedCurrency7
entities.FreeDefinedCurrency7
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 FreeDefinedCurrency7ByKeyFluentHelper getFreeDefinedCurrency7ByKey(String freeDefinedCurrency7_ID)
FreeDefinedCurrency7
entity using key fields.freeDefinedCurrency7_ID
- Free Defined Crcy 7
Constraints: Not nullable, Maximum length: 5
FreeDefinedCurrency7
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 PartnerCompanyCodeFluentHelper getAllPartnerCompanyCode()
PartnerCompanyCode
entities.PartnerCompanyCode
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 PartnerCompanyCodeByKeyFluentHelper getPartnerCompanyCodeByKey(String partnerCompanyCode_ID)
PartnerCompanyCode
entity using key fields.partnerCompanyCode_ID
- Partner CoCode
Constraints: Not nullable, Maximum length: 4
PartnerCompanyCode
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 SalesOrderItemFluentHelper getAllSalesOrderItem()
SalesOrderItem
entities.SalesOrderItem
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 SalesOrderItemByKeyFluentHelper getSalesOrderItemByKey(String salesOrderItem_ID, String salesOrder)
SalesOrderItem
entity using key fields.salesOrderItem_ID
- Item
Constraints: Not nullable, Maximum length: 6
salesOrder
- Item (Sales Order)
Constraints: Not nullable
SalesOrderItem
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 OffsettingAccount_2FluentHelper getAllOffsettingAccount_2()
OffsettingAccount_2
entities.OffsettingAccount_2
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 OffsettingAccount_2ByKeyFluentHelper getOffsettingAccount_2ByKey(String offsettingAccountType_ID)
OffsettingAccount_2
entity using key fields.offsettingAccountType_ID
- Offst.Acct Type
Constraints: Not nullable, Maximum length: 1
OffsettingAccount_2
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 PartnerSalesDocumentItemFluentHelper getAllPartnerSalesDocumentItem()
PartnerSalesDocumentItem
entities.PartnerSalesDocumentItem
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 PartnerSalesDocumentItemByKeyFluentHelper getPartnerSalesDocumentItemByKey(String partnerSalesDocumentItem_ID, String partnerSalesDocument)
PartnerSalesDocumentItem
entity using key fields.partnerSalesDocumentItem_ID
- Part. Sales Doc. Itm
Constraints: Not nullable, Maximum length: 6
partnerSalesDocument
- Part. Sales Doc. Itm (Partner Sales Doc.)
Constraints: Not nullable
PartnerSalesDocumentItem
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 InventoryValuationFluentHelper getAllInventoryValuation()
InventoryValuation
entities.InventoryValuation
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 InventoryValuationByKeyFluentHelper getInventoryValuationByKey(String inventoryValuationType_ID)
InventoryValuation
entity using key fields.inventoryValuationType_ID
- Valuation Type
Constraints: Not nullable, Maximum length: 10
InventoryValuation
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 ODataQueryAdditionalMetadataFluentHelper getAllODataQueryAdditionalMetadata()
ODataQueryAdditionalMetadata
entities.ODataQueryAdditionalMetadata
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 ODataQueryAdditionalMetadataByKeyFluentHelper getODataQueryAdditionalMetadataByKey(String oDataQueryMetadata)
ODataQueryAdditionalMetadata
entity using key fields.oDataQueryMetadata
- ODataQueryAdditionalMetadata
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 TRIALBALANCEResultByKeyFluentHelper getTRIALBALANCEResultByKey(String iD)
TRIALBALANCEResult
entity using key fields.iD
- TRIALBALANCEResult
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 TRIALBALANCEParametersByKeyFluentHelper getTRIALBALANCEParametersByKey(LocalDateTime p_FromPostingDate, LocalDateTime p_ToPostingDate)
TRIALBALANCEParameters
entity using key fields.p_ToPostingDate
- Posting Date To
Constraints: Not nullable, Precision: 0
p_FromPostingDate
- Posting Date From
Constraints: Not nullable, Precision: 0
TRIALBALANCEParameters
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.Copyright © 2021 SAP SE. All rights reserved.