SAP Reports / Programs

RNCHUT00 SAP ABAP Report - IS-H CH: Import Data for Table TNCH20 (Pension Insurance No.)







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


Text pool values


Title: IS-H CH: Import Data for Table TNCH20 (Pension Insurance No.)
Text Symbol: 001 = Test run
Text Symbol: 002 = Following entries would be added to table TNCH20:
Text Symbol: 003 = Following entries were transferred to table TNCH20:
Text Symbol: 004 = Name group
Text Symbol: 005 = Code
Text Symbol: 006 = Insert did not take place!
Text Symbol: 007 = Record was not added!
Text Symbol: 008 = PC file:
Text Symbol: 009 = Client
Text Symbol: 010 = Test run
Text Symbol: 011 = LIVE RUN
Text Symbol: 012 = Total data records:
Text Symbol: 013 = Including errored:
Text Symbol: S01 = This program is available for
Text Symbol: S02 = Switzerland country version only


INCLUDES used within this REPORT RNCHUT00

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:

ISH_COUNTRY_VERSION_GET call function 'ISH_COUNTRY_VERSION_GET' importing ss_cvers = l_version exceptions others = 1.

WS_UPLOAD * CALL FUNCTION 'WS_UPLOAD' * EXPORTING * FILENAME = FILE * FILETYPE = 'ASC' * TABLES * DATA_TAB = $I_TNCH20F * 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 RNCHUT00 or its description.