SAP ABAP Class /SLOAP/CL_UI_STATUS_TRACK (Manage the state of the UI)
Hierarchy
DMIS (Software Component) DMIS 2011_1
   CA-EUR (Application Component) European Monetary Union: Euro
     /SLOAP/UI (Package) User Interface
Properties
Class /SLOAP/CL_UI_STATUS_TRACK  
Short Description Manage the state of the UI    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /SLOAP/UI   User Interface 
Created 20100329   SAP 
Last change 20141030    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class /SLOAP/CL_UI_STATUS_TRACK has no interface implemented.
Friends
Class /SLOAP/CL_UI_STATUS_TRACK has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_TEXT_NAME_FINISHED Constant Public Type reference (TYPE) /SLOAP/UI_STEP_TEXTID 'TEXT-103' 20100409
2 GC_TEXT_NAME_INITIATE Constant Public Type reference (TYPE) /SLOAP/UI_STEP_TEXTID 'TEXT-100' 20100409
3 GC_TEXT_NAME_MODULE Constant Public Type reference (TYPE) /SLOAP/UI_STEP_TEXTID 'TEXT-102' 20100409
4 GC_TEXT_NAME_START Constant Public Type reference (TYPE) /SLOAP/UI_STEP_TEXTID 'TEXT-101' 20100409
5 GC_TEXT_NAME_UPLOAD Constant Public Type reference (TYPE) /SLOAP/UI_STEP_TEXTID 'TEXT-104' 20100409
6 GC_TEXT_STATE_CANCELLED Constant Public Type reference (TYPE) /SLOAP/UI_STEP_TEXTID 'TEXT-205' Key of Text-Element 20100409
7 GC_TEXT_STATE_FINISHED_W_ERROR Constant Public Type reference (TYPE) /SLOAP/UI_STEP_TEXTID 'TEXT-204' Key of Text-Element 20100409
8 GC_TEXT_STATE_INITIAL Constant Public Type reference (TYPE) /SLOAP/UI_STEP_TEXTID 'TEXT-200' Key of Text-Element 20100409
9 GC_TEXT_STATE_REQUESTED Constant Public Type reference (TYPE) /SLOAP/UI_STEP_TEXTID 'TEXT-201' Key of Text-Element 20100409
10 GC_TEXT_STATE_RUNNING Constant Public Type reference (TYPE) /SLOAP/UI_STEP_TEXTID 'TEXT-202' Key of Text-Element 20100409
11 GC_TEXT_STATE_SUCCESS Constant Public Type reference (TYPE) /SLOAP/UI_STEP_TEXTID 'TEXT-203' Key of Text-Element 20100409
12 MS_UI_STATE Instance attribute Private Type reference (TYPE) /SLOAP/UI_STATE Status of UI Head Table 20100408
Methods
# Method Level Visibility Method type Description Created on
1 CHANGE_UI_STATE Instance method Public Method Update the status of the UI 20100409
2 CHECK_ANALYSIS_GUID_FREE Instance method Public Method Checks, if an analysis guid is not used in another step 20100503
3 CHECK_STEP_EXISTS Static method Public Method Check, if a step GUID exists 20100406
4 CLEAR_UI_STATE Instance method Public Method Clears a specific status field 20100409
5 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20100329
6 DELETE Instance method Public Method Deletes current UI Status from database 20100409
7 GET_MODULE_NAME Static method Public Method Get the module name for a given Module GUID 20100329
8 GET_TEXT_ELEMENT Static method Public Method Get a text element from this class in the users language 20100329
9 GET_UI_STATE Instance method Public Method Get the state of the UI 20100409
Events
Class /SLOAP/CL_UI_STATUS_TRACK has no event.
Types
Class /SLOAP/CL_UI_STATUS_TRACK has no local type.
Method Signatures

Method CHANGE_UI_STATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ANALYSIS_GUID Call by reference Type reference (TYPE) GUID Analysis GUID 20100409
2 Importing IV_PROJECT_GUID Call by reference Type reference (TYPE) GUID Globally Unique Identifier 20100409
3 Importing IV_RESULT_GUID Call by reference Type reference (TYPE) /SLOAP/RESULT_GUID SLOAS Result Guid 20100409

Method CHANGE_UI_STATE on class /SLOAP/CL_UI_STATUS_TRACK has no exception.

Method CHECK_ANALYSIS_GUID_FREE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_FREE Value transfer Type reference (TYPE) ABAP_BOOL 20100506
2 Exporting EV_STEP_GUID Call by reference Type reference (TYPE) /SLOAP/GUID Step-GUID if analysis GUID is not free 20100506
3 Importing IV_ANALYSIS_GUID Call by reference Type reference (TYPE) /SLOAP/GUID SLOAS: Guid 20100503

Method CHECK_ANALYSIS_GUID_FREE on class /SLOAP/CL_UI_STATUS_TRACK has no exception.

Method CHECK_STEP_EXISTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_STEP_GUID Call by reference Type reference (TYPE) /SLOAP/GUID SLOAS: Guid 20100406
2 Returning RV_EXISTS Value transfer Type reference (TYPE) ABAP_BOOL 20100406

Method CHECK_STEP_EXISTS on class /SLOAP/CL_UI_STATUS_TRACK has no exception.

Method CLEAR_UI_STATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ANALYSIS_GUID Call by reference Type reference (TYPE) ABAP_BOOL Clear analysis GUID 20100409
2 Importing IV_PROJECT_GUID Call by reference Type reference (TYPE) ABAP_BOOL 20100409
3 Importing IV_RESULT_GUID Call by reference Type reference (TYPE) ABAP_BOOL Clear result GUID 20100409

Method CLEAR_UI_STATE on class /SLOAP/CL_UI_STATUS_TRACK has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_STEP_GUID Call by reference Type reference (TYPE) /SLOAP/GUID Step GUID 20100329

Method CONSTRUCTOR on class /SLOAP/CL_UI_STATUS_TRACK has no exception.

Method DELETE Signature

Method DELETE on class /SLOAP/CL_UI_STATUS_TRACK has no parameter.
Method DELETE on class /SLOAP/CL_UI_STATUS_TRACK has no exception.

Method GET_MODULE_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_MODULE_GUID Call by reference Type reference (TYPE) GUID Globally Unique Identifier 20100329
2 Returning RV_NAME Value transfer Type reference (TYPE) STRING 20100329

Method GET_MODULE_NAME on class /SLOAP/CL_UI_STATUS_TRACK has no exception.

Method GET_TEXT_ELEMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_TEXT_SYMBOL Call by reference Type reference (TYPE) /SLOAP/UI_STEP_TEXTID Text symbol 20100329
2 Returning RV_TEXT Value transfer Type reference (TYPE) STRING 20100329

Method GET_TEXT_ELEMENT on class /SLOAP/CL_UI_STATUS_TRACK has no exception.

Method GET_UI_STATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RS_UI_STATE Value transfer Type reference (TYPE) /SLOAP/UI_STATE Status of UI Head Table 20100409

Method GET_UI_STATE on class /SLOAP/CL_UI_STATUS_TRACK has no exception.
History
Last changed by/on SAP  20141030 
SAP Release Created in 2006_1_700