SAP Reports / Programs

RSIWB_XML_STRUCTURE_FILL SAP ABAP Report - Structure filling







RSIWB_XML_STRUCTURE_FILL 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_XML_STRUCTURE_FILL 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 RSIWB_XML_STRUCTURE_FILL. "Basic submit
SUBMIT RSIWB_XML_STRUCTURE_FILL AND RETURN. "Return to original report after report execution complete
SUBMIT RSIWB_XML_STRUCTURE_FILL 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: LP_REL = Release
Selection Text: LP_LANG = Language
Selection Text: LP_IND = Enhancement
Selection Text: LP_GUID1 = XML Course (LOIO GUID)
Title: Structure filling
Text Symbol: 019 = Select context
Text Symbol: 018 = Done
Text Symbol: 017 = ERROR: Structure status set failed.
Text Symbol: 016 = ERROR: Problem with reading structure
Text Symbol: 015 = ERROR: Problem updating structure.
Text Symbol: 014 = Structures linked to:
Text Symbol: 013 = ERROR: No structure found.
Text Symbol: 012 = Operation terminated.
Text Symbol: 011 = Relations of the Course:
Text Symbol: 010 = ERROR: No relations found.
Text Symbol: 009 = ERROR: Course not found.
Text Symbol: 008 = ERROR: No Course LOIO GUID selected.
Text Symbol: 007 = See log for details.
Text Symbol: 006 = Structure has been succesfully updated.
Text Symbol: 005 = Process finished
Text Symbol: 004 = No
Text Symbol: 003 = Yes
Text Symbol: 002 = The course contains unreleased object(s). Continue?
Text Symbol: 001 = Unreleased object(s) found.


INCLUDES used within this REPORT RSIWB_XML_STRUCTURE_FILL

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:

SDOK_LOIOS_XML_STRUCTURE_INFO CALL FUNCTION 'SDOK_LOIOS_XML_STRUCTURE_INFO' EXPORTING DEPTH = LN_DEPTH X_FOLLOW_EXPORT_MODEL = 'X' TABLES ROOT_OBJECTS = LT_ROOTOBJECTS[] RELATION_CLASSES = LT_RELCLASS[] CONTEXT = LT_CONTEXT[] STRUCTURES = LT_STRUCTURE[] * STRUCTURE_LIST = EXCEPTIONS others = 1.

INFO_OBJECTS_PROPERTIES_GET CALL FUNCTION 'INFO_OBJECTS_PROPERTIES_GET' * EXPORTING * SUPPRESS_AUTHORITY_CHECK = 'X' * INTERNAL_REPRESENTATION = * RETURN_STR_DESCR = ' ' * IMPORTING * ERROR_MSG = TABLES INFO_OBJECTS = LS_INFO_OBJECT2 * LOIO_PHIO = CONTEXT = LT_CONTEXT[] REQUESTED_PROPERTIES = LT_REQPROPERTIES2 PROPERTIES = LT_PROPERTIES2 * BAD_OBJECTS = .

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING TITLEBAR = 'Unreleased object(s) found.'(001)

INFO_OBJECT_WHERE_USED CALL FUNCTION 'INFO_OBJECT_WHERE_USED' EXPORTING INFO_OBJECT = LS_INFO_OBJECT IMPORTING ERROR_MSG = ERROR_MSG TABLES CONTEXT = LT_CONTEXT[] STRUCTURES = LT_STRUCTURE2.

STRUCT_OBJECT_CONTENTS_SET CALL FUNCTION 'STRUCT_OBJECT_CONTENTS_SET' EXPORTING INFO_OBJECT = LS_STRUCT_OBJECT ** SUPPRESS_AUTHORITY_CHECK = 'X' ** IMPORTING ** ERROR_MSG = ERROR_MSG TABLES CONTEXT = LT_CONTEXT[] CONTENTS = LT_CONTENTS.

STRUCT_OBJECT_CONTENTS_GET CALL FUNCTION 'STRUCT_OBJECT_CONTENTS_GET' EXPORTING INFO_OBJECT = LS_STRUCT_OBJECT RESOLVE_INCLUDE = 'X' * SUPPRESS_AUTHORITY_CHECK = 'X' * AUTH_CHECK_FOR_CONTENT = ' ' * RESOLVE_STRUCTLINK = ' ' * RESOLVE_KW_CONVREF = ' ' * IMPORTING * ERROR_MSG = TABLES CONTEXT = LT_CONTEXT[] CONTENTS = LT_CONTENTS * READ_STRS = * INCLUDE_STRUCTURES = .

INFO_OBJECTS_PROPERTIES_SET CALL FUNCTION 'INFO_OBJECTS_PROPERTIES_SET' EXPORTING CHECK_VALUES = '' * IMPORTING * error_msg = p_error_msg TABLES INFO_OBJECTS = LT_STRUCTURE2 CONTEXT = LT_CONTEXT[] PROPERTIES = LT_PROPERTIES * BAD_OBJECTS = LT_BADOBJECTS * BAD_PROPERTIES = LT_BADPROPERTIES .

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING TITEL = 'Process finished'(005) TXT1 = 'Structure has been succesfully updated.'(006)

JUMP_CONTEXT CALL FUNCTION 'JUMP_CONTEXT' * IMPORTING * RELOAD_STRUCTURE = TABLES CONTEXT = LT_CONTEXT[] CHANGING TASK = TASK USER_ROLE = USER_ROLE.



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