SAP Reports / Programs | Clinical System | Clinical System(IS-HMED) SAP IS

RN1CHKSF SAP ABAP Report - Check Sequential Data Transfer Files







RN1CHKSF is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The report RN1CHKSF checks the sequential data transfer files for patients, cases, transfers, discharges...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 RN1CHKSF 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 RN1CHKSF. "Basic submit
SUBMIT RN1CHKSF AND RETURN. "Return to original report after report execution complete
SUBMIT RN1CHKSF 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: VER_SKEN = Record recog. of transfers
Selection Text: VER_FILE = Record recog. of transfers
Selection Text: SFA_SKEN = Record recog. of inpat. cases
Selection Text: SFA_FILE = Data of inpat. cases
Selection Text: SAVFIL = Save files?
Selection Text: PROTOK = Display/print log?
Selection Text: PAT_SKEN = Record recog. for patients
Selection Text: PAT_FILE = Dataset for patients
Selection Text: ENT_SKEN = Record recog. for discharges
Selection Text: ENT_FILE = Discharge data
Selection Text: EINRI = Institution
Selection Text: AFA_SKEN = Record recog. for outp. cases
Selection Text: AFA_FILE = Data of outpatient cases
Title: Check Sequential Data Transfer Files
Text Symbol: 023 = Changed patient-case relationships:
Text Symbol: 022 = Discharge dataset:
Text Symbol: 021 = Transfer dataset:
Text Symbol: 020 = Outpatient case dataset:
Text Symbol: 019 = Inpatient case dataset:
Text Symbol: 018 = Patient dataset:
Text Symbol: 017 = Institution:
Text Symbol: 016 = Records of discharges saved:
Text Symbol: 015 = Records of discharges changed:
Text Symbol: 014 = Records of discharges read:
Text Symbol: 013 = Records of transfers saved:
Text Symbol: 012 = Records of transfers changed:
Text Symbol: 011 = Records of transfers read:
Text Symbol: 010 = Records of outpatient cases saved:
Text Symbol: 009 = Records of outpatient cases changed:
Text Symbol: 008 = Records of outpatient cases read:
Text Symbol: 007 = Records of inpatient cases changed:
Text Symbol: 006 = Records of inpatient cases saved:
Text Symbol: 005 = Records of inpatient cases read:
Text Symbol: 004 = Patient records saved:
Text Symbol: 003 = Patient-case relationships entered:
Text Symbol: 002 = Patient records deleted:
Text Symbol: 001 = Patient records read:


INCLUDES used within this REPORT RN1CHKSF

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:

FILE_VALIDATE_NAME CALL FUNCTION 'FILE_VALIDATE_NAME' EXPORTING logical_filename = pat_file_logical CHANGING physical_filename = pat_file_physical EXCEPTIONS logical_filename_not_found = 1 validation_failed = 2 OTHERS = 3.

FILE_VALIDATE_NAME CALL FUNCTION 'FILE_VALIDATE_NAME' EXPORTING logical_filename = sfa_file_logical CHANGING physical_filename = sfa_file_physical EXCEPTIONS logical_filename_not_found = 1 validation_failed = 2 OTHERS = 3.

FILE_VALIDATE_NAME CALL FUNCTION 'FILE_VALIDATE_NAME' EXPORTING logical_filename = afa_file_logical CHANGING physical_filename = afa_file_physical EXCEPTIONS logical_filename_not_found = 1 validation_failed = 2 OTHERS = 3.

FILE_VALIDATE_NAME CALL FUNCTION 'FILE_VALIDATE_NAME' EXPORTING logical_filename = ver_file_logical CHANGING physical_filename = ver_file_physical EXCEPTIONS logical_filename_not_found = 1 validation_failed = 2 OTHERS = 3.

FILE_VALIDATE_NAME CALL FUNCTION 'FILE_VALIDATE_NAME' EXPORTING logical_filename = ent_file_logical CHANGING physical_filename = ent_file_physical EXCEPTIONS logical_filename_not_found = 1 validation_failed = 2 OTHERS = 3.

FILE_VALIDATE_NAME CALL FUNCTION 'FILE_VALIDATE_NAME' EXPORTING logical_filename = pat_file_logical CHANGING physical_filename = pat_file_physical EXCEPTIONS logical_filename_not_found = 1 validation_failed = 2 OTHERS = 3.

FILE_VALIDATE_NAME CALL FUNCTION 'FILE_VALIDATE_NAME' EXPORTING logical_filename = check_fal_filename_logical CHANGING physical_filename = check_fal_filename_physical EXCEPTIONS logical_filename_not_found = 1 validation_failed = 2 OTHERS = 3.

FILE_VALIDATE_NAME CALL FUNCTION 'FILE_VALIDATE_NAME' EXPORTING logical_filename = i_filename_logical CHANGING physical_filename = i_filename_physical EXCEPTIONS logical_filename_not_found = 1 validation_failed = 2 OTHERS = 3.

FILE_VALIDATE_NAME CALL FUNCTION 'FILE_VALIDATE_NAME' EXPORTING logical_filename = filename_logical CHANGING physical_filename = filename_physical EXCEPTIONS logical_filename_not_found = 1 validation_failed = 2 OTHERS = 3.

FILE_VALIDATE_NAME CALL FUNCTION 'FILE_VALIDATE_NAME' EXPORTING logical_filename = filename_logical CHANGING physical_filename = filename_physical EXCEPTIONS logical_filename_not_found = 1 validation_failed = 2 OTHERS = 3.



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