Start of Content Area

Syntax documentation Inversion Routine Parameters  Locate the document in its SAP Library structure

The inversion routine has method invert.

It has the following parameters:

Importing

      i_th_fields_outbound: Fields/InfoObjects for the query structure

      i_r_selset_outbound: Query selection conditions

      i_is_main_selection: Allows you to transfer complex selection conditions such as selection conditions for columns.

      i_r_selset_outbound_complete: All selections

      i_r_universe_inbound: Description of source structure with regard to set objects.

Changing

      c_th_fields_inbound: Fields/InfoObjects for the target structure

      c_r_selset_inbound: Taget selection conditions. You can fill the target field from more than one source field. In this case, you have to define more than one condition.

      c_exact: Allows you to specify whether you want the transformation of the selection criteria to be performed exactly. If the condition can be filled exactly, a direct call is possible. This is important when you call the report-report interface. If the condition cannot be filled exactly, a selection screen appears for the user.

 

 

End of Content Area