SAP ABAP Interface IF_MDG_GN_RAW_FUNCTION (Raw Object Function Module)
Hierarchy
MDG_FND (Software Component) MDG Foundation
   CA-MDG-AF (Application Component) Application Framework
     MDG_GENERATOR (Package) Generator
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_MDG_GN_FUNC Represents a Function Module 20081218
Properties
Interface IF_MDG_GN_RAW_FUNCTION  
Short Description Raw Object Function Module    
General Data
Package MDG_GENERATOR   Generator 
Created 20081218   SAP 
Last changed 20130531   SAP 
Unicode checks active    
Forward declarations
Interface IF_MDG_GN_RAW_FUNCTION has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_MDG_GN_RAW_OBJECT Raw Object in the Context of the Generator 20081218
Friends
Interface IF_MDG_GN_RAW_FUNCTION has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 AO_POOL Instance attribute Public Object reference (TYPE REF TO) IF_MDG_GN_FPOOL Function group 20081218
2 AT_CHANGING Instance attribute Public Type reference (TYPE) MDG_GN_T_F_PARAM Changing parameters 20081218
3 AT_EXCEPTIONS Instance attribute Public Type reference (TYPE) MDG_GN_T_F_EXCEPTION Exceptions for a Function Module 20081218
4 AT_EXPORTING Instance attribute Public Type reference (TYPE) MDG_GN_T_F_PARAM Exporting Parameter 20081218
5 AT_IMPORTING Instance attribute Public Type reference (TYPE) MDG_GN_T_F_PARAM Importing Parameter 20081218
6 AT_TABLES Instance attribute Public Type reference (TYPE) MDG_GN_T_F_PARAM Table Parameters 20081218
7 A_KIND Instance attribute Public Attribute reference (LIKE) 20081218
8 A_PACKAGE Instance attribute Public Attribute reference (LIKE) 20081218
9 A_PREFIX_2 Instance attribute Public Attribute reference (LIKE) 20081218
10 A_REMOTE Instance attribute Public Type reference (TYPE) BOOLE_D Boolean Variable 20081218
11 A_STATE Instance attribute Public Attribute reference (LIKE) 20081218
12 A_SYS_UPGRADE Instance attribute Public Attribute reference (LIKE) 20081218
13 A_TEMPLATE Instance attribute Public Type reference (TYPE) PROGRAMM Template Name 20081218
14 A_UP_TASK Instance attribute Public Type reference (TYPE) MDG_GN_UPDATE_TASK Process Type of a Function Module in Updating 20081218
15 A_UP_TASK_DELAYED Constant Public Type reference (TYPE) MDG_GN_UPDATE_TASK '2' Start Delayed 20081218
16 A_UP_TASK_IMMEDIATE Constant Public Type reference (TYPE) MDG_GN_UPDATE_TASK '1' Start immediately 20081218
17 A_UP_TASK_NO_RESTART Constant Public Type reference (TYPE) MDG_GN_UPDATE_TASK '3' Start Immediately - Non-Restartable 20081218
Methods
# Method Level Visibility Method type Description Created on
1 ADD_CHANGING_PARAM Instance method Public Method Inserts a Changing Parameter 20081218
2 ADD_EXCEPTION Instance method Public Method Inserts an Exception 20081218
3 ADD_EXPORTING_PARAM Instance method Public Method Inserts an Export Parameter 20081218
4 ADD_IMPORTING_PARAM Instance method Public Method Inserts an Import Parameter 20081218
5 ADD_TABLES_PARAM Instance method Public Method Adds a Table Parameter 20081218
6 ADD_TARGET_SYSTEM Instance method Public Method 20081218
7 ADD_TEXT Instance method Public Method Adds a Text to the Text Pool 20081218
8 GET_BUSINESS_NAME Instance method Public Method 20081218
9 GET_PHYSICAL_NAME Instance method Public Method 20081218
10 SET_BUILDING_PLAN Instance method Public Method 20081218
11 SET_BUSINESS_NAME Instance method Public Method 20081218
12 SET_LOGICAL_NAME Instance method Public Method 20081218
13 SET_PACKAGE Instance method Public Method 20081218
14 SET_PHYSICAL_NAME Instance method Public Method 20081218
15 SET_POOL Instance method Public Method Sets the Function Group (Optional) 20081218
16 SET_PREFIX_2 Instance method Public Method 20081218
17 SET_REMOTE_FLAG Instance method Public Method Sets the Remote Flag 20081218
18 SET_SYS_UPGRADE Instance method Public Method 20081218
19 SET_TEMPLATE Instance method Public Method Sets the Template Name 20081218
20 SET_TEMPLATE_PARAM Instance method Public Method Sets the Template Parameter (Default: = A_BUILDING_PLAN) 20081218
21 SET_UP_TASK Instance method Public Method Sets the Process Type in Updating 20081218
Events
Interface IF_MDG_GN_RAW_FUNCTION has no event.
Types
Interface IF_MDG_GN_RAW_FUNCTION has no local type.
Method Signatures

