SAP ABAP Class CL_OSME_GENERATOR_V1 (Generator Class for Old (4.6) Manageable Class)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ABA-LA-OBS (Application Component) Object Services
     SOS_MAPPING (Package) Object Services Relational Mapping
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_OS_GENERATOR Generator Methods of a Manageable Class 20000427
Properties
Class CL_OSME_GENERATOR_V1  
Short Description Generator Class for Old (4.6) Manageable Class    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SOS_MAPPING   Object Services Relational Mapping 
Created 20000427   SAP 
Last change 00000000   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 OSCON Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 OSTYP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 SEOC Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
4 SEOK Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
5 SEOO Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
6 SEOP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
7 SEOR Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
8 SEOS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
9 SEOT Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_OS_GENERATOR Generator Methods of a Manageable Class 20000427
Friends
Class CL_OSME_GENERATOR_V1 has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 EXCEPTION_INFO Static Attribute Private Object reference (TYPE REF TO) CL_OS_EXCEPTION_INFO EXCEPTION_INFO 20000427
2 MANAGED_CLASS_KEY Instance attribute Private Type reference (TYPE) SEOCLSKEY Name of Class 20000427
3 PRIVATE_TYPE_SOURCE Static Attribute Private Type reference (TYPE) SEO_SECTION_SOURCE PRIVATE_TYPE_SOURCE 20000427
4 PROTECTED_TYPE_SOURCE Static Attribute Private Type reference (TYPE) SEO_SECTION_SOURCE PROTECTED_TYPE_SOURCE 20000427
5 TYPE_SOURCE Static Attribute Private Type reference (TYPE) SEO_SECTION_SOURCE TYPE_SOURCE 20000427
Methods
# Method Level Visibility Method type Description Created on
1 ATTRIBUTES_GET Instance method Private Method 20000427
2 ATTRIBUTES_MODIFY Static method Private Method Modifies Attributes 20000427
3 ATTRIBUTES_SET Instance method Private Method 20000427
4 ATTRIBUTE_MODIFY Static method Private Method Modifies an Attribute 20000427
5 BUILD_CA_XXX Static method Private Method Creates or Updates the Generated Class Components of 'ca_' 20000427
6 BUILD_CB_XXX Static method Private Method Creates or Updates the Generated Class Components of 'cb_' 20000427
7 BUILD_CL_XXX Static method Private Method Creates or Updates the Generated Class Components of 'cl_' 20000427
8 BUILD_CS_XXX Static method Private Method Creates or Updates the Generated Class Components of 'cs_' 20000427
9 CB__IF_OS_CA_INSTANCE Static method Private Method Modifies Interface 'if_os_ca_instance' 20000427
10 CB__IF_OS_CA_PERSISTENCY Static method Private Method Modifies interface 'if_os_ca_persistency' 20000427
11 CB__IF_OS_CA_SERVICE Static method Private Method Modifies interface 'if_os_ca_service' 20000427
12 CB__IF_OS_FACTORY Static method Private Method Modifies interface 'if_os_factory' 20000427
13 CHECK Instance method Private Method Check routine 20000427
14 CLOSE Instance method Private Method Memory cleanup 20000427
15 CL__IF_OS_STATE Static method Private Method Modifies interface 'if_os_state' 20000427
16 CONSTRUCTOR Instance method Public Constructor Constructor 20000427
17 DELETE_MAPPING_INFO Instance method Private Method Deletes the Mapping Information for a Class 20000427
18 GET_CLASS_INFO Instance method Private Method Passes the Attribute Information of a Class 20000427
19 GET_DDIC_OBJECTTYPE_INFO Instance method Private Method Passes Type Information of a Dictionary Object 20000427
20 GET_MAPPING_INFO Instance method Private Method Passes the Field Information of a Set of Tables 20000427
21 GET_MAPPING_STATUS Static method Private Method Gets the Mapping Status 20000427
22 GET_TABLE_INFO Instance method Private Method Passes the Field Information of a Set of Tables 20000427
23 GET_TABLE_NAMES Instance method Private Method Passes the Names of the Tables for Mapping 20000427
24 INHERITANCE_MODIFY Static method Private Method Modifies an Inheritance Relationship (Metadata) 20000427
25 INTERFACES_MODIFY Static method Private Method Modifies Interfaces (Metadata) 20000427
26 INTERFACE_MODIFY Static method Private Method Modifies an Interface (Metadata) 20000427
27 INT_METHOD_DELETE Static method Private Method Deletion of a Method 20000427
28 INT_TYPES_MODIFY Static method Private Method Modifies Types (Metadata) 20000427
29 METHODS_MODIFY Static method Private Method Modifies Methods and Dependencies 20000427
30 METHOD_MODIFY Static method Private Method Modifies a Method and Dependencies 20000427
31 OPEN Instance method Private Method Prepares Memory 20000427
32 SAVE_DATA Instance method Private Method Saves Data Persistently (Buffer->Database) 20000427
33 SAVE_DATA_DB Instance method Private Method Saves Data Persistently (Buffer->Database->Commit) 20000427
34 SET_CLASS_INFO Instance method Private Method Sets the Attribute Information for a Class 20000427
35 SET_MAPPING_INFO Instance method Private Method Sets the Mapping Information for a Class 20000427
36 STRUCTURES_MODIFY Static method Private Method Modifies Structures (Metadata) 20000427
37 STRUCTURE_MODIFY Static method Private Method Modifies a Structure (Metadata) 20000427
38 TABLES_MODIFY Static method Private Method Modifies Internal Tables (Metadata) 20000427
39 TABLE_MODIFY Static method Private Method Modifies an Internal Table (Metadata) 20000427
40 TYPEGROUPS_MODIFY Static method Private Method Modifies Type Groups (Metadata) 20000427
41 TYPEGROUP_MODIFY Static method Private Method Modifies a Type Group (Metadata) 20000427
42 TYPE_DELETE Static method Private Method Deletes a Type (Metadata) 20000427
43 TYPE_MODIFY Static method Private Method Modifies a Type (Metadata) 20000427
Events
Class CL_OSME_GENERATOR_V1 has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 INT_COMPONENT_INFO Private See coding INT_COMPONENT_INFO 20000427 BEGIN OF int_component_info, interface_name TYPE objname, class_name TYPE objname, source_info_tab TYPE int_meth_source_info_tab, END OF int_component_info
2 INT_METH_SOURCE_INFO Private See coding INT_METH_SOURCE_INFO 20000427 BEGIN OF int_meth_source_info , class_name TYPE seoclsname, method_name TYPE seocpdname, force TYPE os_boolean, redefine TYPE os_boolean, source_info TYPE int_source_info, END OF int_meth_source_info
3 INT_METH_SOURCE_INFO_TAB Private See coding INT_METH_SOURCE_INFO_TAB 20000427 int_meth_source_info_tab TYPE STANDARD TABLE OF int_meth_source_info WITH DEFAULT KEY
4 INT_SOURCE_INFO Private See coding INT_SOURCE_INFO 20000427 BEGIN OF int_source_info , scheme_name TYPE schemename, class_name TYPE seoclsname, attribute_name TYPE char30, table_name TYPE char30, business_key TYPE ostyp_attr_inf_tab, data TYPE ostyp_attr_inf_tab, guid TYPE ostyp_attr_inf, END OF int_source_info
5 INT_SOURCE_INFO_TAB Private See coding INT_SOURCE_INFO_TAB 20000427 int_source_info_tab TYPE STANDARD TABLE OF int_source_info
6 INT_STRUCT_INFO Private See coding INT_STRUCT_INFO 20000427 BEGIN OF int_struct_info , type TYPE seoo_type_r, comp_tab TYPE ostyp_attr_inf_tab, END OF int_struct_info
7 INT_STRUCT_INFO_TAB Private See coding INT_STRUCT_INFO_TAB 20000427 int_struct_info_tab TYPE STANDARD TABLE OF int_struct_info
Method Signatures

