RSIWB_DELTA_START_WORKLIST 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 RSIWB_DELTA_START_WORKLIST 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: KW: Create worklist for delta delivery
Text Symbol: 001 = Delivery of Knowledge Warehouse Content
INCLUDE: IWBCONST.
INCLUDE FSIWBF01.
INCLUDE FSIWBF03.
No SAP DATABASE tables are accessed within this REPORT code!
TR_GET_OBJECTS_OF_REQ_AN_TASKS call function 'TR_GET_OBJECTS_OF_REQ_AN_TASKS' exporting is_request_header = h_req_header * IV_CONDENDSE_OBJECTLIST = ' ' importing et_objects = h_objects et_keys = h_keys exceptions invalid_input = 1 others = 2.
SDOK_PH_LO_GET_FROM_COMMFILE call function 'SDOK_PH_LO_GET_FROM_COMMFILE' tables transport_file = p_tr_objects key_file = h_key_file itab_phios = h_p_objects itab_loios = h_l_objects.
IW_C_CLASS_TYPE_GET call function 'IW_C_CLASS_TYPE_GET' exporting class = h_classes-class importing loio = h_classes-is_loio phio = h_classes-is_phio.
IW_C_PH_CLASS_LO_CLASSES_GET call function 'IW_C_PH_CLASS_LO_CLASSES_GET' exporting ph_class = h_classes-phio_class tables lo_classes = h_loio_classes.
IW_C_LO_CLASS_CHECK_IF_STRUCT call function 'IW_C_LO_CLASS_CHECK_IF_STRUCT' exporting class = h_loio_classes-class importing is_struct_class = h_classes-is_struct.
IO_C_PROPERTIES_GET_PHIOS call function 'IO_C_PROPERTIES_GET_PHIOS' tables info_objects = h_phios requested_properties = h_req_props properties = h_props bad_objects = h_bad_objs.
IO_C_PROPERTIES_GET_LOIOS call function 'IO_C_PROPERTIES_GET_LOIOS' tables info_objects = h_loios requested_properties = h_req_props properties = h_props bad_objects = h_bad_objs.
IO_C_PROPERTIES_GET_PHIOS call function 'IO_C_PROPERTIES_GET_PHIOS' tables info_objects = h_structs requested_properties = h_req_props properties = h_props bad_objects = h_bad_objs.
IW_C_LO_CLASS_AREA_GET call function 'IW_C_LO_CLASS_AREA_GET' exporting class = h_classes-class importing area = h_classes-area.
TRINT_APPEND_COMM call function 'TRINT_APPEND_COMM' exporting wi_exclusive = c_yes wi_sel_e071 = c_yes wi_sel_e071k = c_yes wi_trkorr = h_trkorr * IMPORTING * WE_KEYS_PHYSICAL_APPENDED = * WE_OBJECTS_PHYSICAL_APPENDED = tables wt_e071 = h_e071 wt_e071k = h_e071k exceptions e071k_append_error = 1 e071_append_error = 2 trkorr_empty = 3 others = 4.
SUBST_CREATE_COMMANDFILE call function 'SUBST_CREATE_COMMANDFILE' exporting iv_korrname = h_trkorr iv_korrtype = 'P' iv_korrtext = h_description * IV_TARGETSYSTEM = 'SAP' * IV_DEVCLASS = '$TMP' exceptions name_collision = 1 create_header_failed = 2 update_header_failed = 3 others = 4.
IO_C_TRANSPORT_KEYS_GET call function 'IO_C_TRANSPORT_KEYS_GET' tables info_objects = h_ios transport_obj = h_tr_objs transport_obj_keys = p_e071k bad_objects = h_bad_objs.
NUMBER_GET_NEXT call function 'NUMBER_GET_NEXT' exporting nr_range_nr = p_nr_range object = p_object subobject = p_langu importing number = p_number returncode = p_returncode exceptions interval_not_found = 1 number_range_not_intern = 2 object_not_found = 3 quantity_is_0 = 4 quantity_is_not_1 = 5 interval_overflow = 6 others = 7.
NUMBER_GET_NEXT call function 'NUMBER_GET_NEXT' exporting nr_range_nr = p_nr_range object = p_object importing number = p_number returncode = p_returncode exceptions interval_not_found = 1 number_range_not_intern = 2 object_not_found = 3 quantity_is_0 = 4 quantity_is_not_1 = 5 interval_overflow = 6 others = 7.
NUMBER_RANGE_INTERVAL_UPDATE call function 'NUMBER_RANGE_INTERVAL_UPDATE' exporting object = p_object importing error = error error_occured = error_occured warning_occured = warning_occured tables error_iv = error_iv interval = intervals.
NUMBER_RANGE_UPDATE_CLOSE call function 'NUMBER_RANGE_UPDATE_CLOSE' exporting object = p_object.
NUMBER_GET_NEXT call function 'NUMBER_GET_NEXT' exporting nr_range_nr = number_range object = p_object subobject = subobject importing number = number returncode = returncode.
IW_C_PH_CLASS_LO_CLASSES_GET call function 'IW_C_PH_CLASS_LO_CLASSES_GET' exporting ph_class = h_classes-ph_class tables lo_classes = h_lo_classes.
call function 'IW_C_LO_CLASS_AREA_GET' exporting class = h_classes-lo_class importing area = h_classes-area.
APPL_LOG_INIT call function 'APPL_LOG_INIT' exporting object = c_appl_log_object subobject = p_subobject exceptions object_not_found = 1 subobject_not_found = 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.
The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.
This will then be available for everyone to easily find by simply searching on the report name RSIWB_DELTA_START_WORKLIST or its description.
RSIWB_DELTA_START_WORKLIST - KW: Create worklist for delta delivery RSIWB_DELTA_START_WORKLIST - KW: Create worklist for delta delivery RSIWB_DELTA - IWB: Combine delta transports with Knowledge Warehouse contents RSIWB_DELTA - IWB: Combine delta transports with Knowledge Warehouse contents RSIWB_CUST_WORKFLOW - Customizing KW: Transports RSIWB_CUST_WORKFLOW - Customizing KW: Transports