SAP Reports / Programs | Basis Components | ABAP Runtime Environment | Transaction Variant and Table Control Settings(BC-ABA-TV) SAP BC

RSHD_TV_SET_VARIANT SAP ABAP Report - Set the Screen Variants for CALL TRANSACTION







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT RSHD_TV_SET_VARIANT. "Basic submit
SUBMIT RSHD_TV_SET_VARIANT AND RETURN. "Return to original report after report execution complete
SUBMIT RSHD_TV_SET_VARIANT VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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


INCLUDES used within this REPORT RSHD_TV_SET_VARIANT

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RSHD_TV_SET_VARIANT or its description.