Method ATTRIBUTES_GET Signature

Method ATTRIBUTES_GET on class CL_OSME_GENERATOR_V1 has no parameter.
Method ATTRIBUTES_GET on class CL_OSME_GENERATOR_V1 has no exception.

Method ATTRIBUTES_MODIFY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ATTRIBUTES Call by reference Type reference (TYPE) SEOO_ATTRIBUTES_R I_ATTRIBUTES 20000427
# Exception Resumable Description Created on
1 OS_EXCEPTION OS_EXCEPTION 20000427

Method ATTRIBUTES_SET Signature

Method ATTRIBUTES_SET on class CL_OSME_GENERATOR_V1 has no parameter.
Method ATTRIBUTES_SET on class CL_OSME_GENERATOR_V1 has no exception.

Method ATTRIBUTE_MODIFY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ATTRIBUTE Call by reference Type reference (TYPE) SEOO_ATTRIBUTE_R I_ATTRIBUTE 20000427
# Exception Resumable Description Created on
1 OS_EXCEPTION OS_EXCEPTION 20000427

Method BUILD_CA_XXX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CLASS_KEY Call by reference Type reference (TYPE) SEOCLSKEY I_CLASS_KEY 20000427
2 Importing I_GUID Call by reference Type reference (TYPE) OS_BOOLEAN I_GUID 20000427
3 Importing I_OWN_ACCESS Call by reference Type reference (TYPE) OS_BOOLEAN I_OWN_ACCESS 20000427
# Exception Resumable Description Created on
1 OS_EXCEPTION OS_EXCEPTION 20000427

