SAP ABAP Class CL_FS_PROGRESS_INDICATOR (Progress display)
Hierarchy
☛
SAP_ABA (Software Component) Cross-Application Component
⤷
CA-FS (Application Component) Financial Services
⤷
FS_TIME_SERVICES (Package) Small, Reuseable Units in Context of Time

⤷

⤷

Properties
Class | CL_FS_PROGRESS_INDICATOR | |
Short Description | Progress display | |
Super Class | ||
Instantiability of a Class | 0 | Private |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | FS_TIME_SERVICES | Small, Reuseable Units in Context of Time |
Created | 20060814 | SAP |
Last change | 20110908 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
Class CL_FS_PROGRESS_INDICATOR has no interface implemented.
Friends
Class CL_FS_PROGRESS_INDICATOR has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Public | Type reference (TYPE) | I | 20060814 | |||
2 | ![]() |
Instance attribute | Public | Type reference (TYPE) | I | 20060814 | |||
3 | ![]() |
Constant | Private | Type reference (TYPE) | CHAR2 | '&1' | Version Number Components | 20060814 | |
4 | ![]() |
Constant | Private | Type reference (TYPE) | CHAR2 | '&2' | Version Number Components | 20060814 | |
5 | ![]() |
Constant | Private | Type reference (TYPE) | CHAR2 | '&3' | Version Number Components | 20060814 | |
6 | ![]() |
Constant | Private | Type reference (TYPE) | CHAR2 | '&4' | Version Number Components | 20060814 | |
7 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'CON_INDEX' | Replace Index | 20060814 | |
8 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'CON_NOREPLACE' | 20060814 | ||
9 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'CON_PERCENTAGE' | Replace Percentage | 20060814 | |
10 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'CON_TOTAL' | Replace Total Number | 20060814 | |
11 | ![]() |
Instance attribute | Private | Type reference (TYPE) | C | 20060814 | |||
12 | ![]() |
Instance attribute | Private | Type reference (TYPE) | C | 20060814 | |||
13 | ![]() |
Instance attribute | Public | Type reference (TYPE) | I | 20060814 | |||
14 | ![]() |
Static Attribute | Public | Object reference (TYPE REF TO) | CL_FS_PROGRESS_INDICATOR | Progress display | 20060814 | ||
15 | ![]() |
Instance attribute | Public | Type reference (TYPE) | STRING | 20060814 | |||
16 | ![]() |
Instance attribute | Private | Type reference (TYPE) | SY-MSGV1 | Message Variable | 20060814 | ||
17 | ![]() |
Instance attribute | Private | Type reference (TYPE) | SY-MSGV2 | Variable for Replacement | 20060814 | ||
18 | ![]() |
Instance attribute | Private | Type reference (TYPE) | SY-MSGV3 | Variable for Replacement | 20060814 | ||
19 | ![]() |
Instance attribute | Private | Type reference (TYPE) | SY-MSGV4 | Variable for Replacement | 20060814 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 20060814 |
2 | ![]() |
Instance method | Public | Method | Display Progress Indicator | 20060814 |
3 | ![]() |
Instance method | Private | Method | Delivers Current Percentage | 20060814 |
4 | ![]() |
Instance method | Public | Method | Delivers Current Text | 20060814 |
5 | ![]() |
Instance method | Private | Method | Internal Replacement Function | 20060814 |
6 | ![]() |
Instance method | Public | Method | Set Current Index | 20060814 |
7 | ![]() |
Instance method | Public | Method | Hide column | 20060814 |
8 | ![]() |
Instance method | Public | Method | Set Text | 20060814 |
9 | ![]() |
Instance method | Public | Method | Set Complete Number | 20060814 |
10 | ![]() |
Instance method | Public | Method | Set Variable V1 | 20060814 |
11 | ![]() |
Instance method | Public | Method | Set Variable V2 | 20060814 |
12 | ![]() |
Instance method | Public | Method | Set Variable V3 | 20060814 |
13 | ![]() |
Instance method | Public | Method | Set Variable V4 | 20060814 |
14 | ![]() |
Instance method | Private | Method | Internal: Set Variable | 20060814 |
15 | ![]() |
Static method | Public | Method | CONSTRUCTOR | 20060814 |
Events
Class CL_FS_PROGRESS_INDICATOR has no event.
Types
Class CL_FS_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 | ![]() |
I_CNT_TOTAL | Value transfer | Type reference (TYPE) | I | Gesamtzahl Einträge | 20060814 | ||
2 | ![]() |
I_FLG_AUTOMATIC_PUSH | Value transfer | Type reference (TYPE) | C | Automatische Zählung | 20060814 | ||
3 | ![]() |
I_FLG_SUPPRESS | Value transfer | Type reference (TYPE) | C | Anzeige unterdrücken | 20060814 | ||
4 | ![]() |
I_RESOLUTION | Value transfer | Type reference (TYPE) | I | Auflösung / Granularität | 20060814 | ||
5 | ![]() |
I_TEXT | Value transfer | Type reference (TYPE) | CSEQUENCE | Text der Anzeige | 20060814 |
Method CONSTRUCTOR on class CL_FS_PROGRESS_INDICATOR has no exception.
Method DISPLAY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_TEXT | Value transfer | Type reference (TYPE) | STRING | 20060814 |
Method DISPLAY on class CL_FS_PROGRESS_INDICATOR has no exception.
Method GET_PERCENTAGE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_PERCENTAGE | Value transfer | Type reference (TYPE) | I | 20060814 |
Method GET_PERCENTAGE on class CL_FS_PROGRESS_INDICATOR has no exception.
Method GET_TEXT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_TEXT | Value transfer | Type reference (TYPE) | STRING | 20060814 |
Method GET_TEXT on class CL_FS_PROGRESS_INDICATOR has no exception.
Method REPLACE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_IN | Value transfer | Type reference (TYPE) | CSEQUENCE | 20060814 | |||
2 | ![]() |
I_WHAT | Value transfer | Type reference (TYPE) | C | 20060814 | |||
3 | ![]() |
I_WITH | Value transfer | Type reference (TYPE) | ANY | 20060814 | |||
4 | ![]() |
R_RESULT | Value transfer | Type reference (TYPE) | STRING | 20060814 |
Method REPLACE on class CL_FS_PROGRESS_INDICATOR has no exception.
Method SET_INDEX Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_FLG_PUSH | Value transfer | Type reference (TYPE) | C | 20060814 | |||
2 | ![]() |
I_INDEX | Value transfer | Type reference (TYPE) | I | 20060814 |
Method SET_INDEX on class CL_FS_PROGRESS_INDICATOR has no exception.
Method SET_SUPPRESS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_FLG_SUPPRESS | Value transfer | Type reference (TYPE) | C | 'X' | 20060814 |
Method SET_SUPPRESS on class CL_FS_PROGRESS_INDICATOR has no exception.
Method SET_TEXT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_TEXT | Call by reference | Type reference (TYPE) | CSEQUENCE | 20060814 |
Method SET_TEXT on class CL_FS_PROGRESS_INDICATOR has no exception.
Method SET_TOTAL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_TAB | Value transfer | Type reference (TYPE) | ANY TABLE | 20060814 | |||
2 | ![]() |
I_TOTAL | Value transfer | Type reference (TYPE) | I | 20060814 |
Method SET_TOTAL on class CL_FS_PROGRESS_INDICATOR has no exception.
Method SET_V1 Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_VAR | Value transfer | Type reference (TYPE) | ANY | 20060814 |
Method SET_V1 on class CL_FS_PROGRESS_INDICATOR has no exception.
Method SET_V2 Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_VAR | Value transfer | Type reference (TYPE) | ANY | 20060814 |
Method SET_V2 on class CL_FS_PROGRESS_INDICATOR has no exception.
Method SET_V3 Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_VAR | Value transfer | Type reference (TYPE) | ANY | 20060814 |
Method SET_V3 on class CL_FS_PROGRESS_INDICATOR has no exception.
Method SET_V4 Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_VAR | Value transfer | Type reference (TYPE) | ANY | 20060814 |
Method SET_V4 on class CL_FS_PROGRESS_INDICATOR has no exception.
Method SET_VAR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_VX | Call by reference | Type reference (TYPE) | CSEQUENCE | Nachrichtenvariable | 20060814 | ||
2 | ![]() |
I_VAR | Call by reference | Type reference (TYPE) | ANY | 20060814 |
Method SET_VAR on class CL_FS_PROGRESS_INDICATOR has no exception.
Method S_CREATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_CNT_TOTAL | Value transfer | Type reference (TYPE) | I | Gesamtzahl Einträge | 20060814 | ||
2 | ![]() |
I_FLG_AUTOMATIC_PUSH | Value transfer | Type reference (TYPE) | C | Automatische Zählung | 20060814 | ||
3 | ![]() |
I_FLG_SUPPRESS | Value transfer | Type reference (TYPE) | C | Anzeige unterdrücken | 20060814 | ||
4 | ![]() |
I_RESOLUTION | Value transfer | Type reference (TYPE) | I | Auflösung / Granularität | 20060814 | ||
5 | ![]() |
I_TAB_TOTAL | Value transfer | Type reference (TYPE) | ANY TABLE | 20060814 | |||
6 | ![]() |
I_TEXT | Value transfer | Type reference (TYPE) | CSEQUENCE | Text der Anzeige | 20060814 | ||
7 | ![]() |
R_REF_INDICATOR | Value transfer | Object reference (TYPE REF TO) | CL_FS_PROGRESS_INDICATOR | Fortschrittsanzeige | 20060814 |
Method S_CREATE on class CL_FS_PROGRESS_INDICATOR has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 710 |