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

SEO_DELETE_LOCAL_TESTCLASS_INC SAP ABAP Report - Program SEO_DELETE_LOCAL_TESTCLASS_INC







SEO_DELETE_LOCAL_TESTCLASS_INC 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_DELETE_LOCAL_TESTCLASS_INC 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_DELETE_LOCAL_TESTCLASS_INC. "Basic submit
SUBMIT SEO_DELETE_LOCAL_TESTCLASS_INC AND RETURN. "Return to original report after report execution complete
SUBMIT SEO_DELETE_LOCAL_TESTCLASS_INC 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 SEO_DELETE_LOCAL_TESTCLASS_INC
Text Symbol: 001 = Class does not exist


INCLUDES used within this REPORT SEO_DELETE_LOCAL_TESTCLASS_INC

DELETE REPORT I010INC-INCLUDE
READ REPORT I010INC-MASTER INTO POOL_SRC STATE FILE_INACTIVE.


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:

SEO_CLIF_ACCESS_PERMISSION call function 'SEO_CLIF_ACCESS_PERMISSION' exporting cifkey = clskey limu = seok_limu_include mode = seok_access_modify incname = i010inc-include exceptions error_message = 1 others = 2.

SEO_CLIF_CORR_INSERT call function 'SEO_CLIF_CORR_INSERT' exporting cifkey = clskey incname = i010inc-include limu = seok_limu_include exceptions others = 1.

RS_DELETE_FROM_WORKING_AREA call function 'RS_DELETE_FROM_WORKING_AREA' exporting object = seok_limu_include obj_name = obj_name.

SEO_CLASS_TYPEINFO_GET call function 'SEO_CLASS_TYPEINFO_GET' exporting clskey = clskey version = seoc_version_inactive importing class = class exceptions not_existing = 1 is_interface = 2 model_only = 3 others = 4.

SEO_CLASS_CHANGE_F_DATA call function 'SEO_CLASS_CHANGE_F_DATA' exporting save = seox_true changing class = class exceptions not_existing = 1 deleted = 2 is_interface = 3 not_changed = 4 db_error = 5 others = 6.

RS_MODIFY_D010INC call function 'RS_MODIFY_D010INC' exporting suche_rahmen = space tables modtab = i010inc.

SEO_CLIF_ACCESS_PERMISSION call function 'SEO_CLIF_ACCESS_PERMISSION' exporting cifkey = clskey limu = seok_limu_include mode = seok_access_free incname = i010inc-include exceptions error_message = 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 SEO_DELETE_LOCAL_TESTCLASS_INC or its description.