Method BUILD_CB_XXX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_BUSINESS_KEY Call by reference Type reference (TYPE) OSTYP_ATTR_INF_TAB I_BUSINESS_KEY 20000427
2 Importing I_CLASS_KEY Call by reference Type reference (TYPE) SEOCLSKEY I_CLASS_KEY 20000427
3 Importing I_DATA Call by reference Type reference (TYPE) OSTYP_ATTR_INF_TAB I_DATA 20000427
4 Importing I_GUID Call by reference Type reference (TYPE) OS_BOOLEAN I_GUID 20000427
5 Importing I_OID Call by reference Type reference (TYPE) OSTYP_ATTR_INF I_OID 20000427
6 Importing I_OWN_ACCESS Call by reference Type reference (TYPE) OS_BOOLEAN I_OWN_ACCESS 20000427
7 Importing I_TABLE_NAME Value transfer Type reference (TYPE) CHAR30 I_TABLE_NAME 20000427
# Exception Resumable Description Created on
1 OS_EXCEPTION OS_EXCEPTION 20000427

Method BUILD_CL_XXX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CLASS_KEY Call by reference Type reference (TYPE) SEOCLSKEY I_CLASS_KEY 20000427
2 Importing I_NEW Call by reference Type reference (TYPE) OS_BOOLEAN I_NEW 20000427
# Exception Resumable Description Created on
1 OS_EXCEPTION OS_EXCEPTION 20000427

Method BUILD_CS_XXX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CLASS_KEY Call by reference Type reference (TYPE) SEOCLSKEY I_CLASS_KEY 20000427
# Exception Resumable Description Created on
1 OS_EXCEPTION OS_EXCEPTION 20000427

Method CB__IF_OS_CA_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_BUSINESS_KEY Call by reference Type reference (TYPE) OSTYP_ATTR_INF_TAB I_BUSINESS_KEY 20000427
2 Importing I_CLASS_KEY Call by reference Type reference (TYPE) SEOCLSKEY I_CLASS_KEY 20000427
3 Importing I_DATA Call by reference Type reference (TYPE) OSTYP_ATTR_INF_TAB I_DATA 20000427
4 Importing I_GUID Call by reference Type reference (TYPE) OSTYP_ATTR_INF I_GUID 20000427
5 Importing I_HAS_ATTRIBUTES Call by reference Type reference (TYPE) OS_BOOLEAN I_HAS_ATTRIBUTES 20000427
6 Importing I_HAS_BUSINESS_KEY Call by reference Type reference (TYPE) OS_BOOLEAN I_HAS_BUSINESS_KEY 20000427
7 Importing I_HAS_GUID Call by reference Type reference (TYPE) OS_BOOLEAN I_HAS_GUID 20000427
8 Importing I_IS_EXISTING Call by reference Type reference (TYPE) OS_BOOLEAN I_IS_EXISTING 20000427
9 Importing I_OWN_ACCESS Call by reference Type reference (TYPE) OS_BOOLEAN I_OWN_ACCESS 20000427
10 Importing I_TABLE_NAME Call by reference Type reference (TYPE) OBJNAME I_TABLE_NAME 20000427
# Exception Resumable Description Created on
1 OS_EXCEPTION OS_EXCEPTION 20000427

