public static final class ProfitCenterText.ProfitCenterTextBuilder extends Object
Modifier and Type | Method and Description |
---|---|
ProfitCenterText |
build() |
ProfitCenterText.ProfitCenterTextBuilder |
cnsldtnProfitCenter(ProfitCenter value)
Navigation property to_CnsldtnProfitCenter for ProfitCenterText to single ProfitCenter.
|
ProfitCenterText.ProfitCenterTextBuilder |
controllingArea(String controllingArea)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
ProfitCenterText.ProfitCenterTextBuilder |
language(String language)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
ProfitCenterText.ProfitCenterTextBuilder |
profitCenter(String profitCenter)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
ProfitCenterText.ProfitCenterTextBuilder |
profitCenterText(String profitCenterText)
Constraints: Not nullable, Maximum length: 20
|
String |
toString() |
@Nonnull public ProfitCenterText.ProfitCenterTextBuilder cnsldtnProfitCenter(ProfitCenter value)
value
- The ProfitCenter to build this ProfitCenterText with.public ProfitCenterText.ProfitCenterTextBuilder 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 ProfitCenterText.ProfitCenterTextBuilder profitCenter(@Nullable String profitCenter)
Original property name from the Odata EDM: ProfitCenter
public ProfitCenterText.ProfitCenterTextBuilder controllingArea(@Nullable String controllingArea)
Original property name from the Odata EDM: ControllingArea
The controlling area is the highest organizational unit in Controlling.Whether controlling area and company code are in a 1:1 relationship or a 1:n relationship, the number of posting periods in both controlling area and company code(s) must be identical. However, special periods may vary.
public ProfitCenterText.ProfitCenterTextBuilder profitCenterText(@Nullable String profitCenterText)
Original property name from the Odata EDM: ProfitCenterText
public ProfitCenterText build()
Copyright © 2019 SAP SE. All rights reserved.