SAP Reports / Programs

RNACON01 SAP ABAP Report - IS-H: Evaluation Program Dept. OU/Services (Prep. for Controlling)







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


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 RNACON01. "Basic submit
SUBMIT RNACON01 AND RETURN. "Return to original report after report execution complete
SUBMIT RNACON01 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: 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





Text Symbol: 017 = From
Text Symbol: 018 = To
Text Symbol: 019 = Price
Text Symbol: 020 = Bill.Day
Text Symbol: 021 = n.Blld
Text Symbol: 022 = Billed


INCLUDES used within this REPORT RNACON01

INCLUDE RNDATA00.


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_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.



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