Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.bapi.structures | |
com.sap.cloud.sdk.s4hana.datamodel.bapi.types |
Modifier and Type | Method and Description |
---|---|
CurrentInsurableValue |
FixedAssetInsurance.getCurInsValue()
Field name: CUR_INS_VALUE
Type element: BAPI1022_VSWRT
Domain name: BAPICURR
Internal type: DEC
Description: Current insurable value
Max length: 12
|
CurrentInsurableValue |
FixedAssetGetlistInsurance.getCurInsValue()
Field name: CUR_INS_VALUE
Type element: BAPI1022_VSWRT
Domain name: BAPICURR
Internal type: DEC
Description: Current insurable value
Max length: 12
|
Modifier and Type | Method and Description |
---|---|
FixedAssetInsurance.FixedAssetInsuranceBuilder |
FixedAssetInsurance.FixedAssetInsuranceBuilder.curInsValue(CurrentInsurableValue curInsValue) |
FixedAssetGetlistInsurance.FixedAssetGetlistInsuranceBuilder |
FixedAssetGetlistInsurance.FixedAssetGetlistInsuranceBuilder.curInsValue(CurrentInsurableValue curInsValue) |
void |
FixedAssetInsurance.setCurInsValue(CurrentInsurableValue curInsValue)
Field name: CUR_INS_VALUE
Type element: BAPI1022_VSWRT
Domain name: BAPICURR
Internal type: DEC
Description: Current insurable value
Max length: 12
|
void |
FixedAssetGetlistInsurance.setCurInsValue(CurrentInsurableValue curInsValue)
Field name: CUR_INS_VALUE
Type element: BAPI1022_VSWRT
Domain name: BAPICURR
Internal type: DEC
Description: Current insurable value
Max length: 12
|
Modifier and Type | Method and Description |
---|---|
static CurrentInsurableValue |
CurrentInsurableValue.of(BigDecimal value) |
static CurrentInsurableValue |
CurrentInsurableValue.of(double value) |
static CurrentInsurableValue |
CurrentInsurableValue.of(float value) |
static CurrentInsurableValue |
CurrentInsurableValue.of(String value) |
Modifier and Type | Method and Description |
---|---|
Class<CurrentInsurableValue> |
CurrentInsurableValue.getType() |
Copyright © 2018 SAP SE. All rights reserved.