Defines a free delimitation
Transaction: SA38
Interface: Standard (XBP 3.0)
R3_SET_FREE_SELECTION
,TABLENAME=...
,FIELDNAME=...
,LOW=...
[,HIGH=...]
[,SIGN=...]
[,OPTION=...]
Syntax |
Description/Format |
---|---|
TABLENAME= |
Name of the table |
FIELDNAME= |
Name of the field |
LOW= |
Parameter value (LOW) |
HIGH= | Parameter value (HIGH) Format: script literal |
SIGN= |
Identifier (Include/Exclude) Allowed values: "I" (default) and "E" "I" = Include |
OPTION= |
Option used for selection "EQ" - equal (default) |
This script element defines an individual free delimitation. Call it several times in succession to specify several free delimitations. These are collected and assigned to the next R3_ACTIVATE_REPORT call.
Note that using several R3_ACTIVATE_REPORT calls in the SAP job's script requires that the free delimitations are set individually for each call. Delimitations are not stored for subsequent function calls.
R3_SET_FREE_SELECTION TABLENAME='TAB01',FIELDNAME='FIELD01',LOW='17',SIGN='I'
R3_ACTIVATE_REPORT REPORT='ZSUSER00',COVERPAGE=YES,DESTINATION=LT77,IMMEDIATELY=YES
See also: