SAP Reports / Programs

SIAC_SHOW_PUBLISHED SAP ABAP Report - Report SIAC_SHOW_PUBLISHED







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


Text pool values


Title: Report SIAC_SHOW_PUBLISHED


INCLUDES used within this REPORT SIAC_SHOW_PUBLISHED

INCLUDE SIAC_SELSCREEN_1_DATA.
INCLUDE SIAC_SELSCREEN_1_SCREEN.
INCLUDE SIAC_SELSCREEN_1_INIT.


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:

CONVERSION_EXIT_ALPHA_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_OUTPUT' EXPORTING input = siac_sel_1_data-iacobj-dynpro IMPORTING output = siac_sel_1_data-iacobj-dynpro.

W3_SERVICE_SHOW_PUBLISHED CALL FUNCTION 'W3_SERVICE_SHOW_PUBLISHED' EXPORTING pi_service = l_service EXCEPTIONS not_existing = 1.

W3_RESOURCE_SHOW_PUBLISHED CALL FUNCTION 'W3_RESOURCE_SHOW_PUBLISHED' EXPORTING pi_resource = l_resource EXCEPTIONS not_existing = 1.

W3_TEMPLATE_SHOW_PUBLISHED CALL FUNCTION 'W3_TEMPLATE_SHOW_PUBLISHED' EXPORTING pi_template = l_template EXCEPTIONS not_existing = 1.

W3_TEMP_LANG_SHOW_PUBLISHED CALL FUNCTION 'W3_TEMP_LANG_SHOW_PUBLISHED' EXPORTING pi_template = l_template_lang EXCEPTIONS not_existing = 1.

W3_MIME_SHOW_PUBLISHED CALL FUNCTION 'W3_MIME_SHOW_PUBLISHED' EXPORTING pi_mime = l_mime EXCEPTIONS not_existing = 1.

W3_MIME_LANG_SHOW_PUBLISHED CALL FUNCTION 'W3_MIME_LANG_SHOW_PUBLISHED' EXPORTING pi_mime = l_mime_lang EXCEPTIONS not_existing = 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 SIAC_SHOW_PUBLISHED or its description.