SAP ABAP Class CL_MDG_GN_FIELD (Represents a Field)
Hierarchy
MDG_FND (Software Component) MDG Foundation
   CA-MDG-AF (Application Component) Application Framework
     MDG_GENERATOR (Package) Generator
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_MDG_GN_ERR_OBJECT Object with Errors (Generator) 20081218
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_MDG_GN_FIELD Field Description (Generator) 20081218
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_MDG_GN_LANGUAGES Texts for an Object (Generator) 20081218
4 Interface implementation (CLASS c. INTERFACES i_ref)  IF_MDG_GN_OBJECT Object in Context of the Generator 20081218
5 Interface implementation (CLASS c. INTERFACES i_ref)  IF_MDG_GN_OBJECT_LEVEL Level of an Object in the Runtime Graph 20081218
6 Interface implementation (CLASS c. INTERFACES i_ref)  IF_MDG_GN_RAW_FIELD Raw Object Field 20081218
7 Interface implementation (CLASS c. INTERFACES i_ref)  IF_MDG_GN_RAW_OBJECT Raw Object in the Context of the Generator 20081218
8 Interface implementation (CLASS c. INTERFACES i_ref)  IF_MDG_OBJ_META_DESCRIPT Access to Medata for a General Object 20081218
Properties
Class CL_MDG_GN_FIELD  
Short Description Represents a Field    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class MDG_GN    
Program status     
Category 0   
Package MDG_GENERATOR   Generator 
Created 20081218   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_MDG_GN_CONSTANTS Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
# Interface Abstract Final Description Created on
1 IF_MDG_GN_ERR_OBJECT Object with Errors (Generator) 20081218
2 IF_MDG_GN_FIELD Field Description (Generator) 20081218
3 IF_MDG_GN_LANGUAGES Texts for an Object (Generator) 20081218
4 IF_MDG_GN_OBJECT Object in Context of the Generator 20081218
5 IF_MDG_GN_OBJECT_LEVEL Level of an Object in the Runtime Graph 20081218
6 IF_MDG_GN_RAW_FIELD Raw Object Field 20081218
7 IF_MDG_GN_RAW_OBJECT Raw Object in the Context of the Generator 20081218
8 IF_MDG_OBJ_META_DESCRIPT Access to Medata for a General Object 20081218
Friends
Class CL_MDG_GN_FIELD has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 AO_DESCRIPTION Instance attribute Public Object reference (TYPE REF TO) OBJECT Descriptive Object 20081218
2 AO_REF_TABLE Instance attribute Protected Attribute reference (LIKE) 20081218
3 A_ERROR_CODE Instance attribute Protected Attribute reference (LIKE) 20081218
4 A_KIND Instance attribute Protected Attribute reference (LIKE) 20081218
5 A_LANGUAGE Instance attribute Private Attribute reference (LIKE) 20081218
6 A_LOGICAL_NAME Instance attribute Protected Attribute reference (LIKE) 20081218
7 A_OBJ_KIND_DOMA Instance attribute Protected Attribute reference (LIKE) 20081218
8 A_OBJ_KIND_DTEL Instance attribute Protected Attribute reference (LIKE) 20081218
9 A_OBJ_KIND_FIELD Instance attribute Protected Attribute reference (LIKE) 20081218
10 A_OBJ_KIND_STRU Instance attribute Protected Attribute reference (LIKE) 20081218
11 A_OBJ_KIND_TABL Instance attribute Protected Attribute reference (LIKE) 20081218
12 A_OBJ_KIND_TTYP Instance attribute Protected Attribute reference (LIKE) 20081218
13 A_REF_FIELDNAME Instance attribute Protected Attribute reference (LIKE) 20081218
14 A_STATE_ACTIVE Instance attribute Protected Attribute reference (LIKE) 20081218
15 XO_WORKLIST Instance attribute Protected Object reference (TYPE REF TO) CL_MDG_GN_LOW_LEVEL Generator Core (Low Level) 20081218
16 XS_ERROR Instance attribute Protected Type reference (TYPE) MDG_GN_ERROR Describes an Error 20081218
17 X_BUSINESS_NAME Instance attribute Protected Type reference (TYPE) MDG_GN_BUSINESS_NAME Business Name of an Object (Generator) 20081218
18 X_LEVEL_IS_SET Instance attribute Protected Type reference (TYPE) BOOLE_D Flag: Level Set 20081218
19 X_PHYSICAL_NAME Instance attribute Protected Type reference (TYPE) MDG_GN_PHYSICAL_NAME Field Name 20081218
20 X_TYPE_GR_ELEMENT Instance attribute Public Type reference (TYPE) STRING Type Group Element 20081218
21 _T_TYPE_GROUP_DESC Static Attribute Private See coding Subroutine Pools for Type Groups 20081218
22 __DESCRIPTION_TYPE Instance attribute Private See coding Type of the Descriptive Object 20081218
Methods
# Method Level Visibility Method type Description Created on
1 COMPLETE_AND_CHECK_DESCRIPTION Instance method Private Method Adds to and Checks Meta Description 20081218
2 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20081218
3 CREATE_FIELD Static method Public Method Generates a Field 20081218
4 GET_BUSINESS_NAME Instance method Public Method 20081218
5 GET_CRIT_CHANGES Instance method Public Method 20081218
6 GET_DESCRIPTION_KIND Instance method Public Method Provides Type of the Descriptive Object 20081218
7 GET_META_DESCRIPT Instance method Public Method 20081218
8 GET_META_DESCRIPTION Instance method Public Method 20081218
9 GET_PHYSICAL_NAME Instance method Public Method 20081218
10 SET_BUSINESS_NAME Instance method Private Method 20081218
11 SET_DESCRIPTION Instance method Protected Method 20081218
12 SET_DESCRIPTION_X Instance method Public Method Enhancement of SET_DESCRIPTION 20081218
13 SET_LOGICAL_NAME Instance method Protected Method 20081218
14 SET_PHYSICAL_NAME Instance method Protected Method 20081218
Events
Class CL_MDG_GN_FIELD has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 YS_TYPE_GROUP_DESC Private See coding Subroutine Pool for a Type Group 20081218
Method Signatures

