SAP ABAP Interface IF_SABP_UI_CTRL_FACTORY (Factory / Builder to Hide Concrete Control Implementation)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ABA-LA (Application Component) Syntax, Compiler, Runtime
⤷
SABP_SELFTEST_CONTROLS_API (Package) *NO* REUSE - Controls: Delegates & Fakes, API
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_AST_UI_CTRL_FACTORY | - NO REUSE - Factory for UI Controls | 20071024 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_SABP_UI_CTRL_FACTORY | - NO REUSE - Factory for UI Controls | 20071024 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_SABP_UI_CTRL_FACTORY_DECO | - NO REUSE - Decorator for Factory | 20071024 |
Properties
| Interface | IF_SABP_UI_CTRL_FACTORY | |
| Short Description | Factory / Builder to Hide Concrete Control Implementation |
General Data
| Package | SABP_SELFTEST_CONTROLS_API | *NO* REUSE - Controls: Delegates & Fakes, API |
| Created | 20071024 | SAP |
| Last changed | 20130531 | SAP |
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | CL_GUI_CONTAINER | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
| 2 | CNTL | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Interface IF_SABP_UI_CTRL_FACTORY has no interface.
Friends
Interface IF_SABP_UI_CTRL_FACTORY has no friend.
Attributes
Interface IF_SABP_UI_CTRL_FACTORY has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Creates an ALV Grid Control | 20071024 | |
| 2 | Instance method | Public | Method | Creates an ALV Tree Control | 20071024 | |
| 3 | Instance method | Public | Method | Creates a Column Tree Control | 20071024 | |
| 4 | Instance method | Public | Method | Creates a Custom Container Control | 20071031 | |
| 5 | Instance method | Public | Method | Creates a Dialog Box Container Control | 20080215 | |
| 6 | Instance method | Public | Method | Creates a Docking Container Control | 20071031 | |
| 7 | Instance method | Public | Method | Creates a List Tree Control | 20080311 | |
| 8 | Instance method | Public | Method | Creates a Simple Container Control | 20071031 | |
| 9 | Instance method | Public | Method | Creates a Splitter Container Control | 20071031 |
Events
Interface IF_SABP_UI_CTRL_FACTORY has no event.
Types
Interface IF_SABP_UI_CTRL_FACTORY has no local type.
Method Signatures
Method CREATE_ALV_GRID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_APPLOGPARENT | Call by reference | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | Container for Application Log | 20071024 | |||
| 2 | I_APPL_EVENTS | Value transfer | Type reference (TYPE) | CHAR01 | SPACE | Register Events as Application Events | 20071024 | ||
| 3 | I_FCAT_COMPLETE | Call by reference | Type reference (TYPE) | SAP_BOOL | SPACE | Boolean Variable (X=True, Space=False) | 20071024 | ||
| 4 | I_GRAPHICSPARENT | Call by reference | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | Container for Graphics | 20071024 | |||
| 5 | I_LIFETIME | Value transfer | Type reference (TYPE) | I | Lifetime | 20071024 | |||
| 6 | I_NAME | Value transfer | Type reference (TYPE) | STRING | Name | 20071024 | |||
| 7 | I_PARENT | Value transfer | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | Parent Container | 20071024 | |||
| 8 | I_PARENTDBG | Call by reference | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | Internal, Do not Use | 20071024 | |||
| 9 | I_SHELLSTYLE | Value transfer | Type reference (TYPE) | I | 0 | Control Style | 20071024 | ||
| 10 | RESULT | Value transfer | Object reference (TYPE REF TO) | _IF_GUI_ALV_GRID | ALV List Viewer | 20071024 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Error Creating Control | 20071024 | ||
| 2 | Error While Initializing Control | 20071024 | ||
| 3 | Error While Linking Control | 20071024 | ||
| 4 | Error While Creating DataProvider Control | 20071024 |
Method CREATE_ALV_TREE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | HIDE_SELECTION | Value transfer | Type reference (TYPE) | AS4FLAG | Visibility of Selection | 20071024 | |||
| 2 | ITEM_SELECTION | Value transfer | Type reference (TYPE) | AS4FLAG | 'X' | Can Individual Items be Selected? | 20071024 | ||
| 3 | I_FCAT_COMPLETE | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20071024 | ||||
| 4 | I_MODEL_MODE | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20071024 | ||||
| 5 | I_PRINT | Value transfer | Type reference (TYPE) | AS4FLAG | Print Only | 20071024 | |||
| 6 | LIFETIME | Value transfer | Type reference (TYPE) | I | Lifetime | 20071024 | |||
| 7 | NODE_SELECTION_MODE | Value transfer | Type reference (TYPE) | I | CL_GUI_COLUMN_TREE=>NODE_SEL_MODE_SINGLE | Nodes: Single or Multiple Selection | 20071024 | ||
| 8 | NO_HTML_HEADER | Value transfer | Type reference (TYPE) | AS4FLAG | No HTML Header | 20071024 | |||
| 9 | NO_TOOLBAR | Value transfer | Type reference (TYPE) | AS4FLAG | No Toolbar | 20071024 | |||
| 10 | PARENT | Value transfer | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | Parent Container | 20071024 | |||
| 11 | RESULT | Value transfer | Object reference (TYPE REF TO) | _IF_GUI_ALV_TREE | ALV List Viewer | 20071024 | |||
| 12 | SHELLSTYLE | Value transfer | Type reference (TYPE) | I | Shell Style | 20071024 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | CNTL_ERROR | 20071024 | ||
| 2 | CNTL_SYSTEM_ERROR | 20071024 | ||
| 3 | CREATE_ERROR | 20071024 | ||
| 4 | Failed | 20071024 | ||
| 5 | ILLEGAL_COLUMN_NAME | 20071024 | ||
| 6 | ILLEGAL_NODE_SELECTION_MODE | 20071024 | ||
| 7 | LIFETIME_ERROR | 20071024 |
Method CREATE_COLUMN_TREE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | HIDE_SELECTION | Value transfer | Type reference (TYPE) | AS4FLAG | Visibility of Selection | 20071024 | |||
| 2 | HIERARCHY_COLUMN_NAME | Value transfer | Type reference (TYPE) | TV_ITMNAME | Name of the Column in Hierarchy Area | 20071024 | |||
| 3 | HIERARCHY_HEADER | Call by reference | Type reference (TYPE) | TREEV_HHDR | Hierarchy Header | 20071024 | |||
| 4 | ITEM_SELECTION | Value transfer | Type reference (TYPE) | AS4FLAG | Can Individual Items be Selected? | 20071024 | |||
| 5 | LIFETIME | Value transfer | Type reference (TYPE) | I | Lifetime | 20071024 | |||
| 6 | NAME | Value transfer | Type reference (TYPE) | STRING | Name | 20071024 | |||
| 7 | NODE_SELECTION_MODE | Value transfer | Type reference (TYPE) | I | Nodes: Single or Multiple Selection | 20071024 | |||
| 8 | NO_HIERARCHY_COLUMN | Value transfer | Type reference (TYPE) | AS4FLAG | Internal Field | 20071024 | |||
| 9 | PARENT | Value transfer | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | Parent Container | 20071024 | |||
| 10 | RESULT | Value transfer | Object reference (TYPE REF TO) | _IF_GUI_COLUMN_TREE | Column Tree Control | 20071024 | |||
| 11 | SHELLSTYLE | Value transfer | Type reference (TYPE) | I | Shell Style | 20071024 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | " | 20071024 | ||
| 2 | Error during control generation | 20071024 | ||
| 3 | General error | 20071024 | ||
| 4 | Invalid Column Name | 20071024 | ||
| 5 | Error in Parameter NODE_SELECTION_MODE | 20071024 | ||
| 6 | " | 20071024 |
Method CREATE_CUSTOM_CONTAINER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTAINER_NAME | Call by reference | Type reference (TYPE) | C | Name of the Screen CustCtrl Name to Link Container To | 20071031 | |||
| 2 | DYNNR | Call by reference | Type reference (TYPE) | SYDYNNR | Report To Which this Container is Linked | 20071031 | |||
| 3 | LIFETIME | Call by reference | Type reference (TYPE) | I | CL_GUI_CONTROL=>LIFETIME_DEFAULT | Lifetime | 20071031 | ||
| 4 | NO_AUTODEF_PROGID_DYNNR | Call by reference | Type reference (TYPE) | C | Don't Autodefined Progid and Dynnr? | 20071031 | |||
| 5 | PARENT | Call by reference | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | Parent container | 20071031 | |||
| 6 | REPID | Call by reference | Type reference (TYPE) | SYREPID | Screen to Which this Container is Linked | 20071031 | |||
| 7 | RESULT | Value transfer | Object reference (TYPE REF TO) | CL_GUI_CUSTOM_CONTAINER | Container for Custom Controls in the Screen Area | 20071031 | |||
| 8 | STYLE | Call by reference | Type reference (TYPE) | I | Windows Style Attributes Applied to this Container | 20071031 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Invalid Parent Control | 20071031 | ||
| 2 | System Error | 20071031 | ||
| 3 | Create Error | 20071031 | ||
| 4 | Lifetime Error | 20071031 | ||
| 5 | Lifetime Error | 20071031 |
Method CREATE_DIALOGBOX_CONTAINER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CAPTION | Call by reference | Type reference (TYPE) | C | Caption | 20080215 | |||
| 2 | DYNNR | Call by reference | Type reference (TYPE) | SYDYNNR | Current Screen Number | 20080215 | |||
| 3 | HEIGHT | Call by reference | Type reference (TYPE) | I | 30 | Height | 20080215 | ||
| 4 | LEFT | Call by reference | Type reference (TYPE) | I | 0 | Left Coordinate | 20080215 | ||
| 5 | LIFETIME | Call by reference | Type reference (TYPE) | I | CL_GUI_CONTAINER=>LIFETIME_DEFAULT | See CL_GUI_OBJECT | 20080215 | ||
| 6 | METRIC | Call by reference | Type reference (TYPE) | I | 0 | Metric | 20080215 | ||
| 7 | NAME | Call by reference | Type reference (TYPE) | STRING | Name | 20080215 | |||
| 8 | NO_AUTODEF_PROGID_DYNNR | Call by reference | Type reference (TYPE) | C | See CL_GUI_DIALOGBOX_CONTAINER | 20080215 | |||
| 9 | PARENT | Call by reference | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | Abstract Container for GUI Controls | 20080215 | |||
| 10 | REPID | Call by reference | Type reference (TYPE) | SYREPID | ABAP Program: Current Main Program | 20080215 | |||
| 11 | RESULT | Value transfer | Object reference (TYPE REF TO) | CL_GUI_DIALOGBOX_CONTAINER | Container for Custom Controls in the Screen Area | 20080215 | |||
| 12 | STYLE | Call by reference | Type reference (TYPE) | I | Style | 20080215 | |||
| 13 | TOP | Call by reference | Type reference (TYPE) | I | 0 | Top Coordinate | 20080215 | ||
| 14 | WIDTH | Call by reference | Type reference (TYPE) | I | 30 | Width | 20080215 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Control Error | 20080215 | ||
| 2 | Control System Error | 20080215 | ||
| 3 | Create Control Error | 20080215 | ||
| 4 | Error While Registering Event | 20080215 | ||
| 5 | Event Already Registered | 20080215 | ||
| 6 | Lifetime Error Linked Dynpro | 20080215 | ||
| 7 | Lifetime Error | 20080215 |
Method CREATE_DOCKING_CONTAINER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CAPTION | Call by reference | Type reference (TYPE) | C | Caption | 20071031 | |||
| 2 | DYNNR | Call by reference | Type reference (TYPE) | SYDYNNR | Screen to Which This Docking Control is Linked | 20071031 | |||
| 3 | EXTENSION | Call by reference | Type reference (TYPE) | I | 50 | Control Extension | 20071031 | ||
| 4 | LIFETIME | Call by reference | Type reference (TYPE) | I | CL_GUI_CONTROL=>LIFETIME_DEFAULT | Lifetime | 20071031 | ||
| 5 | METRIC | Call by reference | Type reference (TYPE) | I | 0 | Metric | 20071031 | ||
| 6 | NAME | Call by reference | Type reference (TYPE) | STRING | Name | 20071031 | |||
| 7 | NO_AUTODEF_PROGID_DYNNR | Call by reference | Type reference (TYPE) | C | Don't Autodefined Progid and Dynnr? | 20071031 | |||
| 8 | PARENT | Call by reference | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | Parent container | 20071031 | |||
| 9 | RATIO | Call by reference | Type reference (TYPE) | I | Percentage of Screen: Takes Priority Over EXTENSION | 20071031 | |||
| 10 | REPID | Call by reference | Type reference (TYPE) | SYREPID | Report to Which This Docking Control is Linked | 20071031 | |||
| 11 | RESULT | Value transfer | Object reference (TYPE REF TO) | CL_GUI_DOCKING_CONTAINER | Docking Control Container | 20071031 | |||
| 12 | SIDE | Call by reference | Type reference (TYPE) | I | CL_GUI_DOCKING_CONTAINER=>DOCK_AT_LEFT | Side to Which Control is Docked | 20071031 | ||
| 13 | STYLE | Call by reference | Type reference (TYPE) | I | Windows Style Attributes Applied to This Docking Container | 20071031 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Invalid Parent Control | 20071031 | ||
| 2 | System Error | 20071031 | ||
| 3 | Create Error | 20071031 | ||
| 4 | Lifetime Error | 20071031 | ||
| 5 | Lifetime Error | 20071031 |
Method CREATE_LIST_TREE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | HIDE_SELECTION | Value transfer | Type reference (TYPE) | AS4FLAG | Visibility of Selection | 20080311 | |||
| 2 | HIERARCHY_HEADER | Call by reference | Type reference (TYPE) | TREEV_HHDR | Hierarchy Header | 20080311 | |||
| 3 | ITEM_SELECTION | Value transfer | Type reference (TYPE) | AS4FLAG | Can Individual Items be Selected? | 20080311 | |||
| 4 | LIFETIME | Value transfer | Type reference (TYPE) | I | Lifetime | 20080311 | |||
| 5 | LIST_HEADER | Call by reference | Type reference (TYPE) | TREEV_LHDR | List Header | 20080311 | |||
| 6 | NAME | Value transfer | Type reference (TYPE) | STRING | Name | 20080311 | |||
| 7 | NODE_SELECTION_MODE | Value transfer | Type reference (TYPE) | I | Nodes: Single or Multiple Selection | 20080311 | |||
| 8 | PARENT | Value transfer | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | Parent Container | 20080311 | |||
| 9 | RESULT | Value transfer | Object reference (TYPE REF TO) | _IF_GUI_LIST_TREE | Column Tree Control | 20080311 | |||
| 10 | SHELLSTYLE | Value transfer | Type reference (TYPE) | I | Shell Style | 20080311 | |||
| 11 | WITH_HEADERS | Value transfer | Type reference (TYPE) | AS4FLAG | With Headers? | 20080311 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | " | 20080311 | ||
| 2 | Error during control generation | 20080311 | ||
| 3 | General error | 20080311 | ||
| 4 | Error in Parameter NODE_SELECTION_MODE | 20080311 | ||
| 5 | " | 20080311 |
Method CREATE_SIMPLE_CONTAINER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | AUTOALIGN | Call by reference | Type reference (TYPE) | SYCHAR01 | Use Autoalign? Default: No for Containers | 20071031 | |||
| 2 | LIFETIME | Call by reference | Type reference (TYPE) | I | CL_GUI_CONTROL=>LIFETIME_DEFAULT | Lifetime | 20071031 | ||
| 3 | NAME | Call by reference | Type reference (TYPE) | STRING | Name | 20071031 | |||
| 4 | PARENT | Call by reference | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | Parent Container | 20071031 | |||
| 5 | RESULT | Value transfer | Object reference (TYPE REF TO) | CL_GUI_SIMPLE_CONTAINER | Anonymous Container | 20071031 | |||
| 6 | STYLE | Call by reference | Type reference (TYPE) | I | Window Style | 20071031 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Invalid Parent Control | 20071031 | ||
| 2 | System Error | 20071031 | ||
| 3 | Create Error | 20071031 | ||
| 4 | Lifetime Error | 20071031 | ||
| 5 | Lifetime Error | 20071031 |
Method CREATE_SPLITTER_CONTAINER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ALIGN | Call by reference | Type reference (TYPE) | I | 15 | Alignment | 20071031 | ||
| 2 | COLUMNS | Call by reference | Type reference (TYPE) | I | Number of Columns to be Displayed | 20071031 | |||
| 3 | HEIGHT | Call by reference | Type reference (TYPE) | I | Hght | 20071031 | |||
| 4 | LEFT | Call by reference | Type reference (TYPE) | I | Left-aligned | 20071031 | |||
| 5 | LINK_DYNNR | Call by reference | Type reference (TYPE) | SY-DYNNR | Screen Number | 20071031 | |||
| 6 | LINK_REPID | Call by reference | Type reference (TYPE) | SY-REPID | Report Name | 20071031 | |||
| 7 | METRIC | Call by reference | Type reference (TYPE) | CNTL_METRIC | CNTL_METRIC_DYNPRO | Metric | 20071031 | ||
| 8 | NAME | Call by reference | Type reference (TYPE) | STRING | Name | 20071031 | |||
| 9 | NO_AUTODEF_PROGID_DYNNR | Call by reference | Type reference (TYPE) | C | Don't Autodefined Progid and Dynnr? | 20071031 | |||
| 10 | PARENT | Call by reference | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | Parent Container | 20071031 | |||
| 11 | RESULT | Value transfer | Object reference (TYPE REF TO) | CL_GUI_SPLITTER_CONTAINER | Docking Control Container | 20071031 | |||
| 12 | ROWS | Call by reference | Type reference (TYPE) | I | Number of Rows to be displayed | 20071031 | |||
| 13 | SHELLSTYLE | Call by reference | Type reference (TYPE) | I | Window Style | 20071031 | |||
| 14 | TOP | Call by reference | Type reference (TYPE) | I | top | 20071031 | |||
| 15 | WIDTH | Call by reference | Type reference (TYPE) | I | NPlWidth | 20071031 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Invalid Parent Control | 20071031 | ||
| 2 | System Error | 20071031 |
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 711 |