Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.bapi.structures | |
com.sap.cloud.sdk.s4hana.datamodel.bapi.types |
Modifier and Type | Method and Description |
---|---|
AmountInPaymentCurrency16 |
CustomerItem.getPymtAmtLong()
Field name: PYMT_AMT_LONG
Type element: ACPI_PYAMT_31
Domain name: BAPICUREXT31
Internal type: DEC
Description: Amount in Payment Currency (31 digits)
Max length: 16
|
AmountInPaymentCurrency16 |
VendorItem.getPymtAmtLong()
Field name: PYMT_AMT_LONG
Type element: ACPI_PYAMT_31
Domain name: BAPICUREXT31
Internal type: DEC
Description: Amount in Payment Currency (31 digits)
Max length: 16
|
Modifier and Type | Method and Description |
---|---|
CustomerItem.CustomerItemBuilder |
CustomerItem.CustomerItemBuilder.pymtAmtLong(AmountInPaymentCurrency16 pymtAmtLong) |
VendorItem.VendorItemBuilder |
VendorItem.VendorItemBuilder.pymtAmtLong(AmountInPaymentCurrency16 pymtAmtLong) |
void |
CustomerItem.setPymtAmtLong(AmountInPaymentCurrency16 pymtAmtLong)
Field name: PYMT_AMT_LONG
Type element: ACPI_PYAMT_31
Domain name: BAPICUREXT31
Internal type: DEC
Description: Amount in Payment Currency (31 digits)
Max length: 16
|
void |
VendorItem.setPymtAmtLong(AmountInPaymentCurrency16 pymtAmtLong)
Field name: PYMT_AMT_LONG
Type element: ACPI_PYAMT_31
Domain name: BAPICUREXT31
Internal type: DEC
Description: Amount in Payment Currency (31 digits)
Max length: 16
|
Modifier and Type | Method and Description |
---|---|
static AmountInPaymentCurrency16 |
AmountInPaymentCurrency16.of(BigDecimal value) |
static AmountInPaymentCurrency16 |
AmountInPaymentCurrency16.of(double value) |
static AmountInPaymentCurrency16 |
AmountInPaymentCurrency16.of(float value) |
static AmountInPaymentCurrency16 |
AmountInPaymentCurrency16.of(String value) |
Modifier and Type | Method and Description |
---|---|
Class<AmountInPaymentCurrency16> |
AmountInPaymentCurrency16.getType() |
Copyright © 2018 SAP SE. All rights reserved.