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
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: 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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RN2CLIM_CREATE_PLANING - Creation of Planned Measurements for Measurement Plans RN2CLIM_CREATE_PLANING - Creation of Planned Measurements for Measurement Plans RN2CLIM_APIVS_SAMPLE_VSLIST - Program RN2CLIM_APIVS_SAMPLE_VSLIST RN2CLIM_APIVS_SAMPLE_VSLIST - Program RN2CLIM_APIVS_SAMPLE_VSLIST RN2CLIM_APIVS_SAMPLE_PLDLIST - Program RN2CLIM_APIVS_SAMPLE_PLDLIST RN2CLIM_APIVS_SAMPLE_PLDLIST - Program RN2CLIM_APIVS_SAMPLE_PLDLIST