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

RFVITCUK SAP ABAP Report - SAPscript Text Modules: Search For Strings, Display Module Names







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


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 RFVITCUK. "Basic submit
SUBMIT RFVITCUK AND RETURN. "Return to original report after report execution complete
SUBMIT RFVITCUK 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_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.


INCLUDES used within this REPORT RFVITCUK

INCLUDE RFVICNGP.


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 = 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.



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