SAP Reports / Programs | Basis Components | Frontend Services - Use subcomponents (see SAP Note 1322184) | Graphic(BC-FES-GRA) SAP BC

GFW_DCWIZARD_CLASS SAP ABAP INCLUDE - Include GFW_DCWIZARD_CLASS







GFW_DCWIZARD_CLASS is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). It is used for ..see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter GFW_DCWIZARD_CLASS 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 GFW_DCWIZARD_CLASS. "Basic submit
SUBMIT GFW_DCWIZARD_CLASS AND RETURN. "Return to original report after report execution complete
SUBMIT GFW_DCWIZARD_CLASS VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Include GFW_DCWIZARD_CLASS


INCLUDES used within this REPORT GFW_DCWIZARD_CLASS

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:

GUI_DOWNLOAD call function 'GUI_DOWNLOAD' exporting filename = str tables data_tab = local_class exceptions others = 22.

SEO_CLASS_TYPEINFO_GET call function 'SEO_CLASS_TYPEINFO_GET' exporting clskey = clskey * VERSION = SEOC_VERSION_INACTIVE * STATE = '1' importing class = global_class-class_info attributes = global_class-attributes methods = global_class-methods * EVENTS = types = global_class-types parameters = global_class-parameters * EXCEPS = * IMPLEMENTINGS = inheritance = global_class-inheritance redefinitions = global_class-redefinitions * FRIENDSHIPS = * TYPEPUSAGES = * CLSDEFERRDS = * INTDEFERRDS = * EXPLORE_INHERITANCE = * EXPLORE_IMPLEMENTINGS = * ALIASES = exceptions * NOT_EXISTING = 1 * IS_INTERFACE = 2 * MODEL_ONLY = 3 others = 4 .

SEO_CLASS_GET_TYPE_SOURCE call function 'SEO_CLASS_GET_TYPE_SOURCE' exporting typkey = class_cmpkey importing source = source exceptions _internal_class_not_existing = 1 not_existing = 2 not_edited = 3 others = 4 .

SEO_CLASS_GET_ATTRIBUTE_SOURCE call function 'SEO_CLASS_GET_ATTRIBUTE_SOURCE' exporting attkey = class_cmpkey importing source = source exceptions _internal_class_not_existing = 1 not_existing = 2 not_edited = 3 others = 4 .

SEO_METHOD_GET_SOURCE call function 'SEO_METHOD_GET_SOURCE' exporting mtdkey = mtds_w-cpdkey importing source = class_method-source exceptions _internal_method_not_existing = 1 _internal_class_not_existing = 2 others = 3 .

SEO_CLASS_GET_INCLUDE_SOURCE call function 'SEO_CLASS_GET_INCLUDE_SOURCE' exporting clskey = clskey inctype = srext_ext_class_local importing source = global_class-locals_source exceptions _internal_class_not_existing = 1 not_existing = 2 others = 3 .

SEO_CLASS_GET call function 'SEO_CLASS_GET' exporting clskey = new_clskey * VERSION = SEOC_VERSION_INACTIVE "seoc_version_active * STATE = '0' "= only modeled '1' implemented exceptions not_existing = 1 deleted = 2 is_interface = 3 model_only = 4 others = 5 .

SEO_CLASS_DELETE_COMPLETE call function 'SEO_CLASS_DELETE_COMPLETE' exporting clskey = new_clskey * GENFLAG = space * AUTHORITY_CHECK = SEOX_TRUE exceptions not_existing = 1 is_interface = 2 db_error = 3 no_access = 4 other = 5 others = 6.

SEO_CLASS_GET call function 'SEO_CLASS_GET' exporting clskey = new_clskey * ERSION = SEOC_VERSION_INACTIVE "seoc_version_active * STATE = '0' "= only modeled '1' implemented exceptions not_existing = 1 deleted = 2 others = 5.

SEO_CLASS_CREATE_COMPLETE call function 'SEO_CLASS_CREATE_COMPLETE' * EXPORTING * CORRNR = * DEVCLASS = * VERSION = SEOC_VERSION_INACTIVE * GENFLAG = ' ' * AUTHORITY_CHECK = SEOX_TRUE changing class = global_class-class_info inheritance = global_class-inheritance redefinitions = global_class-redefinitions * IMPLEMENTINGS attributes = global_class-attributes methods = global_class-methods types = global_class-types type_source = global_class-type_source parameters = global_class-parameters * EXCEPS * ALIASES exceptions existing = 1 is_interface = 2 db_error = 3 component_error = 4 no_access = 5 other = 6 others = 7 .

SEO_CLASS_CREATE_SOURCE call function 'SEO_CLASS_CREATE_SOURCE' exporting class = new_clskey source = global_class-class_methods locals = global_class-locals_source * VERSION = SEOC_VERSION_INACTIVE exceptions other = 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 GFW_DCWIZARD_CLASS or its description.