REEQUI is a standard Executable ABAP Report 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 REEQUI 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: Program for Object Type ISU_EQUI : ISUPieceOfEquipment
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ISU_DB_EQUI_FORALL_EQUNR CALL FUNCTION 'ISU_DB_EQUI_FORALL_EQUNR' TABLES tx_eewm_equnr = t_eewm_equnr ty_equi = t_equi EXCEPTIONS not_found = 1 not_qualified = 2 system_error = 3 OTHERS = 4.
ISU_DB_EWMOBJINSP_SINGLE CALL FUNCTION 'ISU_DB_EWMOBJINSP_SINGLE' EXPORTING x_objnr = t_equi-objnr IMPORTING y_ewmobjinsp = ewmobjinsp EXCEPTIONS not_found = 1 system_error = 2 OTHERS = 3.
ISU_DB_EQUI_FORALL_EQUNR CALL FUNCTION 'ISU_DB_EQUI_FORALL_EQUNR' TABLES tx_eewm_equnr = t_eewm_equnr ty_equi = t_equi EXCEPTIONS not_found = 1 not_qualified = 2 system_error = 3 OTHERS = 4.
ISU_DB_EWMOBJINSP_SINGLE CALL FUNCTION 'ISU_DB_EWMOBJINSP_SINGLE' EXPORTING x_objnr = t_equi-objnr IMPORTING y_ewmobjinsp = ewmobjinsp EXCEPTIONS not_found = 1 system_error = 2 OTHERS = 3.
ISU_DB_ETINS_SELECT_EQUI CALL FUNCTION 'ISU_DB_ETINS_SELECT_EQUI' EXPORTING x_equnr = object-key-equipment IMPORTING y_etins = etins EXCEPTIONS not_found = 1 system_error = 2 OTHERS = 3.
ISU_DB_EVBS_SINGLE CALL FUNCTION 'ISU_DB_EVBS_SINGLE' EXPORTING x_vstelle = etins-vstelle * X_ACTUAL = * X_READ_TEXT = * X_SPRAS = SY-LANGU IMPORTING y_evbs = evbs EXCEPTIONS not_found = 1 system_error = 2 OTHERS = 3.
ISU_DB_EWMPERIODTI_SINGLE CALL FUNCTION 'ISU_DB_EWMPERIODTI_SINGLE' EXPORTING x_vbsart = evbs-vbsart x_sparte = t_equi-sparte IMPORTING y_ewmperiodti = ewmperiodti EXCEPTIONS not_found = 1 system_error = 2 OTHERS = 3.
ISU_DB_EWMPERIODEQ_SINGLE CALL FUNCTION 'ISU_DB_EWMPERIODEQ_SINGLE' EXPORTING x_eqart = t_equi-eqart x_sparte = t_equi-sparte IMPORTING Y_EWMPERIODEQ = ewmperiodeq EXCEPTIONS NOT_FOUND = 1 SYSTEM_ERROR = 2 OTHERS = 3.
TIME_UNITS CALL FUNCTION 'TIME_UNITS' IMPORTING month = unit_month year = unit_year EXCEPTIONS si_unit_missing = 1 OTHERS = 2.
END_TIME_DETERMINE CALL FUNCTION 'END_TIME_DETERMINE' EXPORTING duration = duration unit = actual_unit * FACTORY_CALENDAR = IMPORTING end_date = next_inspection * END_TIME = CHANGING start_date = ewmobjinsp-last_insp_date * START_TIME = SY-UZEIT EXCEPTIONS factory_calendar_not_found = 1 date_out_of_calendar_range = 2 date_not_valid = 3 unit_conversion_error = 4 si_unit_missing = 5 parameters_no_valid = 6 OTHERS = 7.
CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING INPUT = MESSTAB-MSGV1 IMPORTING OUTPUT = NEUE_EQUNR.
ISU_DB_EQUI_FORALL_EQUNR CALL FUNCTION 'ISU_DB_EQUI_FORALL_EQUNR' TABLES tx_eewm_equnr = tx_eewm_equnr ty_equi = ty_equi EXCEPTIONS not_found = 1 not_qualified = 2 system_error = 3 OTHERS = 4.
ISU_DB_EWMINSPDETAIL_SELECT call function 'ISU_DB_EWMINSPDETAIL_SELECT' exporting * X_CAMPAIGN = X_OBJNR = ty_equi-objnr * X_MAXCOUNT = 0 * IMPORTING * Y_COUNT = * Y_OVERFLOW = * Y_EWMINSPDETAIL = tables t_ewminspdetail = t_ewminspdetail EXCEPTIONS NOT_FOUND = 1 SYSTEM_ERROR = 2 NOT_QUALIFIED = 3 OTHERS = 4.
ISU_DB_EQUI_FORALL_EQUNR CALL FUNCTION 'ISU_DB_EQUI_FORALL_EQUNR' TABLES tx_eewm_equnr = tx_eewm_equnr ty_equi = ty_equi EXCEPTIONS not_found = 1 not_qualified = 2 system_error = 3 OTHERS = 4.
ISU_EWMOBJINSP_SET_INSP_DATE CALL FUNCTION 'ISU_EWMOBJINSP_SET_INSP_DATE' TABLES t_inspection_upd = t_inspection_upd.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
REEQUI - Program for Object Type ISU_EQUI : ISUPieceOfEquipment REEQUI - Program for Object Type ISU_EQUI : ISUPieceOfEquipment REEIDE_SWITCH_TEST_SWTTIMES - Check Period Type Settings REEIDE_SWITCH_TEST_SWTTIMES - Check Period Type Settings REEGRID - Program for Object Category ISUGRID: Grid REEGRID - Program for Object Category ISUGRID: Grid