IS_U_WA_ROUTE_LIB 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 IS_U_WA_ROUTE_LIB 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: INTERNAL: Form Class Library
Text Symbol: 100 = Select services
INCLUDE EMSG.
INCLUDE IEFGMAC3.
MEWASTE01,
SBAL_CONSTANTS,
ORDERFORMSF01,
No SAP DATABASE tables are accessed within this REPORT code!
POPUP_GET_VALUES call function 'POPUP_GET_VALUES' exporting * NO_VALUE_CHECK = ' ' popup_title = l_title start_column = '20' start_row = '8' importing returncode = l_rc tables fields = lt_sval exceptions error_in_fields = 1 others = 2.
ISU_ADDRESS_PROVIDE call function 'ISU_ADDRESS_PROVIDE' exporting x_address_type = 'C' x_addrnumber = wa_conn_obj-addrnumber x_haus = wa_conn_obj-haus importing y_eadrdat = w_address exceptions not_found = 1 parameter_error = 2 object_not_given = 3 address_inconsistency = 4 installation_inconsistency = 5 others = 6.
ISU_WA_PREPARE_RODOWN call function 'ISU_WA_PREPARE_RODOWN' exporting x_servfreq = w_servfreq x_week = w_week x_mnth = w_mnth x_day = w_day x_formkey = c-formkey x_formclass = c-formclass x_range = w_ranges importing y_obj = obj tables x_route = tab_route x_code = tab_code x_period = tab_period x_area = tab_area exceptions general_fault = 1 not_found = 2 others = 3.
ADDR_GET call function 'ADDR_GET' exporting address_selection = selection importing address_value = w_addr1_val exceptions parameter_error = 1 address_not_exist = 2 version_not_exist = 3 internal_error = 4 others = 5.
ISU_DB_ETTIFB_WASTE_SINGLE call function 'ISU_DB_ETTIFB_WASTE_SINGLE' exporting x_anlage = obj-ewaobj-anlage x_operand = obj-ewaobj-operand x_oplfdnr = obj-ewaobj-oplfdnr importing y_ettifb = wa_operand exceptions not_found = 1 not_qualified = 2 others = 3.
ISU_DB_EANL_SELECT call function 'ISU_DB_EANL_SELECT' exporting x_anlage = x_operand-anlage importing y_v_eanl = w_eanl exceptions not_found = 1 system_error = 2 invalid_date = 3 others = 4.
FKK_ACCOUNT_READ call function 'FKK_ACCOUNT_READ' exporting i_vkont = wa_contract-vkonto i_applk = 'R' importing e_fkkvkp = wfkkvkp exceptions not_found = 1 foreign_lock = 2 others = 3.
ISU_DB_EKUN_FORALL call function 'ISU_DB_EKUN_FORALL' tables t_ekun = p_ekun exceptions not_found = 1 others = 99.
ISU_DB_EVER_SELECT_ANLAGE call function 'ISU_DB_EVER_SELECT_ANLAGE' exporting x_actual = 'X' tables txy_ever = iever exceptions not_found = 1 system_error = 2 interval_invalid = 3.
ISU_DB_EVBS_SINGLE call function 'ISU_DB_EVBS_SINGLE' exporting x_vstelle = x_install-vstelle importing y_evbs = y_premise exceptions not_found = 1 system_error = 2 others = 3.
ISU_DB_EHAU_SINGLE call function 'ISU_DB_EHAU_SINGLE' exporting x_haus = wa_premise-haus importing y_ehau = y_conn_obj exceptions not_found = 1 wrong_type = 2 inconsistent = 3 others = 4.
ISU_DB_EGPL_SINGLE call function 'ISU_DB_EGPL_SINGLE' exporting x_devloc = x_container-devloc x_spras = sy-langu importing y_egpl = y_servloc exceptions not_found = 1 wrong_type = 2 others = 3.
ISU_DB_EHAU_SINGLE call function 'ISU_DB_EHAU_SINGLE' exporting x_haus = w_egpl-haus x_spras = sy-langu importing y_ehau = w_ehau exceptions not_found.
ISU_ADDRESS_PROVIDE call function 'ISU_ADDRESS_PROVIDE' exporting x_address_type = 'C' x_addrnumber = wa_waste_obj-addrnumber x_haus = wa_waste_obj-haus importing y_eadrdat = w_address exceptions not_found = 1 parameter_error = 2 object_not_given = 3 address_inconsistency = 4 installation_inconsistency = 5 others = 6.
ISU_DB_EEWA_ROB_SINGLE call function 'ISU_DB_EEWA_ROB_SINGLE' exporting x_rob = x_servfreq-rob importing y_rob_struc = wa_rob exceptions not_found = 1 system_error = 2 others = 3.
ISU_ADDRESS_PROVIDE call function 'ISU_ADDRESS_PROVIDE' exporting x_address_type = 'R' x_addrnumber = x_rob-addrnum x_rob = x_rob-rob importing y_eadrdat = y_rob_addres exceptions not_found = 1 parameter_error = 2 object_not_given = 3 address_inconsistency = 4 installation_inconsistency = 5 others = 6.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.