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

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







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

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_MODIFY_SCREEN CALL FUNCTION 'ISH_MODIFY_SCREEN' EXPORTING DYNNR = DYNNR EINRI = RNT71-EINRI FCODE = 'AS ' PNAME = REPID VCODE = VCODE.

ISH_SET_NEXT_SCREEN CALL FUNCTION 'ISH_SET_NEXT_SCREEN' EXPORTING ACT_TCODE = TCODE LEAVE_TCODE = TCODE EINRI = EINRI FCODE = FCODE GOTO_DYNNR = GOTO_DYNNR SCREEN_CALLED = SCREEN_CALLED IMPORTING FCODE = FCODE_2 NEXT_DYNNR = NEXT_DYNNR.

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_READ_TN10S CALL FUNCTION 'R3MED_READ_TN10S' EXPORTING EINRI = EINRI ORGTY = ORGTY IMPORTING E_TN10S = TN10S EXCEPTIONS NOT_FOUND = 01.

ISH_UPDATE_N1AOEZ CALL FUNCTION 'ISH_UPDATE_N1AOEZ' IN UPDATE TASK EXPORTING TCODE = SY-TCODE TABLES NN1AOEZ = NN1AOEZ ON1AOEZ = ON1AOEZ.

ISH_UPDATE_N1AOEZ CALL FUNCTION 'ISH_UPDATE_N1AOEZ' IN UPDATE TASK EXPORTING TCODE = SY-TCODE * vcode = mode TABLES NN1AOEZ = NN1AOEZ ON1AOEZ = ON1AOEZ.

ENQUEUE_EN1AOEZ CALL FUNCTION 'ENQUEUE_EN1AOEZ' EXPORTING EINRI = EINRI N1ANFOR = N1ANFOR EXCEPTIONS FOREIGN_LOCK = 1 SYSTEM_FAILURE = 2.

DEQUEUE_EN1AOEZ CALL FUNCTION 'DEQUEUE_EN1AOEZ' EXPORTING EINRI = EINRI N1ANFOR = N1ANFOR.

TR_REQUEST_CHOICE CALL FUNCTION 'TR_REQUEST_CHOICE' EXPORTING * IV_SUPPRESS_DIALOG = ' ' IV_REQUEST_TYPES = 'K' * IV_CLI_DEP = ' ' * IV_REQUEST = ' ' IT_E071 = it_e071 * IT_E071K = we071k * IV_LOCK_OBJECTS = ' ' * IV_TITLE = IV_START_COLUMN = 3 IV_START_ROW = 7 IV_WITH_ERROR_LOG = 'X' * IMPORTING * ES_REQUEST = EXCEPTIONS INVALID_REQUEST = 1 INVALID_REQUEST_TYPE = 2 USER_NOT_OWNER = 3 NO_OBJECTS_APPENDED = 4 ENQUEUE_ERROR = 5 CANCELLED_BY_USER = 6 RECURSIVE_CALL = 7 OTHERS = 8.

TR_ORDER_CHOICE_CORRECTION * CALL FUNCTION 'TR_ORDER_CHOICE_CORRECTION' ** EXPORTING ** IV_CATEGORY = 'CUST' ** IV_CLI_DEP = 'X' * IMPORTING ** EV_ORDER = * EV_TASK = trkorr ** EXCEPTIONS ** INVALID_CATEGORY = 1 ** NO_CORRECTION_SELECTED = 2 ** OTHERS = 3 * .

