SAP Reports / Programs | Real Estate Management(RE) SAP RE

RFVICPTL SAP ABAP Report - Overview of Letters and Text Modules







RFVICPTL is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Overview of letters and text modules The report displays letter-based lists of the available text modules...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 RFVICPTL into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

FOCPTL - Overview of Letters and Text Modules


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 RFVICPTL. "Basic submit
SUBMIT RFVICPTL AND RETURN. "Return to original report after report execution complete
SUBMIT RFVICPTL 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: S_FRELES = D Release
Selection Text: S_FDATE = D Created on
Selection Text: S_BRFNM = D Letter Name
Selection Text: S_TSUBR = D Form routine
Selection Text: S_TSTYLE = D Style
Selection Text: S_TREPID = D Program name
Selection Text: S_TDFORM = D Form
Selection Text: S_SUBANW = D Document group
Selection Text: S_SPRAS = D Language key
Selection Text: S_REPID = D Report ind. print
Selection Text: S_RANTYP = D Contract type
Selection Text: S_OBJECT = D Text object
Selection Text: S_NAME = D Text name
Selection Text: S_LUSER = D Changed by
Selection Text: S_LRELES = D Release
Selection Text: S_LDATE = D Changed on
Selection Text: S_ID = D Text ID
Selection Text: S_FUSER = D Created by
Title: Overview of Letters and Text Modules
Text Symbol: 001 = Letter selection
Text Symbol: 002 = Text module selection
Text Symbol: 003 = View of text module
Text Symbol: 011 = Text definition
Text Symbol: 012 = Symbols used
Text Symbol: 013 = Only header information
Text Symbol: 021 = Letter overview as details list
Text Symbol: 023 = Search for parag.format
Text Symbol: 024 = Search for text
Text Symbol: 031 = Initial screen
Text Symbol: 032 = Letters


INCLUDES used within this REPORT RFVICPTL

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:

DISPLAY_FORM_TREE_F4 CALL FUNCTION 'DISPLAY_FORM_TREE_F4' EXPORTING p_display_mode = 'D' IMPORTING p_form_name = s_tdform-low.

DISPLAY_FORM_TREE_F4 CALL FUNCTION 'DISPLAY_FORM_TREE_F4' EXPORTING p_display_mode = 'D' IMPORTING p_form_name = s_tdform-high.

READ_TEXT CALL FUNCTION 'READ_TEXT' EXPORTING id = ls_text-tdid language = ls_text-tdspras name = ls_text-tdname object = ls_text-tdobject TABLES lines = lt_tline EXCEPTIONS OTHERS = 1.

READ_TEXT CALL FUNCTION 'READ_TEXT' EXPORTING id = ls_text-tdid language = ls_text-tdspras name = ls_text-tdname object = ls_text-tdobject TABLES lines = lt_tline EXCEPTIONS OTHERS = 1.

TEXT_SYMBOL_COLLECT CALL FUNCTION 'TEXT_SYMBOL_COLLECT' TABLES lines = lt_tline symbols = lt_itcst.

REUSE_ALV_VARIANT_DEFAULT_GET CALL FUNCTION 'REUSE_ALV_VARIANT_DEFAULT_GET' CHANGING cs_variant = ls_variant_test_default EXCEPTIONS not_found = 2 OTHERS = 4.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING * i_interface_check = 'X' i_callback_program = lc_repid i_callback_pf_status_set = 'CB_LIST_LTTR_PF_STATUS_SET' i_callback_user_command = 'CB_LIST_LTTR_USER_COMMAND' * I_CALLBACK_TOP_OF_PAGE = ' ' i_structure_name = 'RFVICPTLLTTR' is_layout = ls_layout * IT_FIELDCAT = * IT_EXCLUDING = * IT_SPECIAL_GROUPS = * IT_SORT = * IT_FILTER = * IS_SEL_HIDE = i_default = 'X' i_save = 'A' is_variant = ls_variant * IT_EVENTS = * IT_EVENT_EXIT = is_print = ls_print TABLES t_outtab = it_lttr_display.

REUSE_ALV_VARIANT_DEFAULT_GET CALL FUNCTION 'REUSE_ALV_VARIANT_DEFAULT_GET' CHANGING cs_variant = ls_variant_test_default EXCEPTIONS not_found = 2 OTHERS = 4.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING * i_interface_check = 'X' i_callback_program = lc_repid i_callback_pf_status_set = 'CB_LIST_TEXT_PF_STATUS_SET' i_callback_user_command = 'CB_LIST_TEXT_USER_COMMAND' * I_CALLBACK_TOP_OF_PAGE = ' ' i_structure_name = 'RFVICPTLTEXT' is_layout = ls_layout * IT_FIELDCAT = * IT_EXCLUDING = * IT_SPECIAL_GROUPS = * IT_SORT = * IT_FILTER = * IS_SEL_HIDE = i_default = 'X' i_save = 'A' is_variant = ls_variant * IT_EVENTS = * IT_EVENT_EXIT = is_print = ls_print TABLES t_outtab = it_text_display.

READ_TEXT CALL FUNCTION 'READ_TEXT' EXPORTING id = ls_text_display-tdid language = ls_text_display-tdspras name = ls_text_display-tdname object = ls_text_display-tdobject IMPORTING header = ls_thead TABLES lines = lt_tline EXCEPTIONS OTHERS = 1.

ENQUEUE_ESSSTXT CALL FUNCTION 'ENQUEUE_ESSSTXT' EXPORTING tdobject = ls_text_display-tdobject tdname = ls_text_display-tdname tdid = ls_text_display-tdid tdspras = ls_text_display-tdspras EXCEPTIONS foreign_lock = 1.

EDIT_TEXT CALL FUNCTION 'EDIT_TEXT' EXPORTING * DISPLAY = ' ' * EDITOR_TITLE = ' ' header = ls_thead * PAGE = ' ' * WINDOW = ' ' * SAVE = 'X' * LINE_EDITOR = ' ' * CONTROL = ' ' * PROGRAM = ' ' IMPORTING function = lc_function_code * NEWHEADER = * RESULT = TABLES lines = lt_tline.

DEQUEUE_ESSSTXT CALL FUNCTION 'DEQUEUE_ESSSTXT' EXPORTING tdobject = ls_text_display-tdobject tdname = ls_text_display-tdname tdid = ls_text_display-tdid tdspras = ls_text_display-tdspras.



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