SAP ABAP Class CL_DMC_PROJECT (Project)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-DMC (Application Component) Data Conversion
     S_DMCM (Package) Data Mapping and Conversion: Maintenance
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_DMC_ORGANIZATIONAL_UNIT Organizational Unit (Abstract Class) 20000229
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_DMC_EQUALS Check of Two Class Instances for Equality 20060612
Properties
Class CL_DMC_PROJECT  
Short Description Project    
Super Class CL_DMC_ORGANIZATIONAL_UNIT Organizational Unit (Abstract Class) 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package S_DMCM   Data Mapping and Conversion: Maintenance 
Created 20000229   SAP 
Last change 20141030    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_DMC_APPL Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 DMCT Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_DMC_EQUALS Check of Two Class Instances for Equality 20060612
Friends
Class CL_DMC_PROJECT has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 APPL Instance attribute Public Object reference (TYPE REF TO) CL_DMC_APPL Application in which the project was created 20000512
2 CONV_LOGIC_GUI Instance attribute Public Object reference (TYPE REF TO) CL_DMC_CONV_LOGIC_GUI GUI for Conversion Logic 20050727
3 CO_CODE_SUFFIX Constant Public Type reference (TYPE) DMC_CODE_SUFFIX '_P' MWB: Suffix of an MWB Object in Code (Visibility) 20050805
4 CO_TYPE_A1S Constant Public Type reference (TYPE) DMC_PROJECTTYPE 6 Project Type -> A1S 20080109
5 CO_TYPE_CMIS Constant Public Type reference (TYPE) DMC_PROJECTTYPE 3 20080109
6 CO_TYPE_IUUC Constant Public Type reference (TYPE) DMC_PROJECTTYPE 7 Project Type -> IUUC 20080814
7 CO_TYPE_PROJECT Constant Public Type reference (TYPE) DMC_PROJECTTYPE 1 20080109
8 CO_TYPE_TDMS Constant Public Type reference (TYPE) DMC_PROJECTTYPE 2 20080109
9 MY_ORGANIZATION Instance attribute Public Object reference (TYPE REF TO) CL_DMC_ORGANIZATION Organization 20000229
10 PROJECTTYPE Instance attribute Public Type reference (TYPE) DMC_PROJECTTYPE MWB: Type of Project 20080109
11 SUBPROJECTS Instance attribute Public Object reference (TYPE REF TO) CL_DMC_SUBPROJECT_LIST Subprojects 20000229
12 SUBPROJECTTABLE Static Attribute Public Type reference (TYPE) DMC_SUBPROJECT_REL_TAB SUBPROJECTTABLE 20000229
13 UC_ACTIVE Instance attribute Public Type reference (TYPE) BOOLEAN Boolean Variable (X=true, -=false, space=unknown) 20080814
14 VERSIO_ACT Instance attribute Public Type reference (TYPE) BOOLEAN Flag: Versioning is active 20000229
15 _LAST_DYNP Instance attribute Protected Type reference (TYPE) DMCT_DYNPRO_NUMBER_TYPE Last Edited Screen 20000229
16 _MY_PROJECT_LIST Instance attribute Protected Object reference (TYPE REF TO) CL_DMC_PROJECT_LIST Ref. to Project List 20000229
Methods
# Method Level Visibility Method type Description Created on
1 ADD_SUBPROJECT Instance method Public Method Create new subproject 20000229
2 CLONE Instance method Public Method Method for Copying Projects 20041007
3 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20000229
4 CREATE_CUST_INCL_NAME Instance method Public Method Returns the ident of a customizing include 20050815
5 CREATE_NEW_SUBPROJECT_FROM_TC Instance method Protected Method Create new subproject from table row 20000229
6 DEL Instance method Public Method Project deletion 20000229
7 DELETE_LINE_SUBPROJECT_TC Instance method Protected Method Delete Subproject 20000229
8 DELETE_SUBPROJECT_FROM_TC Instance method Protected Method Delete subproject from table row 20000229
9 DEL_SUBPROJECT Instance method Public Method Deleting a Subproject 20000229
10 DETERMINE_PC_STATES Instance method Public Method 20060208
11 EDIT_ACTUAL_SUBPROJECT Instance method Protected Method Call processing of current subproject 20000229
12 EDIT_SUBPROJECT_FROM_TC Instance method Protected Method Call processing of subproject from table control 20000229
13 F4_FOR_PROJECT_IDENT Static method Public Method F4 for Projects 20000229
14 FROM_REL Instance method Public Method Structure -> Object Attributes 20000229
15 GET_ALL_RULES_IN_HIERARCHY Instance method Public Method Determines all rules related to objects in the project 20041025
16 GET_CNTRLPARAM_REFS Instance method Public Method Returns all control parameters for the project 20050804
17 GET_CONV_OBJECT_BY_NAME Instance method Public Method Returns conversion object 20030410
18 GET_CONV_OBJECT_NAMES Instance method Public Method Returns names of conversion objects 20030409
19 GET_CUSTOMIZING_STATE Instance method Public Method 20060208
20 GET_FIXEDVALUE_REFS Instance method Public Method Returns all fixed values for the project 20050802
21 GET_LIST Instance method Public Method Returns project list 20000229
22 GET_PROJECTTYPE Instance method Public Method Returns project type of the project 20080612
23 GET_RULE_REFS Instance method Public Method Returns all rules for the project 20050805
24 GET_SUBPROJECTS Instance method Public Method Returns subprojects 20000229
25 GET_SUBPROJECT_BY_NAME Instance method Public Method Returns a subproject 20000229
26 GET_SUBPROJECT_NAMES Instance method Public Method Returns names of subprojects 20000229
27 GET_TROBJ_REFS Instance method Public Method Returns all translation objects for the project 20050725
28 GET_USED_RULE_BY_GUID Instance method Public Method Where-Used List for Rules 20000229
29 GET_VARIABLE_REFS Instance method Public Method Returns all variables for the project 20051006
30 INIT_SUBPROJECT_TABLE Instance method Protected Method Initializing the Table with Subprojects 20000229
31 INSERT_LINE_SUBPROJECT_TC Instance method Protected Method Insert row 20000229
32 READ_DESCR_BY_IDENT Static method Public Method 20060829
33 RESET_FROM_DDIC_FLAG Instance method Public Method 20051128
34 SAVE_SUBPROJECTS Instance method Public Method Save subprojects 20000229
35 SET_LIST Instance method Public Method Sets project list 20000229
36 SET_PROJECTTYPE Instance method Public Method Assign project type to project 20080612
37 SET_SUBPROJECT_TABLE Instance method Public Method Sets table with subproject data 20000229
38 SET_UC_ACTIVE Instance method Public Method Set Unicode active flag 20081023
39 TO_REL Instance method Public Method Object Attributes -> Structure 20000229
40 UPDATE_SUBPROJECTS Instance method Public Method Update subproject data from table 20000229
41 WRITE_DESCR_BY_IDENT Static method Public Method 20060907
Events
Class CL_DMC_PROJECT has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1     DMC_PROJECT_REF
Method Signatures

