SAP ABAP Class CL_BTP_DL_STEPBROWSER (BTP Step Browser)
Hierarchy
DMIS (Software Component) DMIS 2011_1
   CA-EUR (Application Component) European Monetary Union: Euro
     BTP_DL (Package) BTP Application Data Layer Basis
Properties
Class CL_BTP_DL_STEPBROWSER  
Short Description BTP Step Browser    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package BTP_DL   BTP Application Data Layer Basis 
Created 20100611   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 CL_BTP_DL_STEPBROWSER has no interface implemented.
Friends
Class CL_BTP_DL_STEPBROWSER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 NC_PROJSEL_ALL Constant Public Type reference (TYPE) INT4 1 Project selection: All projects 20100611
2 NC_PROJSEL_MY Constant Public Type reference (TYPE) INT4 2 Project selection: My projects 20100611
3 NC_RANGE_1WEEK Constant Public Type reference (TYPE) INT4 1 Range 1 week 20100611
4 NC_RANGE_2WEEKS Constant Public Type reference (TYPE) INT4 2 Range 1 week 20100611
5 NC_RANGE_6MONTHS Constant Public Type reference (TYPE) INT4 26 Range 6 months 20100611
6 NC_RANGE_ALL Constant Public Type reference (TYPE) INT4 0 Range all 20100611
7 NC_RANGE_MONTH Constant Public Type reference (TYPE) INT4 4 Range month 20100611
8 NC_RANGE_YEAR Constant Public Type reference (TYPE) INT4 52 Range year 20100611
9 PT_STEP Static Attribute Private Type reference (TYPE) BTP_DL_T_REF_PROJSTEP BTP List of Steps in a Project Phase 20100611
10 PV_COUNT_CANCELLED Static Attribute Private Type reference (TYPE) INT4 0 Number of steps 'Cancelled' 20100611
11 PV_COUNT_FAILED Static Attribute Private Type reference (TYPE) INT4 0 Number of steps 'Failed' 20100611
12 PV_COUNT_FINISHED Static Attribute Private Type reference (TYPE) INT4 0 Number of steps 'Finished' 20100611
13 PV_COUNT_INPROCESS Static Attribute Private Type reference (TYPE) INT4 0 Number of steps 'In process' 20100611
14 PV_COUNT_NOTSTARTED Static Attribute Private Type reference (TYPE) INT4 0 Number of steps 'Not started' 20100611
15 PV_FILTER_CANCELLED Static Attribute Private Type reference (TYPE) ABAP_BOOL ABAP_FALSE Filter 'Cancelled' set 20100611
16 PV_FILTER_CHANGED Static Attribute Private Type reference (TYPE) ABAP_BOOL ABAP_FALSE Filter has been changed 20111128
17 PV_FILTER_FAILED Static Attribute Private Type reference (TYPE) ABAP_BOOL ABAP_TRUE Filter 'Failed' set 20100611
18 PV_FILTER_FINISHED Static Attribute Private Type reference (TYPE) ABAP_BOOL ABAP_TRUE Filter 'Finished' set 20100611
19 PV_FILTER_INPROCESS Static Attribute Private Type reference (TYPE) ABAP_BOOL ABAP_TRUE Filter 'In process' set 20100611
20 PV_FILTER_NOTSTARTED Static Attribute Private Type reference (TYPE) ABAP_BOOL ABAP_FALSE Filter 'Not started' set 20100611
21 PV_PROJECT_SELECTION Static Attribute Private Type reference (TYPE) INT4 2 Current project selection 20100611
22 PV_RANGE Static Attribute Private Type reference (TYPE) INT4 1 Current range 20100611
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20100611
2 GET_COUNT_CANCELLED Static method Public Method Get number of steps with 'Cancelled' 20100611
3 GET_COUNT_FAILED Static method Public Method Get number of steps with 'Failed' 20100611
4 GET_COUNT_FINISHED Static method Public Method Get number of steps with 'Finished' 20100611
5 GET_COUNT_INPROCESS Static method Public Method Get number of steps with 'In process' 20100611
6 GET_COUNT_NOTSTARTED Static method Public Method Get number of steps with 'Not started' 20100611
7 GET_FILTER_CANCELLED Static method Public Method Get filter setting of 'Cancelled' 20100611
8 GET_FILTER_FAILED Static method Public Method Get filter setting of 'Failed' 20100611
9 GET_FILTER_FINISHED Static method Public Method Get filter setting of 'Finished' 20100611
10 GET_FILTER_INPROCESS Static method Public Method Get filter setting of 'In process' 20100611
11 GET_FILTER_NOTSTARTED Static method Public Method Get filter setting of 'Not started' 20100611
12 GET_PROJECT_SELECTION Static method Public Method Get the current project selection 20100611
13 GET_RANGE Static method Public Method Get the current range 20100611
14 GET_STEPS Static method Public Method Get all the steps depending on filter 20100611
15 REFRESH Static method Public Method Refresh the steps 20100611
16 SET_FILTER_CANCELLED Static method Public Method Set filter 'Cancelled' 20100611
17 SET_FILTER_FAILED Static method Public Method Set filter 'Failed' 20100611
18 SET_FILTER_FINISHED Static method Public Method Set filter 'Finished' 20100611
19 SET_FILTER_INPROCESS Static method Public Method Set filter 'In process' 20100611
20 SET_FILTER_NOTSTARTED Static method Public Method Set filter 'Not started' 20100611
21 SET_PROJECT_SELECTION Static method Public Method Set a new project selection 20100611
22 SET_RANGE Static method Public Method Set a new range 20100611
Events
Class CL_BTP_DL_STEPBROWSER has no event.
Types
Class CL_BTP_DL_STEPBROWSER has no local type.
Method Signatures

