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

MN1A0F01 SAP ABAP INCLUDE - IS-H*MED: F4-Eingabehilfe für org. Einheiten nach verschiedenen Kriter







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

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 = RNT60-EINRI FCODE = 'AS ' PNAME = REPID * 27.8.93 USRGR = 'ALL ' "vorlaeufig fuer Benutzergruppe

R3MED_READ_N1PLST CALL FUNCTION 'R3MED_READ_N1PLST' EXPORTING PLANS = PLANS IMPORTING E_N1PLST = $N1PLST EXCEPTIONS NOT_FOUND = 01.

R3MED_READ_N1PLSTT CALL FUNCTION 'R3MED_READ_N1PLSTT' EXPORTING PLANS = PLANS IMPORTING E_N1PLSTT = $N1PLSTT EXCEPTIONS NOT_FOUND = 01.

R3MED_READ_N1AUFGA CALL FUNCTION 'R3MED_READ_N1AUFGA' EXPORTING VORGANG = VORGANG IMPORTING E_N1AUFGA = $N1AUFGA EXCEPTIONS NOT_FOUND = 01.

R3MED_READ_N1AUFGT CALL FUNCTION 'R3MED_READ_N1AUFGT' EXPORTING VORGANG = VORGANG IMPORTING E_N1AUFGT = $N1AUFGT EXCEPTIONS NOT_FOUND = 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

R3MED_UPDATE_N1PSAUF CALL FUNCTION 'R3MED_UPDATE_N1PSAUF' IN UPDATE TASK EXPORTING TCODE = SY-TCODE TABLES NN1PSAUF = NN1PSAUF ON1PSAUF = ON1PSAUF.

R3MED_UPDATE_N1PSAUF CALL FUNCTION 'R3MED_UPDATE_N1PSAUF' IN UPDATE TASK EXPORTING TCODE = SY-TCODE TABLES NN1PSAUF = NN1PSAUF ON1PSAUF = ON1PSAUF.

ENQUEUE_EN1PSAUF CALL FUNCTION 'ENQUEUE_EN1PSAUF' EXPORTING PLANS = RNT60-PLANS EXCEPTIONS FOREIGN_LOCK = 04 SYSTEM_FAILURE = 12.

DEQUEUE_EN1PSAUF CALL FUNCTION 'DEQUEUE_EN1PSAUF' EXPORTING PLANS = RNT60-PLANS.

R3MED_SEEK_FOR_POSITION CALL FUNCTION 'R3MED_SEEK_FOR_POSITION' EXPORTING TABLE = 'N1PSAUF' TTABLE = 'N1AUFGT' 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 MN1A0F01 or its description.