Method ADD_SUBPROJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_DESCR Call by reference Type reference (TYPE) DMC_DESCR IM_DESCR 20000229
2 Importing IM_ID Call by reference Type reference (TYPE) DMC_SIDENT IM_ID 20000229
3 Returning NEW_SUBPROJECT Value transfer Object reference (TYPE REF TO) CL_DMC_SUBPROJECT NEW_SUBPROJECT 20000229
# Exception Resumable Description Created on
1 SUBPROJECT_ALREADY_EXISTS SUBPROJECT_ALREADY_EXISTS 20000229

Method CLONE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EREF_PROJECT Call by reference Object reference (TYPE REF TO) CL_DMC_PROJECT Projekt 20051108
2 Importing IT_COBJS_FOR_COPY Call by reference Type reference (TYPE) DMC_CONV_OBJECT_LIST_TAB Zu kopierende Konv.-Objekte 20051108
3 Importing I_ONLY_USED_CONVLOGIC Call by reference Type reference (TYPE) BOOLEAN Nur verwendete Regeln etc. kopieren 20051027
4 Importing I_PROJECT_IDENT Call by reference Type reference (TYPE) DMC_PRJCT-IDENT Bezeichner f. Projekte 20051108

Method CLONE on class CL_DMC_PROJECT has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_APPL Call by reference Object reference (TYPE REF TO) CL_DMC_APPL CL_DMC_APPL 20000512
2 Importing IM_AUTHOR Call by reference Type reference (TYPE) SYUNAME IM_AUTHOR 20000229
3 Importing IM_CHANGEDATE Call by reference Type reference (TYPE) DMCT_SYSDATE IM_CHANGEDATE 20000229
4 Importing IM_CHNAM Call by reference Type reference (TYPE) DMCT_SYSUSER IM_CHNAM 20000229
5 Importing IM_CREATEDATE Call by reference Type reference (TYPE) SYDATUM IM_CREATEDATE 20000229
6 Importing IM_DESCR Call by reference Type reference (TYPE) DMC_DESCR IM_DESCR 20000229
7 Importing IM_GUID Call by reference Type reference (TYPE) DMC_GUID IM_GUID 20000229
8 Importing IM_ID Call by reference Type reference (TYPE) DMCT_IDENT_TYPE IM_ID 20000229
9 Importing IM_LOADED_FROM_DB Call by reference Type reference (TYPE) BOOLEAN IM_LOADED_FROM_DB 20000229
10 Importing IM_ORGANIZATION Call by reference Object reference (TYPE REF TO) CL_DMC_ORGANIZATION IM_ORGANIZATION 20000229
11 Importing I_COPY_MODE Call by reference Type reference (TYPE) BOOLEAN '-' object created as copy 20051109
12 Importing I_PROJECTTYPE Call by reference Type reference (TYPE) DMC_PROJECTTYPE MWB: Type of Project 20080109
13 Importing I_UC_ACTIVE Call by reference Type reference (TYPE) BOOLEAN DMCT_FALSE boolean variable (X=true, -=false, space=unknown) 20081023

