RSHD_TV_SET_VARIANT is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for If transaction A calls another transaction B with CALL TRANSACTION and there is a transaction variant TV_A for the calling transaction, which contains screen variants for the dynpros of the called transaction B, the screen variants of the called transaction B are displayed by default...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter RSHD_TV_SET_VARIANT into the relevant SAP transactions such as SE38 or SE80
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Selection Text: P_TVAR = Transaction Variant
Title: Set the Screen Variants for CALL TRANSACTION
Text Symbol: 009 = Transaction
Text Symbol: 010 = Transaction Variant
Text Symbol: 011 = Retain Values
Text Symbol: 012 = Customizing Transaction Variant
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = sy-repid i_grid_title = 'Customizing Transaktionsvariante'(012) i_background_id = 'ALV_BACKGROUND' i_callback_pf_status_set = 'ALV_STATUS_SET' i_callback_user_command = 'ALV_USER_COMMAND' i_buffer_active = 'X' is_layout = gs_layout it_fieldcat = gt_fieldcat TABLES t_outtab = gt_outtab_objects EXCEPTIONS program_error = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSHD_TV_SET_VARIANT - Set the Screen Variants for CALL TRANSACTION RSHD_TV_SET_VARIANT - Set the Screen Variants for CALL TRANSACTION RSHD_TV_SCRV_XPRA - Transaction variant conversion --> Total of Screen Variants RSHD_TV_SCRV_XPRA - Transaction variant conversion --> Total of Screen Variants RSHD_TV_SCRV_SG - Convert old transaction variants to new transaction variants RSHD_TV_SCRV_SG - Convert old transaction variants to new transaction variants