SAP ABAP Class IF_BCS_READ_DOC (Read Document Data (Implement BCS-Internally Only))
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
| Class | IF_BCS_READ_DOC | |
| Short Description | Read Document Data (Implement BCS-Internally Only) | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20131205 | SAP |
| Last change | 20141121 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class IF_BCS_READ_DOC has no forward declaration.
Interfaces
Class IF_BCS_READ_DOC has no interface implemented.
Friends
Class IF_BCS_READ_DOC has no friend class.
Attributes
Class 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
Class 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 class 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 class 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 class 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 class 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 class 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 class IF_BCS_READ_DOC has no exception.
History
| Last changed by/on | SAP | 20141121 |
| SAP Release Created in |