Method CONSTRUCTOR on class CL_DMC_PROJECT has no exception.

Method CREATE_CUST_INCL_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INCL_TYPE Call by reference Type reference (TYPE) DMC_INCL_TYPE MWB: Include Typ 20050815
2 Returning RT_INCL_NAME Value transfer Type reference (TYPE) RS38L-INCLUDE ABAP-Programmname 20050815

Method CREATE_CUST_INCL_NAME on class CL_DMC_PROJECT has no exception.

Method CREATE_NEW_SUBPROJECT_FROM_TC Signature

Method CREATE_NEW_SUBPROJECT_FROM_TC on class CL_DMC_PROJECT has no parameter.
Method CREATE_NEW_SUBPROJECT_FROM_TC on class CL_DMC_PROJECT has no exception.

Method DEL Signature

Method DEL on class CL_DMC_PROJECT has no parameter.
Method DEL on class CL_DMC_PROJECT has no exception.

Method DELETE_LINE_SUBPROJECT_TC Signature

Method DELETE_LINE_SUBPROJECT_TC on class CL_DMC_PROJECT has no parameter.
Method DELETE_LINE_SUBPROJECT_TC on class CL_DMC_PROJECT has no exception.

Method DELETE_SUBPROJECT_FROM_TC Signature

Method DELETE_SUBPROJECT_FROM_TC on class CL_DMC_PROJECT has no parameter.
Method DELETE_SUBPROJECT_FROM_TC on class CL_DMC_PROJECT has no exception.

Method DEL_SUBPROJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_ID Call by reference Type reference (TYPE) DMC_SIDENT Bezeichner des Subprojektes 20000229
# Exception Resumable Description Created on
1 SUBPROJECT_NOT_FOUND SUBPROJECT_NOT_FOUND 20000229

Method DETERMINE_PC_STATES Signature

Method DETERMINE_PC_STATES on class CL_DMC_PROJECT has no parameter.
Method DETERMINE_PC_STATES on class CL_DMC_PROJECT has no exception.

Method EDIT_ACTUAL_SUBPROJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_EDIT_MODE Call by reference Type reference (TYPE) BOOLEAN IM_EDIT_MODE 20000229

Method EDIT_ACTUAL_SUBPROJECT on class CL_DMC_PROJECT has no exception.

Method EDIT_SUBPROJECT_FROM_TC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_EDIT_MODE Call by reference Type reference (TYPE) BOOLEAN IM_EDIT_MODE 20000229
2 Importing IM_OK_CODE Call by reference Type reference (TYPE) DMCT_OK_CODE SPACE IM_OK_CODE 20000307

Method EDIT_SUBPROJECT_FROM_TC on class CL_DMC_PROJECT has no exception.

Method F4_FOR_PROJECT_IDENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DYNPROFIELD Call by reference Type reference (TYPE) HELP_INFO-DYNPROFLD DYNPROFIELD 20000229

Method F4_FOR_PROJECT_IDENT on class CL_DMC_PROJECT has no exception.

Method FROM_REL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_DATA Call by reference Type reference (TYPE) DMC_PRJCT IM_DATA 20000229