TR_APPEND_TO_COMM_OBJS_KEYS * CALL FUNCTION 'TR_APPEND_TO_COMM_OBJS_KEYS' * EXPORTING ** WI_SIMULATION = ' ' ** WI_SUPPRESS_KEY_CHECK = ' ' * wi_trkorr = trkorr * tables * wt_e071 = it_e071 * wt_e071k = we071k ** EXCEPTIONS ** KEY_CHAR_IN_NON_CHAR_FIELD = 1 ** KEY_CHECK_KEYSYNTAX_ERROR = 2 ** KEY_INTTAB_TABLE = 3 ** KEY_LONGER_FIELD_BUT_NO_GENERC = 4 ** KEY_MISSING_KEY_MASTER_FIELDS = 5 ** KEY_MISSING_KEY_TABLEKEY = 6 ** KEY_NON_CHAR_BUT_NO_GENERIC = 7 ** KEY_NO_KEY_FIELDS = 8 ** KEY_STRING_LONGER_CHAR_KEY = 9 ** KEY_TABLE_HAS_NO_FIELDS = 10 ** KEY_TABLE_NOT_ACTIV = 11 ** KEY_UNALLOWED_KEY_FUNCTION = 12 ** KEY_UNALLOWED_KEY_OBJECT = 13 ** KEY_UNALLOWED_KEY_OBJNAME = 14 ** KEY_UNALLOWED_KEY_PGMID = 15 ** KEY_WITHOUT_HEADER = 16 ** OB_CHECK_OBJ_ERROR = 17 ** OB_DEVCLASS_NO_EXIST = 18 ** OB_EMPTY_KEY = 19 ** OB_GENERIC_OBJECTNAME = 20 ** OB_ILL_DELIVERY_TRANSPORT = 21 ** OB_ILL_LOCK = 22 ** OB_ILL_PARTS_TRANSPORT = 23 ** OB_ILL_SOURCE_SYSTEM = 24 ** OB_ILL_SYSTEM_OBJECT = 25 ** OB_ILL_TARGET = 26 ** OB_INTTAB_TABLE = 27 ** OB_LOCAL_OBJECT = 28 ** OB_LOCKED_BY_OTHER = 29 ** OB_MODIF_ONLY_IN_MODIF_ORDER = 30 ** OB_NAME_TOO_LONG = 31 ** OB_NO_APPEND_OF_CORR_ENTRY = 32 ** OB_NO_APPEND_OF_C_MEMBER = 33 ** OB_NO_CONSOLIDATION_TRANSPORT = 34 ** OB_NO_ORIGINAL = 35 ** OB_NO_SHARED_REPAIRS = 36 ** OB_NO_SYSTEMNAME = 37 ** OB_NO_SYSTEMTYPE = 38 ** OB_NO_TADIR = 39 ** OB_NO_TADIR_NOT_LOCKABLE = 40 ** OB_PRIVAT_OBJECT = 41 ** OB_REPAIR_ONLY_IN_REPAIR_ORDER = 42 ** OB_RESERVED_NAME = 43 ** OB_SYNTAX_ERROR = 44 ** OB_TABLE_HAS_NO_FIELDS = 45 ** OB_TABLE_NOT_ACTIV = 46 ** TR_ENQUEUE_FAILED = 47 ** TR_ERRORS_IN_ERROR_TABLE = 48 ** TR_ILL_KORRNUM = 49 ** TR_LOCKMOD_FAILED = 50 ** TR_LOCK_ENQUEUE_FAILED = 51 ** TR_NOT_OWNER = 52 ** TR_NO_SYSTEMNAME = 53 ** TR_NO_SYSTEMTYPE = 54 ** TR_ORDER_NOT_EXIST = 55 ** TR_ORDER_RELEASED = 56 ** TR_ORDER_UPDATE_ERROR = 57 ** TR_WRONG_ORDER_TYPE = 58 ** OB_INVALID_TARGET_SYSTEM = 59 ** TR_NO_AUTHORIZATION = 60 ** OB_WRONG_TABLETYP = 61 ** OB_WRONG_CATEGORY = 62 ** OB_SYSTEM_ERROR = 63 ** OB_UNLOCAL_OBJEKT_IN_LOCAL_ORD = 64 ** TR_WRONG_CLIENT = 65 ** OB_WRONG_CLIENT = 66 ** KEY_WRONG_CLIENT = 67 ** OTHERS = 68 * .



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