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

SEO_SHOW_CLIF_INCLUDES SAP ABAP Report - Program TF_SHOW_CLASS_INCLUDES







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


Text pool values


Title: Program TF_SHOW_CLASS_INCLUDES
Text Symbol: 001 = Class/Interface
Text Symbol: 002 = No inactive includes found
Text Symbol: 003 = No active includes found
Text Symbol: INC = No Includes Found


INCLUDES used within this REPORT SEO_SHOW_CLIF_INCLUDES

REPORT TF_SHOW_CLASS_INCLUDES.
READ REPORT INCLUDE INTO SOURCE STATE STATE.


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_WITH_MESSAGE call function 'POPUP_TO_CONFIRM_WITH_MESSAGE' exporting defaultoption = 'Y' "#EC NOTEXT diagnosetext1 = 'Source was changed !' "#EC NOTEXT textline1 = 'Should it be saved ?' "#EC NOTEXT titel = 'Save source' "#EC NOTEXT start_column = 10 start_row = 5 cancel_display = ' ' importing answer = answer.

SEO_CLASS_CHECK_CLASSPOOL * call function 'SEO_CLASS_CHECK_CLASSPOOL' * exporting * clskey = cifkey * exceptions * _internal_class_not_existing = 1 * others = 2.

RS_INSERT_INTO_WORKING_AREA call function 'RS_INSERT_INTO_WORKING_AREA' exporting object = obj_type obj_name = obj_name.

RS_INSERT_INTO_WORKING_AREA call function 'RS_INSERT_INTO_WORKING_AREA' exporting object = obj_type obj_name = obj_name.

RS_INSERT_INTO_WORKING_AREA call function 'RS_INSERT_INTO_WORKING_AREA' exporting object = obj_type obj_name = obj_name.

SEO_METHOD_GET_SOURCE call function 'SEO_METHOD_GET_SOURCE' exporting mtdkey = mtdkey state = state importing source_expanded = source incname = progname exceptions _internal_method_not_existing = 1 _internal_class_not_existing = 2 others = 3.

POPUP_TO_CONFIRM_WITH_MESSAGE call function 'POPUP_TO_CONFIRM_WITH_MESSAGE' exporting defaultoption = 'Y' "#EC NOTEXT diagnosetext1 = 'Source was saved !' "#EC NOTEXT textline1 = 'Should metadata also be saved ?' "#EC NOTEXT titel = 'Convert source to metadata' "#EC NOTEXT start_column = 10 start_row = 5 cancel_display = ' ' importing answer = answer.

SEO_CLIF_ACCESS_PERMISSION call function 'SEO_CLIF_ACCESS_PERMISSION' exporting cifkey = clif_key mode = seok_access_modify suppress_langu_check = seox_true suppress_language_dialog = seox_true suppress_modification_support = seox_true exceptions no_access = 1 others = 2.

SEO_CLIF_GET call function 'SEO_CLIF_GET' exporting cifkey = cifkey version = seoc_version_inactive importing clstype = dynpro_100-clstype exceptions not_existing = 1 deleted = 2 others = 3.

SEO_CLIF_ACCESS_PERMISSION call function 'SEO_CLIF_ACCESS_PERMISSION' exporting cifkey = clif_key mode = seok_access_free.



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