SAP ABAP Class CL_UPARM_CUSTOM_UTILITY (Customizing Utility Method)
Hierarchy
☛
BI_CONT (Software Component) Business Intelligence Content
⤷
BW-BCT-PLA-RAP (Application Component) Retail Assortment Planning
⤷
UPARM (Package) Retail MAP Master Data Maintenance
⤷
⤷
Properties
| Class | CL_UPARM_CUSTOM_UTILITY | |
| Short Description | Customizing Utility Method | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | UPARM | Retail MAP Master Data Maintenance |
| Created | 20081128 | SAP |
| Last change | 20141101 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_UPARM_CUSTOM_UTILITY has no forward declaration.
Interfaces
Class CL_UPARM_CUSTOM_UTILITY has no interface implemented.
Friends
Class CL_UPARM_CUSTOM_UTILITY has no friend class.
Attributes
Class CL_UPARM_CUSTOM_UTILITY has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Return CIP Column header | 20090221 | |
| 2 | Static method | Public | Method | Return Column Description header | 20100111 | |
| 3 | Static method | Public | Method | Return Column header | 20090221 | |
| 4 | Static method | Public | Method | Return CVI Column header | 20090221 | |
| 5 | Static method | Public | Method | Get Internal Init Value | 20090515 | |
| 6 | Static method | Public | Method | Has 1 or more dropdown column | 20090209 | |
| 7 | Static method | Public | Method | Return true if customizing has ranking column defined | 20090224 | |
| 8 | Static method | Public | Method | Return true if attribute format display text | 20081128 | |
| 9 | Static method | Public | Method | Return true if attribute format display value | 20090205 | |
| 10 | Static method | Public | Method | Return true if attribute is checkbox | 20081128 | |
| 11 | Static method | Public | Method | Return true if attribute is dropdown | 20081128 | |
| 12 | Static method | Public | Method | Parse the column sorting expression text | 20090605 |
Events
Class CL_UPARM_CUSTOM_UTILITY has no event.
Types
Class CL_UPARM_CUSTOM_UTILITY has no local type.
Method Signatures
Method GET_CIP_HEADER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_CUSTOMIZING | Call by reference | Object reference (TYPE REF TO) | CL_UPARM_CUSTOMIZING | Master data maintenance view customizig | 20090221 | |||
| 2 | IS_CIP | Call by reference | Type reference (TYPE) | UPARM_TC_CIP | Master Data Maintenance View - Columns Definition | 20090221 | |||
| 3 | R_HEADER | Value transfer | Type reference (TYPE) | STRING | 20090221 |
Method GET_CIP_HEADER on class CL_UPARM_CUSTOM_UTILITY has no exception.
Method GET_COLUMN_DESC_HEADER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_CUSTOMIZING | Call by reference | Object reference (TYPE REF TO) | CL_UPARM_CUSTOMIZING | Master data maintenance view customizig | 20100111 | |||
| 2 | IS_COLUMN | Call by reference | Type reference (TYPE) | UPARM_TC_COLUMNS | Master Data Maintenance View - Columns Definition | 20100111 | |||
| 3 | R_DESCRIPTION_HEADER | Value transfer | Type reference (TYPE) | STRING | 20100111 |
Method GET_COLUMN_DESC_HEADER on class CL_UPARM_CUSTOM_UTILITY has no exception.
Method GET_COLUMN_HEADER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_CUSTOMIZING | Call by reference | Object reference (TYPE REF TO) | CL_UPARM_CUSTOMIZING | Master data maintenance view customizig | 20090221 | |||
| 2 | IS_COLUMN | Call by reference | Type reference (TYPE) | UPARM_TC_COLUMNS | Master Data Maintenance View - Columns Definition | 20090221 | |||
| 3 | R_HEADER | Value transfer | Type reference (TYPE) | STRING | 20090221 |
Method GET_COLUMN_HEADER on class CL_UPARM_CUSTOM_UTILITY has no exception.
Method GET_CVI_HEADER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_CUSTOMIZING | Call by reference | Object reference (TYPE REF TO) | CL_UPARM_CUSTOMIZING | Master data maintenance view customizig | 20090221 | |||
| 2 | IS_CVI | Call by reference | Type reference (TYPE) | UPARM_TC_CVI | Master Data Maintenance View - Columns Definition | 20090221 | |||
| 3 | R_HEADER | Value transfer | Type reference (TYPE) | STRING | 20090221 |
Method GET_CVI_HEADER on class CL_UPARM_CUSTOM_UTILITY has no exception.
Method GET_INTERNAL_INIT_VALUE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_INFO_OBJ | Call by reference | Type reference (TYPE) | UPARM_Y_IOBJ | InfoObject | 20090515 | |||
| 2 | I_INIT_VALUE_EXTERNAL | Call by reference | Type reference (TYPE) | UPARM_Y_ATTR_VALUE | Info object Attribute Value | 20090515 | |||
| 3 | R_INIT_VALUE_INTERNAL | Value transfer | Type reference (TYPE) | UPARM_Y_ATTR_VALUE | Info object Attribute Value | 20090515 |
Method GET_INTERNAL_INIT_VALUE on class CL_UPARM_CUSTOM_UTILITY has no exception.
Method HAS_DROPDOWN_COLUMN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_CUSTOMIZING | Call by reference | Object reference (TYPE REF TO) | CL_UPARM_CUSTOMIZING | Master data maintenance view customizig | 20090209 | |||
| 2 | R_HAS_DROPDOWN | Value transfer | Type reference (TYPE) | WDY_BOOLEAN | Supplement for True Boolean Type: 'X' == True '' == False | 20090209 |
Method HAS_DROPDOWN_COLUMN on class CL_UPARM_CUSTOM_UTILITY has no exception.
Method HAS_RANKING_COLUMN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_CUSTOMIZING | Call by reference | Object reference (TYPE REF TO) | CL_UPARM_CUSTOMIZING | Master data maintenance view customizig | 20090224 | |||
| 2 | R_RESULT | Value transfer | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20090224 |
Method HAS_RANKING_COLUMN on class CL_UPARM_CUSTOM_UTILITY has no exception.
Method HAS_TEXT_COLUMN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_DISPLAY_FORMAT | Call by reference | Type reference (TYPE) | UPARM_Y_ATTR_FORMAT | Master Data Maintenance View - Attribute Format | 20081128 | |||
| 2 | R_HAS_TEXT | Value transfer | Type reference (TYPE) | WDY_BOOLEAN | Link field for view query | 20081128 |
Method HAS_TEXT_COLUMN on class CL_UPARM_CUSTOM_UTILITY has no exception.
Method HAS_VALUE_COLUMN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_DISPLAY_FORMAT | Call by reference | Type reference (TYPE) | UPARM_Y_ATTR_FORMAT | Master Data Maintenance View - Attribute Format | 20090205 | |||
| 2 | R_HAS_TEXT | Value transfer | Type reference (TYPE) | WDY_BOOLEAN | Link field for view query | 20090205 |
Method HAS_VALUE_COLUMN on class CL_UPARM_CUSTOM_UTILITY has no exception.
Method IS_CHECKBOX_COLUMN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_DISPLAY_FORMAT | Call by reference | Type reference (TYPE) | UPARM_Y_ATTR_FORMAT | Master Data Maintenance View - Attribute Format | 20081128 | |||
| 2 | R_IS_CHECKBOX | Value transfer | Type reference (TYPE) | WDY_BOOLEAN | Link field for view query | 20081128 |
Method IS_CHECKBOX_COLUMN on class CL_UPARM_CUSTOM_UTILITY has no exception.
Method IS_DROPDOWN_COLUMN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_DISPLAY_FORMAT | Call by reference | Type reference (TYPE) | UPARM_Y_ATTR_FORMAT | Master Data Maintenance View - Attribute Format | 20081128 | |||
| 2 | R_IS_DROPDOWN | Value transfer | Type reference (TYPE) | WDY_BOOLEAN | Link field for view query | 20081128 |
Method IS_DROPDOWN_COLUMN on class CL_UPARM_CUSTOM_UTILITY has no exception.
Method PARSE_COL_SORTING_EXP_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_COL_SORTING_EXP_TEXT | Call by reference | Type reference (TYPE) | UPARM_Y_COL_SORTING_EXP | Column sorting expression | 20090605 | |||
| 2 | RT_PARSE_RESULT | Value transfer | Type reference (TYPE) | UPARM_YT_SEQ_SORT_ORDER | 20090605 |
Method PARSE_COL_SORTING_EXP_TEXT on class CL_UPARM_CUSTOM_UTILITY has no exception.
History
| Last changed by/on | SAP | 20141101 |
| SAP Release Created in | 705 |