SAP ABAP Class CL_DOCUMENT_BCS (Wrapper Class for Office 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
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_COPY_BCS Copy Instances 20011107
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_DELETE_BCS BCS: Deletion Functions 20010119
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_DOCUMENT_BCS Document Interface for BCS 20000124
4 Interface implementation (CLASS c. INTERFACES i_ref)  IF_DOCUMENT_DISPLAY_BCS BCS: Document Display 20010118
5 Interface implementation (CLASS c. INTERFACES i_ref)  IF_OS_STATE State Management for a 'Managed Object' 20000124
6 Interface implementation (CLASS c. INTERFACES i_ref)  IF_PERSONALIZE_BCS Variable Replacement for Personalized Mails 20020204
Properties
Class CL_DOCUMENT_BCS  
Short Description Wrapper Class for Office Documents    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 10  Persistent Class 
Package SBCOMS   Business Communication Service 
Created 20000124   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 BCSEV Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 CA_DOCUMENT_BCS Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 CL_OS_SYSTEM Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
4 SO Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_COPY_BCS Copy Instances 20011107
2 IF_DELETE_BCS BCS: Deletion Functions 20010119
3 IF_DOCUMENT_BCS Document Interface for BCS 20000124
4 IF_DOCUMENT_DISPLAY_BCS BCS: Document Display 20010118
5 IF_OS_STATE State Management for a 'Managed Object' 20000124
6 IF_PERSONALIZE_BCS Variable Replacement for Personalized Mails 20020204
Friends
# Friend Modeled only Created on Description
1 CB_DOCUMENT_BCS 20040629 Base Agent Wrapper Class for Office Documents
2 CL_BCS 20101103 Business Communication Service
3 CL_BCS_PPF 20011108 External Communication
4 CL_COVER_DOCUMENT_BCS 20020214
5 CL_COVER_DOC_PERSONALIZE_BCS 20020418 Unpersonalized Fax Cover Sheet with Document
6 CL_DOCUMENT_MANAGER_BCS_PPF 20040419 PPF: Manages Form/Document in BCS Medium
7 CL_PDF_FORM_BCS 20101006 PDF-Based Form
8 CL_SMARTFORM_BCS 20011017 Class for Sending a Smart Form
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CP_CID Constant Public Type reference (TYPE) STRING '&BCS_CID=' Prefix for Saving Content ID in Header Table 20040629
2 CP_SUBJECT_SIGN Constant Public Type reference (TYPE) STRING '$&BCS_SUBJECT=' Flag for Long Title in OBJHEAD 20040116
3 DOCNO Instance attribute Protected Type reference (TYPE) SO_OBJ_NO Dokument: Number from ID 20001030
4 DOCTP Instance attribute Protected Type reference (TYPE) SO_OBJ_TP Document Class 20001030
5 DOCYR Instance attribute Protected Type reference (TYPE) SO_OBJ_YR Document: Year from ID 20001030
6 ENCCNT Instance attribute Protected Type reference (TYPE) SO_ENC_CNT Number of attachments for the object 20001030
7 EXTCT Instance attribute Private Type reference (TYPE) SO_EXTCT Object contents are stored externally 20001030
8 FILE_EXT Instance attribute Private Type reference (TYPE) SO_FILEEXT File extension for PC application 20001030
9 GT_ATTACHMENTS Instance attribute Private Type reference (TYPE) SOBCSDOCT Table of IF_DOCUMENT_BCS 20001030
10 GT_OBJCONT Instance attribute Private Type reference (TYPE) SOLI_TAB Objcont and Objhead as Table Type 20001030
11 GT_OBJCONTX Instance attribute Private Type reference (TYPE) SOLIX_TAB GBT: SOLIX as Table Type 20001030
12 GT_OBJHEAD Instance attribute Private Type reference (TYPE) SOLI_TAB Objcont and Objhead as Table Type 20001030
13 G_FILE_EXT_CONV Instance attribute Private Type reference (TYPE) SO_FILEEXT Convert file_ext to mime 20001205
14 G_HEX_DATA Instance attribute Private Type reference (TYPE) SO_FLAG Search of private or shared folders 20001030
15 G_OBJREAD Instance attribute Private Type reference (TYPE) SO_FLAG Search of private or shared folders 20001030
16 IF_INSTANCE Instance attribute Private Object reference (TYPE REF TO) IF_DOCUMENT_BCS Document Interface for BCS 20020205
17 IMPORTANCE Instance attribute Protected Type reference (TYPE) SO_OBJ_PRI Importance of Document 20001030
18 OBJLEN Instance attribute Private Type reference (TYPE) SO_OBJ_LEN Size of Document Content 20001030
19 SENSITIVITY Instance attribute Protected Type reference (TYPE) SO_OBJ_SNS Sensitivity of Document 20001030
20 STATE Instance attribute Private Object reference (TYPE REF TO) CL_DOCUMENT_BCS OBJECT SERVICES STATE 20000124
21 SUBJECT Instance attribute Protected Type reference (TYPE) SO_OBJ_DES Title of Document 20001030
22 SUBJECT_LONG Instance attribute Protected Type reference (TYPE) STRING Mail Title Without Length Restriction 20040116
Methods
# Method Level Visibility Method type Description Created on
1 ADD_ATTACHMENT Instance method Public Method Create Attachment 20001023
2 ADD_DOCUMENT_AS_ATTACHMENT Instance method Public Method Add Existing Document as an Attachment 20001221
3 APPEND_SUBJECT_TO_HEADER_TAB Static method Protected Method Writes Long Document Title to Header Table 20040108
4 BUILD_DOC_TREE Static method Private Method Build Tree Representation of MIME Stream 20001128
5 COPY Instance method Protected Method Copies the actual document, with or without attachments 20020205
6 COUNT_DOC_SIZE Static method Private Method Calculates Document Size 20010322
7 CREATE_DOCUMENT Static method Public Method Creates an Office Document 20001127
8 CREATE_FROM_MIME Static method Public Method Create Office Document from MIME Stream 20001113
9 CREATE_FROM_MULTIRELATED Static method Public Method Creates an Office Document 20010802
10 CREATE_FROM_TEXT Static method Public Method Create a Simple Text Document 20000317
11 GETU_ATTACHMENTS Instance method Private Method Read Attachments 20001013
12 GETU_BCS_INSTANCE Static method Private Method Get BCS Instance (a Non-Office Document) 20001018
13 GETU_CONTENT Instance method Private Method Get Document Content 20001012
14 GETU_FILENAME Instance method Public Method Determine File Name 20090127
15 GETU_INSTANCE_BY_KEY Static method Public Method Instantiates Persistent Document: Internal Use Only 20000302
16 GETU_MIME_DATA Instance method Private Method Document's MIME Data (Without Attachments) 20001018
17 GETU_MIME_REFERENCE Instance method Private Method Document's MIME Object (Without Attachments) 20001013
18 GETU_OBJHEAD Instance method Public Method Gets header of particular part of document 20110518
19 GETU_SINGLE_PART_CALENDAR Instance method Private Method Gets MIME Reference for Appointment 20001020
20 GETU_SUBJECT_FROM_HEADER_TAB Static method Protected Method Reads Long Document Title from Header Table 20040108
21 GETU_SUBJECT_LONG Instance method Public Method Reads Attribute SUBJECT_LONG 20040116
22 GET_DOCNO Instance method Public Get-method of a virtual attribute Reads Attribute DOCNO 20000509
23 GET_DOCTP Instance method Public Get-method of a virtual attribute Reads Attribute DOCTP 20000509
24 GET_DOCYR Instance method Public Get-method of a virtual attribute Reads Attribute DOCYR 20000509
25 GET_ENCCNT Instance method Protected Get-method of a virtual attribute Reads Attribute ENCCNT 20001013
26 GET_EXTCT Instance method Private Get-method of a virtual attribute Reads Attribute EXTCT 20001013
27 GET_FILE_EXT Instance method Private Get-method of a virtual attribute Reads Attribute FILE_EXT 20001013
28 GET_GT_ATTACHMENTS Instance method Private Get-method of a virtual attribute Reads Attribute GT_ATTACHMENTS 20001018
29 GET_GT_OBJCONT Instance method Private Get-method of a virtual attribute Reads Attribute GT_OBJCONT 20001013
30 GET_GT_OBJCONTX Instance method Private Get-method of a virtual attribute Reads Attribute GT_OBJCONTX 20001013
31 GET_GT_OBJHEAD Instance method Private Get-method of a virtual attribute Reads Attribute GT_OBJHEAD 20001013
32 GET_G_FILE_EXT_CONV Instance method Private Get-method of a virtual attribute Reads Attribute G_FILE_EXT_CONV 20001205
33 GET_G_HEX_DATA Instance method Private Get-method of a virtual attribute Reads Attribute G_HEX_DATA 20001025
34 GET_G_OBJREAD Instance method Private Get-method of a virtual attribute Reads Attribute G_OBJREAD 20001013
35 GET_IF_INSTANCE Instance method Private Get-method of a virtual attribute Reads Attribute IF_INSTANCE 20020205
36 GET_IMPORTANCE Instance method Public Get-method of a virtual attribute Reads Attribute IMPORTANCE 20000202
37 GET_OBJLEN Instance method Private Get-method of a virtual attribute Reads Attribute OBJLEN 20001024
38 GET_SENSITIVITY Instance method Public Get-method of a virtual attribute Reads Attribute SENSITIVITY 20000202
39 GET_SUBJECT Instance method Public Get-method of a virtual attribute Reads Attribute SUBJECT 20000203
40 GET_SUBJECT_LONG Instance method Protected Get-method of a virtual attribute Reads Attribute SUBJECT_LONG 20040116
41 INTERFACE_INSTANCE Instance method Private Method 20020204
42 MAKE_ALT_NODE Static method Private Method 20001128
43 MAKE_BIN_NODE Static method Private Method 20001128
44 MAKE_CALENDAR_NODE Static method Private Method 20010118
45 MAKE_MIX_NODE Static method Private Method 20001128
46 MAKE_REL_NODE Static method Private Method 20001128
47 MAKE_SINGLE_MSG_NODE Static method Private Method 20010321
48 MAKE_TEXT_NODE Static method Private Method 20001128
49 MAKE_UNKNOWN_NODE Static method Private Method 20001130
50 SAVE_DOC_TREE Static method Private Method Office Document from the Tree Structure of the MIME Stream 20001128
51 SET_ENCCNT Instance method Protected Set-method of a virtual attribute Sets Attribute ENCCNT 20001128
52 SET_EXTCT Instance method Private Set-method of a virtual attribute Sets Attribute EXTCT 20001128
53 SET_FILE_EXT Instance method Private Set-method of a virtual attribute Sets Attribute FILE_EXT 20001128
54 SET_GT_ATTACHMENTS Instance method Private Set-method of a virtual attribute Sets Attribute GT_ATTACHMENTS 20001018
55 SET_GT_OBJCONT Instance method Private Set-method of a virtual attribute Sets Attribute GT_OBJCONT 20001013
56 SET_GT_OBJCONTX Instance method Private Set-method of a virtual attribute Sets Attribute GT_OBJCONTX 20001013
57 SET_GT_OBJHEAD Instance method Private Set-method of a virtual attribute Sets Attribute GT_OBJHEAD 20001013
58 SET_G_FILE_EXT_CONV Instance method Private Set-method of a virtual attribute Sets Attribute G_FILE_EXT_CONV 20001205
59 SET_G_HEX_DATA Instance method Private Set-method of a virtual attribute Sets Attribute G_HEX_DATA 20001025
60 SET_G_OBJREAD Instance method Private Set-method of a virtual attribute Sets Attribute G_OBJREAD 20001013
61 SET_IF_INSTANCE Instance method Private Set-method of a virtual attribute Sets Attribute IF_INSTANCE 20020205
62 SET_IMPORTANCE Instance method Public Set-method of a virtual attribute Sets Attribute IMPORTANCE 20000202
63 SET_OBJLEN Instance method Private Set-method of a virtual attribute Sets Attribute OBJLEN 20001128
64 SET_SENSITIVITY Instance method Public Set-method of a virtual attribute Sets Attribute SENSITIVITY 20000202
65 SET_SUBJECT Instance method Public Set-method of a virtual attribute Sets Attribute SUBJECT 20000203
66 SET_SUBJECT_LONG Instance method Protected Set-method of a virtual attribute Sets Attribute SUBJECT_LONG 20040116
67 STRING_TO_SOLI Static method Public Method Transforms STRING to SOLI Table 20070329
68 XSTRING_TO_SOLIX Static method Public Method Transforms XSTRING into SOLIX Table 20040518
Events
Class CL_DOCUMENT_BCS has no event.
Types
Class CL_DOCUMENT_BCS has no local type.
Method Signatures

Method ADD_ATTACHMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_VSI_PROFILE Value transfer Type reference (TYPE) VSCAN_PROFILE Viren-Scan-Profil 20120705
2 Importing I_ATTACHMENT_HEADER Value transfer Type reference (TYPE) SOLI_TAB Kopfdaten der Anlage 20001023
3 Importing I_ATTACHMENT_LANGUAGE Value transfer Type reference (TYPE) SOOD-OBJLA SPACE Sprache, in der die Anlage angelegt wird 20001023
4 Importing I_ATTACHMENT_SIZE Value transfer Type reference (TYPE) SOOD-OBJLEN Größe des Dokumentinhalts 20001023
5 Importing I_ATTACHMENT_SUBJECT Value transfer Type reference (TYPE) SOOD-OBJDES Titel der Anlage 20001023
6 Importing I_ATTACHMENT_TYPE Value transfer Type reference (TYPE) SOODK-OBJTP Dokumenttyp der Anlage 20001023
7 Importing I_ATT_CONTENT_HEX Value transfer Type reference (TYPE) SOLIX_TAB Inhalt (binär) 20001023
8 Importing I_ATT_CONTENT_TEXT Value transfer Type reference (TYPE) SOLI_TAB Inhalt (textartig) 20001023
# Exception Resumable Description Created on
1 CX_DOCUMENT_BCS BCS: Ausnahmen von Dokumenten 20010102

Method ADD_DOCUMENT_AS_ATTACHMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_DOCUMENT Call by reference Object reference (TYPE REF TO) IF_DOCUMENT_BCS Dokument 20001221
# Exception Resumable Description Created on
1 CX_DOCUMENT_BCS BCS: Ausnahmen von Dokumenten 20010102

Method APPEND_SUBJECT_TO_HEADER_TAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_HEADER Value transfer Type reference (TYPE) SOLI_TAB Headertabelle (OBJHEAD) 20040108
2 Importing IP_SUBJECT_LONG Value transfer Type reference (TYPE) STRING Langer Dokumenttitel 20040108

Method APPEND_SUBJECT_TO_HEADER_TAB on class CL_DOCUMENT_BCS has no exception.

Method BUILD_DOC_TREE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_ROOT Call by reference Type reference (TYPE) BCSEV_DOCUMENT_NODE Root-Knoten 20001128
2 Importing I_MIME Value transfer Object reference (TYPE REF TO) CL_BCOM_MIME Oberklasse für alle MIME-Objekte 20001128
3 Importing I_TYPE Value transfer Type reference (TYPE) MIME_TYPE BCOM: Bezeichnung für den MIME-Subtyp 20001128
# Exception Resumable Description Created on
1 CX_BCOM_MIME Ausnahmen im MIME-Konvertierungstool 20001205
2 CX_DOCUMENT_BCS BCS: Ausnahmen von Dokumenten 20001128

Method COPY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning COPY Value transfer Object reference (TYPE REF TO) CL_DOCUMENT_BCS Erstellte Kopie 20020205
2 Importing COPY_ATTACHMENTS Call by reference Type reference (TYPE) SO_FLAG Anlagen sollen auch kopiert werden 20020205
# Exception Resumable Description Created on
1 CX_DOCUMENT_BCS BCS: Ausnahmen von Dokumenten 20020205

Method COUNT_DOC_SIZE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_HEX Call by reference Type reference (TYPE) SOLIX_TAB Dokumentinhalt (binär) 20010322
2 Importing I_TEXT Call by reference Type reference (TYPE) SOLI_TAB Dokumentinhalt (Text) 20010322
3 Returning RESULT Value transfer Type reference (TYPE) SO_OBJ_LEN Größe des Dokumentinhalts 20010322

Method COUNT_DOC_SIZE on class CL_DOCUMENT_BCS has no exception.

Method CREATE_DOCUMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_VSI_PROFILE Value transfer Type reference (TYPE) VSCAN_PROFILE Viren-Scan-Profil 20120705
2 Importing I_HEADER Call by reference Type reference (TYPE) SOLI_TAB objcont und objhead als Tabellentyp 20001128
3 Importing I_HEX Call by reference Type reference (TYPE) SOLIX_TAB Inhalt (binär) 20001128
4 Importing I_IMPORTANCE Value transfer Type reference (TYPE) BCS_DOCIMP Dokumentpriorität 20010321
5 Importing I_LANGUAGE Value transfer Type reference (TYPE) SO_OBJ_LA SPACE Sprache, in der das Dokument angelegt wird 20001128
6 Importing I_LENGTH Value transfer Type reference (TYPE) SO_OBJ_LEN Größe des Dokumentinhalts 20001128
7 Importing I_SENDER Value transfer Object reference (TYPE REF TO) CL_CAM_ADDRESS_BCS BCS: repräsentiert eine ZAV Adresse 20010207
8 Importing I_SENSITIVITY Value transfer Type reference (TYPE) SO_OBJ_SNS Objekt: Sensitivität (privat, funktional, ...) 20010321
9 Importing I_SUBJECT Value transfer Type reference (TYPE) SO_OBJ_DES Kurze Beschreibung des Inhaltes 20001128
10 Importing I_TEXT Call by reference Type reference (TYPE) SOLI_TAB Inhalt (textartig) 20001128
11 Importing I_TYPE Value transfer Type reference (TYPE) SO_OBJ_TP Kürzel für den Dokumenttyp 20001128
12 Returning RESULT Value transfer Object reference (TYPE REF TO) CL_DOCUMENT_BCS Wrapperklasse für Office-Dokumente 20001128
# Exception Resumable Description Created on
1 CX_DOCUMENT_BCS BCS: Ausnahmen von Dokumenten 20001221

Method CREATE_FROM_MIME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EP_DOC Value transfer Object reference (TYPE REF TO) CL_DOCUMENT_BCS Wrapperklasse für Office-Dokumente 20010118
2 Exporting ET_DOCTYPES Call by reference Type reference (TYPE) BCSY_SODOC BCS: interne Tabelle mit Dokumenttypen 20010118
3 Importing IO_MIME Value transfer Object reference (TYPE REF TO) CL_BCOM_MIME Oberklasse für alle MIME-Objekte 20010105
4 Importing IO_SENDER Value transfer Object reference (TYPE REF TO) CL_CAM_ADDRESS_BCS BCS: repräsentiert eine ZAV Adresse 20010207
5 Importing IP_IMPORTANCE Value transfer Type reference (TYPE) BCS_DOCIMP Dokumentpriorität 20010321
6 Importing IP_SENSITIVITY Value transfer Type reference (TYPE) SO_OBJ_SNS Objekt: Sensitivität (privat, funktional, ...) 20010321
7 Importing IP_SUBJECT Value transfer Type reference (TYPE) SO_OBJ_DES Kurze Beschreibung des Inhaltes 20001130
8 Importing IP_TYPE Value transfer Type reference (TYPE) MIME_TYPE BCOM: Bezeichnung für den MIME-Subtyp 20010105
# Exception Resumable Description Created on
1 CX_BCOM_MIME Ausnahmen im MIME-Konvertierungstool 20001205
2 CX_DOCUMENT_BCS BCS: Ausnahmen von Dokumenten 20001128

Method CREATE_FROM_MULTIRELATED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_VSI_PROFILE Value transfer Type reference (TYPE) VSCAN_PROFILE Viren-Scan-Profil 20120705
2 Importing I_IMPORTANCE Value transfer Type reference (TYPE) BCS_DOCIMP Dokumentpriorität 20010802
3 Importing I_LANGUAGE Value transfer Type reference (TYPE) SO_OBJ_LA SPACE Sprache, in der das Dokument angelegt wird 20010802
4 Importing I_MULTIREL_SERVICE Call by reference Object reference (TYPE REF TO) CL_GBT_MULTIRELATED_SERVICE Hilfsklasse für Multipart/Related im Business Workplace 20010802
5 Importing I_SENSITIVITY Value transfer Type reference (TYPE) SO_OBJ_SNS Objekt: Sensitivität (privat, funktional, ...) 20010802
6 Importing I_SUBJECT Value transfer Type reference (TYPE) SO_OBJ_DES Kurze Beschreibung des Inhaltes 20010802
7 Returning RESULT Value transfer Object reference (TYPE REF TO) CL_DOCUMENT_BCS Wrapperklasse für Office-Dokumente 20010802
# Exception Resumable Description Created on
1 CX_BCOM_MIME Ausnahmen im MIME-Konvertierungstool 20010802
2 CX_DOCUMENT_BCS BCS: Ausnahmen von Dokumenten 20010802
3 CX_GBT_MIME MIME Fehler 20010803

Method CREATE_FROM_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DOCUMENTTYPE Value transfer Type reference (TYPE) SOOD-OBJTP 'RAW' Dokumenttyp 20000511
2 Importing I_IMPORTANCE Value transfer Type reference (TYPE) SOOD-OBJPRI '0' Wichtigkeit 20000317
3 Importing I_SENSITIVITY Value transfer Type reference (TYPE) SOOD-OBJSNS 'F' Vertraulichkeit 20000317
4 Importing I_SUBJECT Value transfer Type reference (TYPE) SOOD-OBJDES SPACE Dokumenttitel 20000317
5 Importing I_TEXT Call by reference Type reference (TYPE) BCSY_TEXT Texttabelle 20000317
6 Returning RESULT Value transfer Object reference (TYPE REF TO) CL_DOCUMENT_BCS Dokumentobjekt 20000317
# Exception Resumable Description Created on
1 CX_DOCUMENT_BCS BCS: Ausnahmen von Dokumenten 20010102

Method GETU_ATTACHMENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_ATTACHMENTS Value transfer Type reference (TYPE) SOBCSDOCT tabelle von CL_DOCUMENT_BCS 20001013
# Exception Resumable Description Created on
1 CX_DOCUMENT_BCS BCS: Ausnahmen von Dokumenten 20010102

Method GETU_BCS_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_SOODK Call by reference Type reference (TYPE) SOODK SAPoffice: Definition eines Objektes (Key-Teil) 20001018
2 Returning RE_IF_BCS Value transfer Object reference (TYPE REF TO) IF_DOCUMENT_BCS Dokumenteninterface für das BCS 20001018
# Exception Resumable Description Created on
1 CX_DOCUMENT_BCS BCS: Ausnahmen von Dokumenten 20010102

Method GETU_CONTENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_HEX_DATA Call by reference Type reference (TYPE) SONV-FLAG 20001025
2 Exporting EX_OBJCONT Call by reference Type reference (TYPE) SOLI_TAB Dokumentinhalt ASC 20001012
3 Exporting EX_OBJCONTX Call by reference Type reference (TYPE) SOLIX_TAB Dokumentinhalt HEX 20001012
4 Exporting EX_OBJHEAD Call by reference Type reference (TYPE) SOLI_TAB Dokumentheader 20001013
# Exception Resumable Description Created on
1 CX_DOCUMENT_BCS BCS: Ausnahmen von Dokumenten 20010102

Method GETU_FILENAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_FILENAME Value transfer Type reference (TYPE) STRING 20090127

Method GETU_FILENAME on class CL_DOCUMENT_BCS has no exception.

Method GETU_INSTANCE_BY_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NO_ENQUEUE Value transfer Type reference (TYPE) OS_BOOLEAN Keine SOOD-Sperre erforderlich (z.B. bei neuem Dokument) 20010712
2 Importing I_SOOD_KEY Call by reference Type reference (TYPE) SOODK Dokumentschlüssel 20000823
3 Returning RESULT Value transfer Object reference (TYPE REF TO) CL_DOCUMENT_BCS Referenz auf Dokument 20000510
# Exception Resumable Description Created on
1 CX_DOCUMENT_BCS BCS: Ausnahmen von Dokumenten 20010102

Method GETU_MIME_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_MIME_GENERATOR Call by reference Object reference (TYPE REF TO) CL_SX_MIME_SINGLEPART SAPconnect-Verschalung um CL_BCOM_MIME_SINGLEPART 20001018
2 Returning RE_MIME Value transfer Type reference (TYPE) MIME_DATA mime 20001018
# Exception Resumable Description Created on
1 CX_DOCUMENT_BCS BCS: Ausnahmen von Dokumenten 20010102

Method GETU_MIME_REFERENCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_MIME_GENERATOR Call by reference Object reference (TYPE REF TO) CL_SX_MIME_SINGLEPART SAPconnect-Verschalung um CL_BCOM_MIME_SINGLEPART 20001013
2 Returning RE_MIME_OBJ Value transfer Object reference (TYPE REF TO) CL_BCOM_MIME_SINGLEPART Oberklasse fur alle MIME-Objekte 20001013
# Exception Resumable Description Created on
1 CX_DOCUMENT_BCS BCS: Ausnahmen von Dokumenten 20010102

Method GETU_OBJHEAD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_PART Call by reference Type reference (TYPE) INT4 Natürliche Zahl 20110518
2 Returning RT_HEADER Value transfer Type reference (TYPE) SOLI_TAB objcont und objhead als Tabellentyp 20110518

Method GETU_OBJHEAD on class CL_DOCUMENT_BCS has no exception.

Method GETU_SINGLE_PART_CALENDAR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTENT Call by reference Type reference (TYPE) SOLI_TAB iCalendar Tabelleninhalt in Bytecount-Format 20001020
2 Importing HEADER Call by reference Type reference (TYPE) SOLI_TAB Headertabelle 20001020
3 Returning RESULT Value transfer Object reference (TYPE REF TO) CL_BCOM_MIME_SINGLEPART Referenz auf ein text/calendar MIME-Body 20001020

Method GETU_SINGLE_PART_CALENDAR on class CL_DOCUMENT_BCS has no exception.

Method GETU_SUBJECT_FROM_HEADER_TAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_HEADER Value transfer Type reference (TYPE) SOLI_TAB Headertabelle (OBJHEAD) 20040108
2 Returning RP_SUBJECT_LONG Value transfer Type reference (TYPE) STRING Langer Dokumenttitel 20040108

Method GETU_SUBJECT_FROM_HEADER_TAB on class CL_DOCUMENT_BCS has no exception.

Method GETU_SUBJECT_LONG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RP_SUBJECT_LONG Value transfer Type reference (TYPE) STRING Dokumenttitel ohne Längenbeschränkung 20040116

Method GETU_SUBJECT_LONG on class CL_DOCUMENT_BCS has no exception.

Method GET_DOCNO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) SO_OBJ_NO Attributwert 20000509
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20010125

