SAP ABAP Class /IWBEP/IF_SBDM_ATTACHMENT_HNDL (SB - Domain Model - Attachment Handler)
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | /IWBEP/CL_SBDM_ATTACHMENT_HNDL | SB - Domain Model - Attachment Handler | 20130315 |
Properties
Class | /IWBEP/IF_SBDM_ATTACHMENT_HNDL | |
Short Description | SB - Domain Model - Attachment Handler | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | ||
Created | 20120110 | SAP |
Last change | 20141120 | |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
2 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class /IWBEP/IF_SBDM_ATTACHMENT_HNDL has no interface implemented.
Friends
Class /IWBEP/IF_SBDM_ATTACHMENT_HNDL has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Public | Type reference (TYPE) | /IWBEP/SBDM_ATTACHMNT_CATEGORY | '1' | SB: DM attachment category | 20130919 | |
2 | ![]() |
Constant | Public | Type reference (TYPE) | /IWBEP/SBDM_ATTACHMNT_CATEGORY | '2' | SB: DM attachment category | 20130919 | |
3 | ![]() |
Constant | Public | Type reference (TYPE) | /IWBEP/SBDM_ATTACHMNT_CATEGORY | SPACE | SB: DM attachment category | 20130919 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Copies the attachment content | 20130315 |
2 | ![]() |
Instance method | Public | Method | Desializes the attachment content | 20130315 |
3 | ![]() |
Instance method | Public | Method | Gets the attachment category | 20130919 |
4 | ![]() |
Instance method | Public | Method | Process attachment content before delete of nodes | 20131029 |
5 | ![]() |
Instance method | Public | Method | Process attachment content copy and paste | 20131030 |
6 | ![]() |
Instance method | Public | Method | Serializes the attachment content | 20130315 |
Events
Class /IWBEP/IF_SBDM_ATTACHMENT_HNDL has no event.
Types
Class /IWBEP/IF_SBDM_ATTACHMENT_HNDL has no local type.
Method Signatures
Method COPY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_CONTENT | Call by reference | Object reference (TYPE REF TO) | /IWBEP/IF_SBDM_ATTACHMENT_DATA | SB - Domain Model - Attachment Data | 20130315 | ||
2 | ![]() |
RO_CONTENT | Value transfer | Object reference (TYPE REF TO) | /IWBEP/IF_SBDM_ATTACHMENT_DATA | SB - Domain Model - Attachment Data | 20130315 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
SB: exception | 20130315 |
Method DESERIALIZE_CONTENT 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) | /IWBEP/IF_SBDM_ATTACHMENT | SB - Domain Model - Attachment | 20130315 | ||
2 | ![]() |
IV_CONTENT | Call by reference | Type reference (TYPE) | XSTRING | 20130315 | |||
3 | ![]() |
RO_CONTENT | Value transfer | Object reference (TYPE REF TO) | /IWBEP/IF_SBDM_ATTACHMENT_DATA | SB - Domain Model - Attachment Data | 20130315 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
SB: exception | 20130315 |
Method GET_CATEGORY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_ATTACHMENT | Call by reference | Object reference (TYPE REF TO) | /IWBEP/IF_SBDM_ATTACHMENT | SB - Domain Model - Attachment | 20130919 | ||
2 | ![]() |
RV_CATEGORY | Value transfer | Type reference (TYPE) | /IWBEP/SBDM_ATTACHMNT_CATEGORY | SB: DM attachment category | 20130919 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
SB: exception | 20130919 |
Method ON_BEFORE_DELETE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_AFFECTED_NODES | Call by reference | Type reference (TYPE) | /IWBEP/IF_SBDM_REQUEST=>TY_T_NODE | 20131029 | |||
2 | ![]() |
IT_ATTACHMENT_NODES | Call by reference | Type reference (TYPE) | /IWBEP/T_SBDM_NODES | SB: Table Type for DM Nodes | 20131029 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
SB: exception | 20131029 |
Method ON_COPY_PASTE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_ATTACHMENT_NODES | Call by reference | Type reference (TYPE) | /IWBEP/T_SBDM_NODES | SB: Table Type for DM Nodes | 20131030 | ||
2 | ![]() |
IT_NODE_MAPPING | Call by reference | Type reference (TYPE) | /IWBEP/IF_SBDM_COPY_CONTEXT=>TY_T_NODE_MAPPING | 20131030 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
SB: exception | 20131030 |
Method SERIALIZE_CONTENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_CONTENT | Call by reference | Object reference (TYPE REF TO) | /IWBEP/IF_SBDM_ATTACHMENT_DATA | SB - Domain Model - Attachment Data | 20130315 | ||
2 | ![]() |
RV_CONTENT | Value transfer | Type reference (TYPE) | XSTRING | 20130315 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
SB: exception | 20130315 |
History
Last changed by/on | SAP | 20141120 |
SAP Release Created in |