Previous Topic

Next Topic

Book Contents

Book Index

Variant Values

Specifies a variant value for the specified ABAP program of Archiving Object. Available for SAP R/3 and SAP Data Archiving jobs.

Usage

Optional for SAP R/3 jobs and for SAP Data Archiving Write jobs.

Availability

  • Add ABAP window in Create job mode
  • Write job mode in the SAP Data Archiving panel

Requires %%SAPR3-STEP-S<nn>-VAR-NAME to be set (Variant name).

Format

<yy> stands for Step Number (sequential)

<xxx> stands for Variant parameter number (sequential)

Variable Name

%%SAPR3-STEP-S<xx>-VAR-P<yyy>-MODIFY

Valid Values:

  • X: Variant parameter value is modified on the next job run
  • N: Variant parameter value is not modified on the next job run

Case sensitive

Variable Name

%%SAPR3-STEP-S<yy>-VAR-P<xxx>-TYPE

Valid Values:

  • Simple
  • Range
  • Selection

Case sensitive

Variable Name

 

Availability

%%SAPR3-STEP-S<yy>-VAR-P<xxx>-VALUE - Specifies the value of the variant parameter

Only available when %%SAPR3-STEP-S<yy>-VAR-P<xxx>-TYPE is set to "Simple" or "Selection"

 

Variable Name

 

Availability

%%SAPR3-STEP-S<yy>-VAR-P<xxx>-LOW - Specifies the low value of the variant parameter

Only available when %%SAPR3-STEP-S<yy>-VAR-P<xxx>-TYPE is set to "Range"

 

Variable Name

 

Availability

%%SAPR3-STEP-S<yy>-VAR-P<xxx>-HIGH - Specifies the high value of the Variant parameter

Only available when %%SAPR3-STEP-S<yy>-VAR-P<xxx>-TYPE is set to "Range"

 

Variable Name

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Availability

%%SAPR3-STEP-S<yy>-VAR-P<xxx>-OPTION

Valid Values:

When %%SAPR3-STEP-S<yy>-VAR-P<xxx>-TYPE is set to Range, valid values are:

  • BT: Interval
  • NB: Outside range

Case sensitive

When %%SAPR3-STEP-S<yy>-VAR-P<xxx>-TYPE is set to Selection, valid values are:

  • EQ: Single value
  • NE: Not Equal to
  • GT: Greater than
  • LT: Less than
  • GE: Greater than or Equal to
  • LE: Less than or equal to
  • CP: Include pattern
  • NP: Exclude pattern

Case sensitive

Only available when %%SAPR3-STEP-S<yy>-VAR-P<xxx>-TYPE is set to "Range" or "Selection"

 

 

Variable Name

 

 

 

 

Availability

%%SAPR3-STEP-S<yy>-VAR-P<xxx>-SIGN

Valid values:

  • I: Include
  • E: Exclude

Case sensitive

Only available when %%SAPR3-STEP-S<yy>-VAR-P<xxx>-TYPE is set to "Range" or "Selection"

 

Parent Topic

ABAP parameters