Method GET_DOCTP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) SO_OBJ_TP Attributwert 20000509
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20010125

Method GET_DOCYR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) SO_OBJ_YR Attributwert 20000509
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20010125

Method GET_ENCCNT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) SO_ENC_CNT Attributwert 20001013
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20010125

Method GET_EXTCT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) SO_EXTCT Attributwert 20001013
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20010125

Method GET_FILE_EXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) SO_FILEEXT Attributwert 20001013
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20010125

Method GET_GT_ATTACHMENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) SOBCSDOCT Attributwert 20001018
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20010125

Method GET_GT_OBJCONT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) SOLI_TAB Attributwert 20001013
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20010125

Method GET_GT_OBJCONTX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) SOLIX_TAB Attributwert 20001013
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20010125

Method GET_GT_OBJHEAD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) SOLI_TAB Attributwert 20001013
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20010125

Method GET_G_FILE_EXT_CONV Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) SO_FILEEXT Attributwert 20001205
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20010125

Method GET_G_HEX_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) SO_FLAG Attributwert 20001025
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20010125

Method GET_G_OBJREAD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) SO_FLAG Attributwert 20001013
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20010125

Method GET_IF_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Object reference (TYPE REF TO) IF_DOCUMENT_BCS Attributwert 20020205
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20020205

