Entering content frameFunction documentationactivate_reprep_interface Locate the document in its SAP Library structure

Use

Activate the report/report interface. Using parameter IS_REPREP , you specify the sender of the report. If table TRSTI contains an assignment of the sender report to receiver reports, function code BEB x becomes active (x = function code class).

Example

If a receiver assignment to report writer report group 7KOI with function code class '3' (SAP setting) exists for sender RKTFGS15 , this receiver report group is called through the report/report interface at function code BEB3 . The selections passed to the report/report interface are the report selections and the key information of the selected row.

For more information on the report/report interface, see the documentation on function group RSTI .

Prerequisites

Report RKKBRSTI must be active in the development system.

Features

CALL METHOD < ref. var. to CL_GUI_ALV_GRID>->activate_reprep_interface

      EXPORTING
         IS_REPREP  =  <
structure of type LVC_S_RPRP>.

Parameter

Meaning

IS_REPREP

Structure for identifying the sender

 

For an overview, see: Methods of Class CL_GUI_ALV_GRID

 

 

 

 

Leaving content frame