public static final class GLAccountText.GLAccountTextBuilder extends Object
Modifier and Type | Method and Description |
---|---|
GLAccountText |
build() |
GLAccountText.GLAccountTextBuilder |
chartOfAccounts(String chartOfAccounts)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
GLAccountText.GLAccountTextBuilder |
gLAccount(String gLAccount)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
GLAccountText.GLAccountTextBuilder |
glAccountInChartOfAccounts(GLAccountInChartOfAccounts value)
Navigation property to_GLAccountInChartOfAccounts for GLAccountText to single
GLAccountInChartOfAccounts.
|
GLAccountText.GLAccountTextBuilder |
gLAccountLongName(String gLAccountLongName)
Constraints: Not nullable, Maximum length: 50
|
GLAccountText.GLAccountTextBuilder |
gLAccountName(String gLAccountName)
Constraints: Not nullable, Maximum length: 20
|
GLAccountText.GLAccountTextBuilder |
language(String language)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
GLAccountText.GLAccountTextBuilder |
lastChangeDateTime(ZonedDateTime lastChangeDateTime)
Constraints: Not nullable, Precision: 0
|
String |
toString() |
@Nonnull public GLAccountText.GLAccountTextBuilder glAccountInChartOfAccounts(GLAccountInChartOfAccounts value)
value
- The GLAccountInChartOfAccounts to build this GLAccountText with.public GLAccountText.GLAccountTextBuilder chartOfAccounts(@Nullable String chartOfAccounts)
Original property name from the Odata EDM: ChartOfAccounts
public GLAccountText.GLAccountTextBuilder gLAccount(@Nullable String gLAccount)
Original property name from the Odata EDM: GLAccount
public GLAccountText.GLAccountTextBuilder language(@Nullable String language)
Original property name from the Odata EDM: Language
- the language in which texts are displayed,- the language in which you enter texts,- the language in which the system prints texts.
public GLAccountText.GLAccountTextBuilder gLAccountName(@Nullable String gLAccountName)
Original property name from the Odata EDM: GLAccountName
for the long text.public GLAccountText.GLAccountTextBuilder gLAccountLongName(@Nullable String gLAccountLongName)
Original property name from the Odata EDM: GLAccountLongName
displays and evaluations.public GLAccountText.GLAccountTextBuilder lastChangeDateTime(@Nullable ZonedDateTime lastChangeDateTime)
Original property name from the Odata EDM: LastChangeDateTime
To normalize local times in a UTC time stamp and make them comparable, they must be converted using their time
zone and the ABAP command convert.Although the time zone for the conversion can be fetched from customizing or
master data, you should save it redundantly.The internal structure of the UTC time stamp is logically divided
into a date and time part in packed number format
public GLAccountText build()
Copyright © 2019 SAP SE. All rights reserved.