SAP Reports / Programs | Basis Components | ABAP Workbench, Java IDE and Infrastructure | Web Application Builder(BC-DWB-TOO-WAB) SAP BC

O2_THEME_UPDATE_O2THEMEREL SAP ABAP Report - O2THEMEUPDATEO2THEMEREL







O2_THEME_UPDATE_O2THEMEREL 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 O2_THEME_UPDATE_O2THEMEREL 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 O2_THEME_UPDATE_O2THEMEREL. "Basic submit
SUBMIT O2_THEME_UPDATE_O2THEMEREL AND RETURN. "Return to original report after report execution complete
SUBMIT O2_THEME_UPDATE_O2THEMEREL 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: DELNOCON = Delete Objects Without Content
Selection Text: DELNOORG = Delete Objs Without Original
Selection Text: NOLIST = Suppress List Display
Selection Text: TESTMODE = Do not Write Entries
Selection Text: THEME = Topic
Text Symbol: 005 = Theme LOIO does not exist
Text Symbol: 000 = Has No Original LOIO
Text Symbol: 001 = Original LOIO does not exist
Text Symbol: 002 = Does not Have Any PHIOs
Text Symbol: 003 = Is Not Contained in the Themes Object Table
Text Symbol: 004 = Has an Incorrect LOIO in the Theme Object Table


INCLUDES used within this REPORT O2_THEME_UPDATE_O2THEMEREL

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:

SKWF_FIND_BY_QUERY call function 'SKWF_FIND_BY_QUERY' exporting connection_space = 'MIME' importing error = error tables queries = queries result_objects = ios properties_result = properties_result.

SKWF_IO_FROM_RELATIONS_GET call function 'SKWF_IO_FROM_RELATIONS_GET' exporting io = io relation_class = 'MIME_THEME' importing error = error tables relations = relations.

SKWF_IO_EXISTENCE_CHECK call function 'SKWF_IO_EXISTENCE_CHECK' exporting io = io importing error = error.

SKWF_IO_EXISTENCE_CHECK call function 'SKWF_IO_EXISTENCE_CHECK' exporting io = io importing error = error.

SKWF_LOIO_ALL_PHIOS_GET call function 'SKWF_LOIO_ALL_PHIOS_GET' exporting loio = io importing error = error tables phios = ios.

SKWF_IOS_DELETE call function 'SKWF_IOS_DELETE' exporting x_delete_children = 'X' importing error = error tables ios = ios_to_delete.



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