Automation Engine Script Guide > AE JCL for Applications > SAP > R3_SET_FREE_SELECTION

R3_SET_FREE_SELECTION 

Defines a free delimitation

Transaction: SA38

Interface: Standard (XBP 3.0)

Syntax

R3_SET_FREE_SELECTION

Syntax

Description/Format

TABLENAME=

Name of the table
Format: script literal

FIELDNAME=

Name of the field
Format: script literal

LOW=

Parameter value (LOW)
Format: script literal

HIGH= Parameter value (HIGH)
Format: script literal
SIGN=

Identifier (Include/Exclude)
Format: script literal

Allowed values: "I" (default) and "E"

"I" = Include
"E" = Exclude

OPTION=

Option used for selection
Format: script literal or AE name

"EQ" - equal (default)
"NE" - not equal
"GT" - greater than
"GE" - greater than or equal
"LT" - less than
"LE" - less than or equal
"CP" - pattern comparison (with wildcard characters)
"NP" - exclude pattern
"BT" - interval (specify HIGH too)
"NB" - outside interval (specify HIGH too)

Comments

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.

Example

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: