SAP Reports / Programs

RFVDTXBA SAP ABAP Report - Where-Used List for Text Modules







RFVDTXBA 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 RFVDTXBA 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

TRLO_KORRES_VERWTBST - Where-Used for CML Texts


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 RFVDTXBA. "Basic submit
SUBMIT RFVDTXBA AND RETURN. "Return to original report after report execution complete
SUBMIT RFVDTXBA 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_VARI = Display Variant
Selection Text: P_TDOB = Text objects
Selection Text: P_TDNAME = Text Name
Selection Text: P_TDID = Text ID
Selection Text: P_SPRAS = Language
Title: Where-Used List for Text Modules
Text Symbol: 001 = Execute
Text Symbol: 002 = Where-Used List for Text Module
Text Symbol: 003 = Use of Text Module
Text Symbol: 004 = Use of Text Module
Text Symbol: 010 = Do you really want to delete
Text Symbol: 011 = the text modules?
Text Symbol: 012 = Delete Text Module
Text Symbol: 050 = is copied to
Text Symbol: 080 = Target Obj
Text Symbol: 081 = Tar.Name
Text Symbol: 082 = T-ID
Text Symbol: 083 = L
Text Symbol: 200 = A text module with this
Text Symbol: 201 = name already exists
Text Symbol: 202 = Copy anyway?
Text Symbol: 203 = Overwrite text?
Text Symbol: 204 = Text module not copied


INCLUDES used within this REPORT RFVDTXBA

INCLUDE RFVDTXBAF.


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_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_buffer_active = 'X' 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 * i_buffer_active = ' ' "dont puffer 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.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = l_g_repid * i_buffer_active = ' ' "dont puffer 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_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.



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