SAP ABAP Class CL_USMD_CREQUEST_ACTION (Action)
Hierarchy
MDG_FND (Software Component) MDG Foundation
   CA-MDG-AF (Application Component) Application Framework
     USMD5 (Package) Master Data: Workflow
Properties
Class CL_USMD_CREQUEST_ACTION  
Short Description Action    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package USMD5   Master Data: Workflow 
Created 20100827   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_USMD_CREQUEST_ACTION has no forward declaration.
Interfaces
Class CL_USMD_CREQUEST_ACTION has no interface implemented.
Friends
Class CL_USMD_CREQUEST_ACTION has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_ACTION Constant Public See coding 20101229
2 GC_TYPE_CUSTOMER Constant Private Type reference (TYPE) USMD_CREQUEST_ACTION_TYPE '02' Action Type 20110111
3 GC_TYPE_SAP Constant Private Type reference (TYPE) USMD_CREQUEST_ACTION_TYPE '01' Action Type 20110111
4 MV_BUTTON_TEXT Instance attribute Private Type reference (TYPE) USMD_BTN_TXT Pushbutton Text 20100827
5 MV_BUTTON_TOOLTIP Instance attribute Private Type reference (TYPE) USMD_TOOLTIP Quick Info Text 20100827
6 MV_DESCRIPTION Instance attribute Private Type reference (TYPE) USMD_DESC Description 20100827
7 MV_ID Instance attribute Private Type reference (TYPE) USMD_CREQUEST_ACTION Action on User Interface of Change Request 20100827
8 MV_TYPE Instance attribute Private Type reference (TYPE) USMD_CREQUEST_ACTION_TYPE Action Type 20110111
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20100827
2 DETERMINE_TYPE Instance method Private Method Determine Action Type 20110111
3 GET_BUTTON_TEXT Instance method Public Method Get Pushbutton Text 20100827
4 GET_BUTTON_TOOLTIP Instance method Public Method Get Quick Info Text 20100827
5 GET_DESCRIPTION Instance method Public Method Get Action Description 20100827
6 GET_ID Instance method Public Method Get Action ID 20100827
7 IS_SAP Instance method Public Method True If Action Delivered by SAP 20110111
8 SET_BUTTON_TEXT Instance method Private Method Set Pushbutton Text 20100827
9 SET_BUTTON_TOOLTIP Instance method Private Method Set Quick Info Text 20100827
10 SET_DESCRIPTION Instance method Private Method Set Action Description 20100827
11 SET_ID Instance method Private Method Set Action ID 20100827
12 SET_TYPE Instance method Private Method Set Action Type 20110111
Events
Class CL_USMD_CREQUEST_ACTION has no event.
Types
Class CL_USMD_CREQUEST_ACTION has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_BUTTON_TOOLTIP Call by reference Type reference (TYPE) USMD_TOOLTIP Quick-Info-Text 20100827
2 Importing IV_BUTTON_TXT Call by reference Type reference (TYPE) USMD_BTN_TXT Drucktastentext 20100827
3 Importing IV_DESCRIPTION Call by reference Type reference (TYPE) USMD_DESC Beschreibung 20100827
4 Importing IV_ID Call by reference Type reference (TYPE) USMD_CREQUEST_ACTION Aktion auf der Benutzungsoberfläche des Änderungsantrags 20100827

Method CONSTRUCTOR on class CL_USMD_CREQUEST_ACTION has no exception.

Method DETERMINE_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ID Call by reference Type reference (TYPE) USMD_CREQUEST_ACTION Aktion auf der Benutzungsoberfläche des Änderungsantrags 20110111
2 Returning RV_TYPE Value transfer Type reference (TYPE) USMD_CREQUEST_ACTION_TYPE Aktionstyp 20110111

Method DETERMINE_TYPE on class CL_USMD_CREQUEST_ACTION has no exception.

Method GET_BUTTON_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_BUTTON_TEXT Value transfer Type reference (TYPE) USMD_BTN_TXT Drucktastentext 20100827

Method GET_BUTTON_TEXT on class CL_USMD_CREQUEST_ACTION has no exception.

Method GET_BUTTON_TOOLTIP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_BUTTON_TOOLTIP Value transfer Type reference (TYPE) USMD_TOOLTIP Quick-Info-Text 20100827

Method GET_BUTTON_TOOLTIP on class CL_USMD_CREQUEST_ACTION has no exception.

Method GET_DESCRIPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_DESCRIPTION Value transfer Type reference (TYPE) USMD_DESC Beschreibung 20100827

Method GET_DESCRIPTION on class CL_USMD_CREQUEST_ACTION has no exception.

Method GET_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_ID Value transfer Type reference (TYPE) USMD_CREQUEST_ACTION Aktion auf der Benutzungsoberfläche des Änderungsantrags 20100827

Method GET_ID on class CL_USMD_CREQUEST_ACTION has no exception.

Method IS_SAP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_IS_SAP Value transfer Type reference (TYPE) BOOLE_D Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20110111

Method IS_SAP on class CL_USMD_CREQUEST_ACTION has no exception.

Method SET_BUTTON_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_BUTTON_TEXT Call by reference Type reference (TYPE) USMD_BTN_TXT Drucktastentext 20100827

Method SET_BUTTON_TEXT on class CL_USMD_CREQUEST_ACTION has no exception.

Method SET_BUTTON_TOOLTIP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_BUTTON_TOOLTIP Call by reference Type reference (TYPE) USMD_TOOLTIP Quick-Info-Text 20100827

Method SET_BUTTON_TOOLTIP on class CL_USMD_CREQUEST_ACTION has no exception.

Method SET_DESCRIPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DESCRIPTION Call by reference Type reference (TYPE) USMD_DESC Beschreibung 20100827

Method SET_DESCRIPTION on class CL_USMD_CREQUEST_ACTION has no exception.

Method SET_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ACTION_ID Call by reference Type reference (TYPE) USMD_CREQUEST_ACTION Aktion auf der Benutzungsoberfläche des Änderungsantrags 20100827

Method SET_ID on class CL_USMD_CREQUEST_ACTION has no exception.

Method SET_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_TYPE Call by reference Type reference (TYPE) USMD_CREQUEST_ACTION_TYPE Aktionstyp 20110111

Method SET_TYPE on class CL_USMD_CREQUEST_ACTION has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 703