RESOTECH 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 RESOTECH 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 TECHINST : technical installation
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.
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.
ISU_DB_ETINS_SELECT_EQUI CALL FUNCTION 'ISU_DB_ETINS_SELECT_EQUI' EXPORTING x_equnr = object-key-equipment IMPORTING y_etins = etins.
ISU_DB_EVBS_SINGLE CALL FUNCTION 'ISU_DB_EVBS_SINGLE' EXPORTING x_vstelle = 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_ETINS_FORALL_VSTELLE CALL FUNCTION 'ISU_DB_ETINS_FORALL_VSTELLE' EXPORTING x_read_text = ' ' x_spras = sy-langu IMPORTING y_count = counter TABLES t_v_etins = tins_in_vstelle EXCEPTIONS * NOT_FOUND = 1 * SYSTEM_ERROR = 2 OTHERS = 0.
BAPI_EQMT_CREATE CALL FUNCTION 'BAPI_EQMT_CREATE' EXPORTING equisales = equisales equilocation = equilocation equimaster = equimaster equitime = equitime equitext = equitext int_commit = ' ' isu_sector = sector IMPORTING return = return equisales = equisales equilocation = equilocation equitext = equitext equitime = equitime equimaster = equimaster * equipment = object-key-equipment equipment = created_equi.
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.
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_ETINS_FORALL CALL FUNCTION 'ISU_DB_ETINS_FORALL' EXPORTING x_read_text = ' ' x_spras = sy-langu IMPORTING y_count = counter TABLES t_v_etins = tins * EXCEPTIONS * NOT_FOUND = 1 * SYSTEM_ERROR = 2 * OTHERS = 3 .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RESOTECH - Program for object type TECHINST : technical installation RESOTECH - Program for object type TECHINST : technical installation RESOSRVC - Program for object type ISUSERVICE: utility contract RESOSRVC - Program for object type ISUSERVICE: utility contract RESOSPRT - Program for Object Type ISUSECTOR: IS-U Sector RESOSPRT - Program for Object Type ISUSECTOR: IS-U Sector