RNACON01 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for With this program, you can obtain an overview of services defined in the system concerning their assignment to the departmental organizational units...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 RNACON01 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: ABGER = Billed
Selection Text: EINRI = Institution
Selection Text: EINZEL = Individual Display
Selection Text: FALNR_S = By Case Number
Selection Text: LEBIS = Period To
Selection Text: LEVON = Period From
Selection Text: NNAME_S = By Patient Name
Selection Text: N_ABGER = Still to Be Billed
Selection Text: R_FALAR = Case Type
Selection Text: R_FALNR = Case Number
Selection Text: R_LEIST = Service
Selection Text: R_ORGFA = Departmental Org. Unit
Title: IS-H: Evaluation Program Dept. OU/Services (Prep. for Controlling)
Text Symbol: 031 = Discharge Type
Text Symbol: 030 = Admission Type
Text Symbol: 029 = Assignment
Text Symbol: 028 = Name
Text Symbol: 027 = Restrictions
Text Symbol: 026 = No assignment possible for the following cases:
Text Symbol: 025 = Admiss/Disch Type:
Text Symbol: 024 = Dept. OU Total
Text Symbol: 023 = Institution Total
Text Symbol: 001 = Selection
Text Symbol: 002 = Not Billed
Text Symbol: 003 = Billed
Text Symbol: 004 = All
Text Symbol: 005 = Sort
Text Symbol: 006 = By Case Number
Text Symbol: 007 = By Name
Text Symbol: 008 = List Structure
Text Symbol: 009 = Service:
Text Symbol: 010 = Service Period From
Text Symbol: 011 = To
Text Symbol: 012 = Institution:
Text Symbol: 013 = Dept. OU:
Text Symbol: 014 = Case:
Text Symbol: 015 = Service No.
Text Symbol: 016 = Description
INCLUDE RNDATA00.
No SAP DATABASE tables are accessed within this REPORT code!
ISH_COUNTRY_VERSION_GET CALL FUNCTION 'ISH_COUNTRY_VERSION_GET' IMPORTING ss_cvers = cvers EXCEPTIONS OTHERS = 4.
ISH_AUTH_CHECK_REPORT_EINRI CALL FUNCTION 'ISH_AUTH_CHECK_REPORT_EINRI' EXPORTING repid = 'RNACON01' einri = einri messagetype = 'E' IMPORTING rc = rc EXCEPTIONS OTHERS = 1.
ISH_READ_NPAT CALL FUNCTION 'ISH_READ_NPAT' EXPORTING ss_einri = infal-einri ss_patnr = infal-patnr ss_read_db = off ss_with_npae = off IMPORTING ss_npae = *npae ss_npat = *npat EXCEPTIONS not_found = 01 no_authority = 02.
ISH_READ_NTPK_NTPT_NEW CALL FUNCTION 'ISH_READ_NTPK_NTPT_NEW' EXPORTING begdt = inlei-ibgdt einri = einri enddt = inlei-iendt spras = sy-langu talst = inlei-leist tarif = inlei-haust IMPORTING e_ntpk = *ntpk e_ntpt = *ntpt EXCEPTIONS missing_data = 01 no_ntpk_ntpt_found = 02.
ISH_READ_NORG CALL FUNCTION 'ISH_READ_NORG' EXPORTING orgid = $orgfa IMPORTING norg_e = *norg EXCEPTIONS missing_orgid = 01.
ISH_GET_QUANTITY_SERVICES CALL FUNCTION 'ISH_GET_QUANTITY_SERVICES' EXPORTING aufdt = $icotab-bwidt aufzt = $icotab-bwizt begdt = $icotab-ibgdt begzt = $icotab-ibzt einri = $icotab-einri enddt = $icotab-iendt endzt = $icotab-iezt etlart = $icotab-bwart_e etldt = hbwedt etlzt = $icotab-bwezt falnr = $icotab-falnr "PA 02.04.98
ISH_SHOW_SERVICES_INSURERS CALL FUNCTION 'ISH_SHOW_SERVICES_INSURERS' EXPORTING einri = $icotab-einri falnr = $icotab-falnr lnrls = $icotab-lnrls zeitr = on read_buffer = off exact_abdat = on TABLES irnabi1 = irnabi1_e EXCEPTIONS missing_data = 01 missing_data_einri = 02 no_data = 03 wrong_einri = 04 wrong_falnr = 05.
ISH_TEST_INTERSECTION_TIME CALL FUNCTION 'ISH_TEST_INTERSECTION_TIME' EXPORTING begdat1 = levon begdat2 = abbegdt begtim1 = lo_time begtim2 = lo_time enddat1 = lebis enddat2 = irnabi1_e-abdat endtim1 = hi_time endtim2 = hi_time IMPORTING comdat = comdat_e comtim = comtim_e EXCEPTIONS missing_data = 01 wrong_intervall = 02.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RNACON01 - IS-H: Evaluation Program Dept. OU/Services (Prep. for Controlling) RNACON01 - IS-H: Evaluation Program Dept. OU/Services (Prep. for Controlling) RNACHECKFKL - Program RNACHECKFKL RNACHECKFKL - Program RNACHECKFKL RNACCOO0 - IS-H: PBO Module for Charge Comparison RNACCOMP - IS-H: Compare Charges - Germany