Method GET_IMPORTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) SO_OBJ_PRI Attributwert 20000202
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20010125

Method GET_OBJLEN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) SO_OBJ_LEN Attributwert 20001024
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20010125

Method GET_SENSITIVITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) SO_OBJ_SNS Attributwert 20000202
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20010125

Method GET_SUBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) SO_OBJ_DES Attributwert 20000203
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20010125

Method GET_SUBJECT_LONG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) STRING Attributwert 20040116
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20040116

Method INTERFACE_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning INSTANCE Value transfer Object reference (TYPE REF TO) IF_DOCUMENT_BCS Dokumenteninterface für das BCS 20020204
# Exception Resumable Description Created on
1 CX_DOCUMENT_BCS BCS: Ausnahmen von Dokumenten 20020205

Method MAKE_ALT_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_NODE Call by reference Type reference (TYPE) BCSEV_DOCUMENT_NODE 20001128
2 Importing I_MIME Value transfer Object reference (TYPE REF TO) CL_BCOM_MIME Oberklasse für alle MIME-Objekte 20001128
# Exception Resumable Description Created on
1 CX_BCOM_MIME Ausnahmen im MIME-Konvertierungstool 20001205

Method MAKE_BIN_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_NODE Call by reference Type reference (TYPE) BCSEV_DOCUMENT_NODE 20001128
2 Exporting EV_BODY Call by reference Type reference (TYPE) XSTRING 20110608
3 Importing I_MIME Value transfer Object reference (TYPE REF TO) CL_BCOM_MIME Oberklasse für alle MIME-Objekte 20001128
# Exception Resumable Description Created on
1 CX_BCOM_MIME Ausnahmen im MIME-Konvertierungstool 20001205

