SAP ABAP Class CL_FPM_REQUEST_DIALOG (Assistance class for the Request Dialog)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
BC-WD-CMP-FPM (Application Component) Floorplan Manager Web Dynpro ABAP
⤷
APB_FPM_CONF (Package) FPM: Configuration Editor
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_WD_COMPONENT_ASSISTANCE | Basis for a Web Dynpro assistance class | 20091010 |
Properties
| Class | CL_FPM_REQUEST_DIALOG | |
| Short Description | Assistance class for the Request Dialog | |
| Super Class | CL_WD_COMPONENT_ASSISTANCE | Basis for a Web Dynpro assistance class |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | APB_FPM_CONF | FPM: Configuration Editor |
| Created | 20091008 | SAP |
| Last change | 20110908 | SAP |
| 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_FPM_REQUEST_DIALOG has no interface implemented.
Friends
Class CL_FPM_REQUEST_DIALOG has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Private | Type reference (TYPE) | TY_T_MSG_CATEGORY | 20091009 | ||||
| 2 | Static Attribute | Private | Type reference (TYPE) | TY_T_MSGCATEGT | 20091009 | ||||
| 3 | Static Attribute | Private | Type reference (TYPE) | TY_T_MAP_MESSAGE | 20091009 | ||||
| 4 | Static Attribute | Private | Type reference (TYPE) | STRING | 20091009 | ||||
| 5 | Static Attribute | Public | Object reference (TYPE REF TO) | IF_FPM_MESSAGE_MANAGER | FPM message manager public use | 20091008 | |||
| 6 | Static Attribute | Public | Object reference (TYPE REF TO) | IF_FPM | Interface for accessing FPM functionality | 20091008 | |||
| 7 | Static Attribute | Public | Type reference (TYPE) | TRKORR | Request/Task | 20091008 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | 20091009 | ||
| 2 | Instance method | Public | Method | Create a new Request | 20091009 | |
| 3 | Instance method | Public | Method | Transfer the process event method from component to class | 20091008 | |
| 4 | Instance method | Public | Method | Fetches the requests of the user | 20091009 | |
| 5 | Instance method | Public | Method | Transport the table entries | 20091008 |
Events
Class CL_FPM_REQUEST_DIALOG has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_S_MSG_CATEGORY | Private | See coding | 20091009 | BEGIN OF ty_s_msg_category,
mandt type fpm_vmsgcategory-mandt,
namespace type fpm_vmsgcategory-namespace,
msg_category type fpm_vmsgcategory-msg_category,
msg_category_nam type fpm_vmsgcategory-msg_category_nam,
END OF ty_s_msg_category
|
||
| 2 | TY_T_MAP_MESSAGE | Private | See coding | 20091008 | ty_t_map_message TYPE STANDARD TABLE OF FPM_T_MSG_MAPPER WITH DEFAULT KEY
|
||
| 3 | TY_T_MSGCATEGT | Private | See coding | 20091009 | ty_t_msgcategt TYPE STANDARD TABLE OF FPM_CATEGORYT WITH DEFAULT KEY
|
||
| 4 | TY_T_MSG_CATEGORY | Private | See coding | 20091009 | ty_t_msg_category TYPE STANDARD TABLE OF ty_s_msg_category WITH DEFAULT KEY
|
Method Signatures
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_FPM_REQUEST_DIALOG has no parameter.
Method CONSTRUCTOR on class CL_FPM_REQUEST_DIALOG has no exception.
Method CREATE_NEW_REQUEST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_TRKORR | Call by reference | Type reference (TYPE) | TRKORR | Request/Task | 20091009 | |||
| 2 | IV_DESCRIPTION | Call by reference | Type reference (TYPE) | AS4TEXT | Short Description of Repository Objects | 20091009 |
Method CREATE_NEW_REQUEST on class CL_FPM_REQUEST_DIALOG has no exception.
Method DISPATCH_PROCESS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CO_CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20091008 | |||
| 2 | EV_NEED_CONFIRMATION | Call by reference | Type reference (TYPE) | BOOLE_D | Result of processing of a specific FPM event | 20091008 | |||
| 3 | IO_COMPONENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_COMPONENT | Web Dynpro: Component | 20091008 | |||
| 4 | IO_EVENT | Call by reference | Object reference (TYPE REF TO) | CL_FPM_EVENT | CL_FPM_EVENT | 20091008 | |||
| 5 | IT_INTERFACE_VIEWS | Call by reference | Type reference (TYPE) | STRING_TABLE | Table of Strings | 20091008 |
Method DISPATCH_PROCESS on class CL_FPM_REQUEST_DIALOG has no exception.
Method FETCH_USER_REQUEST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_REQUESTS | Call by reference | Type reference (TYPE) | TRWBO_REQUEST_HEADERS | 20091009 | ||||
| 2 | IV_TRKORR | Call by reference | Type reference (TYPE) | TRKORR | Request/Task | 20091009 |
Method FETCH_USER_REQUEST on class CL_FPM_REQUEST_DIALOG has no exception.
Method TRANSPORT_TBL_ENTRIES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_TABKEY | Call by reference | Type reference (TYPE) | TROBJ_NAME | Object Name in Object List | 20091008 | |||
| 2 | IV_TBLNAME | Call by reference | Type reference (TYPE) | TABNAME | Table Name | 20091008 | |||
| 3 | IV_TRKORR | Call by reference | Type reference (TYPE) | TRKORR | Request/Task | 20091009 |
Method TRANSPORT_TBL_ENTRIES on class CL_FPM_REQUEST_DIALOG has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 730 |