SAP ABAP Class CL_CFX_SO_SCREEN_OBJECT (Any Object that Can Be Displayed on the Screen)
Hierarchy
☛
CPRXRPM (Software Component) SAP Portfolio and Project Management 6.0
⤷
PLM-CFO (Application Component) Collaboration Folders
⤷
CFX_UI (Package) Collaboration Folders: User Interface

⤷

⤷

Meta Relationship - Used By
Properties
Class | CL_CFX_SO_SCREEN_OBJECT | |
Short Description | Any Object that Can Be Displayed on the Screen | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | CFX_UI | Collaboration Folders: User Interface |
Created | 20021115 | SAP |
Last change | 20141109 | |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_CFX_SO_SCREEN_OBJECT has no interface implemented.
Friends
Class CL_CFX_SO_SCREEN_OBJECT has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | CL_CFX_SO_LABEL | Label | 20021121 | ||
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TT_ID_VALUE | Context Information, Only for Application, Not Used by SO | 20030205 | ||
3 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | CFX_SO_TT_SCREEN_OBJECT | All Objects Contained | 20021202 | ||
4 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | CFX_BOOLEAN | ABAP_UNDEFINED | Error During Check | 20021203 | |
5 | ![]() |
Instance attribute | Public | Type reference (TYPE) | CFX_STRING | m_id with prefix 'cfx_'; ID Used in HTML | 20021121 | ||
6 | ![]() |
Instance attribute | Public | Type reference (TYPE) | CFX_STRING | Internal ID | 20021118 | ||
7 | ![]() |
Static Attribute | Private | Type reference (TYPE) | CFX_SO_TT_SCREEN_OBJECT | All Screen Objects with ID | 20021206 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Checks Entries (In All Fields) | 20021203 |
2 | ![]() |
Instance method | Public | Constructor | 20021118 | |
3 | ![]() |
Instance method | Public | Method | Text for Screen Reader | 20021121 |
4 | ![]() |
Instance method | Public | Method | Read Context (Info for Application) | 20030205 |
5 | ![]() |
Static method | Public | Method | Instance from its ID | 20021206 |
6 | ![]() |
Instance method | Public | Method | Determine Label | 20021122 |
7 | ![]() |
Instance method | Public | Method | 20021203 | |
8 | ![]() |
Instance method | Public | Method | To Events (Buttons, ... react) | 20021209 |
9 | ![]() |
Instance method | Public | Method | Determine Entries from Request | 20021202 |
10 | ![]() |
Instance method | Public | Method | Generate List of Simple Screen Objects | 20021115 |
11 | ![]() |
Instance method | Public | Method | Set/Change Context (Info for Application) | 20021210 |
12 | ![]() |
Instance method | Private | Method | Determines the ID Used in HTML | 20030312 |
13 | ![]() |
Instance method | Public | Method | Change Label | 20021203 |
14 | ![]() |
Instance method | Public | Method | Change Label | 20021203 |
Events
Class CL_CFX_SO_SCREEN_OBJECT has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TS_ID_VALUE | Private | See coding | 20030211 | |
||
2 | TT_ID_VALUE | Private | See coding | Sorted Table (By ID) | 20030205 | |
Method Signatures
Method CHECK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_MSG_ID | Call by reference | Type reference (TYPE) | CFX_STRING | Zeichenkette für Collaboration Folders | 20021203 | ||
2 | ![]() |
E_MSG_TXT | Call by reference | Type reference (TYPE) | CFX_T_TEXT | Text für Collaboration Folders | 20021203 |
Method CHECK on class CL_CFX_SO_SCREEN_OBJECT has no exception.
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_ID | Call by reference | Type reference (TYPE) | CFX_STRING | interne ID | 20021118 |
Method CONSTRUCTOR on class CL_CFX_SO_SCREEN_OBJECT has no exception.
Method GET_ACCESSIBILITY_LABEL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_ACCESSIBILITY_LABEL | Value transfer | Type reference (TYPE) | CFX_STRING | Text für Screen Reader | 20021121 |
Method GET_ACCESSIBILITY_LABEL on class CL_CFX_SO_SCREEN_OBJECT has no exception.
Method GET_CONTEXT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_VALUE | Call by reference | Type reference (TYPE) | ANY | Wert des Kontext | 20030211 | ||
2 | ![]() |
I_ID | Call by reference | Type reference (TYPE) | CFX_STRING | ID des Kontext | 20030205 |
Method GET_CONTEXT on class CL_CFX_SO_SCREEN_OBJECT has no exception.
Method GET_FOR_ID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_ID | Call by reference | Type reference (TYPE) | CFX_STRING | ID des Objektes | 20021206 | ||
2 | ![]() |
RP_SCREEN_OBJECT | Value transfer | Object reference (TYPE REF TO) | CL_CFX_SO_SCREEN_OBJECT | Das Objekt | 20021206 |
Method GET_FOR_ID on class CL_CFX_SO_SCREEN_OBJECT has no exception.
Method GET_LABEL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RP_LABEL | Value transfer | Object reference (TYPE REF TO) | CL_CFX_SO_LABEL | Bezeichnung | 20021122 |
Method GET_LABEL on class CL_CFX_SO_SCREEN_OBJECT has no exception.
Method GET_TYPE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_TYPE | Value transfer | Type reference (TYPE) | CFX_STRING | Zeichenkette für Collaboration Folders | 20021203 |
Method GET_TYPE on class CL_CFX_SO_SCREEN_OBJECT has no exception.
Method HANDLE_EVENTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_EVENT_HANDLED | Call by reference | Type reference (TYPE) | CFX_BOOLEAN | Event wurde behandelt | 20021210 | ||
2 | ![]() |
IP_BACK_URL | Call by reference | Object reference (TYPE REF TO) | CL_CFX_URL | URL zur aufrufenden Seite | 20030929 | ||
3 | ![]() |
IP_BSP_PAGE | Call by reference | Object reference (TYPE REF TO) | IF_BSP_PAGE | Business Server Page (BSP) Seite | 20021209 | ||
4 | ![]() |
IP_NAVIGATION | Call by reference | Object reference (TYPE REF TO) | IF_BSP_NAVIGATION | Business Server Page (BSP) Navigation | 20021209 | ||
5 | ![]() |
I_EVENT_ID | Call by reference | Type reference (TYPE) | STRING | SAP Event | 20021210 |
Method HANDLE_EVENTS on class CL_CFX_SO_SCREEN_OBJECT has no exception.
Method READ_USER_INPUT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IP_REQUEST | Call by reference | Object reference (TYPE REF TO) | IF_HTTP_REQUEST | HTTP Framework (iHTTP) HTTP Request | 20021202 |
Method READ_USER_INPUT on class CL_CFX_SO_SCREEN_OBJECT has no exception.
Method SERIALIZE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_SCREEN_OBJECT | Call by reference | Type reference (TYPE) | CFX_SO_TT_SCREEN_OBJECT | Liste mit cl_cfx_so_screen_object | 20021203 | ||
2 | ![]() |
IP_REQUEST | Call by reference | Object reference (TYPE REF TO) | IF_HTTP_REQUEST | HTTP Framework (iHTTP) HTTP Request | 20021209 |
Method SERIALIZE on class CL_CFX_SO_SCREEN_OBJECT has no exception.
Method SET_CONTEXT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_ID | Call by reference | Type reference (TYPE) | CFX_STRING | ID des Kontext | 20030205 | ||
2 | ![]() |
I_VALUE | Call by reference | Type reference (TYPE) | ANY | Wert des Kontext | 20030205 |
Method SET_CONTEXT on class CL_CFX_SO_SCREEN_OBJECT has no exception.
Method SET_HTML_ID Signature
Method SET_HTML_ID on class CL_CFX_SO_SCREEN_OBJECT has no parameter.
Method SET_HTML_ID on class CL_CFX_SO_SCREEN_OBJECT has no exception.
Method SET_LABEL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IP_LABEL | Call by reference | Object reference (TYPE REF TO) | CL_CFX_SO_LABEL | Bezeichnung | 20021203 |
Method SET_LABEL on class CL_CFX_SO_SCREEN_OBJECT has no exception.
Method SET_LABEL_SIMPLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_ESCAPE_LABEL | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | html escape ? | 20021203 | |
2 | ![]() |
I_LABEL | Call by reference | Type reference (TYPE) | CFX_T_TEXT | Label Text | 20021203 | ||
3 | ![]() |
I_LABEL_ALIAS | Call by reference | Type reference (TYPE) | CFX_T_TEXT | Text Alias für Label | 20021203 | ||
4 | ![]() |
I_LABEL_TOOLTIP | Call by reference | Type reference (TYPE) | CFX_T_TEXT | Tooltip für Label | 20030313 | ||
5 | ![]() |
I_TRUNCATE_LABEL | Call by reference | Type reference (TYPE) | I | Abschneiden auf maximal .. Zeichen ? | 20021203 |
Method SET_LABEL_SIMPLE on class CL_CFX_SO_SCREEN_OBJECT has no exception.
Meta Relationship - Used By (full list)
History
Last changed by/on | SAP | 20141109 |
SAP Release Created in | 200 |