SAP Reports / Programs

RNWCHTMSPART SAP ABAP Report - documentation and ABAP source code







RNWCHTMSPART 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 RNWCHTMSPART 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 RNWCHTMSPART. "Basic submit
SUBMIT RNWCHTMSPART AND RETURN. "Return to original report after report execution complete
SUBMIT RNWCHTMSPART VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT RNWCHTMSPART

INCLUDE RNWCHITMSPART.
INCLUDE RNSSEINR.


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:

ISH_EINRI_CHECK call function 'ISH_EINRI_CHECK' exporting ss_einri = se_einri importing ss_tn01 = tn01 exceptions others = 1.

KD_GET_FILENAME_ON_F4 call function 'KD_GET_FILENAME_ON_F4' exporting * FIELD_NAME = ' ' static = 'X' mask = ',Textfiles, *.txt'

ISH_FILE_VALIDATE_NAME CALL FUNCTION 'ISH_FILE_VALIDATE_NAME' CHANGING c_filename = pa_file.

ISH_COUNTRY_VERSION_GET call function 'ISH_COUNTRY_VERSION_GET' importing ss_cvers = cvers.

ISH_CALL_LIST_HEAD call function 'ISH_CALL_LIST_HEAD' exporting einri = se_einri line_size = 120 title_lin1 = text-p01 title_lin2 = text-p09.

WS_UPLOAD * call function 'WS_UPLOAD' * exporting * filename = $filename * filetype = 'ASC' * tables * data_tab = $upload_table * exceptions * conversion_error = 1 * file_open_error = 2 * file_read_error = 3 * invalid_table_width = 4 * invalid_type = 5 * no_batch = 6 * unknown_error = 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 RNWCHTMSPART or its description.