SAP Reports / Programs | Basic Data | SAP Healthcare - Industry-Specific Components for Hospitals | Basic Data(IS-H-BD) SAP IS

RNC301TE SAP ABAP Report - IS-HCM: Test EDI: Create Test Data File (for Import) KOS/TXT







RNC301TE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program is used to generate a segment for a ยง301 test file (for import in RNC301I0)...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 RNC301TE 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 RNC301TE. "Basic submit
SUBMIT RNC301TE AND RETURN. "Return to original report after report execution complete
SUBMIT RNC301TE 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_ZUZD = Copayment Days
Selection Text: P_XAMMST = Max. Amount (Total EUR)
Selection Text: P_XAMMPD = Max. Amount (EUR per Day)
Selection Text: P_VHSPPD = Gen.Hosp.Service (EUR per Day)
Selection Text: P_TXT = TXT Segment
Selection Text: P_TRIBST = Deductible (Total EUR)
Selection Text: P_TRIBPD = Deductible (EUR per Day)
Selection Text: P_PVK = PHI Segment
Selection Text: P_PANIST = Companion (EUR per Day)
Selection Text: P_PANIPC = Companion (in %)
Selection Text: P_MERKM = Char. IV (Key 8)
Selection Text: P_LTXT = Plaintext
Selection Text: P_LTABED = Diff.Btw.1- and 2-Bed Surch. %
Selection Text: P_KUBIS = IV To
Selection Text: P_KUAB = IV From
Selection Text: P_KOS = KOS Segment
Selection Text: P_HSPSRV = Gen. Hospital Service (in %)
Selection Text: P_HBETR = Highest Amnt/Day
Selection Text: P_FFNAME = File Name
Selection Text: P_EINRI = Institution
Selection Text: P_DTKOS = Date of IV
Selection Text: P_DDBED2 = 2-Bed Surcharge (in %)
Selection Text: P_DDBED1 = 1-Bed Surcharge (in %)
Selection Text: P_DAYCON = Max. No. Days Deductible
Selection Text: P_DAS301 = Data Collection Point
Selection Text: P_BED2PD = 2-Bed Surch. (EUR per Day)
Selection Text: P_BED1PD = 1-Bed Surch. (EUR per Day)
Title: IS-HCM: Test EDI: Create Test Data File (for Import) KOS/TXT
Text Symbol: T20 = Create Segment
Text Symbol: B04 = Select Segment
Text Symbol: B03 = PHI Status of Insured
Text Symbol: B02 = Insurance Verif.
Text Symbol: B01 = Specify Plaintext for Segment Identifier


INCLUDES used within this REPORT RNC301TE

INCLUDE MNCEDIG0.
INCLUDE MNCEDITABS.
INCLUDE MNC301_VERSION_INDEPENDENT.
INCLUDE MNC301ALLVXX.
INCLUDE RNC301TX_INITIALIZATION.




INCLUDE RNC301TX_SELECTION_SCREEN.


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_READ_NC301VER CALL FUNCTION 'ISH_READ_NC301VER' EXPORTING i_einri = p_einri i_das301 = p_das301 i_ediproc = gcn_edi_p301 i_date = sy-datum IMPORTING e_tnc301ver = tnc301ver EXCEPTIONS not_found = 1.

ISH_FILE_VALIDATE_NAME CALL FUNCTION 'ISH_FILE_VALIDATE_NAME' EXPORTING i_ediproc = gcn_edi_p301 i_force_repname_check_flag = off " use RNC301T0 instead CHANGING c_filename = p_ffname EXCEPTIONS error = 1 others = 2.

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

ISH_CALL_LIST_HEAD CALL FUNCTION 'ISH_CALL_LIST_HEAD' EXPORTING * ausbegdt = rnstat-ausbegdt * ausenddt = rnstat-ausenddt * einri = rnstat-einri line_size = rnstat-line_size repid = rnstat-repid title_lin1 = text-t20 title_lin2 = ' ' uline = 'X' * verbegdt = init_date * verenddt = init_date EXCEPTIONS invalid_einri = 01.



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