Method CB__IF_OS_CA_PERSISTENCY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_BUSINESS_KEY Call by reference Type reference (TYPE) OSTYP_ATTR_INF_TAB I_BUSINESS_KEY 20000427
2 Importing I_CLASS_KEY Call by reference Type reference (TYPE) SEOCLSKEY I_CLASS_KEY 20000427
3 Importing I_DATA Call by reference Type reference (TYPE) OSTYP_ATTR_INF_TAB I_DATA 20000427
4 Importing I_GUID Call by reference Type reference (TYPE) OSTYP_ATTR_INF I_GUID 20000427
5 Importing I_HAS_ATTRIBUTES Call by reference Type reference (TYPE) OS_BOOLEAN I_HAS_ATTRIBUTES 20000427
6 Importing I_HAS_BUSINESS_KEY Call by reference Type reference (TYPE) OS_BOOLEAN I_HAS_BUSINESS_KEY 20000427
7 Importing I_HAS_GUID Call by reference Type reference (TYPE) OS_BOOLEAN I_HAS_GUID 20000427
8 Importing I_IS_EXISTING Call by reference Type reference (TYPE) OS_BOOLEAN I_IS_EXISTING 20000427
9 Importing I_OWN_ACCESS Call by reference Type reference (TYPE) OS_BOOLEAN I_OWN_ACCESS 20000427
10 Importing I_TABLE_NAME Call by reference Type reference (TYPE) OBJNAME I_TABLE_NAME 20000427
# Exception Resumable Description Created on
1 OS_EXCEPTION OS_EXCEPTION 20000427

Method CB__IF_OS_CA_SERVICE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_BUSINESS_KEY Call by reference Type reference (TYPE) OSTYP_ATTR_INF_TAB I_BUSINESS_KEY 20000427
2 Importing I_CLASS_KEY Call by reference Type reference (TYPE) SEOCLSKEY I_CLASS_KEY 20000427
3 Importing I_DATA Call by reference Type reference (TYPE) OSTYP_ATTR_INF_TAB I_DATA 20000427
4 Importing I_GUID Call by reference Type reference (TYPE) OSTYP_ATTR_INF I_GUID 20000427
5 Importing I_HAS_ATTRIBUTES Call by reference Type reference (TYPE) OS_BOOLEAN I_HAS_ATTRIBUTES 20000427
6 Importing I_HAS_BUSINESS_KEY Call by reference Type reference (TYPE) OS_BOOLEAN I_HAS_BUSINESS_KEY 20000427
7 Importing I_HAS_GUID Call by reference Type reference (TYPE) OS_BOOLEAN I_HAS_GUID 20000427
8 Importing I_IS_EXISTING Call by reference Type reference (TYPE) OS_BOOLEAN I_IS_EXISTING 20000427
9 Importing I_OWN_ACCESS Call by reference Type reference (TYPE) OS_BOOLEAN I_OWN_ACCESS 20000427
10 Importing I_TABLE_NAME Call by reference Type reference (TYPE) OBJNAME I_TABLE_NAME 20000427
# Exception Resumable Description Created on
1 OS_EXCEPTION OS_EXCEPTION 20000427

