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

RN2WPVIEW016 SAP ABAP Report - IS-H: Selection Screen for View 008 (Coding Analyses Clinical WS)







RN2WPVIEW016 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 RN2WPVIEW016 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 RN2WPVIEW016. "Basic submit
SUBMIT RN2WPVIEW016 AND RETURN. "Return to original report after report execution complete
SUBMIT RN2WPVIEW016 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: SE_EINRI = D .
Selection Text: R_RCTYPI = D .
Selection Text: R_RCTYPE = D .
Selection Text: R_RCSTAT = D .
Selection Text: R_RCAUTH = D .
Selection Text: R_ORGDO = D .
Selection Text: R_DTID = D .
Selection Text: R_DODAT = D .
Selection Text: R_DISTAT = D .
Selection Text: R_DIPRIO = D .
Selection Text: P_CTXWRD = D .
Selection Text: P_CTXVMA = D .
Selection Text: P_CTXPMD = D .
Selection Text: P_CTXPAT = D .
Selection Text: SELAKT = Manual Entry of Selection
Selection Text: R_RCSYS = Dictation System
Selection Text: R_DIEDAT = Expiry Date
Selection Text: R_DATE = Evaluation Period
Title: IS-H: Selection Screen for View 008 (Coding Analyses Clinical WS)
Text Symbol: S01 = Institution
Text Symbol: B21 = Ref. Level
Text Symbol: B04 = Documents with Dictation Reference
Text Symbol: B03 = Recording
Text Symbol: B02 = Dictation
Text Symbol: B01 = Evaluation Period
Text Symbol: 005 = Word Document
Text Symbol: 004 = Document
Text Symbol: 003 = Empl. Resp.
Text Symbol: 002 = Patient
Text Symbol: 001 = Documenting Org. Unit


INCLUDES used within this REPORT RN2WPVIEW016

INCLUDE: MNDATA00,
INCLUDE: RNWPVIEW016_SUBSC0100.
INCLUDE: RNWPVIEW016SELSCREEN.


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:

SELECT_OPTIONS_RESTRICT CALL FUNCTION 'SELECT_OPTIONS_RESTRICT' EXPORTING program = rnstat-repid restriction = restrict * DB = ' ' EXCEPTIONS too_late = 1 repeated = 2 selopt_without_options = 3 selopt_without_signs = 4 invalid_sign = 5 empty_option_list = 6 invalid_kind = 7 repeated_kind_a = 8 OTHERS = 9.

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = l_prog dynumb = l_dynnr TABLES dynpfields = it_dynpfields EXCEPTIONS OTHERS = 1.

CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = se_einri IMPORTING output = se_einri.

ISH_GRAPHIC_ORGID_SELECT CALL FUNCTION 'ISH_GRAPHIC_ORGID_SELECT' EXPORTING date = p_date einri = p_einri erbkz = p_erbkz freig = on graph_title = p_title loekz = off no_bauid = on sperr = off IMPORTING nothing_selected = no_selected selected_orgid = pf4_value EXCEPTIONS OTHERS = 01.

ISHMED_SHOW_GPART CALL FUNCTION 'ISHMED_SHOW_GPART' EXPORTING ss_einri = p_einri ss_gpart = p_gpart IMPORTING e_ngpa = l_ngpa EXCEPTIONS not_found = 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 RN2WPVIEW016 or its description.