SAP Reports / Programs | Financial Services | Loans Management(FS-CML) SAP FS

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







RFVDTCUK 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 RFVDTCUK 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 RFVDTCUK. "Basic submit
SUBMIT RFVDTCUK AND RETURN. "Return to original report after report execution complete
SUBMIT RFVDTCUK 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 = Run 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 = Following modules in the letter
Text Symbol: 004 = Object
Text Symbol: 005 = Name
Text Symbol: 006 = ID
Text Symbol: 007 = LI
Text Symbol: 008 = No
Text Symbol: 009 = contain at least one of the strings.
Text Symbol: 010 = Data recs
Text Symbol: 011 = Text Modules Found
Text Symbol: 012 = No Text Modules Found
Text Symbol: 201 = The text module contains INCLUDES.
Text Symbol: 202 = Please check the included text modules yourself.


INCLUDES used within this REPORT RFVDTCUK

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