IECE_OBJI_DEVICE_INSTALL 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 IECE_OBJI_DEVICE_INSTALL 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: Device installation: implementation class
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ISU_O_WORKLIST_INSTALL_OPEN CALL FUNCTION 'ISU_O_WORKLIST_INSTALL_OPEN' EXPORTING x_devloc = p_reg30-devloc x_anlage = p_reg30-anlage x_eadat = p_reg30-eadat * x_geraetneu = p_reg30-geraetneu x_equnrneu = p_reg30-equnrneu * x_matnr = p_reg30-matnr x_action = p_action * x_spartee = p_reg30-sparteneu x_upd_online = 'X' x_no_dialog = 'X' IMPORTING y_obj = p_obj CHANGING xy_auto = p_auto EXCEPTIONS not_found = 1 foreign_lock = 2 invalid = 3 internal_error = 4 not_qualified = 5 input_error = 6 system_error = 7 not_customized = 8 OTHERS = 9.
ISU_S_WORKLIST_INSTALL CALL FUNCTION 'ISU_S_WORKLIST_INSTALL' EXPORTING x_devloc = p_reg30-devloc x_anlage = p_reg30-anlage x_eadat = p_reg30-eadat x_geraetneu = p_reg30-geraetneu x_equnrneu = p_reg30-equnrneu x_matnr = p_reg30-matnr x_action = p_action x_spartee = p_reg30-sparteneu x_upd_online = 'X' x_no_dialog = 'X' CHANGING xy_auto = p_auto EXCEPTIONS not_found = 1 foreign_lock = 2 invalid = 3 internal_error = 4 not_qualified = 5 input_error = 6 system_error = 7 not_customized = 8 OTHERS = 9.
ISU_O_WORKLIST_INSTALL_CLOSE CALL FUNCTION 'ISU_O_WORKLIST_INSTALL_CLOSE' EXPORTING x_action = p_action x_upd_online = 'X' x_no_dialog = 'X' CHANGING xy_obj = p_obj.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
IECE_OBJI_DEVICE_INSTALL - Device installation: implementation class IECE_OBJI_DEVICE - Class: Device Implementation IECE_OBJI_CONTRACT_ACCOUNT - Class: Implementation of Contract Account IECE_OBJI_CONTRACT - Class: Implementation of Contract IECE_OBJI_CONTACTLOG - Class: Implementation of Customer Contact IECE_OBJI_BUSINESS_PARTNER - Class: Implementation of Business Partner