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

MN209F00 SAP ABAP INCLUDE - IS-H*MED: FORM Routines General (SAPMN209)







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


Text pool values


Title: IS-H*MED: FORM Routines General (SAPMN209)


INCLUDES used within this REPORT MN209F00

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_SET_NEXT_SCREEN CALL FUNCTION 'ISH_SET_NEXT_SCREEN' EXPORTING ACT_TCODE = TCODE LEAVE_TCODE = TCODE FCODE = FCODE GOTO_DYNNR = GOTO_DYNNR SCREEN_CALLED = SCREEN_CALLED IMPORTING FCODE = FCODE_2 NEXT_DYNNR = NEXT_DYNNR.

ISH_MODIFY_SCREEN CALL FUNCTION 'ISH_MODIFY_SCREEN' EXPORTING DYNNR = DYNNR EINRI = RN209-EINRI * FCODE = '*' PNAME = REPID VCODE = VCODE SET_CURSOR = ON CHANGING TC_CONTROL = TC_IN2HL.

ISH_MODIFY_SCREEN CALL FUNCTION 'ISH_MODIFY_SCREEN' EXPORTING DYNNR = DYNNR EINRI = RN209-EINRI FCODE = 'AS ' PNAME = REPID VCODE = VCODE SET_CURSOR = ON.

ISH_N2_READ_TNK00 CALL FUNCTION 'ISH_N2_READ_TNK00' EXPORTING KATID = KATID IMPORTING E_TNK00 = $TNK00 EXCEPTIONS NOT_FOUND = 01.

ISH_N2_READ_NKDI CALL FUNCTION 'ISH_N2_READ_NKDI' EXPORTING DKAT = DKAT DKEY = DKEY SPRAS = SY-LANGU IMPORTING E_NKDI = $NKDI EXCEPTIONS NOT_FOUND = 01.

ISH_READ_NORG CALL FUNCTION 'ISH_READ_NORG' EXPORTING EINRI = RN209-EINRI ORGID = ORGID IMPORTING NORG_E = $NORG EXCEPTIONS MISSING_ORGID = 01.

SCROLLING_IN_TABLE CALL FUNCTION 'SCROLLING_IN_TABLE' EXPORTING ENTRY_TO = ENTRY_TO LOOPS = LINES_PER_PAGE OK_CODE = SAVE-OK-CODE ENTRY_ACT = HEAD_LINE LAST_PAGE_FULL = ' ' OVERLAPPING = ' ' IMPORTING ENTRY_NEW = HEAD_LINE.

R3MED_CHECK_VONBIS CALL FUNCTION 'R3MED_CHECK_VONBIS' EXPORTING DATA_BEGDT = DATA_BEGDT " Benutzerinput Gültig-Von DATA_ENDDT = DATA_ENDDT " Benutzerinput Gültig-Bis LOWEST_BEGDT = MAX_BEGDT " z.B. OE Gültig-Von

ISH_N2_UPDATE_N2HL CALL FUNCTION 'ISH_N2_UPDATE_N2HL' * IN UPDATE TASK EXPORTING TCODE = SY-TCODE TABLES NN2HL = NN2HL ON2HL = ON2HL.

ISH_VALUE_REQUEST * CALL FUNCTION 'ISH_VALUE_REQUEST' * EXPORTING * SS_FIELD = FELDNAME * SS_SELECT = EINRI * SS_TABLE = 'NFAL' * IMPORTING * SS_VALUE = *NKDI * EXCEPTIONS * NOT_FOUND = 01.

ISH_SHOW_SERVICES * CALL FUNCTION 'ISH_SHOW_SERVICES' * EXPORTING * EXTP_NAM = 'SAPMN209' * INPUT_TARID = ' ' "Katalog darf nicht überschr. werden

ENQUEUE_EN2HL CALL FUNCTION 'ENQUEUE_EN2HL' EXPORTING EINRI = RN209-EINRI DKAT = RN209-KATID * DKEY = space ORGID = RN209-ORGID * BEGDT = space * _SCOPE = 3 EXCEPTIONS FOREIGN_LOCK = 04 SYSTEM_FAILURE = 12.

DEQUEUE_EN2HL CALL FUNCTION 'DEQUEUE_EN2HL' EXPORTING EINRI = RN209-EINRI DKAT = RN209-KATID * DKEY = SPACE ORGID = RN209-ORGID.

R3MED_SEEK_FOR_POSITION CALL FUNCTION 'R3MED_SEEK_FOR_POSITION' EXPORTING TABLE = 'N2HL' TTABLE = 'NKDI' TABLES SELLIST = DB_SELLIST SHOWLIST = DB_SHOWLIST EXCEPTIONS NO_INPUT_BY_USER = 0004 TABLE_NOT_FOUND = 0008 CANCELLED_BY_USER = 0012.

ISH_DYNP_VALUES_READ CALL FUNCTION 'ISH_DYNP_VALUES_READ' EXPORTING DYNAME = REPID DYNUMB = DYNNR TABLES DYNPFIELDS = DYNPFIELDS.

DYNP_VALUES_UPDATE CALL FUNCTION 'DYNP_VALUES_UPDATE' EXPORTING DYNAME = REPID DYNUMB = DYNNR TABLES DYNPFIELDS = DYNPFIELDS.



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