Start of Content Area

Background documentation PROGRAM Parameter  Locate the document in its SAP Library 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

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 Content Area