SAP Reports / Programs

RNCCHK02 SAP ABAP Report - IS-HCM: Check File Usability in IS-HCM







RNCCHK02 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program checks whether a file can be used in IS-HCM...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 RNCCHK02 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 RNCCHK02. "Basic submit
SUBMIT RNCCHK02 AND RETURN. "Return to original report after report execution complete
SUBMIT RNCCHK02 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: P_FFNAME = File (path and name)
Title: IS-HCM: Check File Usability in IS-HCM
Text Symbol: H03 = General file attributes ;;
Text Symbol: H10 = File length ;;
Text Symbol: H11 = Number of lines ;;
Text Symbol: H12 = No. of empty lines ;;
Text Symbol: H13 = Maximum line length ;;
Text Symbol: M01 = Error in data record line
Text Symbol: M02 = Start of line:
Text Symbol: M03 = Correct records starting with the alternate header
Text Symbol: H02 = Result of check on header and ends of messages ;;
Text Symbol: 001 = Extended header check successful.
Text Symbol: 002 = Extended header check failed.
Text Symbol: 003 = No further checks supported for files of the standard
Text Symbol: C01 = Control character ;;
Text Symbol: C02 = No. of occurrences ;;
Text Symbol: C03 = End of lines not correct: hex 0D0A always required. Please correct file.
Text Symbol: E01 = File error ;;
Text Symbol: H01 = Control characters (hex 00 - hex 1F) in the file ;;
Text Symbol: M04 = Incorrect records starting with the alternate header
Text Symbol: M15 = That's why no further checks were carried out for headers and ends.
Text Symbol: M16 = End of file:
Text Symbol: S01 = Total number of correct data records: ;;
Text Symbol: S02 = Total number of incorrect data records: ;;
Text Symbol: T01 = Check file for usability in IS-HCM ;;
Text Symbol: T02 = CRLF indicator assumed, but not turned on in the rule for standard
Text Symbol: M14 = Start of file:
Text Symbol: M05 = Record doesn't start with a known header.
Text Symbol: M06 = Record doesn't end with a known end.
Text Symbol: M07 = Line exceeds max. lgth of 4096 chars; file contains:
Text Symbol: M08 = Insert line break (CR0A) after 4096 characters.
Text Symbol: M10 = No problems with start of file detected:
Text Symbol: M11 = Communication standard identified as
Text Symbol: M12 = The first segment starts with
Text Symbol: M13 = Start of file cannot be classified:


INCLUDES used within this REPORT RNCCHK02

INCLUDE MNDATA00.
INCLUDE MNCOLOUR.


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_CALL_LIST_HEAD call function 'ISH_CALL_LIST_HEAD' exporting title_lin1 = title1 title_lin2 = title2 line_size = '80' repid = repid uline = off.

ISH_FILE_VALIDATE_NAME CALL FUNCTION 'ISH_FILE_VALIDATE_NAME' CHANGING c_filename = p_ffname.



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 RNCCHK02 or its description.