SAP ABAP Class CL_BCS_DOCUMENT_DB (Store Documents)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-COM (Application Component) Communication Services: Mail, Fax, SMS, Telephony
⤷
SBCOMS (Package) Business Communication Service

⤷

⤷

Properties
Class | CL_BCS_DOCUMENT_DB | |
Short Description | Store Documents | |
Super Class | ||
Instantiability of a Class | 0 | Private |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SBCOMS | Business Communication Service |
Created | 20091214 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_BCS_DOCUMENT_DB has no forward declaration.
Interfaces
Class CL_BCS_DOCUMENT_DB has no interface implemented.
Friends
Class CL_BCS_DOCUMENT_DB 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_TRACE_BCS | Trace Class for Communication | 20100208 | ||
2 | ![]() |
Instance attribute | Public | Type reference (TYPE) | SOOD | SAPoffice: Object Definition | 20100208 | ||
3 | ![]() |
Instance attribute | Public | See coding | 20100208 | ||||
4 | ![]() |
Instance attribute | Private | Type reference (TYPE) | C | 20100208 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Attach Body Part | 20100208 |
2 | ![]() |
Instance method | Public | Method | Attach Body Part Instance | 20100208 |
3 | ![]() |
Static method | Public | Method | Create Instance | 20100208 |
4 | ![]() |
Instance method | Private | Method | New Document | 20100208 |
5 | ![]() |
Instance method | Public | Method | Sender ID | 20100208 |
6 | ![]() |
Instance method | Public | Method | Sender Name | 20100208 |
7 | ![]() |
Instance method | Public | Method | User ID | 20100208 |
8 | ![]() |
Instance method | Public | Method | Save on DB | 20100208 |
9 | ![]() |
Static method | Public | Method | Get Sender ID | 20100208 |
Events
Class CL_BCS_DOCUMENT_DB has no event.
Types
Class CL_BCS_DOCUMENT_DB has no local type.
Method Signatures
Method ADD_BODYPART Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_BINCONT | Call by reference | Type reference (TYPE) | SOLIX_TAB | GBT: SOLIX als Tabellentyp | 20100208 | ||
2 | ![]() |
IT_HEAD | Call by reference | Type reference (TYPE) | SOLI_TAB | objcont und objhead als Tabellentyp | 20100208 | ||
3 | ![]() |
IT_TXTCONT | Call by reference | Type reference (TYPE) | SOLI_TAB | objcont und objhead als Tabellentyp | 20100208 | ||
4 | ![]() |
IV_LANGU | Call by reference | Type reference (TYPE) | SOOD-OBJLA | Sprache, in der das Dokument angelegt wird | 20100208 | ||
5 | ![]() |
IV_NAME | Call by reference | Type reference (TYPE) | SOOD-OBJDES | Kurze Beschreibung des Inhaltes | 20100208 | ||
6 | ![]() |
IV_PRIO | Call by reference | Type reference (TYPE) | SOOD-OBJPRI | Dokumentpriorität | 20100208 | ||
7 | ![]() |
IV_SENS | Call by reference | Type reference (TYPE) | SOOD-OBJSNS | Objekt: Sensitivität (privat, funktional, ...) | 20100208 | ||
8 | ![]() |
IV_SIZE | Call by reference | Type reference (TYPE) | SOOD-OBJLEN | Größe des Dokumentinhalts | 20100208 | ||
9 | ![]() |
IV_TYPE | Call by reference | Type reference (TYPE) | SOODK-OBJTP | Kürzel für den Dokumenttyp | 20100208 |
Method ADD_BODYPART on class CL_BCS_DOCUMENT_DB has no exception.
Method ADD_BP_INSTANCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_BP | Call by reference | Object reference (TYPE REF TO) | CL_BCS_BODYPART_DB | BCS: Bodypart DB | 20100208 |
Method ADD_BP_INSTANCE on class CL_BCS_DOCUMENT_DB has no exception.
Method CREATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_SOOD | Call by reference | Type reference (TYPE) | SOOD | SAPoffice: Objektdefinition | 20100208 | ||
2 | ![]() |
IV_SENDER | Call by reference | Type reference (TYPE) | SOOS1-RECEXTNAM | Direkte externe Adresse als Empfänger | 20100208 | ||
3 | ![]() |
IV_SNDTYPE | Call by reference | Type reference (TYPE) | SOOS1-RECESC | Angabe des Empfängertyps | 20100208 | ||
4 | ![]() |
RO_INSTANCE | Value transfer | Object reference (TYPE REF TO) | CL_BCS_DOCUMENT_DB | Ablegen von Dokumenten | 20100208 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
BCS: Ausnahmen von Dokumenten | 20100208 |
Method CREATE_NEW Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_SENDER | Call by reference | Type reference (TYPE) | SOOS1-RECEXTNAM | Direkte externe Adresse als Empfänger | 20100208 | ||
2 | ![]() |
IV_SNDTYPE | Call by reference | Type reference (TYPE) | SOOS1-RECESC | Angabe des Empfängertyps | 20100208 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
BCS: Ausnahmen von Dokumenten | 20100208 |
Method GET_SENDER_ID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RS_ID | Value transfer | Type reference (TYPE) | SOUDK | SAPoffice: Benutzerdefinition (Key-Teil) | 20100208 |
Method GET_SENDER_ID on class CL_BCS_DOCUMENT_DB has no exception.
Method GET_SENDER_NAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_NAME | Value transfer | Type reference (TYPE) | SO_SAP_NAM | SAP-Name des SAPoffice-Benutzers | 20100208 |
Method GET_SENDER_NAME on class CL_BCS_DOCUMENT_DB has no exception.
Method GET_USER_ID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RS_ID | Value transfer | Type reference (TYPE) | SOUDK | SAPoffice: Benutzerdefinition (Key-Teil) | 20100208 |
Method GET_USER_ID on class CL_BCS_DOCUMENT_DB has no exception.
Method PERSIST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RS_ID | Value transfer | Type reference (TYPE) | SOODK | 20100208 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
BCS: Ausnahmen von Dokumenten | 20100208 |
Method READ_SENDER_ID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_SENDER_ID | Call by reference | Type reference (TYPE) | SOUDK | SAPoffice: Benutzerdefinition (Key-Teil) | 20100208 | ||
2 | ![]() |
EV_SNDNAM | Call by reference | Type reference (TYPE) | SO_SAP_NAM | SAP-Name des SAPoffice-Benutzers | 20100208 | ||
3 | ![]() |
IV_SENDER | Call by reference | Type reference (TYPE) | SOOS1-RECEXTNAM | Direkte externe Adresse als Empfänger | 20100208 | ||
4 | ![]() |
IV_SNDTYPE | Call by reference | Type reference (TYPE) | SOOS1-RECESC | Angabe des Empfängertyps | 20100208 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
BCS: Ausnahmen von Dokumenten | 20100208 |
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 732 |