SAP Reports / Programs

SEO_CREATE_LOCAL_TESTCLASS_INC SAP ABAP Report - Program SEO_CREATE_LOCAL_TESTCLASS_INC







SEO_CREATE_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_CREATE_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_CREATE_LOCAL_TESTCLASS_INC. "Basic submit
SUBMIT SEO_CREATE_LOCAL_TESTCLASS_INC AND RETURN. "Return to original report after report execution complete
SUBMIT SEO_CREATE_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_CREATE_LOCAL_TESTCLASS_INC
Text Symbol: 001 = Class does not exist
Text Symbol: 002 = Unable to insert the empty source
Text Symbol: 003 = Local test class include inserted successfully
Text Symbol: 004 = Local test class include is being edited
Text Symbol: 005 = Unable to modify the class pool
Text Symbol: 006 = Unable to change class data WITH_UNIT_TESTS flag
Text Symbol: 007 = Class info get failed
Text Symbol: 008 = Unable to insert the object into the working area


INCLUDES used within this REPORT SEO_CREATE_LOCAL_TESTCLASS_INC

INSERT REPORT I010INC-INCLUDE FROM POOL_SRC EXTENSION TYPE SREXT_EXT_CLASS_CLASS STATE FILE_INACTIVE.
READ REPORT I010INC-MASTER INTO POOL_SRC STATE FILE_ACTIVE.


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.

RS_INSERT_INTO_WORKING_AREA CALL FUNCTION 'RS_INSERT_INTO_WORKING_AREA' EXPORTING object = seok_limu_include obj_name = obj_name IMPORTING object_inserted = obj_inserted EXCEPTIONS wrong_object_name = 1 OTHERS = 2.

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