RFVDTXBA2 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 RFVDTXBA2 into the relevant SAP transactions such as SE38 or SE80
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_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: 204 = Text module not copied
Text Symbol: 203 = Overwrite text?
Text Symbol: 202 = Do you still want to copy?
Text Symbol: 201 = name already exists
Text Symbol: 200 = A text module with this
Text Symbol: 083 = L
Text Symbol: 011 = the text modules?
Text Symbol: 010 = Do you really want to delete
Text Symbol: 004 = Use of text module
Text Symbol: 003 = Use of text module
Text Symbol: 002 = Where-used list for text module
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
INCLUDE RFVDTXBAF2.
No SAP DATABASE tables are accessed within this REPORT code!
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = G_REPID 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.
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 = 60 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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFVDTXBA2 - Where-Used List for Text Modules RFVDTXBA2 - Where-Used List for Text Modules RFVDTXBA - Where-Used List for Text Modules RFVDTXBA - Where-Used List for Text Modules RFVDTX01 - Text Display Flow Control DARWIN Loans SAPscript Section RFVDTX01 - Text Display Flow Control DARWIN Loans SAPscript Section