RFVITXBA is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program displays the text modules for the selections you enter in the initial screen and indicates the number of times they are used in letters...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 RFVITXBA into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
TXBA - Text Module Maintenance
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_FDATE = Created on
Selection Text: P_FRELES = Release (Creation)
Selection Text: P_FUSER = Created by
Selection Text: P_LDATE = Changed on
Selection Text: P_LRELES = Release (Change)
Selection Text: P_LUSER = Last changed by
Selection Text: P_SPRAS = Language
Selection Text: P_TDID = Text ID
Selection Text: P_TDNAME = Text name
Selection Text: P_TDOB = Text objects
Selection Text: P_VARI = Display Variant
Title: Where-Used List for Text Modules
Text Symbol: 201 = name already exists
Text Symbol: 200 = A text module with this
Text Symbol: 083 = L
Text Symbol: 082 = T-ID
Text Symbol: 081 = Tar.name
Text Symbol: 080 = Target obj
Text Symbol: 050 = is copied to
Text Symbol: 012 = Delete text module
Text Symbol: 011 = the text module?
Text Symbol: 010 = Do you really want to delete
Text Symbol: 004 = Text module use
Text Symbol: 003 = Use of text module
Text Symbol: 002 = Where-used list for text module
Text Symbol: 001 = Execute
Text Symbol: 202 = Do you still want to copy?
Text Symbol: 204 = Text module not copied!
Text Symbol: 203 = Overwrite text?
INCLUDE RFVITXBAF.
No SAP DATABASE tables are accessed within this REPORT code!
REUSE_ALV_VARIANT_DEFAULT_GET CALL FUNCTION 'REUSE_ALV_VARIANT_DEFAULT_GET' EXPORTING i_save = g_save CHANGING cs_variant = gx_variant EXCEPTIONS not_found = 2.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = g_repid * i_callback_user_command = gc_formname_user_command i_callback_pf_status_set = 'SET_PF_STATUS' i_structure_name = 'STXH' is_layout = gt_layout it_fieldcat = gt_fieldcat[] * IT_EXCLUDING = * it_special_groups = gt_sp_group[] * IT_SORT = * IT_FILTER = * IS_SEL_HIDE = * i_default = g_default i_save = g_save is_variant = g_variant it_events = gt_events[] * it_event_exit = gt_event_exit * IS_PRINT = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 * IMPORTING * E_EXIT_CAUSED_BY_CALLER = TABLES t_outtab = gt_stxh.
REUSE_ALV_VARIANT_F4 CALL FUNCTION 'REUSE_ALV_VARIANT_F4' EXPORTING is_variant = g_variant i_save = g_save * it_default_fieldcat = IMPORTING e_exit = g_exit es_variant = gx_variant EXCEPTIONS not_found = 2.
REUSE_ALV_VARIANT_EXISTENCE CALL FUNCTION 'REUSE_ALV_VARIANT_EXISTENCE' EXPORTING i_save = g_save CHANGING cs_variant = gx_variant.
REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 0 IMPORTING et_events = p_gt_events.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = l_g_repid it_fieldcat = l_gt_fieldcat[] i_screen_start_column = 5 i_screen_start_line = 5 i_screen_end_column = 46 i_screen_end_line = 15 TABLES t_outtab = it_ttxid.
ENQUEUE_ESSSTXT CALL FUNCTION 'ENQUEUE_ESSSTXT' EXPORTING * MODE_STXH = 'E' mandt = sy-mandt tdobject = p_gt_stxh-tdobject tdname = p_gt_stxh-tdname tdid = p_gt_stxh-tdid tdspras = p_gt_stxh-tdspras * _SCOPE = '2' * _WAIT = ' ' * _COLLECT = ' ' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3 .
DEQUEUE_ESSSTXT CALL FUNCTION 'DEQUEUE_ESSSTXT' EXPORTING * MODE_STXH = 'E' mandt = sy-mandt tdobject = p_gt_stxh-tdobject tdname = p_gt_stxh-tdname tdid = p_gt_stxh-tdid tdspras = p_gt_stxh-tdspras
* X_TDOBJECT = ' ' * X_TDNAME = ' ' * X_TDID = ' ' * X_TDSPRAS = ' ' * _SCOPE = '3' * _SYNCHRON = ' ' * _COLLECT = ' ' .
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = l_g_repid i_structure_name = 'TTXBS' it_fieldcat = l_gt_fieldcat[] i_screen_start_column = 5 i_screen_start_line = 5 i_screen_end_column = 100 i_screen_end_line = 20 TABLES t_outtab = it_ttxbs.
ENQUEUE_ESSSTXT CALL FUNCTION 'ENQUEUE_ESSSTXT' EXPORTING * MODE_STXH = 'E' mandt = sy-mandt tdobject = p_gt_stxh-tdobject tdname = p_gt_stxh-tdname tdid = p_gt_stxh-tdid tdspras = p_gt_stxh-tdspras * _SCOPE = '2' * _WAIT = ' ' * _COLLECT = ' ' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3 .
DEQUEUE_ESSSTXT CALL FUNCTION 'DEQUEUE_ESSSTXT' EXPORTING * MODE_STXH = 'E' mandt = sy-mandt tdobject = p_gt_stxh-tdobject tdname = p_gt_stxh-tdname tdid = p_gt_stxh-tdid tdspras = p_gt_stxh-tdspras
* X_TDOBJECT = ' ' * X_TDNAME = ' ' * X_TDID = ' ' * X_TDSPRAS = ' ' * _SCOPE = '3' * _SYNCHRON = ' ' * _COLLECT = ' ' .
POPUP_TO_COPY_TB * CALL FUNCTION 'POPUP_TO_COPY_TB' * EXPORTING * srcobject = p_gt_stxh-tdobject * srcname = p_gt_stxh-tdname * srcid = p_gt_stxh-tdid * srclang = p_gt_stxh-tdspras * IMPORTING * destobject = txt_copy-destobject * destname = txt_copy-destname * destid = txt_copy-destid * destlang = txt_copy-destlang * error = error_flag0 * EXCEPTIONS * dest_eq_source = 1.
READ_TEXT * CALL FUNCTION 'READ_TEXT' * EXPORTING ** CLIENT = SY-MANDT * id = txt_copy-destid * language = txt_copy-destlang * name = txt_copy-destname * object = txt_copy-destobject ** ARCHIVE_HANDLE = 0 * IMPORTING * header = destthead * TABLES * lines = destlines * EXCEPTIONS * id = 1 * language = 2 * name = 3 * not_found = 4 * object = 5 * reference_check = 6 * wrong_access_to_archive = 7 * OTHERS = 8 * .
COPY_TEXTS * CALL FUNCTION 'COPY_TEXTS' * EXPORTING * savemode_direct = 'X' * insert = 'X' * IMPORTING * error = error_flag * TABLES * texts = txt_copy.
POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING defaultoption = 'N' textline1 = 'Wollen Sie die Textbausteine'(010) textline2 = 'wirklich löschen?'(011) titel = 'Textbaustein löschen'(012) * START_COLUMN = 25 * START_ROW = 6 * CANCEL_DISPLAY = 'X' IMPORTING answer = antwort .
DELETE_TEXT CALL FUNCTION 'DELETE_TEXT' EXPORTING * CLIENT = SY-MANDT id = p_gt_stxh-tdid language = p_gt_stxh-tdspras name = p_gt_stxh-tdname object = p_gt_stxh-tdobject savemode_direct = 'X' * TEXTMEMORY_ONLY = ' ' EXCEPTIONS not_found = 1 OTHERS = 2 .
CHECK_TEXT_AUTHORITY * CALL FUNCTION 'CHECK_TEXT_AUTHORITY' * EXPORTING * ACTIVITY = L_ACTIVITY * ID = I_GT_STXH-TDID * LANGUAGE = I_GT_STXH-TDSPRAS * NAME = I_GT_STXH-TDNAME ** OBJECT = 'TEXT ' * EXCEPTIONS * NO_AUTHORITY = 1 * OTHERS = 2 * .
EDITOR_AUFRUF CALL FUNCTION 'EDITOR_AUFRUF' EXPORTING f_tdobject = i_gt_stxh-tdobject f_tdname = i_gt_stxh-tdname f_tdid = i_gt_stxh-tdid f_tdspras = i_gt_stxh-tdspras p_anz_mod = anz_mod.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFVITXBA - Where-Used List for Text Modules RFVITXBA - Where-Used List for Text Modules RFVITX02 - Customizing Text Interface (VIEW_MAINTENANCE_CALL) RFVITX02 - Customizing Text Interface (VIEW_MAINTENANCE_CALL) RFVITX01 - Customizing Text Interface (VIEW_MAINTENANCE_CALL) RFVITX01 - Customizing Text Interface (VIEW_MAINTENANCE_CALL)