RSLTCLMS is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program selects all the exchange tables for the current release...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 RSLTCLMS 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: AUSGABEF = Log Output in File
Selection Text: AUSGABES = Log Output on Screen
Selection Text: PATH1 = Directory for Data Files
Selection Text: TESTMODE = Test Mode
Title: Delete Language-Specific Table Entries with Table PUTTB
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
NAMETAB_GET * call function 'NAMETAB_GET' * exporting * langu = sy-langu * tabname = iputtb-tabname * importing * header = xhead * rc = rc * tables * nametab = xnametab * exceptions * internal_error = 1 * table_has_no_fields = 2 * table_not_activ = 3 * no_texts_found = 4 * others = 5.
BUILD_FILE_PATH *call function 'BUILD_FILE_PATH' * exporting * inpath = path1 * file = filename * importing * outpath = adirname * exceptions * no_path = 1 * no_file = 2 * invalid_path = 3 * invalid_filename = 4 * others = 5.
BUILD_FILE_PATH *call function 'BUILD_FILE_PATH' * exporting * inpath = path1 * file = filename * importing * outpath = protname * exceptions * no_path = 1 * no_file = 2 * invalid_path = 3 * invalid_filename = 4 * others = 5.
BUILD_FILE_PATH * call function 'BUILD_FILE_PATH' * exporting * inpath = path1 * file = filename * importing * outpath = dataname * exceptions * no_path = 1 * no_file = 2 * invalid_path = 3 * invalid_filename = 4 * others = 5.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSLTCLMS - Delete Language-Specific Table Entries with Table PUTTB RSLTCLMS - Delete Language-Specific Table Entries with Table PUTTB RSLSTF00 - Include: List Processing Service Routines RSLPO_TIMESTAMP_RESET - Report RSLPO_TIMESTAMP_RESET RSLPO_TIMESTAMP_RESET - Report RSLPO_TIMESTAMP_RESET RSLPO_TEST_METADATA - Semantic partitioning: Consistency check for metadata