Common operators
The following comparison operators are supported by the condition and doccondition XML elements:
Operator |
Description |
---|---|
eq |
The field content is equal to the specified value. |
neq |
The field content is not equal to the specified value. |
in |
Field content is equal to a specified value from a set of values. (Case-sensitive Java string comparison) |
notin |
Field content is not equal to a specified value from a set of values. (Case-sensitive Java string comparison) |
Condition operators
Operator |
Description |
---|---|
num_gt |
Field content is greater than specified value. |
num_geq |
Field content is greater than or equal to the specified value. |
num_lt |
Field content is less than specified value. |
num_leq |
Field content is less than or equal to the specified value. |
like |
Comparison of field values with a variable string Example: <condition fieldname="OBJECTID" <value>*10?0\\20?0*</value> </condition> The search is performed for values such as |
creationtimestamp |
Time stamps (date and time) are extracted from R/3 fields with times. Their values form the basis for restricting the data range to be extracted with the -begindate Example (for VBAP table): <condition fieldname="ERDAT#-#ERZET" <value>dd.MM.yyyy</value> <value>HH:mm:ss</value> </condition> |
valueconstraint |
Specifies an R/3 field with integer values that are used to delimit the data range to be extracted with the -valueconstraint Example (for VBAP table): <condition fieldname="POSNR" |
doccondition operators
Operator |
Description |
---|---|
exists |
Field exists. |
notexists |
Field does not exist. |