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

RFVZTEXT SAP ABAP Report - Find and edit SAPscript text modules due to string change







RFVZTEXT is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The report searches strings in the SAPscript letters of the IS-RE component...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 RFVZTEXT 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 RFVZTEXT. "Basic submit
SUBMIT RFVZTEXT AND RETURN. "Return to original report after report execution complete
SUBMIT RFVZTEXT 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: PAR_NBRF = Text modules from letters
Selection Text: PAR_REOD = Reorganization up to run date
Selection Text: PAR_RNDT = Run date
Selection Text: PAR_RNID = Additional run ID
Selection Text: SEL_REOI = Reorg. for run identification
Title: Find and edit SAPscript text modules due to string change
Text Symbol: 201 = The text module contains INCLUDE commands ;
Text Symbol: 202 = Check the text modules which have been included ;


INCLUDES used within this REPORT RFVZTEXT

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:

SELECT_TEXT CALL FUNCTION 'SELECT_TEXT' EXPORTING CLIENT = SY-MANDT * DATABASE_ONLY = ' ' ID = '*' LANGUAGE = '*' NAME = '*' OBJECT = TAB_TTXBS-XOBJECT * TEXTMEMORY_ONLY = ' ' * ARCHIVE_HANDLE = 0 * importing * entries = TABLES SELECTIONS = TAB_THEAD EXCEPTIONS WRONG_ACCESS_TO_ARCHIVE = 1 OTHERS = 2.

SELECT_TEXT CALL FUNCTION 'SELECT_TEXT' EXPORTING CLIENT = SY-MANDT * DATABASE_ONLY = ' ' ID = '*' LANGUAGE = '*' NAME = TAB_TTXBS-XBSTNM OBJECT = TAB_TTXBS-XOBJECT * TEXTMEMORY_ONLY = ' ' * ARCHIVE_HANDLE = 0 * importing * entries = TABLES SELECTIONS = TAB_THEAD EXCEPTIONS WRONG_ACCESS_TO_ARCHIVE = 1 OTHERS = 2.

READ_TEXT CALL FUNCTION 'READ_TEXT' EXPORTING CLIENT = SY-MANDT ID = TAB_THEAD_LOC-TDID LANGUAGE = TAB_THEAD_LOC-TDSPRAS NAME = TAB_THEAD_LOC-TDNAME OBJECT = TAB_THEAD_LOC-TDOBJECT * ARCHIVE_HANDLE = 0 * importing * header = TABLES LINES = TAB_TLINE EXCEPTIONS ID = 1 LANGUAGE = 2 NAME = 3 NOT_FOUND = 4 OBJECT = 5 REFERENCE_CHECK = 6 WRONG_ACCESS_TO_ARCHIVE = 7 OTHERS = 8.

SAVE_TEXT CALL FUNCTION 'SAVE_TEXT' EXPORTING CLIENT = SY-MANDT HEADER = TAB_THEAD_LOC * INSERT = ' ' SAVEMODE_DIRECT = 'X' * OWNER_SPECIFIED = ' ' * importing * function = * newheader = TABLES LINES = TAB_TLINE EXCEPTIONS ID = 1 LANGUAGE = 2 NAME = 3 OBJECT = 4 OTHERS = 5.

EDIT_TEXT CALL FUNCTION 'EDIT_TEXT' EXPORTING * DISPLAY = ' ' * EDITOR_TITLE = ' ' HEADER = TAB_THEAD_LOC * SAVE = 'X' * CONTROL = ' ' * importing * function = * newheader = * result = TABLES LINES = TAB_TLINE EXCEPTIONS ID = 1 LANGUAGE = 2 LINESIZE = 3 NAME = 4 OBJECT = 5 TEXTFORMAT = 6 COMMUNICATION = 7 OTHERS = 8.

SELECT_TEXT CALL FUNCTION 'SELECT_TEXT' EXPORTING CLIENT = SY-MANDT * DATABASE_ONLY = ' ' ID = 'MVFR' LANGUAGE = '*' NAME = TAB_VIMIMV_ZUSTXT-TDNAME OBJECT = 'TEXT' * TEXTMEMORY_ONLY = ' ' * ARCHIVE_HANDLE = 0 * importing * entries = TABLES SELECTIONS = TAB_THEAD EXCEPTIONS WRONG_ACCESS_TO_ARCHIVE = 1 OTHERS = 2.

READ_TEXT CALL FUNCTION 'READ_TEXT' EXPORTING CLIENT = SY-MANDT ID = TAB_THEAD-TDID LANGUAGE = TAB_THEAD-TDSPRAS NAME = TAB_THEAD-TDNAME OBJECT = TAB_THEAD-TDOBJECT * ARCHIVE_HANDLE = 0 * importing * header = TABLES LINES = TAB_TLINE EXCEPTIONS ID = 1 LANGUAGE = 2 NAME = 3 NOT_FOUND = 4 OBJECT = 5 REFERENCE_CHECK = 6 WRONG_ACCESS_TO_ARCHIVE = 7 OTHERS = 8.

SAVE_TEXT CALL FUNCTION 'SAVE_TEXT' EXPORTING * CLIENT = SY-MANDT HEADER = TAB_THEAD * INSERT = ' ' SAVEMODE_DIRECT = 'X' * OWNER_SPECIFIED = ' ' * importing * function = *' newheader = TABLES LINES = TAB_TLINE EXCEPTIONS ID = 1 LANGUAGE = 2 NAME = 3 OBJECT = 4 OTHERS = 5.

EDIT_TEXT CALL FUNCTION 'EDIT_TEXT' EXPORTING * DISPLAY = ' ' * EDITOR_TITLE = ' ' HEADER = TAB_THEAD * SAVE = 'X' * CONTROL = ' ' * importing * function = * newheader = * result = TABLES LINES = TAB_TLINE EXCEPTIONS ID = 1 LANGUAGE = 2 LINESIZE = 3 NAME = 4 OBJECT = 5 TEXTFORMAT = 6 COMMUNICATION = 7 OTHERS = 8.



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