MIEQ0F69 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 MIEQ0F69 into the relevant SAP transactions such as SE38 or SE80
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.
Title: Forms for the user exits
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
TST_EXIT_SAPMIEQ0_001 * call function 'TST_EXIT_SAPMIEQ0_001' "test exit CALL CUSTOMER-FUNCTION '001' EXPORTING ACTIVITY_TYPE = ACTIVITY_TYPE DATA_EQUI = EQUI DATA_EQKT = EQKT DATA_EQUZ = EQUZ DATA_ILOA = ILOA MAIN_CLASS = RM63E-KLASSE IMPORTING UPDATE_DATA_EQ = UPDATE_DATA_EQ UPDATE_FLAGS_EQ = UPDATE_FLAGS_EQ UPDATE_DATA_EZ = UPDATE_DATA_EZ UPDATE_FLAGS_EZ = UPDATE_FLAGS_EZ EXCEPTIONS POSTING_NOT_ALLOWED = 1 POSTING_NOT_ALLOWED_EXT = 2 OTHERS = 3.
ITOB_MOVE_DATA CALL FUNCTION 'ITOB_MOVE_DATA' "P9CK266395 EXPORTING "P9CK266395 I_ACTIVITY_TYPE = X_XAKTYP "P9CK266395 CHANGING "P9CK266395 C_ITOB = L_ITOB_OLD "P9CK266395 C_EQUI = EQUI "P9CK266395 C_EQUZ = EQUZ "P9CK266395 C_ILOA = ILOA. "P9CK266395
EQUI_ISTRU_MOVETO_STRUCT CALL FUNCTION 'EQUI_ISTRU_MOVETO_STRUCT' EXPORTING WA_ISTRU_EQ = UPDATE_DATA_EQ WA_ISTRU_EQ_U = UPDATE_FLAGS_EQ WA_ISTRU_EZ = UPDATE_DATA_EZ WA_ISTRU_EZ_U = UPDATE_FLAGS_EZ CHANGING WA_EQUI = EQUI WA_EQUZ = EQUZ WA_ILOA = ILOA.
ITOB_MOVE_DATA CALL FUNCTION 'ITOB_MOVE_DATA' EXPORTING I_ACTIVITY_TYPE = X_XAKTYP CHANGING C_ITOB = L_ITOB_REC C_EQUI = EQUI C_EQUZ = EQUZ C_ILOA = ILOA.
ITOB_CHECK_ALL CALL FUNCTION 'ITOB_CHECK_ALL' EXPORTING I_ITOB_TYPE = L_ITOB_TYPE I_ITOB_REC = L_ITOB_REC I_ITOB_OLD_REC = L_ITOB_OLD "P9CK266395 I_EQBS_REC = EQBS "P9CK095671 I_UPDATE_MODE = ITOB_BOOL-TRUE "P9CK266395 I_SERNR_CHECK = ITOB_BOOL-FALSE IMPORTING "P9CK266395 E_ITOB_REC = L_ITOB_NEW "P9CK266395 EXCEPTIONS APPLICATION_ERROR = 1 OTHERS = 2.
ITOB_MOVE_DATA CALL FUNCTION 'ITOB_MOVE_DATA' "P9CK266395 EXPORTING "P9CK266395 I_MOVE_TO_ITOB = ITOB_BOOL-FALSE "P9CK266395 I_ACTIVITY_TYPE = X_XAKTYP "P9CK266395 CHANGING "P9CK266395 C_ITOB = L_ITOB_NEW "P9CK266395 C_EQUI = EQUI "P9CK266395 C_EQUZ = EQUZ "P9CK266395 C_ILOA = ILOA. "P9CK266395
TEST_EXIT_SAPMIEQ0_002 * call function 'TEST_EXIT_SAPMIEQ0_002' "test exit CALL CUSTOMER-FUNCTION '002' EXPORTING OBJECT_TYPE = I_OBJECT_TYPE ACTIVITY_TYPE = I_ACTIVITY_TYPE IMPORTING NO_CHANGE_INFO_MSG = E_NO_CHANGE_INFO_MSG CHANGING DATA_EQUI = C_DATA_EQUI DATA_EQKT = C_DATA_EQKT DATA_EQUZ = C_DATA_EQUZ DATA_ILOA = C_DATA_ILOA DATA_IFLO = C_DATA_IFLO EXCEPTIONS CHECK_NOT_SUCCESSFUL = 1 CHECK_NOT_SUCCESSFUL_EXT = 2 OTHERS = 3.
TST_IS_EXIT_FCODE * call function 'TST_IS_EXIT_FCODE' * exporting * activity_type = x_xaktyp * data_equi = equi * data_eqkt = eqkt * data_equz = equz * data_iloa = iloa * changing * fcode = rm63e-fcode * exceptions * others = 1.
ISU_O_DEVICE_PBO * call function 'ISU_O_DEVICE_PBO' destination 'KKK_000' * exporting * x_v_equi = v_equi * x_mode = x_xaktyp * exceptions * object_not_found = 1 * others = 2.
ZZ_IB_TREE_PAI_SET_FCODE
ZZ_IB_TREE_PAI_GET_FCODE
ISU_O_DEVICE_PAI_AFTER * call function 'ISU_O_DEVICE_PAI_AFTER' destination 'KKK_000' * importing * y_updnec = yupdate_isu * exceptions * input_error = 1 * others = 2.
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 MIEQ0F69 or its description.