SAP ABAP Interface IF_BCS_READ_DOC (Read Document Data (Implement BCS-Internally Only))
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-COM (Application Component) Communication Services: Mail, Fax, SMS, Telephony
⤷
SBCOMS (Package) Business Communication Service
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_BCS_READ_DOC | [not yet implemented] Read Document Data | 20131206 |
Properties
| Interface | IF_BCS_READ_DOC | |
| Short Description | Read Document Data (Implement BCS-Internally Only) |
General Data
| Package | SBCOMS | Business Communication Service |
| Created | 20131205 | SAP |
| Last changed | 20141121 | |
| Unicode checks active |
Forward declarations
Interface IF_BCS_READ_DOC has no forward declaration.
Interfaces
Interface IF_BCS_READ_DOC has no interface.
Friends
Interface IF_BCS_READ_DOC has no friend.
Attributes
Interface IF_BCS_READ_DOC has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Content of an Individual Body Part | 20131206 | |
| 2 | Instance method | Public | Method | List of Attributes of All Body Parts | 20131206 | |
| 3 | Instance method | Public | Method | Importance | 20131206 | |
| 4 | Instance method | Public | Method | Related Send Requests | 20131206 | |
| 5 | Instance method | Public | Method | Confidentiality | 20131206 | |
| 6 | Instance method | Public | Method | Document Title | 20131206 |
Events
Interface IF_BCS_READ_DOC has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | BP_ATTRIBS | Public | See coding | Attributes of a Body Part | 20131206 | begin of bp_attribs,
id type string,
doc_type type bcs_doctype,
mime_type type string,
filename type bcs_filename,
description type bcs_description,
created_by type syuname,
size type i,
codepage type bcs_codepage,
end of bp_attribs
|
|
| 2 | BP_CONTENT | Public | See coding | Content of a Body Part | 20131206 | begin of bp_content,
txtcont type string,
bincont type xstring,
end of bp_content
|
|
| 3 | BP_LIST | Public | See coding | Attribute List of All Body Parts | 20131206 | bp_list type standard table of bp_attribs with non-unique default key
|
Method Signatures
Method GET_BODYPART_CONTENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ID | Call by reference | Type reference (TYPE) | CSEQUENCE | ID des Bodyparts | 20131206 | |||
| 2 | RS_CONTENT | Value transfer | Type reference (TYPE) | BP_CONTENT | Dokumentinhalt (textuell oder binär) | 20131206 |
Method GET_BODYPART_CONTENT on Interface IF_BCS_READ_DOC has no exception.
Method GET_BODYPART_LIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_BP_LIST | Value transfer | Type reference (TYPE) | BP_LIST | Attributliste aller Bodyparts | 20131206 |
Method GET_BODYPART_LIST on Interface IF_BCS_READ_DOC has no exception.
Method GET_IMPORTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_IMPORTANCE | Value transfer | Type reference (TYPE) | BCS_IMPORTANCE | Wichtigkeit | 20131206 |
Method GET_IMPORTANCE on Interface IF_BCS_READ_DOC has no exception.
Method GET_SEND_REQUESTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_SNDREQS | Value transfer | Type reference (TYPE) | BCSY_GUID | BCS: Tabelle von GUIDs | 20131206 |
Method GET_SEND_REQUESTS on Interface IF_BCS_READ_DOC has no exception.
Method GET_SENSITIVITY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_SENSITIVITY | Value transfer | Type reference (TYPE) | BCS_SENSITIVITY | E-Mail Attribut Sensitivity | 20131206 |
Method GET_SENSITIVITY on Interface IF_BCS_READ_DOC has no exception.
Method GET_TITLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_TITLE | Value transfer | Type reference (TYPE) | STRING | Dokumenttitel | 20131206 |
Method GET_TITLE on Interface IF_BCS_READ_DOC has no exception.
History
| Last changed by/on | SAP | 20141121 |
| SAP Release Created in | 740 |