SAP ABAP Class CL_HDS_PROGRESS_INDICATOR (Progress display)
Hierarchy
SAP_ABA (Software Component) Cross-Application Component
   CA-FS-HDS (Application Component) Hierarchical Derivation Service
     HDS_GLOBAL (Package) Global Objects (e.g. Exceptions) in FS_HDS
Properties
Class CL_HDS_PROGRESS_INDICATOR  
Short Description Progress display    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package HDS_GLOBAL   Global Objects (e.g. Exceptions) in FS_HDS 
Created 20060505   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 /GC1/CL_PROGRESS_INDICATOR Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
Class CL_HDS_PROGRESS_INDICATOR has no interface implemented.
Friends
Class CL_HDS_PROGRESS_INDICATOR has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CNT_INDEX Instance attribute Public Type reference (TYPE) I 20060505
2 CNT_TOTAL Instance attribute Public Type reference (TYPE) I 20060505
3 CON_AMP1 Constant Private Type reference (TYPE) CHAR2 '&1' Version Number Components 20060505
4 CON_AMP2 Constant Private Type reference (TYPE) CHAR2 '&2' Version Number Components 20060505
5 CON_AMP3 Constant Private Type reference (TYPE) CHAR2 '&3' Version Number Components 20060505
6 CON_AMP4 Constant Private Type reference (TYPE) CHAR2 '&4' Version Number Components 20060505
7 CON_INDEX Constant Public Type reference (TYPE) STRING 'CON_INDEX' Replace Index 20060505
8 CON_NOREPLACE Constant Public Type reference (TYPE) STRING 'CON_NOREPLACE' 20060505
9 CON_PERCENTAGE Constant Public Type reference (TYPE) STRING 'CON_PERCENTAGE' Replace Percentage 20060505
10 CON_TOTAL Constant Public Type reference (TYPE) STRING 'CON_TOTAL' Replace Total Number 20060505
11 FLG_AUTOMATIC_PUSH Instance attribute Private Type reference (TYPE) C 20060505
12 FLG_SUPPRESS Instance attribute Private Type reference (TYPE) C 20060505
13 RESOLUTION Instance attribute Public Type reference (TYPE) I 20060505
14 S_REF_CURRENT Static Attribute Public Object reference (TYPE REF TO) CL_HDS_PROGRESS_INDICATOR Progress display 20060505
15 TEXT Instance attribute Public Type reference (TYPE) STRING 20060505
16 V1 Instance attribute Private Type reference (TYPE) SY-MSGV1 Message Variable 20060505
17 V2 Instance attribute Private Type reference (TYPE) SY-MSGV2 Variable for Replacement 20060505
18 V3 Instance attribute Private Type reference (TYPE) SY-MSGV3 Variable for Replacement 20060505
19 V4 Instance attribute Private Type reference (TYPE) SY-MSGV4 Variable for Replacement 20060505
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20060505
2 DISPLAY Instance method Public Method Display Progress Indicator 20060505
3 GET_PERCENTAGE Instance method Private Method Delivers Current Percentage 20060505
4 GET_TEXT Instance method Public Method Delivers Current Text 20060505
5 REPLACE Instance method Private Method Internal Replacement Function 20060505
6 SET_INDEX Instance method Public Method Set Current Index 20060505
7 SET_SUPPRESS Instance method Public Method Hide column 20060505
8 SET_TEXT Instance method Public Method Set Text 20060505
9 SET_TOTAL Instance method Public Method Set Complete Number 20060505
10 SET_V1 Instance method Public Method Set Variable V1 20060505
11 SET_V2 Instance method Public Method Set Variable V2 20060505
12 SET_V3 Instance method Public Method Set Variable V3 20060505
13 SET_V4 Instance method Public Method Set Variable V4 20060505
14 SET_VAR Instance method Private Method Internal: Set Variable 20060505
15 S_CREATE Static method Public Method CONSTRUCTOR 20060505
Events
Class CL_HDS_PROGRESS_INDICATOR has no event.
Types
Class CL_HDS_PROGRESS_INDICATOR 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 I_CNT_TOTAL Value transfer Type reference (TYPE) I Gesamtzahl Einträge 20060505
2 Importing I_FLG_AUTOMATIC_PUSH Value transfer Type reference (TYPE) C Automatische Zählung 20060505
3 Importing I_FLG_SUPPRESS Value transfer Type reference (TYPE) C Anzeige unterdrücken 20060505
4 Importing I_RESOLUTION Value transfer Type reference (TYPE) I Auflösung / Granularität 20060505
5 Importing I_TEXT Value transfer Type reference (TYPE) CSEQUENCE Text der Anzeige 20060505

