Hierarchy

⤷

⤷

Properties
Class | CL_DPR_MAINFRAME_UTIL | |
Short Description | Help Functions for Back-End Communication | |
Super Class | ||
Instantiability of a Class | 0 | Private |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | DEVELOPMENT_PROJECTS_UI_LOGIC | Project Management UI Data Formatting |
Created | 20040903 | 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) |
2 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
Class CL_DPR_MAINFRAME_UTIL has no interface implemented.
Friends
Class CL_DPR_MAINFRAME_UTIL has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TT_MSG_INFO | 20041109 | |||
2 | ![]() |
Constant | Private | Type reference (TYPE) | DLVUNIT | 'BBPCRM' | Software Component | 20050418 | |
3 | ![]() |
Constant | Private | Type reference (TYPE) | DLVUNIT | 'Z' | Software Component | 20050418 | |
4 | ![]() |
Constant | Private | Type reference (TYPE) | DLVUNIT | 'CPROJECTS' | Software Component | 20050418 | |
5 | ![]() |
Constant | Public | Type reference (TYPE) | I | 3 | 20050201 | ||
6 | ![]() |
Constant | Public | Type reference (TYPE) | I | 2 | 20050201 | ||
7 | ![]() |
Constant | Public | Type reference (TYPE) | I | 1 | 20050201 | ||
8 | ![]() |
Constant | Public | Type reference (TYPE) | I | 5 | 20080724 | ||
9 | ![]() |
Constant | Public | Type reference (TYPE) | I | 3 | 20050201 | ||
10 | ![]() |
Constant | Public | Type reference (TYPE) | I | 4 | 20050830 | ||
11 | ![]() |
Constant | Public | Type reference (TYPE) | I | 6 | 20080910 | ||
12 | ![]() |
Constant | Public | Type reference (TYPE) | I | 2 | 20050201 | ||
13 | ![]() |
Constant | Public | Type reference (TYPE) | I | 8 | 20100303 | ||
14 | ![]() |
Constant | Public | Type reference (TYPE) | I | 7 | 20081021 | ||
15 | ![]() |
Constant | Public | Type reference (TYPE) | I | 1 | 20050201 | ||
16 | ![]() |
Static Attribute | Private | Object reference (TYPE REF TO) | CL_DPR_MAINFRAME_UTIL | Help Functions for Back-End Communication | 20040903 | ||
17 | ![]() |
Static Attribute | Private | Type reference (TYPE) | DPR_TS_APPL_VIEW_FLAGS | Application Views to Be Displayed | 20050413 | ||
18 | ![]() |
Static Attribute | Private | Type reference (TYPE) | DPR_UI_BSP_CUST | Customizing for General Interface Settings | 20050418 | ||
19 | ![]() |
Static Attribute | Private | Type reference (TYPE) | SMUM_AGR_USERS | Role Table Type | 20050413 | ||
20 | ![]() |
Static Attribute | Private | Type reference (TYPE) | DPR_TT_APPL_VIEW | Table Type for the Application Views Offered to the User | 20050413 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20050413 |
2 | ![]() |
Static method | Public | Method | Gets the Application Views Displayed for User | 20050413 |
3 | ![]() |
Instance method | Public | Method | Get Messages from Back-End | 20050208 |
4 | ![]() |
Instance method | Public | Method | Read Back-End Values | 20040903 |
5 | ![]() |
Instance method | Public | Method | Define First Visible Tab Title | 20050509 |
6 | ![]() |
Instance method | Public | Method | Gets URL for Header Screen | 20050418 |
7 | ![]() |
Static method | Public | Method | Get Singleton | 20040903 |
8 | ![]() |
Instance method | Public | Method | Gets URL for Company Logo Screen | 20050420 |
9 | ![]() |
Instance method | Private | Method | Delivers Visibility (True/False) of Selected View | 20061220 |
10 | ![]() |
Instance method | Public | Method | Convert View to Tab Name | 20041021 |
11 | ![]() |
Instance method | Private | Method | Get URL for WFM-RPA; May Be Empty | 20050509 |
12 | ![]() |
Instance method | Public | Method | Read User Settings | 20041209 |
13 | ![]() |
Instance method | Public | Method | Convert Tab Name to View | 20041021 |
14 | ![]() |
Instance method | Public | Method | Message Points to a Reference Object | 20050415 |
15 | ![]() |
Instance method | Private | Method | Is Message Self-Explanatory? | 20041108 |
16 | ![]() |
Instance method | Private | Method | Get Info for Message from Cache | 20041109 |
17 | ![]() |
Static method | Private | Method | Read Customizing for Appl. Views to Be Displayed for User | 20050413 |
18 | ![]() |
Static method | Private | Method | Read Customizing for Banner | 20050418 |
19 | ![]() |
Instance method | Public | Method | Transfer Settings Value Again | 20050224 |
20 | ![]() |
Instance method | Public | Method | Sets Visibility of Popins for Banner, Settings, Messages | 20070112 |
21 | ![]() |
Instance method | Public | Method | Read Selected Top-Level Initial Screen | 20040903 |
22 | ![]() |
Instance method | Public | Method | Allocation of a Message in GUID, Type, and Text | 20050415 |
Events
Class CL_DPR_MAINFRAME_UTIL has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TS_MSG_INFO | Private | See coding | 20041109 | BEGIN OF ts_msg_info,
msg_class TYPE arbgb,
msg_nr TYPE msgnr,
is_selfexp(1) TYPE c,
END OF ts_msg_info
|
||
2 | TT_MSG_INFO | Private | See coding | 20041109 | tt_msg_info TYPE HASHED TABLE OF ts_msg_info WITH UNIQUE KEY msg_class msg_nr
|
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_DPR_MAINFRAME_UTIL has no parameter.
Method CLASS_CONSTRUCTOR on class CL_DPR_MAINFRAME_UTIL has no exception.
Method GET_ALLOWED_APPL_VIEWS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RT_APPL_VIEW_FLAGS | Value transfer | Type reference (TYPE) | DPR_TS_APPL_VIEW_FLAGS | Anzuzeigende Applikationssichten | 20050413 |
Method GET_ALLOWED_APPL_VIEWS on class CL_DPR_MAINFRAME_UTIL has no exception.
Method GET_ALL_MESSAGES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RT_MESSAGES | Value transfer | Type reference (TYPE) | DPR_TT_UI_MSGS | Tabelle mit Nachrichten aus dem Backend | 20050208 |
Method GET_ALL_MESSAGES on class CL_DPR_MAINFRAME_UTIL has no exception.
Method GET_DEFAULT_VALUES_FROM_BE Signature
Method GET_DEFAULT_VALUES_FROM_BE on class CL_DPR_MAINFRAME_UTIL has no exception.
Method GET_FIRST_VISIBLE_APPVIEW Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_ALL_TABS | Call by reference | Type reference (TYPE) | DPR_TS_UI_WDHEADER | komplette Headerbeschreibung | 20050509 | ||
2 | ![]() |
RV_FIRST_TAB | Value transfer | Type reference (TYPE) | STRING | 20050509 |
Method GET_FIRST_VISIBLE_APPVIEW on class CL_DPR_MAINFRAME_UTIL has no exception.
Method GET_HEADER_URL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_HEADER_URL | Value transfer | Type reference (TYPE) | DPR_TV_HEADER_URL | URL für Bild in Kopfzeile cProjects | 20050418 |
Method GET_HEADER_URL on class CL_DPR_MAINFRAME_UTIL has no exception.
Method GET_INSTANCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RR_DPR_MAINFRAME_UTIL | Value transfer | Object reference (TYPE REF TO) | CL_DPR_MAINFRAME_UTIL | Hilfsfunktionen zur Backendkommunikation | 20040903 |
Method GET_INSTANCE on class CL_DPR_MAINFRAME_UTIL has no exception.
Method GET_LOGO_URL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_LOGO_URL | Value transfer | Type reference (TYPE) | DPR_TV_HEADER_URL | URL für Bild in Kopfzeile cProjects | 20050713 |
Method GET_LOGO_URL on class CL_DPR_MAINFRAME_UTIL has no exception.
Method GET_STARTVIEW_VISIBLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_HEADERDATA | Call by reference | Type reference (TYPE) | DPR_TS_UI_WDHEADER | komplette Headerbeschreibung | 20061220 | ||
2 | ![]() |
RV_VISIBLE | Value transfer | Type reference (TYPE) | BOOLE_D | Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') | 20061220 |
Method GET_STARTVIEW_VISIBLE on class CL_DPR_MAINFRAME_UTIL has no exception.
Method GET_TABNAME_FOR_VIEW Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_VIEW | Call by reference | Type reference (TYPE) | STRING | 20041021 | |||
2 | ![]() |
RV_UITAB | Value transfer | Type reference (TYPE) | STRING | 20041021 |
Method GET_TABNAME_FOR_VIEW on class CL_DPR_MAINFRAME_UTIL has no exception.
Method GET_URL_FOR_WFD Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_GUID | Call by reference | Type reference (TYPE) | STRING | 20050809 | |||
2 | ![]() |
IV_OBJECT_TYPE | Call by reference | Type reference (TYPE) | STRING | 20050809 | |||
3 | ![]() |
IV_ROOT_GUID | Call by reference | Type reference (TYPE) | STRING | 20050809 | |||
4 | ![]() |
IV_ROOT_OBJECT_TYPE | Call by reference | Type reference (TYPE) | STRING | 20050809 | |||
5 | ![]() |
RV_URL | Value transfer | Type reference (TYPE) | STRING | initial, wenn nicht installiert/aktiv | 20050509 |
Method GET_URL_FOR_WFD on class CL_DPR_MAINFRAME_UTIL has no exception.
Method GET_USER_SETTINGS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_CHANGE_MODE | Call by reference | Type reference (TYPE) | I | 20050126 | |||
2 | ![]() |
EV_DEFAULT_VIEW | Call by reference | Type reference (TYPE) | STRING | 20050126 | |||
3 | ![]() |
EV_INFO_URL | Call by reference | Type reference (TYPE) | STRING | 20041209 | |||
4 | ![]() |
EV_SHOW_BANNER | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20041209 |
Method GET_USER_SETTINGS on class CL_DPR_MAINFRAME_UTIL has no exception.
Method GET_VIEW_FOR_TABNAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_UITAB | Call by reference | Type reference (TYPE) | STRING | 20041021 | |||
2 | ![]() |
RV_VIEW | Value transfer | Type reference (TYPE) | STRING | 20041021 |
Method GET_VIEW_FOR_TABNAME on class CL_DPR_MAINFRAME_UTIL has no exception.
Method IS_NAVIGATION_MESSAGE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_IS_NAVIGATION_MESSAGE | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20050415 | |||
2 | ![]() |
EV_TXT | Call by reference | Type reference (TYPE) | STRING | 20050415 | |||
3 | ![]() |
IS_MSG | Call by reference | Type reference (TYPE) | DPR_TS_UI_MSG_LINE | Zeile im Messagelog | 20050415 |
Method IS_NAVIGATION_MESSAGE on class CL_DPR_MAINFRAME_UTIL has no exception.
Method MESSAGE_IS_SELFEXPLANATORY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_ARBGB | Call by reference | Type reference (TYPE) | ARBGB | Arbeitsgebiet | 20041108 | ||
2 | ![]() |
IV_MSGNR | Call by reference | Type reference (TYPE) | MSGNR | Nachrichtennummer | 20041108 | ||
3 | ![]() |
RV_IS_SELFEXPLANATORY | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20041108 |
Method MESSAGE_IS_SELFEXPLANATORY on class CL_DPR_MAINFRAME_UTIL has no exception.
Method MSG_INFO_FROM_CACHE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_ARBGB | Call by reference | Type reference (TYPE) | ARBGB | Arbeitsgebiet | 20041109 | ||
2 | ![]() |
IV_MSGNR | Call by reference | Type reference (TYPE) | MSGNR | Nachrichtennummer | 20041109 | ||
3 | ![]() |
RV_INFO | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20041109 |
Method MSG_INFO_FROM_CACHE on class CL_DPR_MAINFRAME_UTIL has no exception.
Method READ_CUST_FOR_APPL_VIEW Signature
Method READ_CUST_FOR_APPL_VIEW on class CL_DPR_MAINFRAME_UTIL has no parameter.
Method READ_CUST_FOR_APPL_VIEW on class CL_DPR_MAINFRAME_UTIL has no exception.
Method READ_CUST_FOR_UI_SETTINGS Signature
Method READ_CUST_FOR_UI_SETTINGS on class CL_DPR_MAINFRAME_UTIL has no parameter.
Method READ_CUST_FOR_UI_SETTINGS on class CL_DPR_MAINFRAME_UTIL has no exception.
Method REREAD_CHANGE_MODE Signature
Method REREAD_CHANGE_MODE on class CL_DPR_MAINFRAME_UTIL has no parameter.
Method REREAD_CHANGE_MODE on class CL_DPR_MAINFRAME_UTIL has no exception.
Method SET_POPIN_VISIBILITY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_WD_CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | WebDynpro: Schnittstelle für Kontext Knoten | 20070112 |
Method SET_POPIN_VISIBILITY on class CL_DPR_MAINFRAME_UTIL has no exception.
Method SET_SELECTED_TOPTAB Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_WHICH | Call by reference | Type reference (TYPE) | STRING | 20040903 |
Method SET_SELECTED_TOPTAB on class CL_DPR_MAINFRAME_UTIL has no exception.
Method SPLIT_MSG_INFO Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_OBJ_EVENT | Call by reference | Type reference (TYPE) | DPR_TS_OBJ_EVENT | Identifizierung eines Objektes | 20050415 | ||
2 | ![]() |
EV_TXT | Call by reference | Type reference (TYPE) | STRING | 20050415 | |||
3 | ![]() |
IS_MSG | Call by reference | Type reference (TYPE) | DPR_TS_UI_MSG_LINE_REFOBJ | Zeile im Messagelog | 20050415 |
Method SPLIT_MSG_INFO on class CL_DPR_MAINFRAME_UTIL has no exception.
History
Last changed by/on | SAP | 20141109 |
SAP Release Created in | 400 |