Method FROM_REL on class CL_DMC_PROJECT has no exception.

Method GET_ALL_RULES_IN_HIERARCHY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EX_RULES_TAB Value transfer Type reference (TYPE) DMC_SIMPLE_RULE_REL_TAB Tabelle der Regeln 20041025

Method GET_ALL_RULES_IN_HIERARCHY on class CL_DMC_PROJECT has no exception.

Method GET_CNTRLPARAM_REFS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_CNTRLPARAM_REF Value transfer Type reference (TYPE) DMC_CNTRLPARAM_REF_TAB MWB: Instanztabelle mit Kontrollparametern 20050804

Method GET_CNTRLPARAM_REFS on class CL_DMC_PROJECT has no exception.

Method GET_CONV_OBJECT_BY_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_IDENT Call by reference Type reference (TYPE) DMC_IDENT Bezeichner Konvertierungsobjekt 20030410
2 Returning RE_CONV_OBJECT Value transfer Object reference (TYPE REF TO) CL_DMC_CONV_OBJECT Konvertierungsobjekt 20030410
# Exception Resumable Description Created on
1 CONV_OBJECT_NOT_FOUND element_not_found 20030410

Method GET_CONV_OBJECT_NAMES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_IDS Call by reference Type reference (TYPE) DMCT_IDENT_TYPE_TAB Tabellen mit Bezeichnern der Konvertierungsobjekte 20030409

Method GET_CONV_OBJECT_NAMES on class CL_DMC_PROJECT has no exception.

Method GET_CUSTOMIZING_STATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_COMPLETE Value transfer Type reference (TYPE) BOOLEAN boolsche Variable (X=true, -=false, space=unknown) 20060208

Method GET_CUSTOMIZING_STATE on class CL_DMC_PROJECT has no exception.

Method GET_FIXEDVALUE_REFS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_FIXEDVALUE_REF Value transfer Type reference (TYPE) DMC_FIXEDVALUE_REF_TAB MWB: Instanztabelle mit Festwerten 20050802

Method GET_FIXEDVALUE_REFS on class CL_DMC_PROJECT has no exception.

Method GET_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning DMC_PROJECT_LIST Value transfer Object reference (TYPE REF TO) CL_DMC_PROJECT_LIST DMC_PROJECT_LIST 20000229

Method GET_LIST on class CL_DMC_PROJECT has no exception.

Method GET_PROJECTTYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_PROJECTTYPE Value transfer Type reference (TYPE) DMC_PROJECTTYPE MWB: Type of Project 20080612

Method GET_PROJECTTYPE on class CL_DMC_PROJECT has no exception.

Method GET_RULE_REFS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_RULE_REF Value transfer Type reference (TYPE) DMC_SIMPLE_RULE_REF_TAB Referenzen von einfachen Regeln 20050805

Method GET_RULE_REFS on class CL_DMC_PROJECT has no exception.

Method GET_SUBPROJECTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_SUBPROJECT_TAB Call by reference Type reference (TYPE) DMCT_SUBPROJECT_REL_TAB EX_SUBPROJECT_TAB 20000229

Method GET_SUBPROJECTS on class CL_DMC_PROJECT has no exception.

Method GET_SUBPROJECT_BY_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning A_SUBPROJECT Value transfer Object reference (TYPE REF TO) CL_DMC_SUBPROJECT A_SUBPROJECT 20000229
2 Importing IM_ID Call by reference Type reference (TYPE) DMCT_IDENT_TYPE IM_ID 20000229
# Exception Resumable Description Created on
1 SUBPROJECT_NOT_FOUND SUBPROJECT_NOT_FOUND 20000229

Method GET_SUBPROJECT_NAMES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_IDS Call by reference Type reference (TYPE) DMCT_IDENT_TYPE_TAB EX_IDS 20000229

Method GET_SUBPROJECT_NAMES on class CL_DMC_PROJECT has no exception.

Method GET_TROBJ_REFS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_TROBJ_REF Value transfer Type reference (TYPE) DMC_TROBJ_REF_TAB MWB: Instanztabelle mit Umschlüsselobjekten 20050725

Method GET_TROBJ_REFS on class CL_DMC_PROJECT has no exception.

Method GET_USED_RULE_BY_GUID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing RGUID Call by reference Type reference (TYPE) DMC_GUID RGUID 20000229
2 Returning RULE Value transfer Object reference (TYPE REF TO) CL_DMC_SIMPLE_RULE RULE 20000229