Method MAKE_CALENDAR_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_NODE Call by reference Type reference (TYPE) BCSEV_DOCUMENT_NODE 20010118
2 Exporting EV_BODY Call by reference Type reference (TYPE) XSTRING 20110608
3 Importing I_MIME Value transfer Object reference (TYPE REF TO) CL_BCOM_MIME Oberklasse für alle MIME-Objekte 20010118
# Exception Resumable Description Created on
1 CX_BCOM_MIME Ausnahmen im MIME-Konvertierungstool 20010118

Method MAKE_MIX_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_NODE Call by reference Type reference (TYPE) BCSEV_DOCUMENT_NODE 20001128
2 Importing I_MIME Value transfer Object reference (TYPE REF TO) CL_BCOM_MIME Oberklasse für alle MIME-Objekte 20001128
# Exception Resumable Description Created on
1 CX_BCOM_MIME Ausnahmen im MIME-Konvertierungstool 20001205
2 CX_DOCUMENT_BCS BCS: Ausnahmen von Dokumenten 20001130

Method MAKE_REL_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_NODE Call by reference Type reference (TYPE) BCSEV_DOCUMENT_NODE 20001128
2 Importing I_MIME Value transfer Object reference (TYPE REF TO) CL_BCOM_MIME Oberklasse für alle MIME-Objekte 20001128
# Exception Resumable Description Created on
1 CX_BCOM_MIME Ausnahmen im MIME-Konvertierungstool 20001205
2 CX_DOCUMENT_BCS BCS: Ausnahmen von Dokumenten 20001130