Method CLASS_CONSTRUCTOR Signature

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

Method GET_COUNT_CANCELLED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_COUNT Value transfer Type reference (TYPE) INT4 Number of steps 20100611

Method GET_COUNT_CANCELLED on class CL_BTP_DL_STEPBROWSER has no exception.

Method GET_COUNT_FAILED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_COUNT Value transfer Type reference (TYPE) INT4 Number of steps 20100611

Method GET_COUNT_FAILED on class CL_BTP_DL_STEPBROWSER has no exception.

Method GET_COUNT_FINISHED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_COUNT Value transfer Type reference (TYPE) INT4 Number of steps 20100611

Method GET_COUNT_FINISHED on class CL_BTP_DL_STEPBROWSER has no exception.

Method GET_COUNT_INPROCESS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_COUNT Value transfer Type reference (TYPE) INT4 Number of steps 20100611

Method GET_COUNT_INPROCESS on class CL_BTP_DL_STEPBROWSER has no exception.

Method GET_COUNT_NOTSTARTED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_COUNT Value transfer Type reference (TYPE) INT4 Number of steps 20100611

Method GET_COUNT_NOTSTARTED on class CL_BTP_DL_STEPBROWSER has no exception.

Method GET_FILTER_CANCELLED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_FILTER Value transfer Type reference (TYPE) ABAP_BOOL Filter set or not 20100611

Method GET_FILTER_CANCELLED on class CL_BTP_DL_STEPBROWSER has no exception.

Method GET_FILTER_FAILED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_FILTER Value transfer Type reference (TYPE) ABAP_BOOL Filter set or not 20100611

Method GET_FILTER_FAILED on class CL_BTP_DL_STEPBROWSER has no exception.

Method GET_FILTER_FINISHED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_FILTER Value transfer Type reference (TYPE) ABAP_BOOL Filter set or not 20100611

Method GET_FILTER_FINISHED on class CL_BTP_DL_STEPBROWSER has no exception.

Method GET_FILTER_INPROCESS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_FILTER Value transfer Type reference (TYPE) ABAP_BOOL Filter set or not 20100611

Method GET_FILTER_INPROCESS on class CL_BTP_DL_STEPBROWSER has no exception.

Method GET_FILTER_NOTSTARTED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_FILTER Value transfer Type reference (TYPE) ABAP_BOOL Filter set or not 20100611

Method GET_FILTER_NOTSTARTED on class CL_BTP_DL_STEPBROWSER has no exception.

Method GET_PROJECT_SELECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_PROJECT_SELECTION Value transfer Type reference (TYPE) INT4 Current project selection 20100611

Method GET_PROJECT_SELECTION on class CL_BTP_DL_STEPBROWSER has no exception.

Method GET_RANGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_RANGE Value transfer Type reference (TYPE) INT4 Current range 20100611

Method GET_RANGE on class CL_BTP_DL_STEPBROWSER has no exception.

Method GET_STEPS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_STEP Value transfer Type reference (TYPE) BTP_DL_T_REF_PROJSTEP BTP List of Steps in a Project Phase 20100611

Method GET_STEPS on class CL_BTP_DL_STEPBROWSER has no exception.

Method REFRESH Signature

Method REFRESH on class CL_BTP_DL_STEPBROWSER has no parameter.
Method REFRESH on class CL_BTP_DL_STEPBROWSER has no exception.

Method SET_FILTER_CANCELLED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_FILTER Call by reference Type reference (TYPE) ABAP_BOOL Filter set or not 20100611

Method SET_FILTER_CANCELLED on class CL_BTP_DL_STEPBROWSER has no exception.

Method SET_FILTER_FAILED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_FILTER Call by reference Type reference (TYPE) ABAP_BOOL Filter set or not 20100611

Method SET_FILTER_FAILED on class CL_BTP_DL_STEPBROWSER has no exception.

Method SET_FILTER_FINISHED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_FILTER Call by reference Type reference (TYPE) ABAP_BOOL Filter set or not 20100611

Method SET_FILTER_FINISHED on class CL_BTP_DL_STEPBROWSER has no exception.

Method SET_FILTER_INPROCESS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_FILTER Call by reference Type reference (TYPE) ABAP_BOOL Filter set or not 20100611

Method SET_FILTER_INPROCESS on class CL_BTP_DL_STEPBROWSER has no exception.

Method SET_FILTER_NOTSTARTED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_FILTER Call by reference Type reference (TYPE) ABAP_BOOL Filter set or not 20100611

Method SET_FILTER_NOTSTARTED on class CL_BTP_DL_STEPBROWSER has no exception.

Method SET_PROJECT_SELECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PROJECT_SELECTION Call by reference Type reference (TYPE) INT4 New project selection 20100611

Method SET_PROJECT_SELECTION on class CL_BTP_DL_STEPBROWSER has no exception.

Method SET_RANGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_RANGE Call by reference Type reference (TYPE) INT4 New range 20100611

Method SET_RANGE on class CL_BTP_DL_STEPBROWSER has no exception.
History
Last changed by/on SAP  20141030 
SAP Release Created in 2010_1_700