ISU_EQUI_FORM09 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_FORM09 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ISU_DB_EGERH_SINGLE call function 'ISU_DB_EGERH_SINGLE' exporting x_equnr = ls_itob-equnr x_bis = ls_itob-datbi importing y_egerh = ls_egerh exceptions not_found = 1 system_error = 2 others = 3.
ISU_CHECK_MATERIAL_CHANGE call function 'ISU_CHECK_MATERIAL_CHANGE' exporting x_geraet = ls_itob-sernr x_equnr = ls_itob-equnr x_matnr_old = ls_itob-matnr x_matnr_new = i_matnr exceptions input_error = 1 not_found = 2 system_error = 3 others = 4.
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_FORM09 - ISUEQUIFORM09 ISU_EQUI_FORM07 - SAPMIEQ0: Form 'IS_EXIT_UPDATE' for IS-U Equipment Cat. ISU_EQUI_FORM06 - SAPMIEQ0: Form 'IS_EXIT_PAI_AFTER' for IS-U Equipment Cat. 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.