public class PostingInAccountingCoPaAcctAssignmentCharacteristic extends Object
Structure: BAPIACKECR
Modifier and Type | Class and Description |
---|---|
static class |
PostingInAccountingCoPaAcctAssignmentCharacteristic.PostingInAccountingCoPaAcctAssignmentCharacteristicBuilder |
Modifier and Type | Method and Description |
---|---|
static PostingInAccountingCoPaAcctAssignmentCharacteristic.PostingInAccountingCoPaAcctAssignmentCharacteristicBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getCharacter()
Field name: CHARACTER
|
FieldName |
getFieldname()
Field name: FIELDNAME
|
AccountingDocumentLineItemNumber |
getItemnoAcc()
Field name: ITEMNO_ACC
|
int |
hashCode() |
void |
setCharacter(String character)
Field name: CHARACTER
|
void |
setFieldname(FieldName fieldname)
Field name: FIELDNAME
|
void |
setItemnoAcc(AccountingDocumentLineItemNumber itemnoAcc)
Field name: ITEMNO_ACC
|
String |
toString() |
void |
validate() |
public void validate() throws IllegalArgumentException
IllegalArgumentException
public static PostingInAccountingCoPaAcctAssignmentCharacteristic.PostingInAccountingCoPaAcctAssignmentCharacteristicBuilder builder()
@Nullable public String getCharacter()
Type element: RKE_CRIGEN Domain name: CHAR18 Internal type: CHAR Description: Characteristic (concrete use ==> EDIMAP) Max length: 18
@Nullable public FieldName getFieldname()
Type element: FIELDNAME Domain name: FDNAME Internal type: CHAR Description: Field Name Max length: 30
@Nullable public AccountingDocumentLineItemNumber getItemnoAcc()
Type element: POSNR_ACC Domain name: POSNR_ACC Internal type: NUMC Description: Accounting Document Line Item Number Max length: 10
public void setCharacter(@Nullable String character)
Type element: RKE_CRIGEN Domain name: CHAR18 Internal type: CHAR Description: Characteristic (concrete use ==> EDIMAP) Max length: 18
public void setFieldname(@Nullable FieldName fieldname)
Type element: FIELDNAME Domain name: FDNAME Internal type: CHAR Description: Field Name Max length: 30
public void setItemnoAcc(@Nullable AccountingDocumentLineItemNumber itemnoAcc)
Type element: POSNR_ACC Domain name: POSNR_ACC Internal type: NUMC Description: Accounting Document Line Item Number Max length: 10
protected boolean canEqual(Object other)
Copyright © 2019 SAP SE. All rights reserved.