SAP Reports / Programs | Knowledge Management | Knowledge Warehouse(KM-KW) SAP KM

RSIWB096_BATCHF01 SAP ABAP INCLUDE - Include RSIWB096_BATCHF01







RSIWB096_BATCHF01 is a standard ABAP INCLUDE 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 RSIWB096_BATCHF01 into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

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.






SUBMIT RSIWB096_BATCHF01. "Basic submit
SUBMIT RSIWB096_BATCHF01 AND RETURN. "Return to original report after report execution complete
SUBMIT RSIWB096_BATCHF01 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Include RSIWB096_BATCHF01


INCLUDES used within this REPORT RSIWB096_BATCHF01

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

GET_JOB_RUNTIME_INFO CALL FUNCTION 'GET_JOB_RUNTIME_INFO' IMPORTING jobcount = cs_retrofith-JOB_COUNT jobname = cs_retrofith-JOB_NAME EXCEPTIONS no_runtime_info = 1 OTHERS = 2.

SDOK_LOIOS_PROPERTIES_GET CALL FUNCTION 'SDOK_LOIOS_PROPERTIES_GET' TABLES object_list = lt_objects PROPERTIES_REQUEST = lt_PROPERTIES_REQUEST properties = lt_PROPERTIES * BAD_OBJECTS = .

SDOK_FIND_BY_QUERY CALL FUNCTION 'SDOK_FIND_BY_QUERY' EXPORTING DOCUSPACE = iv_area TABLES query = lt_query RESULT_LOIOS = lt_loio PROPERTIES_REQUEST = lt_req_properties_loio PROPERTIES_RESULT = lt_prop_loio EXCEPTIONS BAD_CLASS = 1 BAD_QUERY = 2 NOT_AUTHORIZED = 3 OTHERS = 4.

IO_C_PHYSICAL_OBJECTS_GET CALL FUNCTION 'IO_C_PHYSICAL_OBJECTS_GET' TABLES INFO_OBJECTS = lt_loio INFO_OBJECTS_WITH_PHYS_OBJ = lt_loio_phio.

IO_C_PROPERTIES_SET_PHIOS CALL FUNCTION 'IO_C_PROPERTIES_SET_PHIOS' TABLES INFO_OBJECTS = lt_PHIOS2MIGRATE PROPERTIES = lt_PROPS PROPERTIES_TO_DELETE = lt_PROPS_TO_DELETE BAD_OBJECTS = lt_BAD_OBJECTS.

SDOK_LOIOS_PROPERTIES_GET CALL FUNCTION 'SDOK_LOIOS_PROPERTIES_GET' TABLES object_list = lt_objects PROPERTIES_REQUEST = lt_PROPERTIES_REQUEST properties = lt_properties.

IO_C_PROPERTIES_SET_LOIOS CALL FUNCTION 'IO_C_PROPERTIES_SET_LOIOS' TABLES INFO_OBJECTS = lt_objects_tmp PROPERTIES = lt_PROPS PROPERTIES_TO_DELETE = lt_PROPS2DELETE BAD_OBJECTS = lt_BAD_OBJECTS.

SDOK_PHIO_TO_RELATIONS_GET CALL FUNCTION 'SDOK_PHIO_TO_RELATIONS_GET' EXPORTING object_id = ls_phio RELATION_CLASS = C_CLASS_REL_TRANSLATION TABLES * CLASS_FILTER = result = lt_relation_phio[] EXCEPTIONS not_existing = 1 bad_class = 2 not_authorized = 3 exception_in_exit = 4 OTHERS = 5.

SDOK_PHIO_FROM_RELATIONS_GET CALL FUNCTION 'SDOK_PHIO_FROM_RELATIONS_GET' EXPORTING object_id = ls_phio RELATION_CLASS = c_class_rel_displ_version tables result = lt_relation_phio[] EXCEPTIONS OTHERS = 1.

IO_C_PROPERTIES_GET_PHIOS CALL FUNCTION 'IO_C_PROPERTIES_GET_PHIOS' EXPORTING suppress_sys_properties = ' ' TABLES info_objects = lt_phio requested_properties = it_req_properties_phio properties = lt_prop_phio * BAD_OBJECTS = .

INFO_OBJECTS_CREATE_TRANSPORT CALL FUNCTION 'INFO_OBJECTS_CREATE_TRANSPORT' EXPORTING DESCRIPTION = lv_DESCR * TRANSPORT_KIND = 'K' IMPORTING COMMFILE = lv_COMMFILE ERROR_MSG = ls_ERROR_MSG TABLES INFO_OBJECTS = ct_objects_migrated BAD_OBJECTS = lt_BAD_OBJECTS.

APPL_LOG_WRITE_HEADER CALL FUNCTION 'APPL_LOG_WRITE_HEADER' EXPORTING HEADER = lv_HEADER IMPORTING E_LOG_HANDLE = cv_HANDLE UPDATE_OR_INSERT = LV_MODUS EXCEPTIONS OTHERS = 0.

APPL_LOG_DISPLAY CALL FUNCTION 'APPL_LOG_DISPLAY' EXPORTING object = c_appl_log_object subobject = c_appl_log_migration external_number = iv_log_header object_attribute = 2 subobject_attribute = 2 external_number_attribute = 0 date_from = '19980101' time_from = '000000' date_to = sy-datum time_to = sy-uzeit title_selection_screen = lv_selection_title * title_list_screen = ' ' column_selection = lv_column_selection suppress_selection_dialog = 'X' * column_selection_msg_jump = '1' external_number_display_length = 10 * IMPORTING * number_of_protocols = lv_number_of_protocols EXCEPTIONS no_authority = 1 OTHERS = 2.

IW_C_CLASSES_GET CALL FUNCTION 'IW_C_CLASSES_GET' EXPORTING AREA = iv_area GET_INTERNAL_CLASSES = 'X' TABLES INFO_CLASSES = lt_CLASSES.

IW_C_LO_CLASS_SRC_CLASS_GET CALL FUNCTION 'IW_C_LO_CLASS_SRC_CLASS_GET' EXPORTING CLASS = ls_CLASSES-CLASS IMPORTING SRC_CLASS = lv_class.

IW_C_CLASS_CHECK_IO_PROP_NAME CALL FUNCTION 'IW_C_CLASS_CHECK_IO_PROP_NAME' EXPORTING CLASS = lv_class PROP_NAME = C_IO_ATTR_LANGUAGE IMPORTING IS_VALID = lv_flag.

IW_C_LO_CLASS_DEL_CLASS_GET CALL FUNCTION 'IW_C_LO_CLASS_DEL_CLASS_GET' EXPORTING class = ls_CLASSES-CLASS IMPORTING DEL_CLASS = lv_class.

IW_C_LO_CLASS_DST_CLASS_GET CALL FUNCTION 'IW_C_LO_CLASS_DST_CLASS_GET' EXPORTING class = ls_CLASSES-CLASS IMPORTING DST_CLASS = lv_class DST_CLASS_EQ_SRC_CLASS = lv_flag.

SDOK_PHIO_PROPERTIES_SET





CALL FUNCTION 'SDOK_PHIO_PROPERTIES_SET' EXPORTING object_id = cs_phio tables properties = it_PROPERTIES EXCEPTIONS OTHERS = 1.



Contribute (Add Comments)

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 RSIWB096_BATCHF01 or its description.