SAP ABAP Class CL_USMD_BUSINESS_PROCESS (Business Activity)
Hierarchy
MDG_FND (Software Component) MDG Foundation
   CA-MDG-AF (Application Component) Application Framework
     USMD2_MAIN (Package) Main objects of generic MDG UIs
Properties
Class CL_USMD_BUSINESS_PROCESS  
Short Description Business Activity    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package USMD2_MAIN   Main objects of generic MDG UIs 
Created 20090818   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_USMD_BUSINESS_PROCESS has no forward declaration.
Interfaces
Class CL_USMD_BUSINESS_PROCESS has no interface implemented.
Friends
Class CL_USMD_BUSINESS_PROCESS has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GT_CREQ_TYPES Static Attribute Private Type reference (TYPE) T_CONFIG_ID 20101215
2 GT_ENTITY_MAIN Static Attribute Private Type reference (TYPE) T_ENTITY_MAIN 20101215
3 GT_PROCESS Static Attribute Private Type reference (TYPE) T_PROCESS 20090818
4 MT_BUSINESS_ACTIVITIES Static Attribute Private Type reference (TYPE) T_BUSINESS_ACTIVITIES Business Activity: Definition 20100527
5 MT_BUSINESS_ACTIVITIES_TEXT Static Attribute Private Type reference (TYPE) T_BUSINESS_ACTIVITIES_TEXT Business Activity: Text Table 20100527
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor 20090818
2 GET_ACTIVITY Static method Public Method Read Business Activity 20100805
3 GET_CONFIG_ID Static method Public Method 20101215
4 GET_CREQUEST_TYPE Static method Public Method 20090818
5 GET_ENTITY Static method Public Method 20090819
6 GET_GENERAL_DATA Static method Public Method 20090818
7 GET_PROCESSES Static method Public Method 20091116
8 GET_PROCESS_BY_CREQUEST_TYPE Static method Public Method 20100518
Events
Class CL_USMD_BUSINESS_PROCESS has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 S_BUSINESS_ACTIVITIES Private Type reference (TYPE) USMD160C 20100527
2 S_BUSINESS_ACTIVITIES_TEXT Private Type reference (TYPE) USMD160T 20100527
3 S_CONFIG_ID Private See coding 20101215 BEGIN OF s_config_id, usmd_creq_type TYPE usmd_crequest_type, usmd_entity TYPE usmd_entity, usmd_ui_config TYPE wdy_config_id, END OF s_config_id
4 S_ENTITY_MAIN Private See coding 20101215 BEGIN OF s_entity_main, usmd_creq_type TYPE usmd_crequest_type, usmd_model TYPE usmd_model, usmd_entity_main TYPE usmd_entity, END OF s_entity_main
5 S_PROCESS Private See coding 20090818 BEGIN OF s_process, usmd_process TYPE usmd_process, usmd_creq_type TYPE usmd_crequest_type, END OF s_process
6 T_BUSINESS_ACTIVITIES Private See coding 20100527 t_business_activities TYPE SORTED TABLE OF s_business_activities WITH UNIQUE KEY usmd_process
7 T_BUSINESS_ACTIVITIES_TEXT Private See coding 20100527 t_business_activities_text TYPE SORTED TABLE OF s_business_activities_text WITH UNIQUE KEY langu usmd_process
8 T_CONFIG_ID Private See coding 20101215 t_config_id TYPE SORTED TABLE OF s_config_id WITH UNIQUE KEY table_line
9 T_ENTITY_MAIN Private See coding 20101215 t_entity_main TYPE SORTED TABLE OF s_entity_main WITH UNIQUE KEY table_line
10 T_PROCESS Private See coding 20090818 t_process TYPE SORTED TABLE OF s_process WITH UNIQUE KEY table_line
Method Signatures

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_USMD_BUSINESS_PROCESS has no parameter.
Method CLASS_CONSTRUCTOR on class CL_USMD_BUSINESS_PROCESS has no exception.

Method GET_ACTIVITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PROCESS Call by reference Type reference (TYPE) USMD_PROCESS Betriebswirtschaftliche Aktivität 20100805
2 Returning RS_ACTIVITY Value transfer Type reference (TYPE) USMD_S_USMD160C Betriebswirtschaftliche Aktivität: Definition 20100805

Method GET_ACTIVITY on class CL_USMD_BUSINESS_PROCESS has no exception.

Method GET_CONFIG_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ED_CONFIG_ID Call by reference Type reference (TYPE) WDY_CONFIG_ID Konfigurations-Identifikation 20101215
2 Exporting ED_ENTITY Call by reference Type reference (TYPE) USMD_ENTITY Entitätstyp 20101215
3 Importing ID_CREQ_TYPE Call by reference Type reference (TYPE) USMD_CREQUEST_TYPE Typ des Änderungsantrags 20101215
4 Importing ID_DATA_MODEL Call by reference Type reference (TYPE) USMD_MODEL Datenmodell 20101215

Method GET_CONFIG_ID on class CL_USMD_BUSINESS_PROCESS has no exception.

Method GET_CREQUEST_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ET_CREQ_TYPE Value transfer Type reference (TYPE) USMD_TS_CREQUEST_TYPE Typ des Änderungsantrags 20090818
2 Importing ID_PROCESS Call by reference Type reference (TYPE) USMD_PROCESS Betriebswirtschaftliche Aktivität 20090818

Method GET_CREQUEST_TYPE on class CL_USMD_BUSINESS_PROCESS has no exception.

Method GET_ENTITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ED_ENTITY Call by reference Type reference (TYPE) USMD_ENTITY Entitätstyp 20090819
2 Importing ID_PROCESS Call by reference Type reference (TYPE) USMD_PROCESS Betriebswirtschaftliche Aktivität 20090819
3 Importing IO_MODEL Call by reference Object reference (TYPE REF TO) IF_USMD_MODEL MDM Datenmodell für Zugriff aus SAP-Standard 20090819

Method GET_ENTITY on class CL_USMD_BUSINESS_PROCESS has no exception.

Method GET_GENERAL_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ED_MODEL Call by reference Type reference (TYPE) USMD_MODEL Datenmodell 20090818
2 Exporting ED_TXTMI Call by reference Type reference (TYPE) USMD_TXTMI Bezeichnung (Mitteltext) 20090818
3 Importing ID_PROCESS Call by reference Type reference (TYPE) USMD_PROCESS Betriebswirtschaftliche Aktivität 20090818

Method GET_GENERAL_DATA on class CL_USMD_BUSINESS_PROCESS has no exception.

Method GET_PROCESSES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_PROCESS Call by reference Type reference (TYPE) USMD_TS_BUSINESS_PROCESS Betriebswirtschaftliche Aktivität 20091116

Method GET_PROCESSES on class CL_USMD_BUSINESS_PROCESS has no exception.

Method GET_PROCESS_BY_CREQUEST_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ES_PROCESS Value transfer Type reference (TYPE) USMD_S_BUSINESS_PROCESS Betriebswirtschaftliche Aktivität 20100528
2 Importing IV_CREQUEST_TYPE Call by reference Type reference (TYPE) USMD_CREQUEST_TYPE Typ des Änderungsantrags 20100518

Method GET_PROCESS_BY_CREQUEST_TYPE on class CL_USMD_BUSINESS_PROCESS has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 702