RN1ME_IM_PICKLISTF01 is a standard ABAP INCLUDE 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_IM_PICKLISTF01 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.
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' EXPORTING date = sy-datum einri = p_einri fazuw = p_flagdou graph_title = 'Wertehilfe: OE'(001) loekz = space pfzuw = p_flagou vcode = 'UPD' IMPORTING selected_orgid = p_orgid EXCEPTIONS bauid_not_in_nbau = 1 einri_not_in_tn01 = 2 no_hierarchy = 3 orgid_not_in_norg = 4 others = 5.
ISH_F4_HELP_PATIENT call function 'ISH_F4_HELP_PATIENT' EXPORTING dyname = l_repid dynumb = sy-dynnr institution_fname = 'S_EINRI' IMPORTING patnr = p_patnr.
ISH_DYNP_VALUES_READ call function 'ISH_DYNP_VALUES_READ' EXPORTING dyname = l_repid dynumb = sy-dynnr conversion = abap_on TABLES dynpfields = lt_dynpfields EXCEPTIONS invalid_dynproname = 2 invalid_dynprofield = 1 others = 10.
CONVERSION_EXIT_ALPHA_INPUT call function 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = l_einri IMPORTING output = l_reseinri.
CONVERSION_EXIT_ALPHA_INPUT call function 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = l_patnr IMPORTING output = l_apatnr.
ISH_CASE_VALUE_REQUEST call function 'ISH_CASE_VALUE_REQUEST' EXPORTING ss_einri = l_einri ss_patnr = l_patnr ss_vcode = 'UPD' IMPORTING ss_falnr = p_falnr EXCEPTIONS error = 1.
ISH_SHOW_GPART * call function 'ISH_SHOW_GPART' * exporting * aufruf = 'Y' ** rolle = '1' "1" --> person (coworker, physician) ** vcode = g_vcode * arzt = 'X' * makz = 'X' * importing ** e_ngpa = l_ngpa * ngpa_gpart = p_emr * exceptions * einri_false = 1 * gschl_false = 2 * ktart_false = 3 * not_found = 4 * others = 5.
ISHMED_SHOW_NGPA CALL FUNCTION 'ISHMED_SHOW_NGPA' IMPORTING E_NGPA = ls_ngpa EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.
CONVERSION_EXIT_ALPHA_INPUT call function 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = l_einri_ext IMPORTING output = l_einri.
LVC_FIELDCATALOG_MERGE call function 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'TN1ESTATUST' CHANGING ct_fieldcat = lt_fcat.
ISHMED_F4_ALLG_ACTIVEX call function 'ISHMED_F4_ALLG_ACTIVEX' EXPORTING it_f4tab = lt_event it_fieldcat = lt_fcat i_title = 'Ereignisstatus'(008) i_width = 65 IMPORTING e_rc = l_rc et_marked_entries = lt_mark.
LVC_FIELDCATALOG_MERGE call function 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'TN1ESTATUST' CHANGING ct_fieldcat = lt_fcat.
ISHMED_F4_ALLG_ACTIVEX call function 'ISHMED_F4_ALLG_ACTIVEX' EXPORTING it_f4tab = lt_event it_fieldcat = lt_fcat i_title = 'Ereignisstatus'(008) i_width = 65 IMPORTING e_rc = l_rc et_marked_entries = lt_mark.
F4IF_GET_SHLP_DESCR call function 'F4IF_GET_SHLP_DESCR' EXPORTING shlpname = 'N1ME_TN1OTYPE' shlptype = 'SH' IMPORTING shlp = ls_shlp.
F4IF_START_VALUE_REQUEST call function 'F4IF_START_VALUE_REQUEST' EXPORTING shlp = ls_shlp IMPORTING rc = l_rc TABLES return_values = lt_values.
F4IF_FIELD_VALUE_REQUEST call function 'F4IF_FIELD_VALUE_REQUEST' EXPORTING tabname = 'TN01' fieldname = 'EINRI' searchhelp = 'H_TN01 ' shlpparam = 'EINRI' TABLES return_tab = lt_return EXCEPTIONS field_not_found = 1 no_help_for_field = 2 inconsistent_help = 3 no_values_found = 4.
CONVERSION_EXIT_ALPHA_INPUT call function 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = l_einri IMPORTING output = p_einri.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.