Hierarchy
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_DPR_PROPERTY_HANDLER | Attribute Handler Interface | 20040909 |
Properties
| Class | CL_DPR_API_PROPERTY_HANDLER | |
| Short Description | Proj. Mgmt API: Property Handler | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | P | SAP Standard Production Program |
| Category | 0 | |
| Package | DEVELOPMENT_PROJECTS_API | API for Project Management |
| Created | 20040909 | SAP |
| Last change | 20141109 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 2 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_DPR_PROPERTY_HANDLER | Attribute Handler Interface | 20040909 |
Friends
Class CL_DPR_API_PROPERTY_HANDLER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_DPR_API_CONTEXT | Context for Business Object | 20041015 | |||
| 2 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_DPR_FC_INFO | Field Control | 20070628 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | DPR_TT_STRING_TAB | Proj. Mgmt API: Table of Struct. with only one String Field | 20060831 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | TT_BUFFERED_GUIDS_ASSOC | Table Type for GUIDs | 20080125 | |||
| 5 | Instance attribute | Private | Type reference (TYPE) | IF_DPR_CORE_SERVICE_INBOUND=>TT_PROPERTIES | Table of Field Control Info. (Field, Action, Association) | 20041013 | |||
| 6 | Instance attribute | Private | Type reference (TYPE) | STRING | Last Business Object Type | 20070628 | |||
| 7 | Instance attribute | Private | Type reference (TYPE) | DPR_TV_FC | Field Control | 20070628 | |||
| 8 | Static Attribute | Private | Object reference (TYPE REF TO) | IF_DPR_PROPERTY_HANDLER | Property Handler | 20040909 |
Methods
Events
| # | Event | Type | Visibility | Description | Created on |
|---|---|---|---|---|---|
| 1 | FREE_FC_BUFFERS | Instance Event (0) |
Public (2) |
Empty Buffer of Field Property Objects | 20070702 |
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TT_BUFFERED_GUIDS_ASSOC | Private | See coding | 20091014 | tt_buffered_guids_assoc TYPE HASHED TABLE OF
ty_buffered_guids_assoc
WITH UNIQUE KEY bo_name
* bo_node_name
bo_node_key
|
||
| 2 | TT_PROPERTY_STORE | Private | See coding | 20041013 | tt_property_store TYPE SORTED TABLE OF ty_property_store
WITH NON-UNIQUE DEFAULT KEY
|
||
| 3 | TY_BUFFERED_GUIDS_ASSOC | Private | See coding | 20091014 | BEGIN OF ty_buffered_guids_assoc,
bo_name TYPE string,
* bo_node_name TYPE string,
bo_node_key TYPE string,
END OF ty_buffered_guids_assoc
|
||
| 4 | TY_PROPERTY_STORE | Private | See coding | 20041013 | BEGIN OF ty_property_store,
business_object_name TYPE string,
element_type TYPE dpr_tv_elementtype,
element_name TYPE dpr_api_object,
sub_elem_type TYPE dpr_tv_elementtype,
sub_elem_name TYPE dpr_api_object,
property_name TYPE dpr_api_object,
aspect_key TYPE string,
final TYPE boole_d,
property_base_type(1) TYPE c,
property_value_bool TYPE boole_d,
property_value_string TYPE string,
property_value_int TYPE i,
END OF ty_property_store
|
Method Signatures
Method CLEAR Signature
Method CLEAR on class CL_DPR_API_PROPERTY_HANDLER has no parameter.
Method CLEAR on class CL_DPR_API_PROPERTY_HANDLER has no exception.
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_DPR_API_PROPERTY_HANDLER has no parameter.
Method CONSTRUCTOR on class CL_DPR_API_PROPERTY_HANDLER has no exception.
Method CONVERT_PROPERTIES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_PROPERTY | Call by reference | Type reference (TYPE) | DPR_TV_FC_PROPERTY_VALUE | Eigenschaft(Property value) | 20041014 | |||
| 2 | RS_PROPERTIES | Value transfer | Type reference (TYPE) | IF_DPR_CORE_SERVICE_INBOUND=>TY_PROPERTIES | 20041014 |
Method CONVERT_PROPERTIES on class CL_DPR_API_PROPERTY_HANDLER has no exception.
Method CONVERT_PROPERTIES2 Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_PROPERTIES | Call by reference | Type reference (TYPE) | IF_DPR_CORE_SERVICE_INBOUND=>TY_PROPERTIES | 20060831 | ||||
| 2 | IV_PROPERTY | Call by reference | Type reference (TYPE) | DPR_TV_FC_PROPERTY_VALUE | Eigenschaft(Property value) | 20060831 |
Method CONVERT_PROPERTIES2 on class CL_DPR_API_PROPERTY_HANDLER has no exception.
Method DEL_BUFFER_FOR_ACTION_PROPERTY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_BO_NODE_KEY | Call by reference | Type reference (TYPE) | ANY | 20041027 | ||||
| 2 | IV_BO_NODE_NAME | Call by reference | Type reference (TYPE) | STRING | 20041027 |
Method DEL_BUFFER_FOR_ACTION_PROPERTY on class CL_DPR_API_PROPERTY_HANDLER has no exception.
Method DETERMINE_ASSOC_PROPERTIES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IN_BO_NODE_KEY | Call by reference | Type reference (TYPE) | ANY | 20080125 | ||||
| 2 | IN_BO_NODE_NAME | Call by reference | Type reference (TYPE) | STRING | 20080125 |
Method DETERMINE_ASSOC_PROPERTIES on class CL_DPR_API_PROPERTY_HANDLER has no exception.
Method DETERMINE_PROPERTIES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IN_BO_NODE_KEY | Call by reference | Type reference (TYPE) | ANY | BO-Knoten-Key | 20060831 | |||
| 2 | IN_BO_NODE_NAME | Call by reference | Type reference (TYPE) | STRING | BO-Knoten | 20060831 |
Method DETERMINE_PROPERTIES on class CL_DPR_API_PROPERTY_HANDLER has no exception.
Method DETERMINE_SPECIFIC_PROPERTIES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_FIELDS | Call by reference | Type reference (TYPE) | DPR_TT_FC_FIELDS | Tabelle mit Feldname | 20070626 | |||
| 2 | IT_INT2EXT_MAP | Call by reference | Type reference (TYPE) | DPR_TT_API_INT2EXT_MAP2 | Feldnamenmappingtabelle | 20070627 | |||
| 3 | IV_BO_NODE_KEY | Call by reference | Type reference (TYPE) | ANY | BO-Knoten-Key | 20070627 | |||
| 4 | IV_BO_NODE_NAME | Call by reference | Type reference (TYPE) | STRING | BO-Knoten | 20070627 | |||
| 5 | IV_DETERMINE_ASSOCIATIONS | Call by reference | Type reference (TYPE) | BOOLEAN | ABAP_TRUE | 'X' = Eigenschaften der Assoziationen werden ermittelt | 20070629 |
Method DETERMINE_SPECIFIC_PROPERTIES on class CL_DPR_API_PROPERTY_HANDLER has no exception.
Method GET_ACTION_PROPERTY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_BO_NODE_KEY | Call by reference | Type reference (TYPE) | ANY | Schlüssel des BO-Knotens | 20041026 | |||
| 2 | IV_ACTION_NAME | Call by reference | Type reference (TYPE) | STRING | Aktion | 20041026 | |||
| 3 | IV_BO_NODE_NAME | Call by reference | Type reference (TYPE) | STRING | BO-Knoten | 20041026 | |||
| 4 | RS_PROPERTIES | Value transfer | Type reference (TYPE) | IF_DPR_CORE_SERVICE_INBOUND=>TY_PROPERTIES | Eigenschaft der Aktion | 20041026 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20041103 |
Method GET_ASSOCIATION_PROPERTY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_BO_NODE_KEY | Call by reference | Type reference (TYPE) | ANY | Schlüssel des Bo-Knotens | 20041015 | |||
| 2 | IV_ASSOCIATION_NAME | Call by reference | Type reference (TYPE) | STRING | Assoziation | 20041015 | |||
| 3 | IV_BO_NODE_NAME | Call by reference | Type reference (TYPE) | STRING | BO-Knoten Name | 20041015 | |||
| 4 | RS_PROPERTIES | Value transfer | Type reference (TYPE) | IF_DPR_CORE_SERVICE_INBOUND=>TY_PROPERTIES | Eigenschaft | 20041015 |
Method GET_ASSOCIATION_PROPERTY on class CL_DPR_API_PROPERTY_HANDLER has no exception.
Method GET_ATTRIBUTE_PROPERTIES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_BO_NODE_KEY | Call by reference | Type reference (TYPE) | ANY TABLE | Schlüssel des Bo-Knotens | 20070625 | |||
| 2 | IT_EXTERNAL_FIELDS | Call by reference | Type reference (TYPE) | DPR_TT_FC_FIELDS | Attributnamen | 20070627 | |||
| 3 | IV_BO_NODE_NAME | Call by reference | Type reference (TYPE) | STRING | BO-Knoten | 20070625 | |||
| 4 | IV_DETERMINE_ASSOCIATIONS | Call by reference | Type reference (TYPE) | BOOLEAN | ABAP_TRUE | 'X' = Eigenschaften der Assoziationen werden ermittelt | 20070629 | ||
| 5 | RT_PROPERTIES | Call by reference | Type reference (TYPE) | IF_DPR_CORE_SERVICE_INBOUND=>TT_PROPERTIES | Feldeigenschaft | 20070625 |
Method GET_ATTRIBUTE_PROPERTIES on class CL_DPR_API_PROPERTY_HANDLER has no exception.
Method GET_ATTRIBUTE_PROPERTY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_BO_NODE_KEY | Call by reference | Type reference (TYPE) | ANY | Schlüssel des Bo-Knotens | 20041015 | |||
| 2 | IV_ATTRIBUTE_NAME | Call by reference | Type reference (TYPE) | STRING | Attributname | 20041015 | |||
| 3 | IV_BO_NODE_NAME | Call by reference | Type reference (TYPE) | STRING | BO-Knoten | 20041015 | |||
| 4 | RS_PROPERTIES | Call by reference | Type reference (TYPE) | IF_DPR_CORE_SERVICE_INBOUND=>TY_PROPERTIES | Feldeigenschaft | 20041015 |
Method GET_ATTRIBUTE_PROPERTY on class CL_DPR_API_PROPERTY_HANDLER has no exception.
Method GET_CURRENT_FIELD_CONTROL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_OBJECT | Call by reference | Object reference (TYPE REF TO) | OBJECT | 20050307 | ||||
| 2 | RV_FIELD_CONTROL | Value transfer | Type reference (TYPE) | DPR_TV_FC | Feldsteuerung | 20050307 |
Method GET_CURRENT_FIELD_CONTROL on class CL_DPR_API_PROPERTY_HANDLER has no exception.
Method GET_DPR_FC_OBJECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ER_FC_OBJECT | Value transfer | Object reference (TYPE REF TO) | IF_DPR_FC_INFO | Feldsteuerung | 20041103 | |||
| 2 | ET_FIELDS | Call by reference | Type reference (TYPE) | DPR_TT_FC_FIELDS | Tabelle mit Feldname | 20041109 | |||
| 3 | ET_OBJECT_NODES | Call by reference | Type reference (TYPE) | INDEX TABLE | BO-Knoten Objekte | 20041109 | |||
| 4 | EV_BO_NODE_NAME | Value transfer | Type reference (TYPE) | STRING | Name des BO-Knotens | 20041103 | |||
| 5 | IR_ROOT_OBJECT | Call by reference | Object reference (TYPE REF TO) | OBJECT | BO-Knoten Name | 20041103 | |||
| 6 | IS_BO_NODE_KEY | Call by reference | Type reference (TYPE) | ANY | Schliüssel des BO-Knotens | 20041109 | |||
| 7 | IV_BO_NODE_NAME | Call by reference | Type reference (TYPE) | STRING | Name des BO-Knotens | 20041103 | |||
| 8 | IV_OBJECT_TYPE | Call by reference | Type reference (TYPE) | CGPL_OBJECT_TYPE | Objekttype | 20041113 |
Method GET_DPR_FC_OBJECT on class CL_DPR_API_PROPERTY_HANDLER has no exception.
Method GET_DPR_OBJECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_BO_NODE_KEY | Call by reference | Type reference (TYPE) | ANY | Schlüssel | 20041027 | |||
| 2 | IV_BO_NODE_NAME | Call by reference | Type reference (TYPE) | STRING | Bo-Knotne Name | 20041027 | |||
| 3 | RR_DPR_OBJECT | Value transfer | Object reference (TYPE REF TO) | OBJECT | Objektreferenz | 20041027 |
Method GET_DPR_OBJECT on class CL_DPR_API_PROPERTY_HANDLER has no exception.
Method GET_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RR_INSTANCE | Value transfer | Object reference (TYPE REF TO) | IF_DPR_PROPERTY_HANDLER | Abstraktes Applikationsobjekt | 20040909 |
Method GET_INSTANCE on class CL_DPR_API_PROPERTY_HANDLER has no exception.
Method GET_THEN_SET_ACTION_PROPERTY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IN_ACTION_NAME | Call by reference | Type reference (TYPE) | STRING | Gruppe | 20050218 | |||
| 2 | IN_BO_NODE_KEY | Call by reference | Type reference (TYPE) | ANY | BO-Knoten-Key | 20050218 | |||
| 3 | IN_BO_NODE_NAME | Call by reference | Type reference (TYPE) | STRING | BO-Knoten | 20050218 | |||
| 4 | IN_PROPERTY_NAME | Call by reference | Type reference (TYPE) | STRING | Eigenschaft | 20050218 | |||
| 5 | IN_VALUE | Call by reference | Type reference (TYPE) | ANY | Attributwert | 20050218 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20050218 |
Method ON_APPLICATION_OBJECT_CHANGED Signature
Method ON_APPLICATION_OBJECT_CHANGED on class CL_DPR_API_PROPERTY_HANDLER has no parameter.
Method ON_APPLICATION_OBJECT_CHANGED on class CL_DPR_API_PROPERTY_HANDLER has no exception.
Method ON_APPLICATION_OBJECT_CREATED Signature
Method ON_APPLICATION_OBJECT_CREATED on class CL_DPR_API_PROPERTY_HANDLER has no parameter.
Method ON_APPLICATION_OBJECT_CREATED on class CL_DPR_API_PROPERTY_HANDLER has no exception.
Method ON_APPLICATION_OBJECT_FREED Signature
Method ON_APPLICATION_OBJECT_FREED on class CL_DPR_API_PROPERTY_HANDLER has no parameter.
Method ON_APPLICATION_OBJECT_FREED on class CL_DPR_API_PROPERTY_HANDLER has no exception.
Method ON_APPLICATION_OBJECT_LOADED Signature
Method ON_APPLICATION_OBJECT_LOADED on class CL_DPR_API_PROPERTY_HANDLER has no parameter.
Method ON_APPLICATION_OBJECT_LOADED on class CL_DPR_API_PROPERTY_HANDLER has no exception.
Method ON_PRO_TYPE_CHANGED Signature
Method ON_PRO_TYPE_CHANGED on class CL_DPR_API_PROPERTY_HANDLER has no parameter.
Method ON_PRO_TYPE_CHANGED on class CL_DPR_API_PROPERTY_HANDLER has no exception.
Method ON_SCHEDULING_FINISHED Signature
Method ON_SCHEDULING_FINISHED on class CL_DPR_API_PROPERTY_HANDLER has no parameter.
Method ON_SCHEDULING_FINISHED on class CL_DPR_API_PROPERTY_HANDLER has no exception.
Method ON_SCHEDULING_STARTED Signature
Method ON_SCHEDULING_STARTED on class CL_DPR_API_PROPERTY_HANDLER has no parameter.
Method ON_SCHEDULING_STARTED on class CL_DPR_API_PROPERTY_HANDLER has no exception.
Method SET_ACTION_PROPERTY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_BO_NODE_KEY | Call by reference | Type reference (TYPE) | ANY | BO-Knoten-Key | 20041027 | |||
| 2 | IV_ACTION_NAME | Call by reference | Type reference (TYPE) | STRING | Gruppe | 20041026 | |||
| 3 | IV_BO_NODE_NAME | Call by reference | Type reference (TYPE) | STRING | BO-Knoten | 20041026 | |||
| 4 | IV_VALUE | Call by reference | Type reference (TYPE) | ANY | Attributwert | 20041026 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20041103 |
Method SET_ASSOCIATION_PROPERTY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_BO_NODE_KEY | Call by reference | Type reference (TYPE) | ANY | Schlüssel des BO-Knotens | 20041027 | |||
| 2 | IV_ASSOCIATION_NAME | Call by reference | Type reference (TYPE) | STRING | Assoziation | 20041015 | |||
| 3 | IV_BO_NODE_NAME | Call by reference | Type reference (TYPE) | STRING | BO-Knoten Name | 20041015 | |||
| 4 | IV_VALUE | Call by reference | Type reference (TYPE) | DPR_TV_FC_PROPERTY_VALUE | Wert | 20041015 |
Method SET_ASSOCIATION_PROPERTY on class CL_DPR_API_PROPERTY_HANDLER has no exception.
Method SET_ATTRIBUTE_PROPERTY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_BO_NODE_KEY | Call by reference | Type reference (TYPE) | ANY | Schlüssel des BO-Knotens | 20041027 | |||
| 2 | IV_ATTRIBUTE_NAME | Call by reference | Type reference (TYPE) | ANY | Attribut | 20041015 | |||
| 3 | IV_BO_NODE_NAME | Call by reference | Type reference (TYPE) | STRING | BO-Knoten Name | 20041015 | |||
| 4 | IV_STRUCTURE_NAME | Call by reference | Type reference (TYPE) | ANY | Struktur | 20050203 | |||
| 5 | IV_VALUE | Call by reference | Type reference (TYPE) | DPR_TV_FC_PROPERTY_VALUE | Wert | 20041015 |
Method SET_ATTRIBUTE_PROPERTY on class CL_DPR_API_PROPERTY_HANDLER has no exception.
Event Signatures
Event FREE_FC_BUFFERS Signature
Event FREE_FC_BUFFERS on class CL_DPR_API_PROPERTY_HANDLER has no parameter.
History
| Last changed by/on | SAP | 20141109 |
| SAP Release Created in | 400 |