Method ADD_CHANGING_PARAM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_PARAM Value transfer Type reference (TYPE) MDG_GN_F_PARAM Beschreibt einen Funktionsbaustein-Parameter 20081218

Method ADD_CHANGING_PARAM on Interface IF_MDG_GN_RAW_FUNCTION has no exception.

Method ADD_EXCEPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_EXCEPTION Call by reference Type reference (TYPE) MDG_GN_F_EXCEPTION Beschreibt eine Exception eines FBs 20081218

Method ADD_EXCEPTION on Interface IF_MDG_GN_RAW_FUNCTION has no exception.

Method ADD_EXPORTING_PARAM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_PARAM Value transfer Type reference (TYPE) MDG_GN_F_PARAM Beschreibt einen Funktionsbaustein-Parameter 20081218

Method ADD_EXPORTING_PARAM on Interface IF_MDG_GN_RAW_FUNCTION has no exception.

Method ADD_IMPORTING_PARAM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_PARAM Value transfer Type reference (TYPE) MDG_GN_F_PARAM Beschreibt einen Funktionsbaustein-Parameter 20081218

Method ADD_IMPORTING_PARAM on Interface IF_MDG_GN_RAW_FUNCTION has no exception.

Method ADD_TABLES_PARAM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_PARAM Value transfer Type reference (TYPE) MDG_GN_F_PARAM Beschreibt einen Funktionsbaustein-Parameter 20081218

Method ADD_TABLES_PARAM on Interface IF_MDG_GN_RAW_FUNCTION has no exception.

Method ADD_TARGET_SYSTEM Signature

Method ADD_TARGET_SYSTEM on Interface IF_MDG_GN_RAW_FUNCTION has no parameter.
Method ADD_TARGET_SYSTEM on Interface IF_MDG_GN_RAW_FUNCTION has no exception.

Method ADD_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DDIC_REF Value transfer Type reference (TYPE) BOOLE_D CL_MDG_GN_CONSTANTS=>A_FALSE Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20081218
2 Importing I_LANGU Value transfer Type reference (TYPE) SPRAS SY-LANGU Sprachenschlüssel 20081218
3 Importing I_MAX_LEN Value transfer Type reference (TYPE) NUMERIC maximale Länge 20081218
4 Importing I_TEXT Call by reference Type reference (TYPE) CSEQUENCE 20081218
5 Importing I_TEXT_KEY Value transfer Type reference (TYPE) TEXTPOOLKY Schlüssel des Textelements (Nummer / Selektionsname) 20081218
6 Importing I_TEXT_KIND Value transfer Type reference (TYPE) TEXTPOOLID ID im ABAP4-Textpool (Selektionstext/numerierter Text) 20081218

Method ADD_TEXT on Interface IF_MDG_GN_RAW_FUNCTION has no exception.

