SAP Reports / Programs | Patient Management | SAP Healthcare - Industry-Specific Components for Hospitals | Patient Management(IS-H-PM) SAP IS

RNOO_UTIL_INCL SAP ABAP INCLUDE - RNOOUTILINCL







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


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 RNOO_UTIL_INCL. "Basic submit
SUBMIT RNOO_UTIL_INCL AND RETURN. "Return to original report after report execution complete
SUBMIT RNOO_UTIL_INCL VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT RNOO_UTIL_INCL

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:

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.



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 RNOO_UTIL_INCL or its description.