RESOSERV 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 RESOSERV 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 SERVFREQ: Service Frequency
Text Symbol: S07 = Functional loc.
Text Symbol: S06 = Material no.
Text Symbol: S05 = Equi. No.
Text Symbol: S04 = Container
Text Symbol: S03 = Daily
Text Symbol: S02 = Monthly
Text Symbol: S01 = Weekly
Text Symbol: S00 = Service frequency
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ISU_S_ROUTEOBJ_CREATE CALL FUNCTION 'ISU_S_ROUTEOBJ_CREATE' EXPORTING x_anlage = installation x_sdaufnr = salesdocument x_upd_online = 'X' x_stichtag = keydate x_servloc = servloc x_route = route_main x_rob = rob x_extcall = extcall IMPORTING y_exit_type = exit_type y_obj = tableobjnr EXCEPTIONS existing = 1 foreign_lock = 2 general_fault = 3 OTHERS = 4.
ISU_S_ROUTEOBJ_CHANGE CALL FUNCTION 'ISU_S_ROUTEOBJ_CHANGE' EXPORTING x_objnr = objnr x_anlage = installation x_sdaufnr = salesdocument x_upd_online ='X' x_no_dialog = space x_no_change = nochange x_no_other = 'X' x_servloc = servloc x_route = route_main x_rob = rob x_extcall = 'X' IMPORTING y_db_update = upddone y_exit_type = exit_type EXCEPTIONS not_found = 1 foreign_lock = 2 general_fault = 3 OTHERS = 4.
ISU_S_ROUTEOBJ_DISPLAY CALL FUNCTION 'ISU_S_ROUTEOBJ_DISPLAY' EXPORTING x_objnr = objnr x_upd_online = 'X' x_no_change = 'X' x_anlage = installation x_sdaufnr = salesdocument x_servloc = servloc x_route = route_main x_rob = rob x_extcall = 'X' IMPORTING y_exit_type = exit_type EXCEPTIONS not_found = 1 general_fault = 2 OTHERS = 3.
ISU_DB_ROBJ_SINGLE CALL FUNCTION 'ISU_DB_ROBJ_SINGLE' EXPORTING x_objnr = objnr x_read_ewaobjh = l_read_ewaobjh IMPORTING y_robj = irobj EXCEPTIONS not_found = 1 system_error = 2 not_qualified = 3 OTHERS = 4.
ISU_GET_WASTE_CONTAINER CALL FUNCTION 'ISU_GET_WASTE_CONTAINER' EXPORTING x_equnr = iettifb-equnr_wste x_sernr = iettifb-behaelter x_matnr = iettifb-beh_type CHANGING xy_container = w_container.
ISU_GET_WASTE_CONTAINER CALL FUNCTION 'ISU_GET_WASTE_CONTAINER' EXPORTING x_equnr = wa_viser02-equnr CHANGING xy_container = w_container.
CONVERSION_EXIT_ALPHA_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_OUTPUT' EXPORTING input = iflo-tplnr IMPORTING output = tplnr.
BAPI_SERVFREQ_UPLOAD CALL FUNCTION 'BAPI_SERVFREQ_UPLOAD' TABLES routenumbers = routenumbers return = return.
ISU_S_ROUTEOBJ_CREATE CALL FUNCTION 'ISU_S_ROUTEOBJ_CREATE' EXPORTING x_anlage = installation x_sdaufnr = salesdocument x_upd_online = 'X' x_stichtag = keydate x_servloc = servloc x_route = route_main x_rob = rob x_extcall = extcall IMPORTING y_exit_type = exit_type y_obj = tableobjnr EXCEPTIONS existing = 1 foreign_lock = 2 general_fault = 3 OTHERS = 4.
ISU_O_GET_WASTE_INSTLN_FOR_GP CALL FUNCTION 'ISU_O_GET_WASTE_INSTLN_FOR_GP' EXPORTING x_partner = partner IMPORTING x_anlage = installation x_sdvertrag = salesdocument EXCEPTIONS not_found = 1 internal_error = 2 cancelled = 3 OTHERS = 99.
ISU_DB_EWAOBJH_SELECT CALL FUNCTION 'ISU_DB_EWAOBJH_SELECT' EXPORTING x_objnr = object-key-objnr TABLES t_ewaobjh = iewaobjh EXCEPTIONS not_found = 1 system_error = 2 not_qualified = 3 OTHERS = 4.
ISU_DB_ROBJ_SINGLE CALL FUNCTION 'ISU_DB_ROBJ_SINGLE' EXPORTING x_objnr = objnr IMPORTING y_robj = irobj EXCEPTIONS not_found = 1 system_error = 2 not_qualified = 3 OTHERS = 4.
ISU_WASTE_ORDERS_COLLECT CALL FUNCTION 'ISU_WASTE_ORDERS_COLLECT' EXPORTING x_objnr = wewaobjh-ewaobjh-objnr x_laufnr = wewaobjh-ewaobjh-laufnr x_from = wewaobjh-ewaobjh-ab x_to = wewaobjh-ewaobjh-bis x_read_orders = 'X' x_read_confirmed = space x_no_message = 'X' TABLES yt_veorder = t_orderobj EXCEPTIONS not_found = 1 internal_error = 2 OTHERS = 3.
ISU_WA_ORDER_OVERVIEW CALL FUNCTION 'ISU_WA_ORDER_OVERVIEW' EXPORTING x_caller = 'EXCE' x_tabname = 'ISU_ROBJ_DATES_ALV' x_objnr = objnr x_seldata = seldata CHANGING xy_obj = obj xy_dates = idates.
ISU_DB_ROBJ_SINGLE CALL FUNCTION 'ISU_DB_ROBJ_SINGLE' EXPORTING x_objnr = objnr IMPORTING y_robj = irobj EXCEPTIONS not_found = 1 system_error = 2 not_qualified = 3 OTHERS = 4.
ISU_WASTE_ORDERS_COLLECT CALL FUNCTION 'ISU_WASTE_ORDERS_COLLECT' EXPORTING x_objnr = wewaobjh-ewaobjh-objnr x_laufnr = wewaobjh-ewaobjh-laufnr x_from = wewaobjh-ewaobjh-ab x_to = wewaobjh-ewaobjh-bis x_read_orders = 'X' x_read_confirmed = space x_no_message = 'X' TABLES yt_veorder = t_orderobj EXCEPTIONS not_found = 1 internal_error = 2 OTHERS = 3.
ISU_WA_ORDER_OVERVIEW CALL FUNCTION 'ISU_WA_ORDER_OVERVIEW' EXPORTING x_caller = 'ACTUAL' x_tabname = 'EWA_ORDER_OBJECT' x_objnr = objnr x_seldata = seldata CHANGING xy_obj = obj xy_dates = idates.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RESOSERV - documentation and ABAP source code RESOSERV - documentation and ABAP source code RESOROUTE - Program for Object Category WASTEROUTE: Waste Disposal Order RESOROUTE - Program for Object Category WASTEROUTE: Waste Disposal Order RESOPROP - Program for Object Type WASTEPROP: Property RESOPROP - Program for Object Type WASTEPROP: Property