Method MAKE_SINGLE_MSG_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_NODE Call by reference Type reference (TYPE) BCSEV_DOCUMENT_NODE 20010321
2 Exporting EV_BODY Call by reference Type reference (TYPE) XSTRING 20110608
3 Importing I_MIME Value transfer Object reference (TYPE REF TO) CL_BCOM_MIME Oberklasse für alle MIME-Objekte 20010321
# Exception Resumable Description Created on
1 CX_BCOM_MIME Ausnahmen im MIME-Konvertierungstool 20010321

Method MAKE_TEXT_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_NODE Call by reference Type reference (TYPE) BCSEV_DOCUMENT_NODE 20001128
2 Exporting EV_BODY Call by reference Type reference (TYPE) XSTRING 20110608
3 Importing I_MIME Value transfer Object reference (TYPE REF TO) CL_BCOM_MIME Oberklasse für alle MIME-Objekte 20001128
# Exception Resumable Description Created on
1 CX_BCOM_MIME Ausnahmen im MIME-Konvertierungstool 20001205

Method MAKE_UNKNOWN_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_NODE Call by reference Type reference (TYPE) BCSEV_DOCUMENT_NODE 20001130
2 Exporting EV_BODY Call by reference Type reference (TYPE) XSTRING 20110608
3 Importing I_MIME Value transfer Object reference (TYPE REF TO) CL_BCOM_MIME Oberklasse für alle MIME-Objekte 20001130
# Exception Resumable Description Created on
1 CX_BCOM_MIME Ausnahmen im MIME-Konvertierungstool 20001205

