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

RN2CLIM_CREATE_PLANING SAP ABAP Report - Creation of Planned Measurements for Measurement Plans







RN2CLIM_CREATE_PLANING 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 RN2CLIM_CREATE_PLANING 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 RN2CLIM_CREATE_PLANING. "Basic submit
SUBMIT RN2CLIM_CREATE_PLANING AND RETURN. "Return to original report after report execution complete
SUBMIT RN2CLIM_CREATE_PLANING 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: S_STATUS = D .
Selection Text: S_PATNR = D .
Selection Text: S_PAPID = D .
Selection Text: S_ORGPL = D .
Selection Text: S_MTYPE = D .
Selection Text: S_MITARB = D .
Selection Text: S_EINRI = D .
Selection Text: P_PATNR = D .
Selection Text: P_EINRI = D .
Selection Text: P_TIMEND = End Day End
Selection Text: P_TIMAKT = End Current System Time
Selection Text: P_TAGE = No. of Days to Be Planned
Selection Text: P_MESSPL = Selection Using Msrmnt Plan
Selection Text: P_LISTE = Log Output in List
Selection Text: P_EINZEL = Single Selection
Selection Text: P_BACKW = Also Plan Backwards
Title: Creation of Planned Measurements for Measurement Plans
Text Symbol: U02 = Patient
Text Symbol: S01 = ALso Plan in Past (Only Available in Online Mode)
Text Symbol: N05 = Message Output
Text Symbol: L04 = Planning Executed, Most Severe Error Type:
Text Symbol: L03 = End of Report on:
Text Symbol: L02 = At:
Text Symbol: L01 = Start of Report on:
Text Symbol: 005 = Planning f. Clinical Msrmnts
Text Symbol: 004 = Mult. Sel. Using Msrmnt Plans
Text Symbol: 003 = Indiv.Selection Patient
Text Symbol: 002 = Planning Period
Text Symbol: 001 = Selection Conditions
002 Automatic Planning of Measured Values
001 Log: Clinical Measurement


INCLUDES used within this REPORT RN2CLIM_CREATE_PLANING

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_GRAPHIC_ORGID_SELECT CALL FUNCTION 'ISH_GRAPHIC_ORGID_SELECT' 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 = ' ' * SS_GDATUM = SY-DATUM * SS_ORGID = ' ' * SS_VCODE = 'UPD' * SS_VORGANG = ' ' * SS_CHK_AUTH = 'X' * SS_INVOLV_MA = OFF * ss_gpart = p_mitarb * SS_ABLH = '*' * SS_ORGFA = * SS_ACTIVEX = 'X' ss_dynpfield = ls_dynfields * SS_MFSEL = ' ' * SS_FPV = ' ' * SS_NO_POPUP = ' ' * SS_FUNC_EXT = ' ' IMPORTING e_ngpa = l_ngpa * TABLES * T_NGPA = EXCEPTIONS not_found = 1 OTHERS = 2.

ISH_TEST_DIGIT CALL FUNCTION 'ISH_TEST_DIGIT' EXPORTING digiti = p_pziff mode = co_check_digit number = p_patnr IMPORTING digite = l_pziff EXCEPTIONS digit_false = 1 modulo_false = 2.

ISH_N2_DYNP_VALUES_READ *** CALL FUNCTION 'ISH_N2_DYNP_VALUES_READ' *** EXPORTING *** dyname = sy-repid *** dynumb = sy-dynnr **** TRANSLATE_TO_UPPER = ' ' **** CONVERSION = 'X' *** TABLES *** dynpfields = lt_vals *** EXCEPTIONS *** invalid_abapworkarea = 1 *** invalid_dynprofield = 2 *** invalid_dynproname = 3 *** invalid_dynpronummer = 4 *** invalid_request = 5 *** no_fielddescription = 6 *** undefind_error = 7 *** OTHERS = 8.

ISH_N2_DYNP_VALUES_UPDATE *** CALL FUNCTION 'ISH_N2_DYNP_VALUES_UPDATE' *** EXPORTING *** dyname = sy-repid *** dynumb = sy-dynnr **** TRANSLATE_TO_UPPER = ' ' **** CONVERSION = 'X' *** TABLES *** dynpfields = lt_vals *** EXCEPTIONS *** invalid_abapworkarea = 1 *** invalid_dynprofield = 2 *** invalid_dynproname = 3 *** invalid_dynpronummer = 4 *** invalid_request = 5 *** no_fielddescription = 6 *** undefind_error = 7 *** OTHERS = 8.

ISH_READ_NPAT CALL FUNCTION 'ISH_READ_NPAT' EXPORTING ss_einri = p_einri ss_patnr = p_patnr ss_check_auth = ' ' ss_check_inactive = abap_true IMPORTING ss_npat = ls_npat EXCEPTIONS not_found = 01 no_authority = 02 OTHERS = 03.

ISH_DYNP_VALUES_READ CALL FUNCTION 'ISH_DYNP_VALUES_READ' EXPORTING dyname = l_dyname dynumb = l_dynumb TABLES dynpfields = lt_dynpfields EXCEPTIONS OTHERS = 1.

CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = ls_dynpfield-fieldvalue IMPORTING output = l_einri.

ISH_SHOW_LIST_PATIENT CALL FUNCTION 'ISH_SHOW_LIST_PATIENT' EXPORTING anfo = abap_true vcode = 'DIS' npat_einri = l_einri IMPORTING npat_patnr = l_patnr npat_pziff = l_pziff storno_selected = l_storno_selected weiter = l_weiter EXCEPTIONS OTHERS = 1.

DYNP_VALUES_UPDATE CALL FUNCTION 'DYNP_VALUES_UPDATE' EXPORTING dyname = l_dyname dynumb = l_dynumb TABLES dynpfields = lt_dynpfields EXCEPTIONS OTHERS = 0.

ISH_TN00E_READ CALL FUNCTION 'ISH_TN00E_READ' EXPORTING ss_einri = p_einri IMPORTING ss_tn00e = ls_tn00e EXCEPTIONS OTHERS = 1.

ISH_POPUP_EINRI CALL FUNCTION 'ISH_POPUP_EINRI' IMPORTING einri = l_einri 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 RN2CLIM_CREATE_PLANING or its description.