SAP ABAP Class IF_CFX_GO_DATA_PARENT (Object Interface for Object with Generic Data)
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface composition (i COMPRISING i_ref) | IF_ACO_COMMON | Common Interface for Authorization Check | 20030122 |
| 2 | Interface composition (i COMPRISING i_ref) | IF_CFS_AUTH_NEEDER | Interface for cFolders Authorization | 20041208 |
| 3 | Interface composition (i COMPRISING i_ref) | IF_CFX_COMMON | Common Interface for All Objects | 20030122 |
Meta Relationship - Used By
Properties
| Class | IF_CFX_GO_DATA_PARENT | |
| Short Description | Object Interface for Object with Generic Data | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20030122 | SAP |
| Last change | 20141109 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class IF_CFX_GO_DATA_PARENT has no forward declaration.
Interfaces
Class IF_CFX_GO_DATA_PARENT has no interface implemented.
Friends
Class IF_CFX_GO_DATA_PARENT has no friend class.
Attributes
Class IF_CFX_GO_DATA_PARENT has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Guarantees That the Object Is Not Locked | 20030205 | |
| 2 | Instance method | Public | Method | Is Link from this 'DATA_PARENT' to Object Permitted? | 20031205 | |
| 3 | Instance method | Public | Method | Changes the Linked Objects by Copy | 20030218 | |
| 4 | Instance method | Public | Method | Gets Authorization Object | 20041203 | |
| 5 | Instance method | Public | Method | Gets the ID That Is Crucial for Authorization | 20030124 | |
| 6 | Instance method | Public | Method | Returns the Generic Object "Data Object" | 20030127 | |
| 7 | Instance method | Public | Method | Can Object Not Be Changed Because of Lock | 20030122 | |
| 8 | Instance method | Public | Method | Saves Generic Object Data as Persistent, Checks Current Only | 20030228 | |
| 9 | Instance method | Public | Method | Saves the Generic Object Data Persistent | 20030129 |
Events
Class IF_CFX_GO_DATA_PARENT has no event.
Types
Class IF_CFX_GO_DATA_PARENT has no local type.
Method Signatures
Method ASSERT_NOT_LOCKED Signature
Method ASSERT_NOT_LOCKED on class IF_CFX_GO_DATA_PARENT has no parameter.
Method ASSERT_NOT_LOCKED on class IF_CFX_GO_DATA_PARENT has no exception.
Method CHECK_LINK_ALLOWED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IP_COMMON | Call by reference | Object reference (TYPE REF TO) | IF_CFX_COMMON | Gemeinsame Schnittstelle aller Objekte | 20031205 | |||
| 2 | I_ALLOW_STANDARD_PARTS | Call by reference | Type reference (TYPE) | CFX_BOOLEAN | Darf ip_common in Collaboration für Standard Teile sein ? | 20031205 |
Method CHECK_LINK_ALLOWED on class IF_CFX_GO_DATA_PARENT has no exception.
Method CLEANUP_LINKS_AFTER_COPY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_MAP_ID | Call by reference | Type reference (TYPE) | CFX_TT_MAP_ID | Tabelle, die zwei IDs mappt | 20030218 |
Method CLEANUP_LINKS_AFTER_COPY on class IF_CFX_GO_DATA_PARENT has no exception.
Method GET_AUTHORITY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RP_AUTHORITY | Value transfer | Object reference (TYPE REF TO) | CL_CFX_AUTHORITY | Collaboration: Authority | 20041203 |
Method GET_AUTHORITY on class IF_CFX_GO_DATA_PARENT has no exception.
Method GET_AUTHORIZATION_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_AUTHORIZATION_ID | Value transfer | Type reference (TYPE) | GUID_32 | 20030124 |
Method GET_AUTHORIZATION_ID on class IF_CFX_GO_DATA_PARENT has no exception.
Method GET_GENERIC_OBJECT_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RP_GENERIC_OBJECT_DATA | Value transfer | Object reference (TYPE REF TO) | CL_CFX_GENERIC_OBJECT_DATA | Daten generisches Objekt | 20030127 |
Method GET_GENERIC_OBJECT_DATA on class IF_CFX_GO_DATA_PARENT has no exception.
Method IS_LOCKED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_IS_LOCKED | Value transfer | Type reference (TYPE) | CFX_BOOLEAN | Boolscher Typ | 20030122 |
Method IS_LOCKED on class IF_CFX_GO_DATA_PARENT has no exception.
Method SAVE_CONTEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IP_ITEM_VALUE | Call by reference | Object reference (TYPE REF TO) | CL_CFX_GO_ITEM_VALUE | Item Liste mit Werten in cFolders | 20030228 | |||
| 2 | IS_CHECK_LEVEL | Call by reference | Type reference (TYPE) | CFX_TS_CHECK_LEVEL | Welche Checks sollen durchgeführt werden ? | 20030228 |
Method SAVE_CONTEXT on class IF_CFX_GO_DATA_PARENT has no exception.
Method SAVE_GENERIC_OBJECT_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IP_GENERIC_OBJECT_DATA | Call by reference | Object reference (TYPE REF TO) | CL_CFX_GENERIC_OBJECT_DATA | Daten generisches Objekt | 20030416 | |||
| 2 | IS_CHECK_LEVEL | Call by reference | Type reference (TYPE) | CFX_TS_CHECK_LEVEL | Welche Checks sollen durchgeführt werden ? | 20030129 | |||
| 3 | I_FORCE_KEEP_VERSION | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | In jedem Fall alte Version beibehalten | 20050429 |
Method SAVE_GENERIC_OBJECT_DATA on class IF_CFX_GO_DATA_PARENT has no exception.
Meta Relationship - Used By (full list)
History
| Last changed by/on | SAP | 20141109 |
| SAP Release Created in |