Method CB__IF_OS_FACTORY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_BUSINESS_KEY Call by reference Type reference (TYPE) OSTYP_ATTR_INF_TAB I_BUSINESS_KEY 20000427
2 Importing I_CLASS_KEY Call by reference Type reference (TYPE) SEOCLSKEY I_CLASS_KEY 20000427
3 Importing I_DATA Call by reference Type reference (TYPE) OSTYP_ATTR_INF_TAB I_DATA 20000427
4 Importing I_GUID Call by reference Type reference (TYPE) OSTYP_ATTR_INF I_GUID 20000427
5 Importing I_HAS_ATTRIBUTES Call by reference Type reference (TYPE) OS_BOOLEAN I_HAS_ATTRIBUTES 20000427
6 Importing I_HAS_BUSINESS_KEY Call by reference Type reference (TYPE) OS_BOOLEAN I_HAS_BUSINESS_KEY 20000427
7 Importing I_HAS_GUID Call by reference Type reference (TYPE) OS_BOOLEAN I_HAS_GUID 20000427
8 Importing I_IS_EXISTING Call by reference Type reference (TYPE) OS_BOOLEAN I_IS_EXISTING 20000427
9 Importing I_OWN_ACCESS Call by reference Type reference (TYPE) OS_BOOLEAN I_OWN_ACCESS 20000427
10 Importing I_TABLE_NAME Call by reference Type reference (TYPE) OBJNAME I_TABLE_NAME 20000427
# Exception Resumable Description Created on
1 OS_EXCEPTION OS_EXCEPTION 20000427

Method CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CLASS_KEY Call by reference Type reference (TYPE) SEOCLSKEY I_CLASS_KEY 20000427
2 Importing I_VERSION Call by reference Type reference (TYPE) SEOVERSION I_VERSION 20000427
# Exception Resumable Description Created on
1 OS_EXCEPTION OS_EXCEPTION 20000427

Method CLOSE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CLASS_KEY Call by reference Type reference (TYPE) SEOCLSKEY I_CLASS_KEY 20000427
# Exception Resumable Description Created on
1 OS_EXCEPTION OS_EXCEPTION 20000427

Method CL__IF_OS_STATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CLASS_KEY Call by reference Type reference (TYPE) SEOCLSKEY I_CLASS_KEY 20000427
# Exception Resumable Description Created on
1 OS_EXCEPTION OS_EXCEPTION 20000427

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ELEMENT_ID Call by reference Type reference (TYPE) OBJNAME Klassenname 20000427

Method CONSTRUCTOR on class CL_OSME_GENERATOR_V1 has no exception.

Method DELETE_MAPPING_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CLASS_KEY Call by reference Type reference (TYPE) SEOCLSKEY I_CLASS_KEY 20000427
# Exception Resumable Description Created on
1 OS_EXCEPTION OS_EXCEPTION 20000427

Method GET_CLASS_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_ATTRIBUTE_INFO Call by reference Type reference (TYPE) OSAT_INF_TAB E_ATTRIBUTE_INFO 20000427
2 Importing I_CLASS_KEY Call by reference Type reference (TYPE) SEOCLSKEY I_CLASS_KEY 20000427
3 Importing I_VERSION Call by reference Type reference (TYPE) SEOVERSION I_VERSION 20000427
# Exception Resumable Description Created on
1 OS_EXCEPTION OS_EXCEPTION 20000427

Method GET_DDIC_OBJECTTYPE_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OBJECT_NAME Call by reference Type reference (TYPE) OBJECTNAME I_OBJECT_NAME 20000427
2 Returning RESULT Value transfer Type reference (TYPE) TABCLASS RESULT 20000427
# Exception Resumable Description Created on
1 OS_EXCEPTION OS_EXCEPTION 20000427

Method GET_MAPPING_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_MAPP_INFO Call by reference Type reference (TYPE) OSMA_INF_TAB E_MAPP_INFO 20000427
2 Exporting E_OWN_ACCESS Call by reference Type reference (TYPE) OS_BOOLEAN E_OWN_ACCESS 20000427
3 Importing I_CLASS_KEY Call by reference Type reference (TYPE) SEOCLSKEY I_CLASS_KEY 20000427
4 Importing I_VERSION Call by reference Type reference (TYPE) SEOVERSION I_VERSION 20000427
# Exception Resumable Description Created on
1 OS_EXCEPTION OS_EXCEPTION 20000427

