SAP Reports / Programs

RVV00F00 SAP ABAP Report - Consistency Check of Control Tables for Subsequent Screens







RVV00F00 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program checks the consistency of tables T185F, T185 and T185V, which are used for flow control...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 RVV00F00 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 RVV00F00. "Basic submit
SUBMIT RVV00F00 AND RETURN. "Return to original report after report execution complete
SUBMIT RVV00F00 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: PROGRAMM = Application area check
Title: Consistency Check of Control Tables for Subsequent Screens
Text Symbol: 024 = Table T185V:
Text Symbol: 023 = Table T185:
Text Symbol: 022 = Table T185F:
Text Symbol: 021 = Result of check for program
Text Symbol: 020 = Masked entry for
Text Symbol: 019 = T185V
Text Symbol: 018 = T185
Text Symbol: 017 = T185F
Text Symbol: 016 = is not in
Text Symbol: 015 = for entry
Text Symbol: 014 = Template
Text Symbol: 013 = Sub.place
Text Symbol: 012 = Place
Text Symbol: 011 = Subsequent funct.
Text Symbol: 010 = Function
Text Symbol: 009 = T185V Only
Text Symbol: 008 = T185 Only
Text Symbol: 007 = Only T185 and T185V
Text Symbol: 006 = T185F and T185V Only
Text Symbol: 005 = T185F and T185 Only
Text Symbol: 004 = T185F Only
Text Symbol: 003 = Applictn area
Text Symbol: 002 = ==> No errors <==
Text Symbol: 001 = Check the specified application areas


INCLUDES used within this REPORT RVV00F00

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:

FORMAT_TEXTLINES CALL FUNCTION 'FORMAT_TEXTLINES' EXPORTING FORMATWIDTH = 60 LINEWIDTH = 132 STARTLINE = 1 TABLES LINES = gt_tline EXCEPTIONS OTHERS = 0.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = g_repid i_callback_pf_status_set = slis_ev_pf_status_set is_layout = gs_layout it_fieldcat = gt_fieldcat it_events = gt_eventtab TABLES t_outtab = gt_application EXCEPTIONS program_error = 1 OTHERS = 2.

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = gt_top.

FORMAT_TEXTLINES CALL FUNCTION 'FORMAT_TEXTLINES' EXPORTING FORMATWIDTH = 60 LINEWIDTH = 132 STARTLINE = 1 TABLES LINES = lt_tline1 EXCEPTIONS OTHERS = 0.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = g_repid i_structure_name = gc_structure CHANGING ct_fieldcat = xt_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' IMPORTING et_events = xt_eventtab EXCEPTIONS list_type_wrong = 1 OTHERS = 2.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = g_repid is_layout = gs_layout it_fieldcat = gt_fieldcat it_events = gt_eventtab TABLES t_outtab = gt_result 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 RVV00F00 or its description.