SAP Reports / Programs | Financial Accounting | Special Purpose Ledger | Information System(FI-SL-IS) SAP FI

RGRVTF00 SAP ABAP Report - Report Writer: Client Copy of Variants







RGRVTF00 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter RGRVTF00 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 RGRVTF00. "Basic submit
SUBMIT RGRVTF00 AND RETURN. "Return to original report after report execution complete
SUBMIT RGRVTF00 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: SO_RGJNR = D Report group
Selection Text: SO_LIB = D Library
Selection Text: SO_CNAME = Created by
Selection Text: SO_CDATE = Created on
Selection Text: P_MULT = Multiple selection
Selection Text: S_CLIENT = Source client
Selection Text: SO_VTEXT = D Short text
Selection Text: SO_VARNT = D Variant
Selection Text: SO_UNAME = Last changed by
Selection Text: SO_UDATE = Last changed on
Selection Text: P_EXEC = Execute
Selection Text: NO_LIST = Without selection list
Title: Report Writer: Client Copy of Variants
Text Symbol: 011 = Further details
Text Symbol: 010 = Selection criteria
Text Symbol: 003 = Targ.client:
Text Symbol: 002 = Srce client:
Text Symbol: 001 = Copying of selected variant is finished
Text Symbol: 103 = Description Techn. Name
Text Symbol: 101 = RGrp T Variant Description Changed by/on Created by/on


INCLUDES used within this REPORT RGRVTF00

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:

G_JOB_AUTHORITY_CHECK CALL FUNCTION 'G_JOB_AUTHORITY_CHECK' EXPORTING actvt = activity-display authgr = g_s_rgroup-authgr EXCEPTIONS OTHERS = 4.

G_PROGRAM_NAME CALL FUNCTION 'G_PROGRAM_NAME' EXPORTING program_type = s_object-ptype report_group = s_object-rgjnr IMPORTING program_name = g_program EXCEPTIONS program_not_available = 1.

G_VARIANT_SELECT CALL FUNCTION 'G_VARIANT_SELECT' EXPORTING i_client = s_client i_program = g_program i_rt_variants = so_varnt[] i_rt_cre_names = so_cname[] i_rt_cre_dates = so_cdate[] i_rt_upd_names = so_uname[] i_rt_upd_dates = so_udate[] i_with_texts = 'X' IMPORTING e_t_vartab = g_t_vartab.



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 RGRVTF00 or its description.