public class FixedAssetSelectionsForGetlist extends Object
Structure: BAPI1022_SELECTIONCRITERIA
Modifier and Type | Class and Description |
---|---|
static class |
FixedAssetSelectionsForGetlist.FixedAssetSelectionsForGetlistBuilder |
Modifier and Type | Method and Description |
---|---|
static FixedAssetSelectionsForGetlist.FixedAssetSelectionsForGetlistBuilder |
builder() |
boolean |
equals(Object o) |
FieldToWhichTheSelectionConditionShouldApply |
getField()
Field name: FIELD
Type element: BAPI1022_FIELD
Domain name: FDNAME
Internal type: CHAR
Description: Field to which the selection condition should apply
Max length: 30
|
SelectionsForGetlistUpperlimitOfValueArea |
getHigh()
Field name: HIGH
Type element: BAPI1022_HIGH
Domain name: RSDSSELOPT
Internal type: CHAR
Description: Selections for GETLIST: Upperlimit of value area
Max length: 45
|
SelectionsForGetlistLowerLimitOfValueArea |
getLow()
Field name: LOW
Type element: BAPI1022_LOW
Domain name: RSDSSELOPT
Internal type: CHAR
Description: Selections for GETLIST: Lower limit of value area
Max length: 45
|
SelectionOperatorOptionForRangeTables |
getOption()
Field name: OPTION
Type element: BAPIOPTION
Domain name: BAPIOPTION
Internal type: CHAR
Description: Selection operator OPTION for range tables
Max length: 2
|
ParameterToWhichTheSelectionConditionShouldApply |
getParameter()
Field name: PARAMETER
Type element: BAPI1022_PARAM
Domain name: AS4TAB
Internal type: CHAR
Description: Parameter to which the selection condition should apply
Max length: 30
|
InclusionExclusionCriterionSignForRangeTables |
getSign()
Field name: SIGN
Type element: BAPISIGN
Domain name: BAPISIGN
Internal type: CHAR
Description: Inclusion/exclusion criterion SIGN for range tables
Max length: 1
|
int |
hashCode() |
void |
setField(FieldToWhichTheSelectionConditionShouldApply field)
Field name: FIELD
Type element: BAPI1022_FIELD
Domain name: FDNAME
Internal type: CHAR
Description: Field to which the selection condition should apply
Max length: 30
|
void |
setHigh(SelectionsForGetlistUpperlimitOfValueArea high)
Field name: HIGH
Type element: BAPI1022_HIGH
Domain name: RSDSSELOPT
Internal type: CHAR
Description: Selections for GETLIST: Upperlimit of value area
Max length: 45
|
void |
setLow(SelectionsForGetlistLowerLimitOfValueArea low)
Field name: LOW
Type element: BAPI1022_LOW
Domain name: RSDSSELOPT
Internal type: CHAR
Description: Selections for GETLIST: Lower limit of value area
Max length: 45
|
void |
setOption(SelectionOperatorOptionForRangeTables option)
Field name: OPTION
Type element: BAPIOPTION
Domain name: BAPIOPTION
Internal type: CHAR
Description: Selection operator OPTION for range tables
Max length: 2
|
void |
setParameter(ParameterToWhichTheSelectionConditionShouldApply parameter)
Field name: PARAMETER
Type element: BAPI1022_PARAM
Domain name: AS4TAB
Internal type: CHAR
Description: Parameter to which the selection condition should apply
Max length: 30
|
void |
setSign(InclusionExclusionCriterionSignForRangeTables sign)
Field name: SIGN
Type element: BAPISIGN
Domain name: BAPISIGN
Internal type: CHAR
Description: Inclusion/exclusion criterion SIGN for range tables
Max length: 1
|
String |
toString() |
void |
validate() |
public void validate() throws IllegalArgumentException
IllegalArgumentException
public static FixedAssetSelectionsForGetlist.FixedAssetSelectionsForGetlistBuilder builder()
@Nullable public FieldToWhichTheSelectionConditionShouldApply getField()
Type element: BAPI1022_FIELD Domain name: FDNAME Internal type: CHAR Description: Field to which the selection condition should apply Max length: 30
@Nullable public SelectionsForGetlistUpperlimitOfValueArea getHigh()
Type element: BAPI1022_HIGH Domain name: RSDSSELOPT Internal type: CHAR Description: Selections for GETLIST: Upperlimit of value area Max length: 45
@Nullable public SelectionsForGetlistLowerLimitOfValueArea getLow()
Type element: BAPI1022_LOW Domain name: RSDSSELOPT Internal type: CHAR Description: Selections for GETLIST: Lower limit of value area Max length: 45
@Nullable public SelectionOperatorOptionForRangeTables getOption()
Type element: BAPIOPTION Domain name: BAPIOPTION Internal type: CHAR Description: Selection operator OPTION for range tables Max length: 2
@Nullable public ParameterToWhichTheSelectionConditionShouldApply getParameter()
Type element: BAPI1022_PARAM Domain name: AS4TAB Internal type: CHAR Description: Parameter to which the selection condition should apply Max length: 30
@Nullable public InclusionExclusionCriterionSignForRangeTables getSign()
Type element: BAPISIGN Domain name: BAPISIGN Internal type: CHAR Description: Inclusion/exclusion criterion SIGN for range tables Max length: 1
public void setField(@Nullable FieldToWhichTheSelectionConditionShouldApply field)
Type element: BAPI1022_FIELD Domain name: FDNAME Internal type: CHAR Description: Field to which the selection condition should apply Max length: 30
public void setHigh(@Nullable SelectionsForGetlistUpperlimitOfValueArea high)
Type element: BAPI1022_HIGH Domain name: RSDSSELOPT Internal type: CHAR Description: Selections for GETLIST: Upperlimit of value area Max length: 45
public void setLow(@Nullable SelectionsForGetlistLowerLimitOfValueArea low)
Type element: BAPI1022_LOW Domain name: RSDSSELOPT Internal type: CHAR Description: Selections for GETLIST: Lower limit of value area Max length: 45
public void setOption(@Nullable SelectionOperatorOptionForRangeTables option)
Type element: BAPIOPTION Domain name: BAPIOPTION Internal type: CHAR Description: Selection operator OPTION for range tables Max length: 2
public void setParameter(@Nullable ParameterToWhichTheSelectionConditionShouldApply parameter)
Type element: BAPI1022_PARAM Domain name: AS4TAB Internal type: CHAR Description: Parameter to which the selection condition should apply Max length: 30
public void setSign(@Nullable InclusionExclusionCriterionSignForRangeTables sign)
Type element: BAPISIGN Domain name: BAPISIGN Internal type: CHAR Description: Inclusion/exclusion criterion SIGN for range tables Max length: 1
Copyright © 2018 SAP SE. All rights reserved.