public class FinancialTransactionFtrTransferStructureForGetlistMethod extends Object
Structure: BAPI2042_GETLIST
Modifier and Type | Class and Description |
---|---|
static class |
FinancialTransactionFtrTransferStructureForGetlistMethod.FinancialTransactionFtrTransferStructureForGetlistMethodBuilder |
Modifier and Type | Method and Description |
---|---|
static FinancialTransactionFtrTransferStructureForGetlistMethod.FinancialTransactionFtrTransferStructureForGetlistMethodBuilder |
builder() |
boolean |
equals(Object o) |
CurrencyAmountsInBapiInterfaces |
getAmount()
Field name: AMOUNT
|
TextFieldForAnAmount |
getAmountChar()
Field name: AMOUNT_CHAR
|
org.joda.time.LocalDate |
getChangeDate()
Field name: CHANGE_DATE
|
CompanyCode |
getCompanyCode()
Field name: COMPANY_CODE
|
String |
getCreateUser()
Field name: CREATE_USER
|
CurrencyKey |
getCurrency()
Field name: CURRENCY
|
IsoCodeCurrency |
getCurrencyIso()
Field name: CURRENCY_ISO
|
org.joda.time.LocalDate |
getEntryDate()
Field name: ENTRY_DATE
|
LowercaseCharOfLength16 |
getExternalReference()
Field name: EXTERNAL_REFERENCE
|
Transaction |
getFtrnr()
Field name: FTRNR
|
ExchangeRateWith9DecimalPlaces |
getFxRate()
Field name: FX_RATE
|
ErpDecimal |
getInterestRate()
Field name: INTEREST_RATE
|
String |
getInternalReference()
Field name: INTERNAL_REFERENCE
|
BusinessPartners |
getPartner()
Field name: PARTNER
|
FinancialAssetsManagementProductType |
getProductType()
Field name: PRODUCT_TYPE
|
TransactionType |
getTransactionType()
Field name: TRANSACTION_TYPE
|
String |
getUpdateUser()
Field name: UPDATE_USER
|
int |
hashCode() |
void |
setAmount(CurrencyAmountsInBapiInterfaces amount)
Field name: AMOUNT
|
void |
setAmountChar(TextFieldForAnAmount amountChar)
Field name: AMOUNT_CHAR
|
void |
setChangeDate(org.joda.time.LocalDate changeDate)
Field name: CHANGE_DATE
|
void |
setCompanyCode(CompanyCode companyCode)
Field name: COMPANY_CODE
|
void |
setCreateUser(String createUser)
Field name: CREATE_USER
|
void |
setCurrency(CurrencyKey currency)
Field name: CURRENCY
|
void |
setCurrencyIso(IsoCodeCurrency currencyIso)
Field name: CURRENCY_ISO
|
void |
setEntryDate(org.joda.time.LocalDate entryDate)
Field name: ENTRY_DATE
|
void |
setExternalReference(LowercaseCharOfLength16 externalReference)
Field name: EXTERNAL_REFERENCE
|
void |
setFtrnr(Transaction ftrnr)
Field name: FTRNR
|
void |
setFxRate(ExchangeRateWith9DecimalPlaces fxRate)
Field name: FX_RATE
|
void |
setInterestRate(ErpDecimal interestRate)
Field name: INTEREST_RATE
|
void |
setInternalReference(String internalReference)
Field name: INTERNAL_REFERENCE
|
void |
setPartner(BusinessPartners partner)
Field name: PARTNER
|
void |
setProductType(FinancialAssetsManagementProductType productType)
Field name: PRODUCT_TYPE
|
void |
setTransactionType(TransactionType transactionType)
Field name: TRANSACTION_TYPE
|
void |
setUpdateUser(String updateUser)
Field name: UPDATE_USER
|
String |
toString() |
void |
validate() |
public void validate() throws IllegalArgumentException
IllegalArgumentException
@Generated(value="lombok") public static FinancialTransactionFtrTransferStructureForGetlistMethod.FinancialTransactionFtrTransferStructureForGetlistMethodBuilder builder()
@Nullable @Generated(value="lombok") public CompanyCode getCompanyCode()
Domain name: BUKRS Internal type: C Max length: 8
@Nullable @Generated(value="lombok") public Transaction getFtrnr()
Domain name: T_RFHA Internal type: C Max length: 26
@Nullable @Generated(value="lombok") public FinancialAssetsManagementProductType getProductType()
Domain name: VVSART Internal type: C Max length: 6
@Nullable @Generated(value="lombok") public TransactionType getTransactionType()
Domain name: T_SFHAART Internal type: C Max length: 6
@Nullable @Generated(value="lombok") public String getCreateUser()
Domain name: SYCHAR12 Internal type: C Max length: 24
@Nullable @Generated(value="lombok") public org.joda.time.LocalDate getEntryDate()
Domain name: DATUM Internal type: D Max length: 16
@Nullable @Generated(value="lombok") public String getUpdateUser()
Domain name: SYCHAR12 Internal type: C Max length: 24
@Nullable @Generated(value="lombok") public org.joda.time.LocalDate getChangeDate()
Domain name: DATUM Internal type: D Max length: 16
@Nullable @Generated(value="lombok") public BusinessPartners getPartner()
Domain name: BU_PARTNER Internal type: C Max length: 20
@Nullable @Generated(value="lombok") public CurrencyAmountsInBapiInterfaces getAmount()
Domain name: BAPICURR Internal type: P Max length: 12
@Nullable @Generated(value="lombok") public CurrencyKey getCurrency()
Domain name: WAERS Internal type: C Max length: 10
@Nullable @Generated(value="lombok") public IsoCodeCurrency getCurrencyIso()
Domain name: ISOCD Internal type: C Max length: 6
@Nullable @Generated(value="lombok") public ExchangeRateWith9DecimalPlaces getFxRate()
Domain name: TB_KKURS Internal type: P Max length: 7
@Nullable @Generated(value="lombok") public ErpDecimal getInterestRate()
Domain name: DECV3_7 Internal type: P Max length: 6
@Nullable @Generated(value="lombok") public String getInternalReference()
Domain name: CHAR16 Internal type: C Max length: 32
@Nullable @Generated(value="lombok") public LowercaseCharOfLength16 getExternalReference()
Domain name: FTI_CHAR16LOW Internal type: C Max length: 32
@Nullable @Generated(value="lombok") public TextFieldForAnAmount getAmountChar()
Domain name: T_XBETRG18 Internal type: C Max length: 36
@Generated(value="lombok") public void setCompanyCode(@Nullable CompanyCode companyCode)
Domain name: BUKRS Internal type: C Max length: 8
@Generated(value="lombok") public void setFtrnr(@Nullable Transaction ftrnr)
Domain name: T_RFHA Internal type: C Max length: 26
@Generated(value="lombok") public void setProductType(@Nullable FinancialAssetsManagementProductType productType)
Domain name: VVSART Internal type: C Max length: 6
@Generated(value="lombok") public void setTransactionType(@Nullable TransactionType transactionType)
Domain name: T_SFHAART Internal type: C Max length: 6
@Generated(value="lombok") public void setCreateUser(@Nullable String createUser)
Domain name: SYCHAR12 Internal type: C Max length: 24
@Generated(value="lombok") public void setEntryDate(@Nullable org.joda.time.LocalDate entryDate)
Domain name: DATUM Internal type: D Max length: 16
@Generated(value="lombok") public void setUpdateUser(@Nullable String updateUser)
Domain name: SYCHAR12 Internal type: C Max length: 24
@Generated(value="lombok") public void setChangeDate(@Nullable org.joda.time.LocalDate changeDate)
Domain name: DATUM Internal type: D Max length: 16
@Generated(value="lombok") public void setPartner(@Nullable BusinessPartners partner)
Domain name: BU_PARTNER Internal type: C Max length: 20
@Generated(value="lombok") public void setAmount(@Nullable CurrencyAmountsInBapiInterfaces amount)
Domain name: BAPICURR Internal type: P Max length: 12
@Generated(value="lombok") public void setCurrency(@Nullable CurrencyKey currency)
Domain name: WAERS Internal type: C Max length: 10
@Generated(value="lombok") public void setCurrencyIso(@Nullable IsoCodeCurrency currencyIso)
Domain name: ISOCD Internal type: C Max length: 6
@Generated(value="lombok") public void setFxRate(@Nullable ExchangeRateWith9DecimalPlaces fxRate)
Domain name: TB_KKURS Internal type: P Max length: 7
@Generated(value="lombok") public void setInterestRate(@Nullable ErpDecimal interestRate)
Domain name: DECV3_7 Internal type: P Max length: 6
@Generated(value="lombok") public void setInternalReference(@Nullable String internalReference)
Domain name: CHAR16 Internal type: C Max length: 32
@Generated(value="lombok") public void setExternalReference(@Nullable LowercaseCharOfLength16 externalReference)
Domain name: FTI_CHAR16LOW Internal type: C Max length: 32
@Generated(value="lombok") public void setAmountChar(@Nullable TextFieldForAnAmount amountChar)
Domain name: T_XBETRG18 Internal type: C Max length: 36
@Generated(value="lombok") public boolean equals(Object o)
@Generated(value="lombok") public int hashCode()
@Generated(value="lombok") public String toString()
Copyright © 2017 SAP SE. All rights reserved.