Method CONSTRUCTOR on class CL_HDS_PROGRESS_INDICATOR has no exception.

Method DISPLAY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_TEXT Value transfer Type reference (TYPE) STRING 20060505

Method DISPLAY on class CL_HDS_PROGRESS_INDICATOR has no exception.

Method GET_PERCENTAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_PERCENTAGE Value transfer Type reference (TYPE) I 20060505

Method GET_PERCENTAGE on class CL_HDS_PROGRESS_INDICATOR has no exception.

Method GET_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_TEXT Value transfer Type reference (TYPE) STRING 20060505

Method GET_TEXT on class CL_HDS_PROGRESS_INDICATOR has no exception.

Method REPLACE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_IN Value transfer Type reference (TYPE) CSEQUENCE 20060505
2 Importing I_WHAT Value transfer Type reference (TYPE) C 20060505
3 Importing I_WITH Value transfer Type reference (TYPE) ANY 20060505
4 Returning R_RESULT Value transfer Type reference (TYPE) STRING 20060505

Method REPLACE on class CL_HDS_PROGRESS_INDICATOR has no exception.

Method SET_INDEX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FLG_PUSH Value transfer Type reference (TYPE) C 20060505
2 Importing I_INDEX Value transfer Type reference (TYPE) I 20060505

Method SET_INDEX on class CL_HDS_PROGRESS_INDICATOR has no exception.

Method SET_SUPPRESS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FLG_SUPPRESS Value transfer Type reference (TYPE) C 'X' 20060505

Method SET_SUPPRESS on class CL_HDS_PROGRESS_INDICATOR has no exception.

Method SET_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TEXT Call by reference Type reference (TYPE) CSEQUENCE 20060505

Method SET_TEXT on class CL_HDS_PROGRESS_INDICATOR has no exception.

Method SET_TOTAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TAB Call by reference Type reference (TYPE) ANY TABLE 20060505
2 Importing I_TOTAL Call by reference Type reference (TYPE) I 20060505

Method SET_TOTAL on class CL_HDS_PROGRESS_INDICATOR has no exception.

Method SET_V1 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_VAR Value transfer Type reference (TYPE) ANY 20060505

Method SET_V1 on class CL_HDS_PROGRESS_INDICATOR has no exception.

Method SET_V2 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_VAR Value transfer Type reference (TYPE) ANY 20060505

Method SET_V2 on class CL_HDS_PROGRESS_INDICATOR has no exception.

Method SET_V3 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_VAR Value transfer Type reference (TYPE) ANY 20060505

Method SET_V3 on class CL_HDS_PROGRESS_INDICATOR has no exception.

Method SET_V4 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_VAR Value transfer Type reference (TYPE) ANY 20060505

Method SET_V4 on class CL_HDS_PROGRESS_INDICATOR has no exception.

Method SET_VAR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_VX Call by reference Type reference (TYPE) CSEQUENCE Nachrichtenvariable 20060505
2 Importing I_VAR Call by reference Type reference (TYPE) ANY 20060505

Method SET_VAR on class CL_HDS_PROGRESS_INDICATOR has no exception.

Method S_CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CNT_TOTAL Value transfer Type reference (TYPE) I Gesamtzahl Einträge 20060505
2 Importing I_FLG_AUTOMATIC_PUSH Value transfer Type reference (TYPE) C Automatische Zählung 20060505
3 Importing I_FLG_SUPPRESS Value transfer Type reference (TYPE) C Anzeige unterdrücken 20060505
4 Importing I_RESOLUTION Value transfer Type reference (TYPE) I Auflösung / Granularität 20060505
5 Importing I_TAB_TOTAL Value transfer Type reference (TYPE) ANY TABLE 20060505
6 Importing I_TEXT Value transfer Type reference (TYPE) CSEQUENCE Text der Anzeige 20060505
7 Returning R_REF_INDICATOR Value transfer Object reference (TYPE REF TO) CL_HDS_PROGRESS_INDICATOR Fortschrittsanzeige 20060505

Method S_CREATE on class CL_HDS_PROGRESS_INDICATOR has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 710