public class FixedAssetNetWorthValuation extends Object
Structure: BAPI1022_FEGLG006
Modifier and Type | Class and Description |
---|---|
static class |
FixedAssetNetWorthValuation.FixedAssetNetWorthValuationBuilder |
Modifier and Type | Method and Description |
---|---|
static FixedAssetNetWorthValuation.FixedAssetNetWorthValuationBuilder |
builder() |
boolean |
equals(Object o) |
PropertyClassificationKey |
getClassKey()
Field name: CLASS_KEY
Type element: BF_VMGLI
Domain name: BF_VMGLI
Internal type: CHAR
Description: Property classification key
Max length: 4
|
CurrencyKey |
getCurrency()
Field name: CURRENCY
Type element: WAERS
Domain name: WAERS
Internal type: CUKY
Description: Currency Key
Max length: 5
|
IsoCodeCurrency |
getCurrencyIso()
Field name: CURRENCY_ISO
Type element: WAERS_ISO
Domain name: ISOCD
Internal type: CHAR
Description: ISO code currency
Max length: 3
|
ManualNetWorthTaxValue |
getManPropVal()
Field name: MAN_PROP_VAL
Type element: BF_WRTMA
Domain name: BAPICURR
Internal type: DEC
Description: Manual net worth tax value
Max length: 12
|
ErpBoolean |
getManPropValInd()
Field name: MAN_PROP_VAL_IND
Type element: BF_XVRMW
Domain name: BF_XFELD
Internal type: CHAR
Description: Manual net worth tax value
Max length: 1
|
ReasonForManualValuationOfNetAssets |
getManPropValReason()
Field name: MAN_PROP_VAL_REASON
Type element: BF_GRUND
Domain name: BF_GRUND
Internal type: CHAR
Description: Reason for manual valuation of net assets
Max length: 3
|
PropertyIndicator |
getPropInd()
Field name: PROP_IND
Type element: BF_EIGKZ
Domain name: BF_EIGKZ
Internal type: CHAR
Description: Property Indicator
Max length: 1
|
int |
hashCode() |
void |
setClassKey(PropertyClassificationKey classKey)
Field name: CLASS_KEY
Type element: BF_VMGLI
Domain name: BF_VMGLI
Internal type: CHAR
Description: Property classification key
Max length: 4
|
void |
setCurrency(CurrencyKey currency)
Field name: CURRENCY
Type element: WAERS
Domain name: WAERS
Internal type: CUKY
Description: Currency Key
Max length: 5
|
void |
setCurrencyIso(IsoCodeCurrency currencyIso)
Field name: CURRENCY_ISO
Type element: WAERS_ISO
Domain name: ISOCD
Internal type: CHAR
Description: ISO code currency
Max length: 3
|
void |
setManPropVal(ManualNetWorthTaxValue manPropVal)
Field name: MAN_PROP_VAL
Type element: BF_WRTMA
Domain name: BAPICURR
Internal type: DEC
Description: Manual net worth tax value
Max length: 12
|
void |
setManPropValInd(ErpBoolean manPropValInd)
Field name: MAN_PROP_VAL_IND
Type element: BF_XVRMW
Domain name: BF_XFELD
Internal type: CHAR
Description: Manual net worth tax value
Max length: 1
|
void |
setManPropValReason(ReasonForManualValuationOfNetAssets manPropValReason)
Field name: MAN_PROP_VAL_REASON
Type element: BF_GRUND
Domain name: BF_GRUND
Internal type: CHAR
Description: Reason for manual valuation of net assets
Max length: 3
|
void |
setPropInd(PropertyIndicator propInd)
Field name: PROP_IND
Type element: BF_EIGKZ
Domain name: BF_EIGKZ
Internal type: CHAR
Description: Property Indicator
Max length: 1
|
String |
toString() |
void |
validate() |
public void validate() throws IllegalArgumentException
IllegalArgumentException
public static FixedAssetNetWorthValuation.FixedAssetNetWorthValuationBuilder builder()
@Nullable public PropertyClassificationKey getClassKey()
Type element: BF_VMGLI Domain name: BF_VMGLI Internal type: CHAR Description: Property classification key Max length: 4
@Nullable public CurrencyKey getCurrency()
Type element: WAERS Domain name: WAERS Internal type: CUKY Description: Currency Key Max length: 5
@Nullable public IsoCodeCurrency getCurrencyIso()
Type element: WAERS_ISO Domain name: ISOCD Internal type: CHAR Description: ISO code currency Max length: 3
@Nullable public ManualNetWorthTaxValue getManPropVal()
Type element: BF_WRTMA Domain name: BAPICURR Internal type: DEC Description: Manual net worth tax value Max length: 12
@Nullable public ErpBoolean getManPropValInd()
Type element: BF_XVRMW Domain name: BF_XFELD Internal type: CHAR Description: Manual net worth tax value Max length: 1
@Nullable public ReasonForManualValuationOfNetAssets getManPropValReason()
Type element: BF_GRUND Domain name: BF_GRUND Internal type: CHAR Description: Reason for manual valuation of net assets Max length: 3
@Nullable public PropertyIndicator getPropInd()
Type element: BF_EIGKZ Domain name: BF_EIGKZ Internal type: CHAR Description: Property Indicator Max length: 1
public void setClassKey(@Nullable PropertyClassificationKey classKey)
Type element: BF_VMGLI Domain name: BF_VMGLI Internal type: CHAR Description: Property classification key Max length: 4
public void setCurrency(@Nullable CurrencyKey currency)
Type element: WAERS Domain name: WAERS Internal type: CUKY Description: Currency Key Max length: 5
public void setCurrencyIso(@Nullable IsoCodeCurrency currencyIso)
Type element: WAERS_ISO Domain name: ISOCD Internal type: CHAR Description: ISO code currency Max length: 3
public void setManPropVal(@Nullable ManualNetWorthTaxValue manPropVal)
Type element: BF_WRTMA Domain name: BAPICURR Internal type: DEC Description: Manual net worth tax value Max length: 12
public void setManPropValInd(@Nullable ErpBoolean manPropValInd)
Type element: BF_XVRMW Domain name: BF_XFELD Internal type: CHAR Description: Manual net worth tax value Max length: 1
public void setManPropValReason(@Nullable ReasonForManualValuationOfNetAssets manPropValReason)
Type element: BF_GRUND Domain name: BF_GRUND Internal type: CHAR Description: Reason for manual valuation of net assets Max length: 3
public void setPropInd(@Nullable PropertyIndicator propInd)
Type element: BF_EIGKZ Domain name: BF_EIGKZ Internal type: CHAR Description: Property Indicator Max length: 1
Copyright © 2018 SAP SE. All rights reserved.