R3_GET_VARIANTS

Use the R3_GET_VARIANTS script element to list all available variants of a report in the activation log.

Transaction: SA38

Interface: Standard

Syntax

R3_GET_VARIANT[S] REP[ORT]=...[,ERROR=...][,SEL[ECT_OPTION]=...]

Parameters

Parameter Description Format Allowed Values Default Value
REP[ORT]= Name of the ABAP program. Script literal n.a. n.a.
ERROR=

(Optional)

Action to take if an error occurs — for example, if the report is not available, has no selection screen, or has no variants. Script literal
  • ABEND — Script execution stops and the AE job ends abnormally.

  • IGNORE — Script execution continues and the AE job ends normally.

ABEND
SEL[ECT_OPTION]=

(Optional)

Variant types to select. Script literal
  • A — Variants allowed for both background processing and dialog operation.

  • B — Variants allowed for background processing only.

A

Examples

R3_GET_VARIANTS REP='RSPO0041'

See also: