Modifier and Type | Method and Description |
---|---|
Ledger |
build() |
Ledger.LedgerBuilder |
isLeadingLedger(Boolean isLeadingLedger)
Constraints: none
|
Ledger.LedgerBuilder |
ledger(String ledger)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
Ledger.LedgerBuilder |
ledgerApplication(String ledgerApplication)
Constraints: Not nullable, Maximum length: 2
|
Ledger.LedgerBuilder |
ledgerSubApplication(String ledgerSubApplication)
Constraints: Not nullable, Maximum length: 3
|
Ledger.LedgerBuilder |
text(LedgerText... value)
Navigation property to_Text for Ledger to multiple LedgerText.
|
String |
toString() |
@Nonnull public Ledger.LedgerBuilder text(LedgerText... value)
value
- The LedgerTexts to build this Ledger with.public Ledger.LedgerBuilder ledger(@Nullable String ledger)
Original property name from the Odata EDM: Ledger
this
.public Ledger.LedgerBuilder isLeadingLedger(@Nullable Boolean isLeadingLedger)
Original property name from the Odata EDM: IsLeadingLedger
You must designate one of your ledgers as the leading ledger. However, it is not possible to designate more than one ledger as the leading ledger.Caution:As soon as the leading ledger contains transaction data, the Leading indicator can no longer be deselected.
this
.public Ledger.LedgerBuilder ledgerApplication(@Nullable String ledgerApplication)
Original property name from the Odata EDM: LedgerApplication
this
.public Ledger.LedgerBuilder ledgerSubApplication(@Nullable String ledgerSubApplication)
Original property name from the Odata EDM: LedgerSubApplication
this
.public Ledger build()
Copyright © 2020 SAP SE. All rights reserved.