Method SAVE_DOC_TREE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DOC Value transfer Object reference (TYPE REF TO) CL_DOCUMENT_BCS Wrapperklasse für Office-Dokumente 20001129
2 Importing I_IMPORTANCE Value transfer Type reference (TYPE) BCS_DOCIMP Dokumentpriorität 20010321
3 Importing I_ROOT Call by reference Type reference (TYPE) BCSEV_DOCUMENT_NODE 20001128
4 Importing I_SENDER Value transfer Object reference (TYPE REF TO) CL_CAM_ADDRESS_BCS BCS: repräsentiert eine ZAV Adresse 20010207
5 Importing I_SENSITIVITY Value transfer Type reference (TYPE) SO_OBJ_SNS Objekt: Sensitivität (privat, funktional, ...) 20010321
6 Returning RESULT Value transfer Object reference (TYPE REF TO) CL_DOCUMENT_BCS Wrapperklasse für Office-Dokumente 20001128
# Exception Resumable Description Created on
1 CX_DOCUMENT_BCS BCS: Ausnahmen von Dokumenten 20001128

Method SET_ENCCNT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ENCCNT Call by reference Type reference (TYPE) SO_ENC_CNT Attributwert 20001128
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20010125

Method SET_EXTCT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_EXTCT Call by reference Type reference (TYPE) SO_EXTCT Attributwert 20001128
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20010125

