RFVITCUK 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 RFVITCUK 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: PAR_REOD = Reorganization up to run date
Selection Text: PAR_RNDT = Running date
Selection Text: PAR_RNID = Additional run ID
Selection Text: SEL_REOI = Reorg. for run identification
Title: SAPscript Text Modules: Search For Strings, Display Module Names
Text Symbol: 001 = The following strings will be searched for in text modules of all letters:
Text Symbol: 002 = Letter:
Text Symbol: 003 = The following text modules contain at least one of the strings.
Text Symbol: 004 = Object
Text Symbol: 005 = Name
Text Symbol: 006 = ID
Text Symbol: 007 = Ln
Text Symbol: 008 = No
Text Symbol: 201 = The text module contains INCLUDES.
Text Symbol: 202 = Please check the included text modules yourself.
INCLUDE RFVICNGP.
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFVITCUK - SAPscript Text Modules: Search For Strings, Display Module Names RFVITCUK - SAPscript Text Modules: Search For Strings, Display Module Names RFVISUBRCNZ - SAPscript Correspondence: Form Routines RFVISUBRCNZ - SAPscript Correspondence: Form Routines RFVISUBR1 - RE: Subroutine for Category Text Output RFVISUBR1 - RE: Subroutine for Category Text Output