SAP Reports / Programs

RSIWB400 SAP ABAP Report - Knowledge Engineer: Relocate folder contents







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


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 RSIWB400. "Basic submit
SUBMIT RSIWB400 AND RETURN. "Return to original report after report execution complete
SUBMIT RSIWB400 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: P_AREA = Area for folder selection
Selection Text: P_DSTCAT = Relocation target category
Title: Knowledge Engineer: Relocate folder contents


INCLUDES used within this REPORT RSIWB400

INCLUDE IWBCONST.


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:

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.



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