SAP ABAP Class CL_MDG_GN_ABAP (Represents an ABAP)
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 Inheritance (c INHERITING FROM c_ref)  CL_MDG_GN_OBJECT Object in Context of the Generator 20081218
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_MDG_GN_RAW_ABAP Raw Object Program, Class 20081218
Properties
Class CL_MDG_GN_ABAP  
Short Description Represents an ABAP    
Super Class CL_MDG_GN_OBJECT Object in Context of the Generator 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class MDG_GN    
Program status P  SAP Standard Production Program 
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 RSSG Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_MDG_GN_RAW_ABAP Raw Object Program, Class 20081218
Friends
Class CL_MDG_GN_ABAP has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 AT_TEXTPOOL Instance attribute Protected Attribute reference (LIKE) 20081218
2 A_FIXPT Instance attribute Protected Attribute reference (LIKE) 20081218
3 A_PROG_TYPE Instance attribute Protected Attribute reference (LIKE) 20081218
4 A_PROG_TYPE_CLASS Instance attribute Protected Attribute reference (LIKE) 20081218
5 A_PROG_TYPE_INCL Instance attribute Protected Attribute reference (LIKE) 20081218
6 A_PROG_TYPE_INTF Instance attribute Protected Attribute reference (LIKE) 20081218
7 A_PROG_TYPE_PROG Instance attribute Protected Attribute reference (LIKE) 20081218
8 A_PROG_TYPE_SUBP Instance attribute Protected Attribute reference (LIKE) 20081218
9 A_PROG_TYPE_SUBP_TMP Instance attribute Protected Attribute reference (LIKE) 20081218
10 A_TEMPLATE Instance attribute Protected Attribute reference (LIKE) 20081218
11 XD_TEMPLATE_PARAM Instance attribute Protected Object reference (TYPE REF TO) DATA Reference to Template Parameter 20081218
12 XO_FUNCTION Instance attribute Protected Object reference (TYPE REF TO) IF_MDG_GN_RAW_FUNCTION Raw Object Function Module 20081218
Methods
# Method Level Visibility Method type Description Created on
1 BUILD_CODING Instance method Protected Method Generates Source Text 20081218
2 BUILD_HEADER Instance method Protected Method Generates TRDIR Entry 20081218
3 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20081218
4 PRETTY_PRINTING Instance method Protected Method Pretty Printing 20081218
5 SET_FIXPT Instance method Protected Method 20081218
6 SET_FUNCTION Instance method Public Method Sets Function Object 20081218
7 SET_PROG_TYPE Instance method Protected Method 20081218
8 SET_TEMPLATE Instance method Protected Method 20081218
9 SET_TEMPLATE_PARAM Instance method Protected Method 20081218
10 SET_TEXTPOOL_TEMPLATE Instance method Protected Method 20081218
Events
Class CL_MDG_GN_ABAP has no event.
Types
Class CL_MDG_GN_ABAP has no local type.
Method Signatures

Method BUILD_CODING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CODING Call by reference Type reference (TYPE) MDG_GN_ABAP_SOURCE-T_CODING 20081218
2 Exporting E_CHANGED Value transfer Type reference (TYPE) BOOLE_D Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20081218
3 Importing IS_HEADER Call by reference Type reference (TYPE) MDG_GN_ABAP_SOURCE-HEADER 20081218
# Exception Resumable Description Created on
1 CX_MDG_GN_GENERATION_ERR 20081218

Method BUILD_HEADER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_HEADER Call by reference Type reference (TYPE) MDG_GN_ABAP_SOURCE-HEADER TRDIR 20081218
2 Exporting E_CHANGED Value transfer Type reference (TYPE) BOOLE_D Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20081218

Method BUILD_HEADER on class CL_MDG_GN_ABAP has no exception.

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 Arbeitsvorrat 20081218
2 Importing I_INST_TYPE Value transfer Type reference (TYPE) CHAR1 Art der Instanzierung 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 phsischer Name des Objektes 20081218
6 Importing I_SYSTEM Value transfer Type reference (TYPE) LOGSYS Zielsystem 20081218
# Exception Resumable Description Created on
1 CX_MDG_GN_GENERATION_ERR 20081218

Method PRETTY_PRINTING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_SOURCE Call by reference Type reference (TYPE) STANDARD TABLE Quelltext (aufbereitet) 20081218
2 Importing IT_SOURCE Call by reference Type reference (TYPE) STANDARD TABLE Quelltext (Original) 20081218

Method PRETTY_PRINTING on class CL_MDG_GN_ABAP has no exception.

Method SET_FIXPT Signature

Method SET_FIXPT on class CL_MDG_GN_ABAP has no parameter.
Method SET_FIXPT on class CL_MDG_GN_ABAP has no exception.

Method SET_FUNCTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_FUNCTION Value transfer Object reference (TYPE REF TO) IF_MDG_GN_RAW_FUNCTION Rohobjekt Funktionsbaustein 20081218

Method SET_FUNCTION on class CL_MDG_GN_ABAP has no exception.

Method SET_PROG_TYPE Signature

Method SET_PROG_TYPE on class CL_MDG_GN_ABAP has no parameter.
Method SET_PROG_TYPE on class CL_MDG_GN_ABAP has no exception.

Method SET_TEMPLATE Signature

Method SET_TEMPLATE on class CL_MDG_GN_ABAP has no parameter.
Method SET_TEMPLATE on class CL_MDG_GN_ABAP has no exception.

Method SET_TEMPLATE_PARAM Signature

Method SET_TEMPLATE_PARAM on class CL_MDG_GN_ABAP has no parameter.
Method SET_TEMPLATE_PARAM on class CL_MDG_GN_ABAP has no exception.

Method SET_TEXTPOOL_TEMPLATE Signature

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