Method GET_MAPPING_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_ACCESS_CHANGED Call by reference Type reference (TYPE) OS_BOOLEAN E_ACCESS_CHANGED 20000427
2 Exporting E_ATTRIBUTE_CHANGED Call by reference Type reference (TYPE) OS_BOOLEAN E_ATTRIBUTE_CHANGED 20000427
3 Exporting E_NEW_MAPPING Call by reference Type reference (TYPE) OS_BOOLEAN E_NEW_MAPPING 20000427
4 Importing I_CLASS_KEY Value transfer Type reference (TYPE) SEOCLSKEY I_CLASS_KEY 20000427

Method GET_MAPPING_STATUS on class CL_OSME_GENERATOR_V1 has no exception.

Method GET_TABLE_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_FIELD_INFO Call by reference Type reference (TYPE) OSFI_INF_TAB E_FIELD_INFO 20000427
2 Changing I_TABLE_NAMES Call by reference Type reference (TYPE) OSNAME_TAB I_TABLE_NAMES 20000427
# Exception Resumable Description Created on
1 OS_EXCEPTION OS_EXCEPTION 20000427

Method GET_TABLE_NAMES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_TABLE_NAMES Call by reference Type reference (TYPE) OSNAME_TAB E_TABLE_NAMES 20000427
2 Importing I_CLASS_KEY Call by reference Type reference (TYPE) SEOCLSKEY I_CLASS_KEY 20000427
3 Importing I_VERSION Call by reference Type reference (TYPE) SEOVERSION I_VERSION 20000427
# Exception Resumable Description Created on
1 OS_EXCEPTION OS_EXCEPTION 20000427

Method INHERITANCE_MODIFY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_INHERITANCE Call by reference Type reference (TYPE) VSEOEXTEND C_INHERITANCE 20000427
2 Changing C_REDEFINITIONS Call by reference Type reference (TYPE) SEOR_REDEFINITIONS_R C_REDEFINITIONS 20000427
# Exception Resumable Description Created on
1 OS_EXCEPTION OS_EXCEPTION 20000427

Method INTERFACES_MODIFY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INTERFACES Call by reference Type reference (TYPE) SEOR_IMPLEMENTINGS_R I_INTERFACES 20000427
# Exception Resumable Description Created on
1 OS_EXCEPTION OS_EXCEPTION 20000427

Method INTERFACE_MODIFY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INTERFACE Call by reference Type reference (TYPE) SEOR_IMPLEMENTING_R I_INTERFACE 20000427
# Exception Resumable Description Created on
1 OS_EXCEPTION OS_EXCEPTION 20000427

Method INT_METHOD_DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_METHOD_KEY Call by reference Type reference (TYPE) SEOCMPKEY I_METHOD_KEY 20000427
# Exception Resumable Description Created on
1 OS_EXCEPTION OS_EXCEPTION 20000427

Method INT_TYPES_MODIFY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TYPES Value transfer Type reference (TYPE) SEOO_TYPES_R I_TYPES 20000427

Method INT_TYPES_MODIFY on class CL_OSME_GENERATOR_V1 has no exception.

Method METHODS_MODIFY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_METHODS Call by reference Type reference (TYPE) OSTYP_METHOD_INF_TAB I_METHODS 20000427
# Exception Resumable Description Created on
1 OS_EXCEPTION OS_EXCEPTION 20000427

Method METHOD_MODIFY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_EXCEPTIONS Call by reference Type reference (TYPE) SEOS_EXCEPTIONS_R I_EXCEPTIONS 20000427
2 Importing I_METHOD Call by reference Type reference (TYPE) SEOO_METHOD_R I_METHOD 20000427
3 Importing I_PARAMETERS Call by reference Type reference (TYPE) SEOS_PARAMETERS_R I_PARAMETERS 20000427
# Exception Resumable Description Created on
1 OS_EXCEPTION OS_EXCEPTION 20000427

