SAP Reports / Programs | Clinical System | Clinical System(IS-HMED) SAP IS

RN2LN212OE SAP ABAP Report - Display and Print Cumulative Findings for each OU







RN2LN212OE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter RN2LN212OE 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 RN2LN212OE. "Basic submit
SUBMIT RN2LN212OE AND RETURN. "Return to original report after report execution complete
SUBMIT RN2LN212OE VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Display and Print Cumulative Findings for each OU
Text Symbol: T09 = Nursing OU:
Text Symbol: T08 = unknown
Text Symbol: T06 = Lab:
Text Symbol: T05 = CaseNo.:
Text Symbol: T04 = PatientNo.:
Text Symbol: T03 = Born on:
Text Symbol: T02 = Ms.
Text Symbol: T01 = Mr.
Text Symbol: H03 = Nurs. OU:
Text Symbol: H02 = Dept. OU:
Text Symbol: H01 = Cumulative findings for a care unit
Text Symbol: E01 = Internal error
Text Symbol: 015 = Time
Text Symbol: 014 = C
Text Symbol: 013 = Normal
Text Symbol: 012 = To
Text Symbol: 011 = No lab findings found
Text Symbol: 010 = no name for PatNo:
Text Symbol: 009 = path.
Text Symbol: 008 = Date
Text Symbol: 007 = Unit
Text Symbol: 006 = Value
Text Symbol: 005 = Service
Text Symbol: 004 = Service Group
Text Symbol: 003 = patholog. values only
Text Symbol: 002 = Service:
Text Symbol: 001 = Service Group:


INCLUDES used within this REPORT RN2LN212OE

No INCLUDES are used within this REPORT code!


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_N2_DISPLAY_LAB_DATA CALL FUNCTION 'ISH_N2_DISPLAY_LAB_DATA' EXPORTING ss_einri = ss_kumsel-einri ss_patnr = hide_struc-patnr * ss_falnr = hide_struc-falnr MED-45043 ss_anzmode = 'DIS' * SS_OE = ss_mode = 'NOPOPUP' EXCEPTIONS OTHERS = 1.

ISH_N2_DISPLAY_LAB_DATA CALL FUNCTION 'ISH_N2_DISPLAY_LAB_DATA' EXPORTING ss_einri = ss_kumsel-einri ss_patnr = hide_struc-patnr ss_falnr = hide_struc-falnr ss_anzmode = 'DIS' * SS_OE = EXCEPTIONS OTHERS = 1.

ISH_N2_DISPLAY_LAB_DATA CALL FUNCTION 'ISH_N2_DISPLAY_LAB_DATA' EXPORTING ss_einri = ss_kumsel-einri ss_patnr = hide_struc-patnr ss_falnr = hide_struc-falnr ss_anzmode = 'DIS' * SS_OE = ss_mode = 'NOPOPUP' EXCEPTIONS OTHERS = 1.

ISH_CALL_LIST_HEAD CALL FUNCTION 'ISH_CALL_LIST_HEAD' " IS-H Standardkopf EXPORTING * ausbegdt = ss_kumsel-dateb * ausenddt = ss_kumsel-datee einri = ss_kumsel-einri line_size = repwidth * repid = l_repid title_lin1 = l_title1 title_lin2 = l_title2 uline = ' ' * verbegdt = '00000000' * verenddt = '00000000' EXCEPTIONS invalid_einri = 1 OTHERS = 2.

ISH_N2_READ_NPAT CALL FUNCTION 'ISH_N2_READ_NPAT' EXPORTING ss_einri = p_einri ss_patnr = p_patnr IMPORTING ss_npat = l_npat ss_pname = l_pname EXCEPTIONS not_found = 1 OTHERS = 2.

ISH_N2_START_GEN_APPLIC CALL FUNCTION 'ISH_N2_START_GEN_APPLIC' EXPORTING s_n2dt = ll_n2dt s_n2dtt = ll_n2dtt s_tcode = 'N202' s_vcode = ll_vcode s_draw_in = ll_draw s_tdws_in = ll_tdws s_tdwst_in = ll_tdwst IMPORTING s_okcode = ll_okcode s_update = ll_update TABLES s_ndoc = itndoc EXCEPTIONS OTHERS = 1.

ISHMED_READ_NORG CALL FUNCTION 'ISHMED_READ_NORG' EXPORTING ss_orgid = ss_kumsel-diaoe IMPORTING e_norg = norg EXCEPTIONS OTHERS = 1.

ISH_N2_DISPLAY_LAB_DATA_OE CALL FUNCTION 'ISH_N2_DISPLAY_LAB_DATA_OE' EXPORTING im_kumsel = ss_kumsel im_function = 'GETDATA' EXCEPTIONS OTHERS = 1.



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