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
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.
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:
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RN1CHKSF - Check Sequential Data Transfer Files RN1CHKSF - Check Sequential Data Transfer Files RN1CHART_DEL_USR_LAYO - Reset of Unsaved Changes to Chart Layout RN1CHART_DEL_USR_LAYO - Reset of Unsaved Changes to Chart Layout RN1CHANGED_PROGS - Determine Changed Objects RN1CHANGED_PROGS - Determine Changed Objects