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
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.
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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RNCHUT00 - IS-H CH: Import Data for Table TNCH20 (Pension Insurance No.) RNCHUT00 - IS-H CH: Import Data for Table TNCH20 (Pension Insurance No.) RNCHO015 - documentation and ABAP source code RNCHO015 - documentation and ABAP source code RNCHLGE2 - IS-H CH: Cancel Generated Services RNCHLGE2 - IS-H CH: Cancel Generated Services