public class CurrencyType extends StringBasedErpType<CurrencyType>
Domain: CURTP Length: 2 Type: CHAR Decimals: 0
StringBasedErpType.CharCasing, StringBasedErpType.FillCharStrategy
Modifier and Type | Field and Description |
---|---|
static CurrencyType |
CompanyCodeCurrency
Company code currency
|
static CurrencyType |
CompanyCodeCurrencyGroupValuation
Company code currency, group valuation
|
static CurrencyType |
CompanyCodeCurrencyProfitCenterValuation
Company code currency, profit center valuation
|
static CurrencyType |
ConsolidationUnitCurrency
Consolidation unit currency
|
static CurrencyType |
ConsolidationUnitCurrencyGroupValuation
Consolidation unit currency, group valuation
|
static CurrencyType |
ConsolidationUnitCurrencyProfitCenterValuation
Consolidation unit currency, profit center valuation
|
static CurrencyType |
ControllingAreaCurrency
Controlling area currency
|
static CurrencyType |
ControllingObjectCurrency
Controlling object currency
|
static CurrencyType |
ControllingObjectCurrencyGroupValuation
Controlling object currency, group valuation
|
static CurrencyType |
ControllingObjectCurrencyProfitCenterValuation
Controlling object currency, profit center valuation
|
static CurrencyType |
DocumentCurrency
Document currency
|
static CurrencyType |
FinancialManagementAreaCurrency
Financial management area currency
|
static CurrencyType |
GlobalCompanyCurrency
Global company currency
|
static CurrencyType |
GroupCurrency
Group currency
|
static CurrencyType |
GroupCurrencyGroupValuation
Group currency, group valuation
|
static CurrencyType |
GroupCurrencyProfitCenterValuation
Group currency, profit center valuation
|
static CurrencyType |
HardCurrency
Hard currency
|
static CurrencyType |
IndexBasedCurrency
Index-based currency
|
static CurrencyType |
LedgerCurrency
Ledger currency
|
static CurrencyType |
LedgerCurrencyGroupValuation
Ledger currency, group valuation
|
static CurrencyType |
LedgerCurrencyProfitCenterValuation
Ledger currency, profit center valuation
|
static CurrencyType |
OperatingConcernCurrency
Operating concern currency
|
static CurrencyType |
OperatingConcernCurrencyProfitCenterValuation
Operating concern currency, profit center valuation
|
static CurrencyType |
ProfitCenterAccountingCurrencyProfitCenterValuation
Profit center accounting currency, profit center valuation
|
static CurrencyType |
ProfitCenterInvoiceCurrency
Profit center invoice currency
|
Constructor and Description |
---|
CurrencyType(String value) |
Modifier and Type | Method and Description |
---|---|
StringBasedErpType.FillCharStrategy |
getFillCharStrategy() |
int |
getMaxLength() |
Class<CurrencyType> |
getType() |
ErpTypeConverter<CurrencyType> |
getTypeConverter() |
compareTo, equals, getFillChar, getKeyAsString, getValue, hashCode, isDefault, isEmpty, toString, toString, transformToString, transformToType
public static final CurrencyType DocumentCurrency
public static final CurrencyType CompanyCodeCurrency
public static final CurrencyType CompanyCodeCurrencyGroupValuation
public static final CurrencyType CompanyCodeCurrencyProfitCenterValuation
public static final CurrencyType ControllingAreaCurrency
public static final CurrencyType GroupCurrency
public static final CurrencyType GroupCurrencyGroupValuation
public static final CurrencyType GroupCurrencyProfitCenterValuation
public static final CurrencyType HardCurrency
public static final CurrencyType IndexBasedCurrency
public static final CurrencyType GlobalCompanyCurrency
public static final CurrencyType ControllingObjectCurrency
public static final CurrencyType ControllingObjectCurrencyGroupValuation
public static final CurrencyType ControllingObjectCurrencyProfitCenterValuation
public static final CurrencyType LedgerCurrency
public static final CurrencyType LedgerCurrencyGroupValuation
public static final CurrencyType LedgerCurrencyProfitCenterValuation
public static final CurrencyType ProfitCenterInvoiceCurrency
public static final CurrencyType ProfitCenterAccountingCurrencyProfitCenterValuation
public static final CurrencyType FinancialManagementAreaCurrency
public static final CurrencyType OperatingConcernCurrency
public static final CurrencyType OperatingConcernCurrencyProfitCenterValuation
public static final CurrencyType ConsolidationUnitCurrency
public static final CurrencyType ConsolidationUnitCurrencyGroupValuation
public static final CurrencyType ConsolidationUnitCurrencyProfitCenterValuation
public CurrencyType(String value)
public ErpTypeConverter<CurrencyType> getTypeConverter()
public Class<CurrencyType> getType()
getType
in class StringBasedErpType<CurrencyType>
public int getMaxLength()
getMaxLength
in class StringBasedErpType<CurrencyType>
public StringBasedErpType.FillCharStrategy getFillCharStrategy()
getFillCharStrategy
in class StringBasedErpType<CurrencyType>
Copyright © 2018 SAP SE. All rights reserved.