RN1ME_ORDER 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 RN1ME_ORDER 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: GT_ORDID = Order-ID"s to select
Selection Text: GR_FALNR = Orders for this cases
Title: Report for Displaying All Important Patient Data
Text Symbol: 033 = No Movements Exist
Text Symbol: 034 = There are no requests
Text Symbol: 035 = Service:
Text Symbol: 036 = Max. and min MeordID
Text Symbol: 037 = Selection for patient/case
Text Symbol: 038 = Only for patient
Text Symbol: 039 = Only fr.case
Text Symbol: 040 = All
Text Symbol: 041 = Appointments
Text Symbol: 042 = Preregs.
Text Symbol: 043 = Smallest & biggest SEQNO
Text Symbol: 101 = Institution ;;
Text Symbol: 102 = Patient ;;
Text Symbol: 103 = Case number ;;
Text Symbol: 104 = Show ORates
Text Symbol: 105 = Requests ;;
Text Symbol: 106 = Show Prep/EAD
Text Symbol: 107 = Diagnoses ;;
Text Symbol: 108 = Documents ;;
Text Symbol: 109 = Prov.Patient ;;
Text Symbol: A08 = Date
Text Symbol: A09 = Time
Text Symbol: A10 = Sts
Text Symbol: A18 = EMR
Text Symbol: X01 = Stat.
Text Symbol: X02 = Rem srvc cyc
Text Symbol: 032 = Service Text
Text Symbol: 001 = Institution ;;
Text Symbol: 002 = Patient ;;
Text Symbol: 003 = Case number ;;
Text Symbol: 004 = Movements ;;
Text Symbol: 005 = Requests ;;
Text Symbol: 006 = Services ;;
Text Symbol: 009 = Technical pat. list
Text Symbol: 010 = Patient
INCLUDE MNCOLOUR.
No SAP DATABASE tables are accessed within this REPORT code!
ISH_N2_AUTHORITY * CALL FUNCTION 'ISH_N2_AUTHORITY'.
ISH_GET_PARAMETER_ID CALL FUNCTION 'ISH_GET_PARAMETER_ID' EXPORTING i_parameter_id = 'EIN' IMPORTING e_parameter_value = g_einri.
ISH_DYNP_VALUES_READ CALL FUNCTION 'ISH_DYNP_VALUES_READ' EXPORTING dyname = l_repid dynumb = l_dynnr TABLES dynpfields = dynpfields.
ISH_SHOW_LIST_PATIENT CALL FUNCTION 'ISH_SHOW_LIST_PATIENT' EXPORTING anfo = 'X' " Auswahlpopup npat_einri = g_einri fcode = 'PS' " Nur Patienten vcode = 'DIS' " Nur Anzeige und Auswahl IMPORTING npat_patnr = l_patnr npat_pziff = l_pziff EXCEPTIONS geschlecht_falsch = 01 no_authority = 02 npat_not_found = 03 selection_false = 04.
ISH_SHOW_LIST_FALL CALL FUNCTION 'ISH_SHOW_LIST_FALL' EXPORTING call_from_dark = ' ' col = 5 exit_on_weiter = ' ' fcode = 'SO' list_layout = '0' nfal_einri = i_einri nfal_falnr = gr_falnr-low nfal_fziff = ' ' nfal_patnr = i_patnr * NPATSTRING = ' ' only_falnr = ' ' popup = 'X' repid = ' ' row = 6 tcode = ' ' vcode = 'DIS' zuordnung = 'A' IMPORTING nfal_falnr = l_falnr * nfal_fziff = nfal-fziff EXCEPTIONS pat_not_found = 01 repid_missing = 02.
ISHMED_ME_READ_FORMULARY CALL FUNCTION 'ISHMED_ME_READ_FORMULARY' EXPORTING i_drugid = ls_odrug-drugid IMPORTING * ES_N1FORMULARY = ls_formulary es_n1formularyt = ls_formularyt e_rc = l_rc.
ISHMED_ME_READ_FORMULARY CALL FUNCTION 'ISHMED_ME_READ_FORMULARY' EXPORTING i_drugid = ls_edrug-drugid IMPORTING * ES_N1FORMULARY = ls_formulary es_n1formularyt = ls_formularyt e_rc = l_rc.
CALL FUNCTION 'ISHMED_ME_READ_FORMULARY' EXPORTING i_drugid = ls_drugdoc-drugid IMPORTING * ES_N1FORMULARY = ls_formulary es_n1formularyt = ls_formularyt e_rc = l_rc.
ISHMED_F4_ALLG CALL FUNCTION 'ISHMED_F4_ALLG' EXPORTING i_height = 6 i_len_code = 3 i_len_text = 42 i_title = l_text i_vcode = 'DIS' i_sort = ' ' i_headline = ls_headline TABLES t_f4tab = lt_outtab.
ISHMED_F4_ALLG CALL FUNCTION 'ISHMED_F4_ALLG' EXPORTING i_height = 6 i_len_code = 3 i_len_text = 42 i_title = l_text i_vcode = 'DIS' i_sort = ' ' i_headline = ls_headline TABLES t_f4tab = lt_outtab.
ISHMED_F4_ALLG_ACTIVEX CALL FUNCTION 'ISHMED_F4_ALLG_ACTIVEX' EXPORTING it_f4tab = lt_changes it_fieldcat = lt_fieldcat i_vcode = 'DIS'.
DDIF_NAMETAB_GET CALL FUNCTION 'DDIF_NAMETAB_GET' EXPORTING tabname = l_tabname TABLES x031l_tab = lt_fields EXCEPTIONS OTHERS = 1.
DDIF_NAMETAB_GET CALL FUNCTION 'DDIF_NAMETAB_GET' EXPORTING tabname = 'NLEM' TABLES x031l_tab = lt_fld2 EXCEPTIONS OTHERS = 1.
ISHMED_SHOW_TABLE_LINE CALL FUNCTION 'ISHMED_SHOW_TABLE_LINE' EXPORTING i_tabline = p_tabline i_tabname = p_tabname 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.
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 RN1ME_ORDER or its description.
RN1ME_ORDER - Report for Displaying All Important Patient Data RN1ME_ORDER - Report for Displaying All Important Patient Data RN1ME_OAPROC_USER_COMMAND_0I01 - RN1MEOAPROCUSERCOMMAND0I01 RN1ME_OAPROC_STATUS_0100O01 - RN1MEOAPROCSTATUS0100O01 RN1ME_OAPROC_START_OF_SELECF01 - RN1MEOAPROCSTARTOFSELECF01 RN1ME_OAPROC_INITIALIZATIONF01 - RN1MEOAPROCINITIALIZATIONF01