SAP ABAP Class CL_DPR_CUST_INCL_WORK (Services for Customer Fields)
Hierarchy
CPRXRPM (Software Component) SAP Portfolio and Project Management 6.0
   PPM-PRO (Application Component) Project Management
     DEVELOPMENT_PROJECTS_CUST_INCL (Package) Project Management: Admin. of Customer-Defined Fields
Properties
Class CL_DPR_CUST_INCL_WORK  
Short Description Services for Customer Fields    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package DEVELOPMENT_PROJECTS_CUST_INCL   Project Management: Admin. of Customer-Defined Fields 
Created 20031013   SAP 
Last change 20141109    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_DPR_BSP_CO Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 CL_DPR_CO Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 CL_DPR_CUST_INCL_VIEW_MAINT Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
Class CL_DPR_CUST_INCL_WORK has no interface implemented.
Friends
Class CL_DPR_CUST_INCL_WORK has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_CHECKBOX Constant Public Type reference (TYPE) STRING 'checkbox' HTMLB Tag Name Checkbox 20031013
2 CO_DROPDOWNLISTBOX Constant Public Type reference (TYPE) STRING 'dropdownListBox' HTMLB Tag Name Dropdown Listbox 20031013
3 CO_INPUTFIELD Constant Public Type reference (TYPE) STRING 'inputField' HTMLB Tag Name Input Field 20031013
4 CO_TEXTEDIT Constant Public Type reference (TYPE) STRING 'textEdit' HTMLB Tag Name textEdit 20040419
5 CT_INSTANCES Static Attribute Private Type reference (TYPE) DPR_TT_CUST_INCL_WORK cProjects: Services for Customer Fields 20031013
6 MS_AUTH Instance attribute Public Type reference (TYPE) DPR_TS_AUTHORITY_INFORMATION User-Specific Authorizations for Object 20031013
7 MS_SHLP Instance attribute Public Type reference (TYPE) DPR_TS_CI_SHLP_DEFINITIONS cProjects: Structure for Buffer of Determined Search Helps 20031014
8 MT_CI_FIELDS_T Instance attribute Public Type reference (TYPE) DPR_TT_CI_FIELDS_WITH_LABEL cProjects: Customer Fields w. Language-Dependent Field Label 20031013
9 MT_DDFIELDS Instance attribute Public Type reference (TYPE) DDFIELDS DD: Field List 20031013
10 MT_LISTBOX_VALUES Instance attribute Private Type reference (TYPE) DPR_TT_CI_LISTBOX_VALUES cProjects: Buffer for Content of Dropdown Listboxes 20031014
11 MT_SHLP Instance attribute Private Type reference (TYPE) DPR_TT_CI_SHLP_DEFINITIONS cProjects: TT for Search Helps Determined by Buffer 20031014
12 MV_CHANGEABLE Instance attribute Public Type reference (TYPE) BOOLE_D Data Element for Domain BOOLE: TRUE (='X') and FALSE (=' ') 20031013
13 MV_LANGU Instance attribute Public Type reference (TYPE) LANGU Language key 20031013
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor 20031013
2 DETERMINE_ALIGNMENT Instance method Public Method Set Field Alignment 20040215
3 DETERMINE_WIDTH Instance method Public Method Set Width 20040215
4 FREE Static method Public Method Destructor 20031017
5 GET_INSTANCE Static method Public Method Instance for Services of Customer Fields 20031013
6 INPUTFIELD_DETERMINE_SHOWHELP Instance method Public Method Determine Attribute showHelp for HTMLB Tag Input Field 20031013
7 INPUTFIELD_DETERMINE_TYPE Instance method Public Method Determine Attribute Type for HTMLB Tag Input Field 20031013
8 LISTBOX_DETERMINE_TABLE Instance method Public Method Fill Value Table for HTMLB Tag Dropdown Listbox 20031013
9 SEARCH_HELP_DETERMINE Instance method Public Method Define Search Help for Customer Field 20031014
10 TAG_DETERMINE_DISABLED Instance method Public Method Define Attribute Disabled for HTMLB Tag 20031013
Events
Class CL_DPR_CUST_INCL_WORK has no event.
Types
Class CL_DPR_CUST_INCL_WORK has no local type.
Method Signatures

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_DPR_CUST_INCL_WORK has no parameter.
Method CONSTRUCTOR on class CL_DPR_CUST_INCL_WORK has no exception.

