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
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 = 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.
No INCLUDES are used within this REPORT code!
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.
RFVDTCUK - SAPscript Text Modules: Search For Strings, Display Module Names RFVDTCUK - SAPscript Text Modules: Search For Strings, Display Module Names RFVDTACO - Output of number of entries of own database tables (loans): RFVDTACO - Output of number of entries of own database tables (loans): RFVDTAB1 - Generate IP/Withhold.Amnt Flow Type RFVDTAB1 - Generate IP/Withhold.Amnt Flow Type