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
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: 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
INCLUDE MNCEDIG0.
INCLUDE MNCEDITABS.
INCLUDE MNC301_VERSION_INDEPENDENT.
INCLUDE MNC301ALLVXX.
INCLUDE RNC301TX_INITIALIZATION.
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RNC301TE - IS-HCM: Test EDI: Create Test Data File (for Import) KOS/TXT RNC301TE - IS-HCM: Test EDI: Create Test Data File (for Import) KOS/TXT RNC301TD - IS-H P301 Test Creation of KT/CUX/DPV/INV/NAD Segments in File RNC301TD - IS-H P301 Test Creation of KT/CUX/DPV/INV/NAD Segments in File RNC301TC - IS-HCM: Test EDI - Create Test Data File (for Import) UNH/UNT RNC301TC - IS-HCM: Test EDI - Create Test Data File (for Import) UNH/UNT