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
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.
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
INCLUDE: MNDATA00,
INCLUDE: RNWPVIEW016_SUBSC0100.
INCLUDE: RNWPVIEW016SELSCREEN.
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RN2WPVIEW016 - IS-H: Selection Screen for View 008 (Coding Analyses Clinical WS) RN2WPVIEW016 - IS-H: Selection Screen for View 008 (Coding Analyses Clinical WS) RN2WPVIEW006_SUBSCREEN_320 - RN2WPVIEW006SUBSCREEN320 RN2WPVIEW006_SUBSCREEN_310 - RN2WPVIEW006SUBSCREEN310 RN2WPVIEW006_SUBSCREEN_200 - RN2WPVIEW006SUBSCREEN200 RN2WPVIEW006_SUBSCREEN_110 - RN2WPVIEW006SUBSCREEN110