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

RN2_RAD_ADMIN_WORKSTATION SAP ABAP Report - Radiology Findings Work Station







RN2_RAD_ADMIN_WORKSTATION is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The Radiology Findings Work Station presents the radiological examinations, which have no findings as yet...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 RN2_RAD_ADMIN_WORKSTATION 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 RN2_RAD_ADMIN_WORKSTATION. "Basic submit
SUBMIT RN2_RAD_ADMIN_WORKSTATION AND RETURN. "Return to original report after report execution complete
SUBMIT RN2_RAD_ADMIN_WORKSTATION VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Radiology Administrator Work Station
Selection Text: P_ALV = Worklist as List
Selection Text: P_CK_GP = Display Total Request
Selection Text: P_EINRI = D Institution
Selection Text: P_MITARB = D Employee Responsible
Selection Text: P_ORGDO = D Documenting Org. Unit
Selection Text: S_ANFOE = Requesting Organizational Unit
Selection Text: S_ERBOE = Performing Organizational Unit
Selection Text: S_GPART = D Performing Person
Selection Text: S_UPDAT = Date - Performance of Service
Title: Radiology Findings Work Station
Text Symbol: 001 = Documentation Details
Text Symbol: 004 = Restrict Worklist
Text Symbol: 100 = (only valid for performing person)
Text Symbol: H03 = Input Help: Documenting OU


INCLUDES used within this REPORT RN2_RAD_ADMIN_WORKSTATION

INCLUDE MNDATA_BOOL.
INCLUDE IN2_LICENCE.


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_RAD_GET_PARAM CALL FUNCTION 'ISH_N2_RAD_GET_PARAM' EXPORTING ss_einri = p_einri: ss_parm = 'RBF_DTID' IMPORTING ss_value = l_dtid,
ss_parm = 'RBF_DTVERS' IMPORTING ss_value = l_dtvers.

ISH_READ_NORG CALL FUNCTION 'ISH_READ_NORG' EXPORTING orgid = p_orgdo IMPORTING orgkb_e = l_orgkb EXCEPTIONS missing_orgid = 1 OTHERS = 2.

ISH_EINRI_CHECK CALL FUNCTION 'ISH_EINRI_CHECK' EXPORTING ss_einri = p_einri IMPORTING ss_tn01 = tn01 EXCEPTIONS not_found = 1 OTHERS = 2.

ISH_AUTH_CHECK_REPORT_EINRI * CALL FUNCTION 'ISH_AUTH_CHECK_REPORT_EINRI' * EXPORTING * repid = l_repid * einri = p_einri * no_message = ' ' * messagetype = 'E'.

ISH_N2_RAD_FINDING_WORKPLACE CALL FUNCTION 'ISH_N2_RAD_FINDING_WORKPLACE' EXPORTING ss_repid = l_repid ss_doktyp = l_dtid ss_dtvers = l_dtvers ss_einri = p_einri ss_orgdo = p_orgdo ss_mitarb = p_mitarb ss_package = p_ck_gp t_rsparams = t_rsparams TABLES t_docstat = s_dokst t_erboe = s_erboe t_ermitarb = s_gpart t_update = s_updat t_anfoe = s_anfoe EXCEPTIONS cnt_create_error = 1 OTHERS = 2.

ISH_GRAPHIC_ORGID_SELECT CALL FUNCTION 'ISH_GRAPHIC_ORGID_SELECT' EXPORTING ambes = on fazuw = on pfzuw = off graph_title = 'Eingabehilfe: Dokumentierende OE'(h03) einri = p_einri freig = on start_orgfa = p_orgdo loekz = space no_bauid = on sperr = off IMPORTING selected_orgid = p_orgdo EXCEPTIONS bauid_not_in_nbau = 1 einri_not_in_tn01 = 2 no_hierarchy = 3 orgid_not_in_norg = 4 OTHERS = 5.

ISHMED_SHOW_NGPA CALL FUNCTION 'ISHMED_SHOW_NGPA' EXPORTING ss_check = 'O' ss_einri = p_einri ss_orgid = p_orgdo "= SPACE, d.h über alle OEs



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