Method SET_FILE_EXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FILE_EXT Call by reference Type reference (TYPE) SO_FILEEXT Attributwert 20001128
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20010125

Method SET_GT_ATTACHMENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_GT_ATTACHMENTS Call by reference Type reference (TYPE) SOBCSDOCT Attributwert 20001018
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20010125

Method SET_GT_OBJCONT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_GT_OBJCONT Call by reference Type reference (TYPE) SOLI_TAB Attributwert 20001013
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20010125

Method SET_GT_OBJCONTX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_GT_OBJCONTX Call by reference Type reference (TYPE) SOLIX_TAB Attributwert 20001013
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20010125

Method SET_GT_OBJHEAD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_GT_OBJHEAD Call by reference Type reference (TYPE) SOLI_TAB Attributwert 20001013
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20010125

Method SET_G_FILE_EXT_CONV Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_G_FILE_EXT_CONV Call by reference Type reference (TYPE) SO_FILEEXT Attributwert 20001205
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20010125

Method SET_G_HEX_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_G_HEX_DATA Call by reference Type reference (TYPE) SO_FLAG Attributwert 20001025
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20010125

Method SET_G_OBJREAD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_G_OBJREAD Call by reference Type reference (TYPE) SO_FLAG Attributwert 20001013
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20010125

