Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.bapi.structures | |
com.sap.cloud.sdk.s4hana.datamodel.bapi.types |
Modifier and Type | Method and Description |
---|---|
AmountInPaymentCurrency |
CustomerItem.getPymtAmt()
Field name: PYMT_AMT
Type element: ACPI_PYAMT
Domain name: BAPICURR
Internal type: DEC
Description: Amount in Payment Currency
Max length: 12
|
AmountInPaymentCurrency |
VendorItem.getPymtAmt()
Field name: PYMT_AMT
Type element: ACPI_PYAMT
Domain name: BAPICURR
Internal type: DEC
Description: Amount in Payment Currency
Max length: 12
|
Modifier and Type | Method and Description |
---|---|
CustomerItem.CustomerItemBuilder |
CustomerItem.CustomerItemBuilder.pymtAmt(AmountInPaymentCurrency pymtAmt) |
VendorItem.VendorItemBuilder |
VendorItem.VendorItemBuilder.pymtAmt(AmountInPaymentCurrency pymtAmt) |
void |
CustomerItem.setPymtAmt(AmountInPaymentCurrency pymtAmt)
Field name: PYMT_AMT
Type element: ACPI_PYAMT
Domain name: BAPICURR
Internal type: DEC
Description: Amount in Payment Currency
Max length: 12
|
void |
VendorItem.setPymtAmt(AmountInPaymentCurrency pymtAmt)
Field name: PYMT_AMT
Type element: ACPI_PYAMT
Domain name: BAPICURR
Internal type: DEC
Description: Amount in Payment Currency
Max length: 12
|
Modifier and Type | Method and Description |
---|---|
static AmountInPaymentCurrency |
AmountInPaymentCurrency.of(BigDecimal value) |
static AmountInPaymentCurrency |
AmountInPaymentCurrency.of(double value) |
static AmountInPaymentCurrency |
AmountInPaymentCurrency.of(float value) |
static AmountInPaymentCurrency |
AmountInPaymentCurrency.of(String value) |
Modifier and Type | Method and Description |
---|---|
Class<AmountInPaymentCurrency> |
AmountInPaymentCurrency.getType() |
Copyright © 2018 SAP SE. All rights reserved.