RSIWB400 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 RSIWB400 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.
Selection Text: P_AREA = Area for folder selection
Selection Text: P_DSTCAT = Relocation target category
Title: Knowledge Engineer: Relocate folder contents
INCLUDE IWBCONST.
No SAP DATABASE tables are accessed within this REPORT code!
IWB_FOLDER_IA_QUERY CALL FUNCTION 'IWB_FOLDER_IA_QUERY' EXPORTING AREA = P_AREA * SEL_ONLY_ONE_ENTRY = ' ' IMPORTING ACTION = ACTION TABLES * DEFAULT_TITLE_SEL = * DEFAULT_TECH_NAME_SEL = * DEFAULT_RESPONSIBLE_SEL = RESULT_FOLDERS = FOLDERS RESULT_PROPERTIES = PROPERTIES.
IWB_FOLDER_INFO_OBJECTS_GET CALL FUNCTION 'IWB_FOLDER_INFO_OBJECTS_GET' * EXPORTING * INTERNAL_OBJECTS = ' ' * IMPORTING * ERROR_MSG = TABLES FOLDER = CURRENT_FOLDER INFO_OBJECTS = LOIOS.
IW_C_LO_CLASS_CHECK_IF_STRUCT CALL FUNCTION 'IW_C_LO_CLASS_CHECK_IF_STRUCT' EXPORTING CLASS = LAST_LOIO_CLASS IMPORTING IS_STRUCT_CLASS = IS_STRUCT_CLASS.
IO_C_PHYSICAL_OBJECTS_GET CALL FUNCTION 'IO_C_PHYSICAL_OBJECTS_GET' TABLES INFO_OBJECTS = LOIOS INFO_OBJECTS_WITH_PHYS_OBJ = LOIOS_WITH_PHIOS.
SDOK_RELOC_BY_PHIOS_INIT CALL FUNCTION 'SDOK_RELOC_BY_PHIOS_INIT' EXPORTING DEST_CATEGORY = P_DSTCAT * DEST_REPOSITORY = TABLES OBJECT_LIST = PHIOS_AUX COMPONENT_INFO = COMPONENT_INFO BAD_OBJECTS = BAD_OBJECTS EXCEPTIONS MISSING_DESTINATION = 1 BAD_STOR_CAT = 2.
SDOK_PERSISTENT_RELOC_CREATE CALL FUNCTION 'SDOK_PERSISTENT_RELOC_CREATE' EXPORTING DESCRIPT = DESCRIPT DEST_CAT = P_DSTCAT * DEST_REP = TABLES COMPONENT_INFO = COMPONENT_INFO BAD_OBJECTS = BAD_OBJECTS CHANGING RELOC_ID = RELOC_ID BLOCK_NUM = BLOCK_NUM.
SDOK_LOG_MESSAGE CALL FUNCTION 'SDOK_LOG_MESSAGE' EXPORTING SUBOBJECT = 'AUTHORING' MSGNO = '000' MSGV1 = MSGV1_AUX MSG_USEREXITF = SDOKI_AL_MSG_USEREXITF_1 MSG_PROBCLASS = '4' TABLES MSG_TEXT_LIST = MSG_TEXT_LIST_AUX.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSIWB400 - Knowledge Engineer: Relocate folder contents RSIWB400 - Knowledge Engineer: Relocate folder contents RSIWB320 - KEN: Knowledge Engineer - Initial screen (new) RSIWB320 - KEN: Knowledge Engineer - Initial screen (new) RSIWB310 - KEN: IOB initial screen (for parameter transactions) RSIWB310 - KEN: IOB initial screen (for parameter transactions)