SAP ABAP Class /BOBF/CL_CUST_BROWSER_ENTITY (Business Object Entity Browser)
Hierarchy
☛
SAP_BS_FND (Software Component) SAP Business Suite Foundation
⤷
AP-RC-BOF-CFN (Application Component) Business Object Processing Framework Configuration
⤷
/BOBF/CUSTOMER_UI (Package) Business Object Processing Framework Customer UI

⤷

⤷

Properties
Class | /BOBF/CL_CUST_BROWSER_ENTITY | |
Short Description | Business Object Entity Browser | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | /BOBF/CUSTOMER_UI | Business Object Processing Framework Customer UI |
Created | 20090827 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class /BOBF/CL_CUST_BROWSER_ENTITY has no forward declaration.
Interfaces
Class /BOBF/CL_CUST_BROWSER_ENTITY has no interface implemented.
Friends
Class /BOBF/CL_CUST_BROWSER_ENTITY 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) | CHAR1 | '7' | Single-Character Flag | 20090916 | |
2 | ![]() |
Static Attribute | Private | Type reference (TYPE) | CHAR1 | '1' | Single-Character Flag | 20090916 | |
3 | ![]() |
Static Attribute | Private | Type reference (TYPE) | CHAR1 | 'A' | Single-Character Flag | 20090916 | |
4 | ![]() |
Static Attribute | Private | Type reference (TYPE) | CHAR1 | '2' | Single-Character Flag | 20090916 | |
5 | ![]() |
Static Attribute | Private | Type reference (TYPE) | CHAR1 | 'F' | Single-Character Flag | 20130212 | |
6 | ![]() |
Static Attribute | Private | Type reference (TYPE) | CHAR1 | 'G' | Single-Character Indicator | 20130213 | |
7 | ![]() |
Static Attribute | Private | Type reference (TYPE) | CHAR1 | '8' | Single-Character Flag | 20090916 | |
8 | ![]() |
Static Attribute | Private | Type reference (TYPE) | CHAR1 | '4' | Single-Character Flag | 20090916 | |
9 | ![]() |
Static Attribute | Private | Type reference (TYPE) | CHAR1 | 'C' | Single-Character Flag | 20090916 | |
10 | ![]() |
Static Attribute | Private | Type reference (TYPE) | CHAR1 | 'B' | Single-Character Flag | 20090916 | |
11 | ![]() |
Static Attribute | Private | Type reference (TYPE) | CHAR1 | 'E' | Single-Character Flag | 20091209 | |
12 | ![]() |
Static Attribute | Private | Type reference (TYPE) | CHAR1 | 'D' | Single-Character Flag | 20091209 | |
13 | ![]() |
Static Attribute | Private | Type reference (TYPE) | CHAR1 | '9' | Single-Character Flag | 20090916 | |
14 | ![]() |
Static Attribute | Private | Type reference (TYPE) | CHAR1 | '3' | Single-Character Flag | 20090916 | |
15 | ![]() |
Static Attribute | Private | Object reference (TYPE REF TO) | /BOBF/CL_CUST_BROWSER_ENTITY | Busines Object Entity Browser | 20090827 | ||
16 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_ALV_TREE | ALV Tree Control | 20090827 | ||
17 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TT_ALV_OUTTAB | 20090827 | |||
18 | ![]() |
Instance attribute | Private | Type reference (TYPE) | /BOBF/T_CONF_MODEL_API_ACTION | Configuration Model API: Action Details | 20091027 | ||
19 | ![]() |
Instance attribute | Private | Type reference (TYPE) | /BOBF/T_CONF_MODEL_API_ASSOC | Configuration Model API: Association Details | 20130213 | ||
20 | ![]() |
Instance attribute | Private | Type reference (TYPE) | /BOBF/T_CONF_MODEL_API_BO | Configuration Model API: BO Details | 20091027 | ||
21 | ![]() |
Instance attribute | Private | Type reference (TYPE) | /BOBF/T_CONF_MODEL_API_DET | Configuration Model API: Determination Details | 20091027 | ||
22 | ![]() |
Instance attribute | Private | Type reference (TYPE) | /BOBF/T_CONF_MODEL_API_QUERY | Configuration Model API: Query Details | 20091209 | ||
23 | ![]() |
Instance attribute | Private | Type reference (TYPE) | /BOBF/T_CONF_MODEL_API_VAL | Configuration Model API: Validation Details | 20091027 | ||
24 | ![]() |
Instance attribute | Private | Type reference (TYPE) | /BOBF/OBM_NODE_KEY | Node | 20090827 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Private | Method | 20090911 | |
2 | ![]() |
Instance method | Private | Method | Build ALV tree | 20090827 |
3 | ![]() |
Instance method | Public | Method | Clear the ALV instance | 20090827 |
4 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 20090827 |
5 | ![]() |
Instance method | Public | Method | 20091112 | |
6 | ![]() |
Instance method | Public | Method | 20091112 | |
7 | ![]() |
Static method | Public | Method | Returns the Singleton Instance of the BO Browser | 20090827 |
8 | ![]() |
Static method | Public | Method | 20090827 | |
9 | ![]() |
Instance method | Private | Event handling method | 20090831 | |
10 | ![]() |
Instance method | Private | Event handling method | 20090831 | |
11 | ![]() |
Instance method | Private | Event handling method | 20091104 | |
12 | ![]() |
Instance method | Public | Method | Shows the entities of the node | 20090827 |
13 | ![]() |
Instance method | Public | Method | 20090922 |
Events
Class /BOBF/CL_CUST_BROWSER_ENTITY has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TT_ALV_OUTTAB | Protected | See coding | 20090827 | tt_alv_outtab TYPE STANDARD TABLE OF ty_alv_outtab
|
||
2 | TY_ALV_OUTTAB | Protected | See coding | 20090827 | BEGIN OF ty_alv_outtab,
description TYPE string,
content_type TYPE char1,
content_key TYPE /bobf/conf_key,
bo_key TYPE /bobf/obm_bo_key,
tree_parent_key TYPE lvc_nkey,
tree_key TYPE lvc_nkey,
END OF ty_alv_outtab
|
Method Signatures
Method ADD_ACTION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_ACT_KEY | Call by reference | Type reference (TYPE) | /BOBF/ACT_KEY | Action | 20090911 | ||
2 | ![]() |
IV_PARENT_TREE_ID | Call by reference | Type reference (TYPE) | LVC_NKEY | ALV Tree Control: Node Key | 20090911 |
Method ADD_ACTION on class /BOBF/CL_CUST_BROWSER_ENTITY has no exception.
Method BUILD_TREE Signature
Method BUILD_TREE on class /BOBF/CL_CUST_BROWSER_ENTITY has no parameter.
Method BUILD_TREE on class /BOBF/CL_CUST_BROWSER_ENTITY has no exception.
Method CLEAR_TREE Signature
Method CLEAR_TREE on class /BOBF/CL_CUST_BROWSER_ENTITY has no parameter.
Method CLEAR_TREE on class /BOBF/CL_CUST_BROWSER_ENTITY has no exception.
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_CONTAINER | Call by reference | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | Abstract Container for GUI Controls | 20090827 |
Method CONSTRUCTOR on class /BOBF/CL_CUST_BROWSER_ENTITY has no exception.
Method DELETE_ENTITY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_ENTITY_KEY | Call by reference | Type reference (TYPE) | /BOBF/CONF_KEY | NodeID | 20091112 |
Method DELETE_ENTITY on class /BOBF/CL_CUST_BROWSER_ENTITY has no exception.
Method FOCUS_ENTITY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_ENTITY_KEY | Call by reference | Type reference (TYPE) | /BOBF/CONF_KEY | NodeID | 20091112 |
Method FOCUS_ENTITY on class /BOBF/CL_CUST_BROWSER_ENTITY has no exception.
Method GET_INSTANCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EO_INSTANCE | Value transfer | Object reference (TYPE REF TO) | /BOBF/CL_CUST_BROWSER_ENTITY | Business Object Browser | 20090827 |
Method GET_INSTANCE on class /BOBF/CL_CUST_BROWSER_ENTITY has no exception.
Method INITIALIZE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_CONTAINER | Call by reference | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | ALV Tree Control | 20090827 |
Method INITIALIZE on class /BOBF/CL_CUST_BROWSER_ENTITY has no exception.
Method ON_NODE_CONTEXT_MENU_REQ Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
MENU | Value transfer | Attribute reference (LIKE) | 20090831 | ||||
2 | ![]() |
NODE_KEY | Value transfer | Attribute reference (LIKE) | 20090831 |
Method ON_NODE_CONTEXT_MENU_REQ on class /BOBF/CL_CUST_BROWSER_ENTITY has no exception.
Method ON_NODE_CONTEXT_MENU_SEL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
FCODE | Value transfer | Attribute reference (LIKE) | 20090831 | ||||
2 | ![]() |
NODE_KEY | Value transfer | Attribute reference (LIKE) | 20090831 |
Method ON_NODE_CONTEXT_MENU_SEL on class /BOBF/CL_CUST_BROWSER_ENTITY has no exception.
Method ON_NODE_DOUBLECLICK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
NODE_KEY | Value transfer | Attribute reference (LIKE) | 20091104 |
Method ON_NODE_DOUBLECLICK on class /BOBF/CL_CUST_BROWSER_ENTITY has no exception.
Method OPEN_NODE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_ENTITY_KEY | Call by reference | Type reference (TYPE) | /BOBF/CONF_KEY | NodeID | 20091104 | ||
2 | ![]() |
IV_NODE_KEY | Call by reference | Type reference (TYPE) | /BOBF/OBM_NODE_KEY | Node | 20090827 |
Method OPEN_NODE on class /BOBF/CL_CUST_BROWSER_ENTITY has no exception.
Method REFRESH Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_NODE_KEY | Call by reference | Type reference (TYPE) | /BOBF/OBM_NODE_KEY | Node | 20100121 | ||
2 | ![]() |
IV_SHOW_ENTITY | Call by reference | Type reference (TYPE) | /BOBF/CONF_KEY | NodeID | 20091104 |
Method REFRESH on class /BOBF/CL_CUST_BROWSER_ENTITY has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 702 |