Method SET_IF_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_IF_INSTANCE Call by reference Object reference (TYPE REF TO) IF_DOCUMENT_BCS Attributwert 20020205
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20020205

Method SET_IMPORTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_IMPORTANCE Call by reference Type reference (TYPE) SO_OBJ_PRI Attributwert 20000202
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20010125

Method SET_OBJLEN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OBJLEN Call by reference Type reference (TYPE) SO_OBJ_LEN Attributwert 20001128
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20010125

Method SET_SENSITIVITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SENSITIVITY Call by reference Type reference (TYPE) SO_OBJ_SNS Attributwert 20000202
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20010125

Method SET_SUBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SUBJECT Call by reference Type reference (TYPE) SO_OBJ_DES Attributwert 20000203
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20010125

Method SET_SUBJECT_LONG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SUBJECT_LONG Call by reference Type reference (TYPE) STRING Attributwert 20040116
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20040116

Method STRING_TO_SOLI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_STRING Call by reference Type reference (TYPE) STRING STRING 20070329
2 Returning RT_SOLI Value transfer Type reference (TYPE) SOLI_TAB SOLI-Tabelle 20070329

Method STRING_TO_SOLI on class CL_DOCUMENT_BCS has no exception.

Method XSTRING_TO_SOLIX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_XSTRING Call by reference Type reference (TYPE) XSTRING XSTRING 20040518
2 Returning RT_SOLIX Value transfer Type reference (TYPE) SOLIX_TAB SOLIX-Tabelle 20040518

Method XSTRING_TO_SOLIX on class CL_DOCUMENT_BCS has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 50A