Show TOC

Background documentationParameter PROGRAM Locate this document in the navigation structure

 

Integration

PROGRAM is a parameter of the function module EXIT_RSAQEXCE_001.

Structure

The PROGRAM parameter contains the name of the query report which called the function module. From this name, you can determine which query has been processed, since the structure of the name is always as follows:

Aqmmb...bq...q

cc

= client or ZZ in the global area

b...b

= user group name

q...q

= query name

In the example of the function module EXIT_RSAQEXCE_001 section, the name of the report is therefore AQRX==========X1============.

Note Note

Using the function module RSAQ_DECODE_REPORT_NAME, you can derive the name of the query belonging to a report from the report name.

End of the note.