SAP Reports / Programs | Basis Components | ABAP Runtime Environment | Syntax, Compiler, Runtime(BC-ABA-LA) SAP BC

ST_LOGIC_HANDLER_INCL SAP ABAP INCLUDE - STLOGICHANDLERINCL







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


INCLUDES used within this REPORT ST_LOGIC_HANDLER_INCL

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:

POPUP_TO_CONFIRM call function 'POPUP_TO_CONFIRM' exporting titlebar = 'Display mode'(034) text_question = 'Do you want to save first?'(a09) display_cancel_button = 'X' importing answer = answer exceptions others = 1.

VRM_SET_VALUES call function 'VRM_SET_VALUES' exporting id = 'G_TEMPLATE_SELECTOR' values = it_values exceptions id_illegal_name = 1 others = 2.

ST_GET_NEW_ROOT call function 'ST_GET_NEW_ROOT' importing root_name = root_name type_name = type_name is_table_type = is_table_type aborted = aborted.

ST_GET_ELEMENT_NAME call function 'ST_GET_ELEMENT_NAME' importing element = tname.

ST_GET_ATTRIBUTE_NAME call function 'ST_GET_ATTRIBUTE_NAME' importing attribute = tname.

ST_GET_NS_DECLARATION call function 'ST_GET_NS_DECLARATION' importing answer = answer uri = uri prefix = prefix.

ST_GET_NS_DECLARATION call function 'ST_GET_NS_DECLARATION' exporting old_uri = uri old_prefix = prefix importing answer = answer uri = new_uri prefix = new_prefix.

RS_WORKBENCH_CUSTOMIZING call function 'RS_WORKBENCH_CUSTOMIZING' EXPORTING choice = 'WB' disable_wb99 = 'X'.

SVRS_AFTER_CHANGED_ONLINE_NEW call function 'SVRS_AFTER_CHANGED_ONLINE_NEW' exporting e071_entry = e071_entry status = state importing version_new = versno exceptions non_versionable_objtype = 1 no_tadir_entry = 2 object_not_found = 3 object_not_locked = 4 others = 5.

IWB_HTML_HELP_OBJECT_SHOW call function 'IWB_HTML_HELP_OBJECT_SHOW' exporting * DEVCLASS = * tcode = program = 'SAPLO2_XSLTDESC ' * DYNPRONR = extension = 'XSLT_EDITOR' * FRONTEND_PLATFORM = * CALL_BROWSER = * SINGLE_OBJECT = * IMPORTING * ACTION = * FRONTEND_URL = * FRONTEND_PROGRAM = exceptions object_not_found = 1 rfc_error = 2 no_profil_parameter = 3 import_parameter_is_invalid = 4 others = 5.

RS_PROGRAM_PRINT_TAB * call function 'RS_PROGRAM_PRINT_TAB' * exporting ** FIRSTLINE = '1' ** LASTLINE = '99999' ** PRIPARAMS = ' ' ** PROGRAMM = ' ' * title = print_title * tables * source = source * exceptions * canceled = 1.

RS_TOOL_ACCESS call function 'RS_TOOL_ACCESS' exporting operation = 'TADIR' object_name = l_transformation_name object_type = 'XSLT' exceptions others = 0.

ST_GET_TEMPLATE_NAME call function 'ST_GET_TEMPLATE_NAME' exporting tname = '' importing new_tname = l_tempname answer = answer.

POPUP_TO_CONFIRM call function 'POPUP_TO_CONFIRM' exporting titlebar = 'Delete current template'(a10) text_question = 'Do you really want to delete the current template?'(a11) display_cancel_button = 'X' importing answer = answer exceptions others = 1.

ST_GET_TEMPLATE_NAME call function 'ST_GET_TEMPLATE_NAME' exporting tname = l_tempname importing answer = answer new_tname = new_tempname.

VRM_SET_VALUES call function 'VRM_SET_VALUES' exporting id = 'G_TEMPLATE_SELECTOR' values = it_values exceptions id_illegal_name = 1 others = 2.



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