SAP Reports / Programs | Clinical System | Clinical System(IS-HMED) SAP IS

RN2N0M_OPPROT SAP ABAP INCLUDE - Include LNCDCTOP







RN2N0M_OPPROT 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 RN2N0M_OPPROT 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 RN2N0M_OPPROT. "Basic submit
SUBMIT RN2N0M_OPPROT AND RETURN. "Return to original report after report execution complete
SUBMIT RN2N0M_OPPROT 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 RN2N0M_OPPROT

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:

ISH_N2_TIME_DIFFERENCE CALL FUNCTION 'ISH_N2_TIME_DIFFERENCE' EXPORTING * hier muss das Bewegungsdatum vorher besorgt werden (Dokanfang) date1 = l_startdat time1 = an0_bluabsp-r-n0c_spvon date2 = l_enddat time2 = an0_bluabsp-r-n0c_spbis IMPORTING timediff = l_dauer * earliest = EXCEPTIONS invalid_datetime = 1 OTHERS = 2.

ISH_N2_MEDICAL_DOCUMENT CALL FUNCTION 'ISH_N2_MEDICAL_DOCUMENT' EXPORTING * SS_BISDAT = ss_einri = in_ndoc-einri * SS_MODE = ' ' * SS_VONDAT = ss_tcode = l_tcode * SS_SELKR = ' ' * SS_ENQUE = ' ' * SS_SET_SCREEN_FLAG = ' ' * SS_TITLE1 = ' ' * SS_TITLE2 = ' ' * SS_DOCLARCH = ' ' * IMPORTING * SS_OKCODE = * SS_TDWS = * SS_TDWST = * SS_CMD_ERROR = TABLES ss_ndoc = l_it_ndoc * SS_COMMANDS = * CHANGING * SS_DRAW = ' ' EXCEPTIONS no_document = 1 no_insert = 2 cancel = 3 OTHERS = 4 .

ISH_N2_ZEITENREPORT CALL FUNCTION 'ISH_N2_ZEITENREPORT' EXPORTING ss_ankerleist = in_ndoc-lnrls * SS_ARBEITSPL = * SS_DEFDATUM = * SS_ALLE = * SS_HEADER = * SS_XPOS = * SS_YPOS = ss_vcode = l_svcode * SS_OPDATUM = .

ISH_N2_CALL_OPTEAM_MODAL CALL FUNCTION 'ISH_N2_CALL_OPTEAM_MODAL' EXPORTING i_ankerleistung = in_ndoc-lnrls i_einri = in_ndoc-einri i_caller = sy-repid i_vcode = l_svcode * I_ENQUEUE = 'X' * I_DEQUEUE = 'X' * I_INVOLV_MA = 'X' * I_ABLH = '*' i_show_partner = ' ' "MA mit anzeigen i_show_task = ' '. "Aufgaben mit anzeigen

ISHMED_CALL_OPTEAM *CALL FUNCTION 'ISHMED_CALL_OPTEAM' * EXPORTING * I_NLEI = l_wa_nlei ** I_ANCHOR_SRV = * I_VCODE = l_svcode ** I_LOCK_TAB = 'X' ** I_SAVE_TAB = 'X' ** I_TITLE = ' ' ** I_TEAM_STAT = 'X' ** I_PREALLOC_TEAM = 'X' ** IT_PROCESS = ** IMPORTING ** E_FCODE = ** TABLES ** T_NLEI = ** T_N1LSTEAM = ** CHANGING ** CT_TEAM = * EXCEPTIONS * PARAM_INVALID = 1 * CANCEL = 2 * OTHERS = 3 * .

ISH_READ_NGPA_MULTI CALL FUNCTION 'ISH_READ_NGPA_MULTI' EXPORTING it_ngpa_pk = lt_gpart * I_READ_DB = ' ' IMPORTING et_ngpa = it_ngpa .

ISH_N2_SPLIT_TEXTSTRING CALL FUNCTION 'ISH_N2_SPLIT_TEXTSTRING' EXPORTING ss_textstring = l_line TABLES ss_texttable = it_texttable.

ISH_N2_SPLIT_TEXTSTRING CALL FUNCTION 'ISH_N2_SPLIT_TEXTSTRING' EXPORTING ss_textstring = l_line TABLES ss_texttable = it_texttable.

READ_TEXT_INLINE CALL FUNCTION 'READ_TEXT_INLINE' EXPORTING id = text_textid inline_count = 1 language = sy-langu name = text_textname object = text_textobject IMPORTING header = text_header TABLES inlines = text_lines lines = text_inlines EXCEPTIONS id = 1 language = 2 name = 3 not_found = 4 object = 5 reference_check = 6 OTHERS = 7.

ISH_N2_SPLIT_TEXTSTRING CALL FUNCTION 'ISH_N2_SPLIT_TEXTSTRING' EXPORTING ss_textstring = l_line TABLES ss_texttable = it_texttable.

READ_TEXT_INLINE CALL FUNCTION 'READ_TEXT_INLINE' EXPORTING id = text_textid inline_count = 1 language = sy-langu name = text_textname object = text_textobject IMPORTING header = text_header TABLES inlines = text_lines lines = text_inlines EXCEPTIONS id = 1 language = 2 name = 3 not_found = 4 object = 5 reference_check = 6 OTHERS = 7.



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