Method GET_BUSINESS_NAME Signature

Method GET_BUSINESS_NAME on Interface IF_MDG_GN_RAW_FUNCTION has no parameter.
Method GET_BUSINESS_NAME on Interface IF_MDG_GN_RAW_FUNCTION has no exception.

Method GET_PHYSICAL_NAME Signature

Method GET_PHYSICAL_NAME on Interface IF_MDG_GN_RAW_FUNCTION has no parameter.
Method GET_PHYSICAL_NAME on Interface IF_MDG_GN_RAW_FUNCTION has no exception.

Method SET_BUILDING_PLAN Signature

Method SET_BUILDING_PLAN on Interface IF_MDG_GN_RAW_FUNCTION has no parameter.
Method SET_BUILDING_PLAN on Interface IF_MDG_GN_RAW_FUNCTION has no exception.

Method SET_BUSINESS_NAME Signature

Method SET_BUSINESS_NAME on Interface IF_MDG_GN_RAW_FUNCTION has no parameter.
Method SET_BUSINESS_NAME on Interface IF_MDG_GN_RAW_FUNCTION has no exception.

Method SET_LOGICAL_NAME Signature

Method SET_LOGICAL_NAME on Interface IF_MDG_GN_RAW_FUNCTION has no parameter.
Method SET_LOGICAL_NAME on Interface IF_MDG_GN_RAW_FUNCTION has no exception.

Method SET_PACKAGE Signature

Method SET_PACKAGE on Interface IF_MDG_GN_RAW_FUNCTION has no parameter.
Method SET_PACKAGE on Interface IF_MDG_GN_RAW_FUNCTION has no exception.

Method SET_PHYSICAL_NAME Signature

Method SET_PHYSICAL_NAME on Interface IF_MDG_GN_RAW_FUNCTION has no parameter.
Method SET_PHYSICAL_NAME on Interface IF_MDG_GN_RAW_FUNCTION has no exception.

Method SET_POOL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_FPOOL Value transfer Object reference (TYPE REF TO) IF_MDG_GN_FPOOL Funktionsgruppe 20081218

Method SET_POOL on Interface IF_MDG_GN_RAW_FUNCTION has no exception.

Method SET_PREFIX_2 Signature

Method SET_PREFIX_2 on Interface IF_MDG_GN_RAW_FUNCTION has no parameter.
Method SET_PREFIX_2 on Interface IF_MDG_GN_RAW_FUNCTION has no exception.

Method SET_REMOTE_FLAG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_REMOTE Value transfer Type reference (TYPE) BOOLE_D CL_MDG_GN_CONSTANTS=>A_FALSE Boolesche Variable 20081218

Method SET_REMOTE_FLAG on Interface IF_MDG_GN_RAW_FUNCTION has no exception.

Method SET_SYS_UPGRADE Signature

Method SET_SYS_UPGRADE on Interface IF_MDG_GN_RAW_FUNCTION has no parameter.
Method SET_SYS_UPGRADE on Interface IF_MDG_GN_RAW_FUNCTION has no exception.

Method SET_TEMPLATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NAME Value transfer Type reference (TYPE) CSEQUENCE Templatename 20081218

Method SET_TEMPLATE on Interface IF_MDG_GN_RAW_FUNCTION has no exception.

Method SET_TEMPLATE_PARAM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PARAM Call by reference Type reference (TYPE) ANY Parameter 20081218

Method SET_TEMPLATE_PARAM on Interface IF_MDG_GN_RAW_FUNCTION has no exception.

Method SET_UP_TASK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_UP_TASK Value transfer Type reference (TYPE) MDG_GN_UPDATE_TASK A_UP_TASK_IMMEDIATE Ablaufart eines Funktionsbausteines in der Verbuchung 20081218

Method SET_UP_TASK on Interface IF_MDG_GN_RAW_FUNCTION has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 702