Method OPEN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CLASS_KEY Call by reference Type reference (TYPE) SEOCLSKEY I_CLASS_KEY 20000427
# Exception Resumable Description Created on
1 OS_EXCEPTION OS_EXCEPTION 20000427

Method SAVE_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CLASS_KEY Call by reference Type reference (TYPE) SEOCLSKEY I_CLASS_KEY 20000427
# Exception Resumable Description Created on
1 OS_EXCEPTION OS_EXCEPTION 20000427

Method SAVE_DATA_DB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CLASS_KEY Call by reference Type reference (TYPE) SEOCLSKEY I_CLASS_KEY 20000427
# Exception Resumable Description Created on
1 OS_EXCEPTION OS_EXCEPTION 20000427

Method SET_CLASS_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ATTRIBUTE_INFO Call by reference Type reference (TYPE) OSAT_INF_TAB I_ATTRIBUTE_INFO 20000427
2 Importing I_CLASS_KEY Call by reference Type reference (TYPE) SEOCLSKEY I_CLASS_KEY 20000427
# Exception Resumable Description Created on
1 OS_EXCEPTION OS_EXCEPTION 20000427

Method SET_MAPPING_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CLASS_KEY Call by reference Type reference (TYPE) SEOCLSKEY I_CLASS_KEY 20000427
2 Importing I_MAPP_INFO Call by reference Type reference (TYPE) OSMA_INF_TAB I_MAPP_INFO 20000427
3 Importing I_OWN_ACCESS Call by reference Type reference (TYPE) OS_BOOLEAN I_OWN_ACCESS 20000427
4 Importing I_TABLE_NAMES Call by reference Type reference (TYPE) OSNAME_TAB I_TABLE_NAMES 20000427
# Exception Resumable Description Created on
1 OS_EXCEPTION OS_EXCEPTION 20000427

Method STRUCTURES_MODIFY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_STRUCTURES Call by reference Type reference (TYPE) INT_STRUCT_INFO_TAB I_STRUCTURES 20000427
# Exception Resumable Description Created on
1 OS_EXCEPTION OS_EXCEPTION 20000427

Method STRUCTURE_MODIFY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_STRUCTURE Call by reference Type reference (TYPE) INT_STRUCT_INFO I_STRUCTURE 20000427
# Exception Resumable Description Created on
1 OS_EXCEPTION OS_EXCEPTION 20000427

Method TABLES_MODIFY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TABLES Call by reference Type reference (TYPE) OSTYP_DDIC_TAB_METADATA_TAB I_TABLES 20000427
# Exception Resumable Description Created on
1 OS_EXCEPTION OS_EXCEPTION 20000427

Method TABLE_MODIFY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TABLE Call by reference Type reference (TYPE) OSTYP_DDIC_TAB_METADATA I_TABLE 20000427
# Exception Resumable Description Created on
1 OS_EXCEPTION OS_EXCEPTION 20000427

Method TYPEGROUPS_MODIFY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TYPEGROUPS Call by reference Type reference (TYPE) SEOT_TYPEPUSAGES_R I_TYPEGROUPS 20000427
# Exception Resumable Description Created on
1 OS_EXCEPTION OS_EXCEPTION 20000427

Method TYPEGROUP_MODIFY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TYPEGROUP Call by reference Type reference (TYPE) SEOT_TYPEPUSAGE_R I_TYPEGROUP 20000427
# Exception Resumable Description Created on
1 OS_EXCEPTION OS_EXCEPTION 20000427

Method TYPE_DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TYPEKEY Call by reference Type reference (TYPE) SEOCMPKEY I_TYPEKEY 20000427
# Exception Resumable Description Created on
1 OS_EXCEPTION OS_EXCEPTION 20000427

Method TYPE_MODIFY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TYPE Value transfer Type reference (TYPE) SEOO_TYPE_R I_TYPE 20000427
# Exception Resumable Description Created on
1 OS_EXCEPTION OS_EXCEPTION 20000427
History
Last changed by/on SAP  00000000 
SAP Release Created in 50A