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
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.
Title: Include GFW_DCWIZARD_CLASS
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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 .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
GFW_DCWIZARD_CLASS - Include GFW_DCWIZARD_CLASS GFW_DCWIZARD - GFW: Wizard For Generating a Data Container for a DDIC Structure GFW_DCWIZARD - GFW: Wizard For Generating a Data Container for a DDIC Structure GFW_BW_GP_HIER_SAP - GFW-BW-Strukturgrafikproxy/produktspezifischer Teil zu Netronic Chart GFW_BW_GP_HIER_DATAFLOW - Include GFW_BW_GP_HIER_DATAFLOW GFW_BW_GP_HIER - GFW-BW-Strukturgrafikproxy