Method GET_USED_RULE_BY_GUID on class CL_DMC_PROJECT has no exception.

Method GET_VARIABLE_REFS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_VARIABLE_REF Value transfer Type reference (TYPE) DMC_VARIABLE_REF_TAB MWB: Instanztabelle mit Variablen 20051006

Method GET_VARIABLE_REFS on class CL_DMC_PROJECT has no exception.

Method INIT_SUBPROJECT_TABLE Signature

Method INIT_SUBPROJECT_TABLE on class CL_DMC_PROJECT has no parameter.
Method INIT_SUBPROJECT_TABLE on class CL_DMC_PROJECT has no exception.

Method INSERT_LINE_SUBPROJECT_TC Signature

Method INSERT_LINE_SUBPROJECT_TC on class CL_DMC_PROJECT has no parameter.
Method INSERT_LINE_SUBPROJECT_TC on class CL_DMC_PROJECT has no exception.

Method READ_DESCR_BY_IDENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_STATUS Call by reference Type reference (TYPE) LXESTATPRC 20060906
2 Exporting EX_TEXTS Value transfer Type reference (TYPE) LXE_PCX_SX_TAB 20060906
3 Importing IM_IDENT Call by reference Type reference (TYPE) SOBJ_NAME 20060829
4 Importing IM_LANGUAGE Call by reference Type reference (TYPE) SPRAS 20060829

Method READ_DESCR_BY_IDENT on class CL_DMC_PROJECT has no exception.

Method RESET_FROM_DDIC_FLAG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_RCONT Call by reference Type reference (TYPE) BOOLEAN reset flag for receiver container 20051128
2 Importing I_SCONT Call by reference Type reference (TYPE) BOOLEAN reset flag for sender container 20051128

Method RESET_FROM_DDIC_FLAG on class CL_DMC_PROJECT has no exception.

Method SAVE_SUBPROJECTS Signature

Method SAVE_SUBPROJECTS on class CL_DMC_PROJECT has no parameter.
Method SAVE_SUBPROJECTS on class CL_DMC_PROJECT has no exception.

Method SET_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_PROJECT_LIST Call by reference Object reference (TYPE REF TO) CL_DMC_PROJECT_LIST IM_PROJECT_LIST 20000229

Method SET_LIST on class CL_DMC_PROJECT has no exception.

Method SET_PROJECTTYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PROJECTTYPE Call by reference Type reference (TYPE) DMC_PROJECTTYPE MWB: Type of Project 20080612

Method SET_PROJECTTYPE on class CL_DMC_PROJECT has no exception.

Method SET_SUBPROJECT_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_SUBPROJECT_TAB Call by reference Type reference (TYPE) DMC_SUBPROJECT_REL_TAB IM_SUBPROJECT_TAB 20000229

Method SET_SUBPROJECT_TABLE on class CL_DMC_PROJECT has no exception.

Method SET_UC_ACTIVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_UC_ACTIVE Call by reference Type reference (TYPE) BOOLEAN boolean variable (X=true, -=false, space=unknown) 20081023

Method SET_UC_ACTIVE on class CL_DMC_PROJECT has no exception.

Method TO_REL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning DATA Value transfer Type reference (TYPE) DMC_PRJCT DATA 20000229

Method TO_REL on class CL_DMC_PROJECT has no exception.

Method UPDATE_SUBPROJECTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CH_SUBPROJECT_TAB Call by reference Type reference (TYPE) DMC_SUBPROJECT_REL_TAB CH_SUBPROJECT_TAB 20000229
2 Importing IM_OK_CODE Call by reference Type reference (TYPE) DMCT_OK_CODE IM_OK_CODE 20000229

Method UPDATE_SUBPROJECTS on class CL_DMC_PROJECT has no exception.

Method WRITE_DESCR_BY_IDENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_STATUS Call by reference Type reference (TYPE) LXESTATPRC 20060907
2 Importing IM_IDENT Call by reference Type reference (TYPE) SOBJ_NAME 20060907
3 Importing IM_LANGUAGE Call by reference Type reference (TYPE) SPRAS 20060907
4 Importing IM_TEXTS Call by reference Type reference (TYPE) LXE_PCX_SX 20060907

Method WRITE_DESCR_BY_IDENT on class CL_DMC_PROJECT has no exception.
History
Last changed by/on SAP  20141030 
SAP Release Created in 46D