Method COMPLETE_AND_CHECK_DESCRIPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_DESCRIPTION Call by reference Type reference (TYPE) MDG_YS_META_DESCRIPT geprüfte Beschreibung 20081218
2 Importing IO_DESCRIPTION Value transfer Object reference (TYPE REF TO) IF_MDG_OBJ_META_DESCRIPT beschreibendes Objekt 20081218
3 Importing I_ONLY_MINIMUM Value transfer Type reference (TYPE) BOOLE_D nur Rollname oder Type, Länge notwendig 20081218
# Exception Resumable Description Created on
1 CX_MDG_GN_GENERATION_ERR 20081218

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_WORKLIST Value transfer Object reference (TYPE REF TO) CL_MDG_GN_LOW_LEVEL Kern des Generators (low level) 20081218
2 Importing I_BUSINESS_NAME Value transfer Type reference (TYPE) CSEQUENCE 20081218
3 Importing I_KIND Value transfer Type reference (TYPE) MDG_GN_OBJ_KIND Objektart (Generator) 20081218
4 Importing I_LANGUAGE Value transfer Type reference (TYPE) SPRAS Sprachenschlüssel 20081218
5 Importing I_PHYSICAL_NAME Value transfer Type reference (TYPE) CSEQUENCE 20081218
6 Importing I_SYSTEM Value transfer Type reference (TYPE) LOGSYS Logisches System 20081218

Method CONSTRUCTOR on class CL_MDG_GN_FIELD has no exception.