Method DETERMINE_ALIGNMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DATA Call by reference Type reference (TYPE) ANY Feldwert 20040215
2 Returning RV_ALIGNMENT Value transfer Type reference (TYPE) STRING 20040215

Method DETERMINE_ALIGNMENT on class CL_DPR_CUST_INCL_WORK has no exception.

Method DETERMINE_WIDTH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DATA Call by reference Type reference (TYPE) ANY Feldwert 20040215
2 Returning RV_WIDTH Value transfer Type reference (TYPE) STRING 20040215

Method DETERMINE_WIDTH on class CL_DPR_CUST_INCL_WORK has no exception.

Method FREE Signature

Method FREE on class CL_DPR_CUST_INCL_WORK has no parameter.
Method FREE on class CL_DPR_CUST_INCL_WORK has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_CUST_INCL_WORK Call by reference Object reference (TYPE REF TO) CL_DPR_CUST_INCL_WORK cProjects: Repository/Customizing für Kundenfelder 20031013
2 Returning RR_CUST_INCL_WORK Value transfer Object reference (TYPE REF TO) CL_DPR_CUST_INCL_WORK cProjects: Repository/Customizing für Kundenfelder 20031013

Method GET_INSTANCE on class CL_DPR_CUST_INCL_WORK has no exception.

Method INPUTFIELD_DETERMINE_SHOWHELP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_UI_DEF Call by reference Type reference (TYPE) DPR_TV_CI_UI_DEF cProjects: Kundenfeld UI Definition 20031013
2 Returning RV_SHOWHELP Value transfer Type reference (TYPE) STRING 20031013

Method INPUTFIELD_DETERMINE_SHOWHELP on class CL_DPR_CUST_INCL_WORK has no exception.

Method INPUTFIELD_DETERMINE_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_INTTYPE Call by reference Type reference (TYPE) INTTYPE ABAP-Datentyp (C,D,N,...) 20031013
2 Returning RV_TYPE Value transfer Type reference (TYPE) STRING 20031013

Method INPUTFIELD_DETERMINE_TYPE on class CL_DPR_CUST_INCL_WORK has no exception.

Method LISTBOX_DETERMINE_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_FIELDNAME Call by reference Type reference (TYPE) DPR_TV_CI_FIELDNAME cProjects: Name des Kundenfeldes 20031013
2 Returning RT_LISTBOX_VALUES Value transfer Type reference (TYPE) SHSVALTAB Business Server Pages (BSP) Werteliste Suchhilfe 20031013

Method LISTBOX_DETERMINE_TABLE on class CL_DPR_CUST_INCL_WORK has no exception.

Method SEARCH_HELP_DETERMINE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_FIELDNAME Call by reference Type reference (TYPE) DPR_TV_CI_FIELDNAME cProjects: Name des Kundenfeldes 20031014
2 Importing IV_PREFIX Call by reference Type reference (TYPE) STRING 'attr' Prefix für SearchID 20031017

Method SEARCH_HELP_DETERMINE on class CL_DPR_CUST_INCL_WORK has no exception.

Method TAG_DETERMINE_DISABLED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_WORK_MODE Call by reference Type reference (TYPE) DPR_TV_CI_WORK_MODE cProjects: Kundenfeld Bearbeitungsmode 20031013
2 Returning RV_DISABLED Value transfer Type reference (TYPE) STRING Attribut disabled: true/false 20031013

Method TAG_DETERMINE_DISABLED on class CL_DPR_CUST_INCL_WORK has no exception.
History
Last changed by/on SAP  20141109 
SAP Release Created in 310