ISU_EQUI_FORM05 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 ISU_EQUI_FORM05 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: SAPMIEQ0: Form 'IS_EXIT_PBO' for IS-U Equipment Cat.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ISU_O_DEVICE_PBO CALL FUNCTION 'ISU_O_DEVICE_PBO' EXPORTING x_mode = x_xaktyp x_refmatnr = risa0-refma x_refsernr = risa0-refse CHANGING xy_v_equi = v_equi EXCEPTIONS object_not_found = 1 OTHERS = 2.
ISU_MATERIAL_WASTE_MGMNT_CHECK CALL FUNCTION 'ISU_MATERIAL_WASTE_MGMNT_CHECK' EXPORTING X_MATNR = v_equi-matnr IMPORTING Y_WASTE_FLAG = l_is_waste * Y_TYPE = EXCEPTIONS ETYP_NOT_FOUND = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
ISU_EQUI_FORM05 - SAPMIEQ0: Form 'IS_EXIT_PBO' for IS-U Equipment Cat. ISU_EQUI_FORM04 - SAPMIEQ0: Form 'IS_EXIT_CHECK_CHANGES' for ISU Equipment Cat. ISU_EQUI_FORM03 - SAPMIEQ0: Form 'IS_EXIT_CHECK_INSTALL' for ISU Equipment Cat. ISU_EQUI_FORM02 - SAPMIEQ0: Form 'IS_EXIT_PROCESS_FCODE' for ISU Equipment Cat. ISU_EQUI_FORM01 - SAPMIEQ0: Form 'USER_CHECK_EQUIDATA' for ISU Equipment Cat. ISU_EQUI_FORM00 - SAPMIEQ0: Form 'ISU_EQTYP_CHECK'