public static final class GLAccountHier.GLAccountHierBuilder extends Object
Modifier and Type | Method and Description |
---|---|
GLAccountHier.GLAccountHierBuilder |
additionalMasterDataHierarchy(String additionalMasterDataHierarchy)
(Key Field) Constraints: Not nullable, Maximum length: 40
|
GLAccountHier |
build() |
GLAccountHier.GLAccountHierBuilder |
chartOfAccounts(String chartOfAccounts)
Constraints: Not nullable, Maximum length: 4
|
GLAccountHier.GLAccountHierBuilder |
cnsldtnGLAccount(GLAccount value)
Navigation property to_CnsldtnGLAccount for GLAccountHier to single GLAccount.
|
GLAccountHier.GLAccountHierBuilder |
cnsldtnGLAccountHierT(GLAccountHierText... value)
Navigation property to_CnsldtnGLAccountHierT for GLAccountHier to multiple
GLAccountHierText.
|
GLAccountHier.GLAccountHierBuilder |
gLAccount_Text(String gLAccount_Text)
Constraints: Not nullable, Maximum length: 20
|
GLAccountHier.GLAccountHierBuilder |
gLAccount(String gLAccount)
Constraints: Not nullable, Maximum length: 10
|
GLAccountHier.GLAccountHierBuilder |
hierarchyNode_Text(String hierarchyNode_Text)
Constraints: Not nullable, Maximum length: 50
|
GLAccountHier.GLAccountHierBuilder |
hierarchyNode(String hierarchyNode)
(Key Field) Constraints: Not nullable, Maximum length: 40
|
GLAccountHier.GLAccountHierBuilder |
hierarchyNodeLevel(String hierarchyNodeLevel)
Constraints: Not nullable, Maximum length: 6
|
GLAccountHier.GLAccountHierBuilder |
hierarchyVersion(String hierarchyVersion)
Constraints: Not nullable, Maximum length: 15
|
GLAccountHier.GLAccountHierBuilder |
nodeType(String nodeType)
Constraints: Not nullable, Maximum length: 1
|
GLAccountHier.GLAccountHierBuilder |
parentNode(String parentNode)
Constraints: Not nullable, Maximum length: 40
|
GLAccountHier.GLAccountHierBuilder |
sequenceNumber(String sequenceNumber)
Constraints: Not nullable, Maximum length: 46
|
String |
toString() |
GLAccountHier.GLAccountHierBuilder |
validityEndDate(LocalDateTime validityEndDate)
(Key Field) Constraints: Not nullable, Precision: 0
|
GLAccountHier.GLAccountHierBuilder |
validityStartDate(LocalDateTime validityStartDate)
Constraints: Not nullable, Precision: 0
|
@Nonnull public GLAccountHier.GLAccountHierBuilder cnsldtnGLAccount(GLAccount value)
value
- The GLAccount to build this GLAccountHier with.@Nonnull public GLAccountHier.GLAccountHierBuilder cnsldtnGLAccountHierT(GLAccountHierText... value)
value
- The GLAccountHierTexts to build this GLAccountHier with.public GLAccountHier.GLAccountHierBuilder additionalMasterDataHierarchy(@Nullable String additionalMasterDataHierarchy)
Original property name from the Odata EDM: AdditionalMasterDataHierarchy
public GLAccountHier.GLAccountHierBuilder hierarchyNode(@Nullable String hierarchyNode)
Original property name from the Odata EDM: HierarchyNode
public GLAccountHier.GLAccountHierBuilder hierarchyNode_Text(@Nullable String hierarchyNode_Text)
Original property name from the Odata EDM: HierarchyNode_Text
public GLAccountHier.GLAccountHierBuilder validityEndDate(@Nullable LocalDateTime validityEndDate)
Original property name from the Odata EDM: ValidityEndDate
public GLAccountHier.GLAccountHierBuilder parentNode(@Nullable String parentNode)
Original property name from the Odata EDM: ParentNode
public GLAccountHier.GLAccountHierBuilder hierarchyVersion(@Nullable String hierarchyVersion)
Original property name from the Odata EDM: HierarchyVersion
public GLAccountHier.GLAccountHierBuilder validityStartDate(@Nullable LocalDateTime validityStartDate)
Original property name from the Odata EDM: ValidityStartDate
public GLAccountHier.GLAccountHierBuilder chartOfAccounts(@Nullable String chartOfAccounts)
Original property name from the Odata EDM: ChartOfAccounts
public GLAccountHier.GLAccountHierBuilder gLAccount(@Nullable String gLAccount)
Original property name from the Odata EDM: GLAccount
Note the following:If no data submit request has been raised for this period, the value in this column is 'FirstRaise’ (if currency translation is in BPC). If currency translation is being done in S/4HANA, it is ‘NeedRaise’.If a data submit request has already been raised for this period, this column contains the account numbers of the new documents posted in the universal journal, table ACDOCA, after the last data submit request date (if currency translation is in BPC).The column is always ‘NeedRaise’ if new data has been posted to the consolidation journal ACDOCC after the last data submit request date and time (if currency translation is in S/4HANA).
public GLAccountHier.GLAccountHierBuilder gLAccount_Text(@Nullable String gLAccount_Text)
Original property name from the Odata EDM: GLAccount_Text
for the long text.public GLAccountHier.GLAccountHierBuilder sequenceNumber(@Nullable String sequenceNumber)
Original property name from the Odata EDM: SequenceNumber
public GLAccountHier.GLAccountHierBuilder hierarchyNodeLevel(@Nullable String hierarchyNodeLevel)
Original property name from the Odata EDM: HierarchyNodeLevel
public GLAccountHier.GLAccountHierBuilder nodeType(@Nullable String nodeType)
Original property name from the Odata EDM: NodeType
public GLAccountHier build()
Copyright © 2019 SAP SE. All rights reserved.