SAP ABAP Class CL_FDT_WD_BO_ATTR_SEL_MODEL (FDT WD: Model for BO Attr selection)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-BR (Application Component) BRFplus - ABAP-Based Business Rules
⤷
SFDT_WD_SERVICE (Package) BRFplus: Services for Web Dynpro UI
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_FDT_WD_MODEL | FDT WD: Model for Web Dynpro (abstract) | 20060822 |
Properties
| Class | CL_FDT_WD_BO_ATTR_SEL_MODEL | |
| Short Description | FDT WD: Model for BO Attr selection | |
| Super Class | CL_FDT_WD_MODEL | FDT WD: Model for Web Dynpro (abstract) |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SFDT_WD_SERVICE | BRFplus: Services for Web Dynpro UI |
| Created | 20060822 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_FDT_WD_BO_ATTR_SEL_MODEL has no forward declaration.
Interfaces
Class CL_FDT_WD_BO_ATTR_SEL_MODEL has no interface implemented.
Friends
Class CL_FDT_WD_BO_ATTR_SEL_MODEL has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | CHAR1 | 'B' | Single-Character Flag | 20060824 | ||
| 2 | Constant | Public | Type reference (TYPE) | STRING | 'BO_REP_CHILD' | 20061229 | |||
| 3 | Constant | Public | Type reference (TYPE) | CHAR1 | 'N' | Single-Character Flag | 20060824 | ||
| 4 | Constant | Public | Type reference (TYPE) | STRING | 'BO_REP_OBJECT' | 20060822 | |||
| 5 | Constant | Public | Type reference (TYPE) | CHAR1 | 'S' | Single-Character Flag | 20060824 | ||
| 6 | Constant | Public | Type reference (TYPE) | STRING | 'BO_STRUCT_CHILD' | 20061229 | |||
| 7 | Constant | Public | Type reference (TYPE) | STRING | 'BO_STRUCT_OBJECT' | 20060822 | |||
| 8 | Constant | Public | Type reference (TYPE) | CHAR1 | 'A' | Single-Character Flag | 20060824 | ||
| 9 | Constant | Public | Type reference (TYPE) | CHAR1 | 'L' | Single-Character Flag | 20060824 | ||
| 10 | Constant | Public | Type reference (TYPE) | STRING | '...' | Displayed when no object is selected | 20070105 | ||
| 11 | Instance attribute | Public | Object reference (TYPE REF TO) | IF_SRAPI_SERVICE_REPOSITORY | Service Repository | 20060919 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | 20061229 | ||
| 2 | Instance method | Private | Method | 20060919 | ||
| 3 | Instance method | Private | Method | 20060919 | ||
| 4 | Instance method | Private | Method | 20060919 | ||
| 5 | Instance method | Private | Method | 20060919 |
Events
Class CL_FDT_WD_BO_ATTR_SEL_MODEL has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | BO_REP_OBJECT_TYPE | Public | Type reference (TYPE) | CHAR1 | Single-Character Flag | 20061103 | |
| 2 | FDTS_WD_BO_REP_OBJECT_T | Private | See coding | 20060919 | FDTS_WD_BO_REP_OBJECT_T TYPE STANDARD TABLE OF FDTS_WD_BO_REP_OBJECT
|
||
| 3 | FDTS_WD_BO_STRUCT_OBJECT_T | Private | See coding | 20060919 | FDTS_WD_BO_STRUCT_OBJECT_T TYPE STANDARD TABLE OF FDTS_WD_BO_STRUCT_OBJECT
|
||
| 4 | S_BO_REP_OBJECT | Private | See coding | 20061103 | BEGIN OF s_bo_rep_object ,
type TYPE bo_rep_object_type ,
id TYPE fdt_uuid ,
display TYPE string ,
has_child TYPE abap_bool ,
END OF s_bo_rep_object
|
||
| 5 | T_BO_REP_OBJECT | Private | See coding | 20061103 | t_bo_rep_object TYPE STANDARD TABLE OF s_bo_rep_object
WITH DEFAULT KEY
|
Method Signatures
Method FIND_PARENT_BO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_PARENT_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | Web Dynpro: Interface for Node Element | 20061229 | |||
| 2 | RS_BO_ESR_NAME | Value transfer | Type reference (TYPE) | SESF_MD_ESR_NAME | . | 20061229 |
Method FIND_PARENT_BO on class CL_FDT_WD_BO_ATTR_SEL_MODEL has no exception.
Method GET_BOS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_QUERY_ELEMENT | Value transfer | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | importing parameter | 20060919 | |||
| 2 | IV_NAMESPACE | Value transfer | Type reference (TYPE) | STRING | changing parameter | 20060919 | |||
| 3 | LO_BO_REP_CHILD_NODE | Value transfer | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | changing parameter | 20060919 |
Method GET_BOS on class CL_FDT_WD_BO_ATTR_SEL_MODEL has no exception.
Method GET_NAMESPACES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CO_BO_REP_CHILD_NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20060919 | |||
| 2 | IO_PARENT_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | Web Dynpro: Interface for Node Element | 20060919 | |||
| 3 | IV_SWCP_ID | Call by reference | Type reference (TYPE) | STRING | 20060919 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception Rep API | 20060919 |
Method GET_NODE_CHILDREN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CO_BO_STRUCT_CHILD_NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | changing parameter | 20060919 | |||
| 2 | IO_NODE | Call by reference | Object reference (TYPE REF TO) | STRING | 20060919 | ||||
| 3 | IO_PARENT_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | Web Dynpro: Interface for Node Element | 20060919 | |||
| 4 | IV_INITIAL_ELEMENTS | Call by reference | Type reference (TYPE) | BOOLE_D | ' ' | initial elements to bind | 20060921 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20060919 |
Method GET_SWCPS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CO_BO_REP_CHILD_NODE | Value transfer | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | changing parameter | 20060919 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception Rep API | 20060919 |
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 710 |