RNOO_UTIL_INCL 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 RNOO_UTIL_INCL 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!
POPUP_TO_CONFIRM_LOSS_OF_DATA * call function 'POPUP_TO_CONFIRM_LOSS_OF_DATA' * exporting * textline1 = 'Transaktion abbrechen?'(14c) * titel = tstct-ttext * importing * answer = answer.
POPUP_TO_CONFIRM_STEP * CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' * EXPORTING * defaultoption = 'Y' * titel = 'Diagnosendokumentation geändert'(14a) * textline1 = 'Bearbeitung wurde beendet !'(13b) ** textline2 = 'Daten sichern'(13c) * IMPORTING * answer = answer.
POPUP_TO_CONFIRM_LOSS_OF_DATA CALL FUNCTION 'POPUP_TO_CONFIRM_LOSS_OF_DATA' EXPORTING TEXTLINE1 = 'Möchten Sie wirklich abbrechen?'(14e) TITEL = 'Abbrechen'(14d) IMPORTING answer = answer.
POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING defaultoption = 'Y' titel = 'Diagnosendokumentation geändert'(14a) textline1 = 'Bearbeitung wurde beendet !'(13b) textline2 = 'Daten sichern'(13c) IMPORTING answer = answer.
MESSAGES_INITIALIZE CALL FUNCTION 'MESSAGES_INITIALIZE'.
MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING arbgb = sy-msgid msgty = sy-msgty msgv1 = sy-msgv1 msgv2 = sy-msgv2 msgv3 = sy-msgv3 msgv4 = sy-msgv4 txtnr = sy-msgno EXCEPTIONS message_type_not_valid = 1 not_active = 2 others = 3.
MESSAGES_SHOW CALL FUNCTION 'MESSAGES_SHOW' EXPORTING CORRECTIONS_OPTION = CORRECTIONS_OPTION CORRECTIONS_FUNC_TEXT = 'Abbrechen'(X01) MSG_SELECT_FUNC = l_sel_func "CC HW1630806 MSG_SELECT_FUNC_TEXT = l_txt_func "CC HW1630806 SHOW_LINNO = space IMPORTING CORRECTIONS_WANTED = e_correction MSG_SELECTED = ls_msgsel "CC HW1630806 E_EXIT_COMMAND = l_exit_command.
MESSAGES_SHOW CALL FUNCTION 'MESSAGES_SHOW' EXPORTING CORRECTIONS_OPTION = CORRECTIONS_OPTION CORRECTIONS_FUNC_TEXT = 'Abbrechen'(X01) MSG_SELECT_FUNC = 'X' MSG_SELECT_FUNC_TEXT = 'Amb. Kodierrichtlinie'(X02) " Ambulante Kodierrichtlinien
ISH_SHOW_AKR CALL FUNCTION 'ISH_SHOW_AKR' EXPORTING i_einri = l_einri i_marker = l_marker i_val_date = l_val_date EXCEPTIONS url_not_defined = 1 browser_show_error = 2 unexpected_error = 3 OTHERS = 4.
MESSAGES_INITIALIZE CALL FUNCTION 'MESSAGES_INITIALIZE'.
DDIF_NAMETAB_GET CALL FUNCTION 'DDIF_NAMETAB_GET' EXPORTING tabname = 'RNDIA' TABLES x031l_tab = x031l_tab.
ISH_SAP_BP_CHECK_ACTIVE CALL FUNCTION 'ISH_SAP_BP_CHECK_ACTIVE' IMPORTING e_status = p_status EXCEPTIONS not_active = 0.
ISH_READ_NGPA CALL FUNCTION 'ISH_READ_NGPA' EXPORTING gpart = i_diape ss_with_nadr = space EXCEPTIONS not_found = 1 others = 3.
ISH_BP_API_PARTNER_GET CALL FUNCTION 'ISH_BP_API_PARTNER_GET' EXPORTING I_GPARTNER = l_diape IMPORTING E_BPK = l_bp1 ET_RC = lt_rc .
ISH_BUP_OBJ_EXIST CALL FUNCTION 'ISH_BUP_OBJ_EXIST' EXPORTING i_partner = l_bp2 IMPORTING E_EXIST = l_exist .
ISH_TN00R_READ CALL FUNCTION 'ISH_TN00R_READ' EXPORTING ss_einri = i_einri ss_param = 'N1MAOE' IMPORTING ss_value = n1maoe.
ISHMED_CHECK_NGPA CALL FUNCTION 'ISHMED_CHECK_NGPA' EXPORTING ss_einri = i_einri ss_gdatum = gdatum "Gültigkeitsdatum ss_orgid = orgfa ss_pernr = i_diape ss_chk_auth = off EXCEPTIONS not_found = 1 not_valid = 2 not_auth = 3.
ISHMED_CHECK_NGPA CALL FUNCTION 'ISHMED_CHECK_NGPA' EXPORTING ss_einri = i_einri ss_gdatum = gdatum "Gültigkeitsdatum ss_orgid = orgpf ss_pernr = i_diape ss_chk_auth = off EXCEPTIONS not_found = 1 not_valid = 2 not_auth = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RNOO_UTIL_INCL - RNOOUTILINCL RNOCCUPANCY_SAVE - IS-H: Save Occupancy Data of Institution as Extract RNOCCUPANCY_SAVE - IS-H: Save Occupancy Data of Institution as Extract RNOBJECT_TYPES_F01 - RNOBJECTTYPESF01 RNOBJECT_TYPES - IS-H: Overview of Object Types RNOBJECT_TYPES - IS-H: Overview of Object Types