SAP ABAP Class CL_MMPUR_UI_TEMPL_MODEL (Assistance Class for MMPUR_TEMPLATES_COMP)
Hierarchy
☛
SAP_APPL (Software Component) Logistics and Accounting
⤷
MM-PUR (Application Component) Purchasing
⤷
MMPUR_UI_MODEL (Package) Model Components for Web Dynpro Applications, Purchasing

⤷

⤷

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 | 20070827 |
Properties
Class | CL_MMPUR_UI_TEMPL_MODEL | |
Short Description | Assistance Class for MMPUR_TEMPLATES_COMP | |
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 | MMPUR_UI_MODEL | Model Components for Web Dynpro Applications, Purchasing |
Created | 20070827 | SAP |
Last change | 20100310 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_MMPUR_UI_TEMPL_MODEL has no forward declaration.
Interfaces
Class CL_MMPUR_UI_TEMPL_MODEL has no interface implemented.
Friends
Class CL_MMPUR_UI_TEMPL_MODEL has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Private | Type reference (TYPE) | STRING | 'DELETE' | Delete Button | 20070829 | |
2 | ![]() |
Constant | Private | Type reference (TYPE) | STRING | 'DESCR' | Description | 20070829 | |
3 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'LOAD' | LOAD | 20070828 | |
4 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'SAVE' | SAVE | 20070828 | |
5 | ![]() |
Constant | Private | Type reference (TYPE) | STRING | 'NAME' | Name | 20070829 | |
6 | ![]() |
Constant | Public | Type reference (TYPE) | BOOLE_D | SPACE | No | 20070828 | |
7 | ![]() |
Constant | Private | Type reference (TYPE) | STRING | 'TEMPLATE_DETAIL' | Detail area name | 20070829 | |
8 | ![]() |
Constant | Private | Type reference (TYPE) | STRING | 'MASTER_TEMPLATE' | User specific | 20070829 | |
9 | ![]() |
Constant | Public | Type reference (TYPE) | BOOLE_D | 'X' | Yes | 20070828 | |
10 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | IF_WD_COMPONENT | Web Dynpro: Component | 20070828 | ||
11 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | IF_TEMPLATE_FACTORY | 20070828 | |||
12 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20070828 | ||
13 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | IF_TEMPLATE | Document Template | 20070829 | ||
14 | ![]() |
Instance attribute | Public | Object reference (TYPE REF TO) | IF_WD_WINDOW | 20070828 | |||
15 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20070828 | ||
16 | ![]() |
Instance attribute | Private | Type reference (TYPE) | MMPURUI_TEMPL_IF | Public component interface for template handling | 20070828 | ||
17 | ![]() |
Instance attribute | Public | Type reference (TYPE) | STRING | LOAD or SAVE | 20070828 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Create a popup window | 20070829 |
2 | ![]() |
Instance method | Public | Method | actions when user selects cancel button | 20070828 |
3 | ![]() |
Instance method | Public | Method | actions when user selects delete button | 20070828 |
4 | ![]() |
Instance method | Public | Method | actions when user selects ok button | 20070828 |
5 | ![]() |
Instance method | Public | Method | initialization | 20070828 |
6 | ![]() |
Instance method | Public | Method | Load template list | 20070828 |
7 | ![]() |
Instance method | Public | Method | Dynamically build detail area | 20070829 |
8 | ![]() |
Instance method | Private | Method | report messages | 20070919 |
9 | ![]() |
Instance method | Public | Method | global reset | 20070828 |
10 | ![]() |
Instance method | Public | Method | Establish popup events | 20070828 |
11 | ![]() |
Instance method | Public | Method | Update template data | 20070828 |
Events
Class CL_MMPUR_UI_TEMPL_MODEL has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | LTY_TEMPLATE | Private | See coding | 20070828 | BEGIN OF lty_template,
guid TYPE guid_22,
name TYPE c LENGTH 50,
cdate TYPE erdat,
master TYPE mmpur_bool,
handle TYPE REF TO if_template,
END OF lty_template
|
||
2 | LTY_T_TEMPLATE | Private | See coding | 20070828 | lty_t_template TYPE SORTED TABLE OF lty_template WITH UNIQUE KEY guid
|
Method Signatures
Method CREATE_POPUP_WINDOW Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_COMPONENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_COMPONENT | Web Dynpro: Component | 20070829 | ||
2 | ![]() |
IV_MODE | Call by reference | Type reference (TYPE) | STRING | mode of operation | 20070829 |
Method CREATE_POPUP_WINDOW on class CL_MMPUR_UI_TEMPL_MODEL has no exception.
Method DO_ON_CANCEL Signature
Method DO_ON_CANCEL on class CL_MMPUR_UI_TEMPL_MODEL has no parameter.
Method DO_ON_CANCEL on class CL_MMPUR_UI_TEMPL_MODEL has no exception.
Method DO_ON_DELETE Signature
Method DO_ON_DELETE on class CL_MMPUR_UI_TEMPL_MODEL has no parameter.
Method DO_ON_DELETE on class CL_MMPUR_UI_TEMPL_MODEL has no exception.
Method DO_ON_OK Signature
Method DO_ON_OK on class CL_MMPUR_UI_TEMPL_MODEL has no parameter.
Method DO_ON_OK on class CL_MMPUR_UI_TEMPL_MODEL has no exception.
Method INITIALIZE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_COMPONENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_COMPONENT | Web Dynpro: Component | 20070828 |
Method INITIALIZE on class CL_MMPUR_UI_TEMPL_MODEL has no exception.
Method LOAD_TEMPLATE_LIST Signature
Method LOAD_TEMPLATE_LIST on class CL_MMPUR_UI_TEMPL_MODEL has no parameter.
Method LOAD_TEMPLATE_LIST on class CL_MMPUR_UI_TEMPL_MODEL has no exception.
Method MODIFY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_VIEW | Call by reference | Object reference (TYPE REF TO) | IF_WD_VIEW | Web Dynpro: API of a View | 20070829 |
Method MODIFY on class CL_MMPUR_UI_TEMPL_MODEL has no exception.
Method REPORT_MESSAGES Signature
Method REPORT_MESSAGES on class CL_MMPUR_UI_TEMPL_MODEL has no parameter.
Method REPORT_MESSAGES on class CL_MMPUR_UI_TEMPL_MODEL has no exception.
Method RESET Signature
Method RESET on class CL_MMPUR_UI_TEMPL_MODEL has no parameter.
Method RESET on class CL_MMPUR_UI_TEMPL_MODEL has no exception.
Method SUBSCRIBE_POPUP_EVENTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_VIEW | Call by reference | Object reference (TYPE REF TO) | IF_WD_VIEW | Web Dynpro: API of a View | 20070828 |
Method SUBSCRIBE_POPUP_EVENTS on class CL_MMPUR_UI_TEMPL_MODEL has no exception.
Method UPDATE_DATA Signature
Method UPDATE_DATA on class CL_MMPUR_UI_TEMPL_MODEL has no parameter.
Method UPDATE_DATA on class CL_MMPUR_UI_TEMPL_MODEL has no exception.
History
Last changed by/on | SAP | 20100310 |
SAP Release Created in | 603 |