Method CREATE_FIELD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_DESCRIPTION Value transfer Object reference (TYPE REF TO) OBJECT Referenze zum beschreibenden Objekt 20081218
2 Importing IO_REF_TABLE Value transfer Object reference (TYPE REF TO) IF_MDG_GN_STRUC Struktur, die Einheitsfeld enthält 20081218
3 Importing IO_WORKLIST Value transfer Object reference (TYPE REF TO) CL_MDG_GN_LOW_LEVEL Kern des Generators (low level) 20081218
4 Importing I_BUSINESS_NAME Value transfer Type reference (TYPE) CSEQUENCE 20081218
5 Importing I_KIND Value transfer Type reference (TYPE) MDG_GN_OBJ_KIND IF_MDG_GN_OBJECT~A_OBJ_KIND_FIELD Objektart (Generator) 20081218
6 Importing I_LANGUAGE Value transfer Type reference (TYPE) SPRAS Sprachenschlüssel 20081218
7 Importing I_PHYSICAL_NAME Value transfer Type reference (TYPE) CSEQUENCE 20081218
8 Importing I_REF_FIELDNAME Value transfer Type reference (TYPE) MDG_GN_PHYSICAL_NAME Einheitsfeld 20081218
9 Importing I_SYSTEM Value transfer Type reference (TYPE) LOGSYS Logisches System 20081218
10 Returning RO_OBJ Value transfer Object reference (TYPE REF TO) CL_MDG_GN_FIELD Repräsentiert ein Feld 20081218

Method CREATE_FIELD on class CL_MDG_GN_FIELD has no exception.

Method GET_BUSINESS_NAME Signature

Method GET_BUSINESS_NAME on class CL_MDG_GN_FIELD has no parameter.
Method GET_BUSINESS_NAME on class CL_MDG_GN_FIELD has no exception.

Method GET_CRIT_CHANGES Signature

Method GET_CRIT_CHANGES on class CL_MDG_GN_FIELD has no parameter.
Method GET_CRIT_CHANGES on class CL_MDG_GN_FIELD has no exception.

Method GET_DESCRIPTION_KIND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_KIND Value transfer Type reference (TYPE) MDG_GN_OBJ_KIND Objektart (Generator) 20081218

Method GET_DESCRIPTION_KIND on class CL_MDG_GN_FIELD has no exception.

Method GET_META_DESCRIPT Signature

Method GET_META_DESCRIPT on class CL_MDG_GN_FIELD has no parameter.
Method GET_META_DESCRIPT on class CL_MDG_GN_FIELD has no exception.

Method GET_META_DESCRIPTION Signature

Method GET_META_DESCRIPTION on class CL_MDG_GN_FIELD has no parameter.
Method GET_META_DESCRIPTION on class CL_MDG_GN_FIELD has no exception.

Method GET_PHYSICAL_NAME Signature

Method GET_PHYSICAL_NAME on class CL_MDG_GN_FIELD has no parameter.
Method GET_PHYSICAL_NAME on class CL_MDG_GN_FIELD has no exception.

Method SET_BUSINESS_NAME Signature

Method SET_BUSINESS_NAME on class CL_MDG_GN_FIELD has no parameter.
Method SET_BUSINESS_NAME on class CL_MDG_GN_FIELD has no exception.

Method SET_DESCRIPTION Signature

Method SET_DESCRIPTION on class CL_MDG_GN_FIELD has no parameter.
Method SET_DESCRIPTION on class CL_MDG_GN_FIELD has no exception.

Method SET_DESCRIPTION_X Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_DESCRIPTION Value transfer Object reference (TYPE REF TO) OBJECT Beschreibung 20081218
2 Importing I_NOT_NORMALIZE Value transfer Type reference (TYPE) BOOLE_D CL_MDG_GN_CONSTANTS=>A_FALSE keine Normalisierung 20081218
# Exception Resumable Description Created on
1 CX_MDG_GN_GENERATION_ERR 20081218

Method SET_LOGICAL_NAME Signature

Method SET_LOGICAL_NAME on class CL_MDG_GN_FIELD has no parameter.
Method SET_LOGICAL_NAME on class CL_MDG_GN_FIELD has no exception.

Method SET_PHYSICAL_NAME Signature

Method SET_PHYSICAL_NAME on class CL_MDG_GN_FIELD has no parameter.
Method SET_PHYSICAL_NAME on class CL_MDG_GN_FIELD has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 702