SAP Reports / Programs

RN2_RAD_FINDING_WORKPLACE SAP ABAP Report - Radiology Findings Work Station







RN2_RAD_FINDING_WORKPLACE 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 for which you will create findings...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_FINDING_WORKPLACE 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_FINDING_WORKPLACE. "Basic submit
SUBMIT RN2_RAD_FINDING_WORKPLACE AND RETURN. "Return to original report after report execution complete
SUBMIT RN2_RAD_FINDING_WORKPLACE VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Initial Screen for Radiology Findings 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_AUFG = D Task
Selection Text: S_ERBOE = Performing Org. 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: 002 = Initial Screen for Radiology Findings Work Station
Text Symbol: 004 = Restrict Worklist
Text Symbol: 009 = Selection Variants for Worklist
Text Symbol: 100 = (only valid for performing person)
Text Symbol: H03 = Input Help: Documenting OU


INCLUDES used within this REPORT RN2_RAD_FINDING_WORKPLACE

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_READ_NORG CALL FUNCTION 'ISH_READ_NORG' EXPORTING orgid = p_orgdo IMPORTING orgkb_e = l_orgkb EXCEPTIONS missing_orgid = 1 OTHERS = 2.

ISH_N2_RAD_SEL_CURR_PACSID CALL FUNCTION 'ISH_N2_RAD_SEL_CURR_PACSID' EXPORTING p_einri = p_einri IMPORTING pacsid = p_pacsid EXCEPTIONS cancel = 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.

ISHMED_CHECK_NORG CALL FUNCTION 'ISHMED_CHECK_NORG' EXPORTING ss_einri = p_einri ss_einri_chk = 'J' ss_orgid = p_orgdo EXCEPTIONS not_found = 1 not_valid = 2 OTHERS = 3.

ISHMED_CHECK_NGPA CALL FUNCTION 'ISHMED_CHECK_NGPA' EXPORTING ss_check = 'O' ss_einri = p_einri ss_gdatum = sy-datum ss_orgid = p_orgdo ss_pernr = p_mitarb ss_vorgang = ' ' EXCEPTIONS not_found = 1 not_valid = 2 OTHERS = 3.

ISH_N2_RAD_GET_PARAM CALL FUNCTION 'ISH_N2_RAD_GET_PARAM' EXPORTING ss_einri = p_einri: ss_parm = 'RBF_DTID' ss_pacsid = p_pacsid IMPORTING ss_value = l_dtid EXCEPTIONS OTHERS = 0,
ss_parm = 'RBF_DTVERS' ss_pacsid = p_pacsid IMPORTING ss_value = l_dtvers EXCEPTIONS OTHERS = 0.

RS_REFRESH_FROM_SELECTOPTIONS CALL FUNCTION 'RS_REFRESH_FROM_SELECTOPTIONS' EXPORTING curr_report = l_repid TABLES selection_table = t_rsparams EXCEPTIONS not_found = 1 no_report = 2 OTHERS = 3.

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 ss_pacsid = p_pacsid t_rsparams = t_rsparams TABLES t_docstat = s_dokst t_erboe = s_erboe t_ermitarb = s_gpart t_aufgabe = s_aufg 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 = abap_on fazuw = abap_on pfzuw = abap_off graph_title = 'Eingabehilfe: Dokumentierende OE'(h03) einri = p_einri freig = abap_on start_orgfa = p_orgdo loekz = space no_bauid = abap_on sperr = abap_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_FINDING_WORKPLACE or its description.