SAP ABAP Class CL_EPM_EXTENSION_BUFFER (EPM Extension Buffer)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-NWD (Application Component) NetWeaver Demonstration
⤷
S_EPM_BO_BASE (Package) EPM: Base Package for Business Objects

⤷

⤷

Properties
Class | CL_EPM_EXTENSION_BUFFER | |
Short Description | EPM Extension Buffer | |
Super Class | ||
Instantiability of a Class | 0 | Private |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | S_EPM_BO_BASE | EPM: Base Package for Business Objects |
Created | 20120829 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_EPM_EXTENSION_BUFFER has no forward declaration.
Interfaces
Class CL_EPM_EXTENSION_BUFFER has no interface implemented.
Friends
Class CL_EPM_EXTENSION_BUFFER has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Public | Type reference (TYPE) | IF_EPM_BO=>TY_DB_TABLE_NAME | 'SNWD_EXTENSIONS' | 20120831 | ||
2 | ![]() |
Static Attribute | Private | Object reference (TYPE REF TO) | CL_EPM_EXTENSION_BUFFER | 20120830 | |||
3 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TT_BUFFER | 20120830 | |||
4 | ![]() |
Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | 20120903 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Private | Method | 20120831 | |
2 | ![]() |
Instance method | Public | Method | 20120829 | |
3 | ![]() |
Instance method | Public | Method | 20120829 | |
4 | ![]() |
Instance method | Private | Method | 20120830 | |
5 | ![]() |
Instance method | Public | Method | 20120829 | |
6 | ![]() |
Instance method | Public | Method | 20120829 | |
7 | ![]() |
Instance method | Public | Method | 20120831 | |
8 | ![]() |
Static method | Public | Method | 20120829 | |
9 | ![]() |
Instance method | Private | Method | 20120831 | |
10 | ![]() |
Instance method | Public | Method | 20120829 | |
11 | ![]() |
Instance method | Public | Method | 20120829 | |
12 | ![]() |
Instance method | Public | Method | 20120829 | |
13 | ![]() |
Instance method | Public | Method | 20120831 | |
14 | ![]() |
Instance method | Private | Method | 20120830 |
Events
Class CL_EPM_EXTENSION_BUFFER has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TT_BOOLEAN | Private | See coding | 20120831 | tt_boolean TYPE STANDARD TABLE OF abap_bool
|
||
2 | TT_BUFFER | Private | See coding | 20120830 | tt_buffer TYPE STANDARD TABLE OF ty_buffer
WITH NON-UNIQUE KEY primary_key COMPONENTS node_key
WITH UNIQUE HASHED KEY hash_key COMPONENTS node_key field_name
|
||
3 | TT_DATA | Private | See coding | 20120830 | tt_data TYPE STANDARD TABLE OF snwd_extensions
|
||
4 | TY_BUFFER | Private | See coding | 20120830 | BEGIN OF ty_buffer,
node_key TYPE if_epm_bo=>ty_node_key,
field_name TYPE fieldname,
node_name TYPE if_epm_bo=>ty_bo_node_name,
field_value TYPE string,
mode TYPE c LENGTH 1,
synced TYPE abap_bool,
END OF ty_buffer
|
Method Signatures
Method ANALYZE_EXTENSION_TABLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ETH_FIELD_NAMES | Call by reference | Type reference (TYPE) | IF_EPM_BO=>TT_EXTENSION_FIELD_NAMES | 20120831 | |||
2 | ![]() |
ET_LOCK_FLAGS | Call by reference | Type reference (TYPE) | TT_BOOLEAN | 20120831 | |||
3 | ![]() |
ET_NODE_KEYS | Call by reference | Type reference (TYPE) | IF_EPM_BO=>TT_NODE_KEYS | 20120831 | |||
4 | ![]() |
ET_OPERATION_INFOS | Call by reference | Type reference (TYPE) | IF_EPM_BO=>TT_NODE_KEY_INFO | 20120831 | |||
5 | ![]() |
II_DATA_BUFFER | Call by reference | Object reference (TYPE REF TO) | IF_EPM_DATA_BUFFER | 20120831 | |||
6 | ![]() |
IT_FIELD_VALUES | Call by reference | Type reference (TYPE) | ANY TABLE | 20120831 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20120831 |
Method CLEANUP Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_IS_TRIGGERED_BY_SAVE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20120829 |
Method CLEANUP on class CL_EPM_EXTENSION_BUFFER has no exception.
Method DELETE_FIELDS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_NODE_KEYS | Call by reference | Type reference (TYPE) | IF_EPM_BO=>TT_NODE_KEYS | 20120831 |
Method DELETE_FIELDS on class CL_EPM_EXTENSION_BUFFER has no exception.
Method GET_DATA_FROM_DB Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_DATA | Call by reference | Type reference (TYPE) | TT_DATA | 20120830 | |||
2 | ![]() |
IT_NODE_KEYS | Call by reference | Type reference (TYPE) | IF_EPM_BO=>TT_NODE_KEYS | 20120830 |
Method GET_DATA_FROM_DB on class CL_EPM_EXTENSION_BUFFER has no exception.
Method GET_FIELD_NAMES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ETH_FIELD_NAMES | Call by reference | Type reference (TYPE) | IF_EPM_BO=>TT_EXTENSION_FIELD_NAMES | 20120830 | |||
2 | ![]() |
IV_BO_NODE_NAME | Call by reference | Type reference (TYPE) | IF_EPM_BO=>TY_BO_NODE_NAME | 20120829 | |||
3 | ![]() |
IV_NODE_KEY | Call by reference | Type reference (TYPE) | IF_EPM_BO=>TY_NODE_KEY | 20120829 |
Method GET_FIELD_NAMES on class CL_EPM_EXTENSION_BUFFER has no exception.
Method GET_FIELD_VALUE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_FIELD_VALUE | Call by reference | Type reference (TYPE) | ANY | 20120831 | |||
2 | ![]() |
IV_FIELD_NAME | Call by reference | Type reference (TYPE) | IF_EPM_BO=>TY_EXTENSION_FIELD_NAME | 20120831 | |||
3 | ![]() |
IV_IS_LOCKED | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20120831 | |||
4 | ![]() |
IV_NODE_KEY | Call by reference | Type reference (TYPE) | IF_EPM_BO=>TY_NODE_KEY | 20120831 |
Method GET_FIELD_VALUE on class CL_EPM_EXTENSION_BUFFER has no exception.
Method GET_FIELD_VALUES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_FIELD_VALUES | Call by reference | Type reference (TYPE) | ANY TABLE | 20120831 | |||
2 | ![]() |
ET_OPERATION_INFOS | Call by reference | Type reference (TYPE) | IF_EPM_BO=>TT_NODE_KEY_INFO | 20120831 | |||
3 | ![]() |
II_DATA_BUFFER | Call by reference | Object reference (TYPE REF TO) | IF_EPM_DATA_BUFFER | 20120831 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20120831 |
Method GET_INSTANCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RO_INSTANCE | Value transfer | Object reference (TYPE REF TO) | CL_EPM_EXTENSION_BUFFER | 20120829 |
Method GET_INSTANCE on class CL_EPM_EXTENSION_BUFFER has no exception.
Method GET_UNBUFFERED_KEYS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_UNBUFFERED_KEYS | Call by reference | Type reference (TYPE) | IF_EPM_BO=>TT_NODE_KEYS | 20120831 | |||
2 | ![]() |
ET_UNBUFFERED_LOCKS | Call by reference | Type reference (TYPE) | TT_BOOLEAN | 20120831 | |||
3 | ![]() |
IT_LOCK_FLAGS | Call by reference | Type reference (TYPE) | TT_BOOLEAN | 20120831 | |||
4 | ![]() |
IT_NODE_KEYS | Call by reference | Type reference (TYPE) | IF_EPM_BO=>TT_NODE_KEYS | 20120831 |
Method GET_UNBUFFERED_KEYS on class CL_EPM_EXTENSION_BUFFER has no exception.
Method IS_DIRTY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_IS_DIRTY | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20120829 |
Method IS_DIRTY on class CL_EPM_EXTENSION_BUFFER has no exception.
Method SAVE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_SUCCESS | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20120829 |
Method SAVE on class CL_EPM_EXTENSION_BUFFER has no exception.
Method SET_FIELD_VALUE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_OPERATION_INFO | Call by reference | Type reference (TYPE) | IF_EPM_BO=>TY_NODE_KEY_INFO | 20120829 | |||
2 | ![]() |
IV_BO_NODE_NAME | Call by reference | Type reference (TYPE) | IF_EPM_BO=>TY_BO_NODE_NAME | 20120829 | |||
3 | ![]() |
IV_FIELD_NAME | Call by reference | Type reference (TYPE) | IF_EPM_BO=>TY_EXTENSION_FIELD_NAME | 20120829 | |||
4 | ![]() |
IV_FIELD_VALUE | Call by reference | Type reference (TYPE) | ANY | 20120829 | |||
5 | ![]() |
IV_NODE_KEY | Call by reference | Type reference (TYPE) | IF_EPM_BO=>TY_NODE_KEY | 20120829 |
Method SET_FIELD_VALUE on class CL_EPM_EXTENSION_BUFFER has no exception.
Method SET_FIELD_VALUES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_OPERATION_INFOS | Call by reference | Type reference (TYPE) | IF_EPM_BO=>TT_NODE_KEY_INFO | 20120831 | |||
2 | ![]() |
II_DATA_BUFFER | Call by reference | Object reference (TYPE REF TO) | IF_EPM_DATA_BUFFER | 20120831 | |||
3 | ![]() |
IT_FIELD_VALUES | Call by reference | Type reference (TYPE) | ANY TABLE | 20120831 | |||
4 | ![]() |
IV_BO_NODE_NAME | Call by reference | Type reference (TYPE) | IF_EPM_BO=>TY_BO_NODE_NAME | 20120831 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20120831 |
Method SYNC_BUFFER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_LOCK_FLAGS | Call by reference | Type reference (TYPE) | TT_BOOLEAN | 20120831 | |||
2 | ![]() |
IT_NODE_KEYS | Call by reference | Type reference (TYPE) | IF_EPM_BO=>TT_NODE_KEYS | 20120831 | |||
3 | ![]() |
IV_IS_LOCKED | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20120831 |
Method SYNC_BUFFER on class CL_EPM_EXTENSION_BUFFER has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 740 |