SAP ABAP Class CL_GOS_DOCUMENT_SERVICE (Documents that the objects are linked to)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-GBT-GOS (Application Component) Generic Object Services
⤷
SGOS (Package) Generic Object Services

⤷

⤷

Properties
Class | CL_GOS_DOCUMENT_SERVICE | |
Short Description | Documents that the objects are linked to | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SGOS | Generic Object Services |
Created | 19990907 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_GOS_DOCUMENT_SERVICE has no forward declaration.
Interfaces
Class CL_GOS_DOCUMENT_SERVICE has no interface implemented.
Friends
Class CL_GOS_DOCUMENT_SERVICE has no friend class.
Attributes
Class CL_GOS_DOCUMENT_SERVICE has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Constructor | Constructor | 19990907 |
2 | ![]() |
Instance method | Public | Method | Creates a Note, an Attachment or a Link to a Web Page | 19990908 |
3 | ![]() |
Instance method | Public | Method | Creates an Attachment by Importing it from PC | 19990908 |
4 | ![]() |
Instance method | Public | Method | Creates a Note | 19990908 |
5 | ![]() |
Instance method | Public | Method | Creates a Personal Note | 19990916 |
6 | ![]() |
Instance method | Public | Method | Creates a Link to Web Page | 19990908 |
7 | ![]() |
Instance method | Public | Method | Deletes an Attachment | 19990908 |
8 | ![]() |
Instance method | Public | Method | Deletes a Note | 19990908 |
9 | ![]() |
Instance method | Public | Method | Deletes a Personal Note | 19990916 |
10 | ![]() |
Instance method | Public | Method | Deletes a Link to a Web Page | 19990908 |
11 | ![]() |
Instance method | Public | Method | Displays an Attachment | 19990908 |
12 | ![]() |
Instance method | Public | Method | Displays attributes | 20100225 |
13 | ![]() |
Instance method | Public | Method | Displays a Note | 19990908 |
14 | ![]() |
Instance method | Public | Method | Displays a Personal Note | 19991122 |
15 | ![]() |
Instance method | Public | Method | Displays a Link to a Web Page | 19990908 |
16 | ![]() |
Instance method | Public | Method | Edits an Attachment | 20000308 |
17 | ![]() |
Instance method | Public | Method | Opens attributes in edit mode | 20100225 |
18 | ![]() |
Instance method | Public | Method | Opens a Note in Edit Mode | 19990908 |
19 | ![]() |
Instance method | Public | Method | Opens a Personal Note in Edit Mode | 19990916 |
20 | ![]() |
Instance method | Public | Method | Edits URL | 20000308 |
21 | ![]() |
Instance method | Public | Method | Exports an Attachment to the Frontend | 20000703 |
22 | ![]() |
Instance method | Public | Method | Destructor | 19990908 |
Events
Class CL_GOS_DOCUMENT_SERVICE has no event.
Types
Class CL_GOS_DOCUMENT_SERVICE has no local type.
Method Signatures
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_GOS_DOCUMENT_SERVICE has no parameter.
Method CONSTRUCTOR on class CL_GOS_DOCUMENT_SERVICE has no exception.
Method CREATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EP_DOCUMENT | Value transfer | Type reference (TYPE) | BORIDENT-OBJKEY | Document created | 19990913 | ||
2 | ![]() |
IP_TITLE | Value transfer | Type reference (TYPE) | SOOD-OBJDES | Document description | 19990913 | ||
3 | ![]() |
IS_OBJECT | Value transfer | Type reference (TYPE) | BORIDENT | Object | 19990913 |
Method CREATE on class CL_GOS_DOCUMENT_SERVICE has no exception.
Method CREATE_ATTACHMENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EP_ATTACHMENT | Value transfer | Type reference (TYPE) | BORIDENT-OBJKEY | Attachment created | 19990915 | ||
2 | ![]() |
IS_OBJECT | Value transfer | Type reference (TYPE) | BORIDENT | Object | 19990913 |
Method CREATE_ATTACHMENT on class CL_GOS_DOCUMENT_SERVICE has no exception.
Method CREATE_NOTE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EP_NOTE | Value transfer | Type reference (TYPE) | BORIDENT-OBJKEY | Note created | 19990915 | ||
2 | ![]() |
IP_TITLE | Value transfer | Type reference (TYPE) | SOOD-OBJDES | Default title | 19990917 | ||
3 | ![]() |
IS_OBJECT | Value transfer | Type reference (TYPE) | BORIDENT | Object | 19990913 | ||
4 | ![]() |
IT_CONTENT | Value transfer | Type reference (TYPE) | SOLI_TAB | Default content | 19991103 |
Method CREATE_NOTE on class CL_GOS_DOCUMENT_SERVICE has no exception.
Method CREATE_PERSONAL_NOTE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EP_NOTE | Value transfer | Type reference (TYPE) | BORIDENT-OBJKEY | Note created | 19990917 | ||
2 | ![]() |
IP_TITLE | Value transfer | Type reference (TYPE) | SOOD-OBJDES | Default title | 19990917 | ||
3 | ![]() |
IS_OBJECT | Value transfer | Type reference (TYPE) | BORIDENT | Object | 19990917 | ||
4 | ![]() |
IT_CONTENT | Value transfer | Type reference (TYPE) | SOLI_TAB | Default content | 19991103 |
Method CREATE_PERSONAL_NOTE on class CL_GOS_DOCUMENT_SERVICE has no exception.
Method CREATE_URL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EP_URL | Value transfer | Type reference (TYPE) | BORIDENT-OBJKEY | Reference to a website created | 19990915 | ||
2 | ![]() |
IP_TITLE | Value transfer | Type reference (TYPE) | SOOD-OBJDES | Title | 19990917 | ||
3 | ![]() |
IS_OBJECT | Value transfer | Type reference (TYPE) | BORIDENT | Object | 19990913 |
Method CREATE_URL on class CL_GOS_DOCUMENT_SERVICE has no exception.
Method DELETE_ATTACHMENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IP_ATTACHMENT | Value transfer | Type reference (TYPE) | BORIDENT-OBJKEY | Attachment | 19990913 | ||
2 | ![]() |
IS_LPORB | Value transfer | Type reference (TYPE) | SIBFLPORB | Lokale Persistente Objektreferenz - BOR kompatibel | 20001017 | ||
3 | ![]() |
IS_OBJECT | Value transfer | Type reference (TYPE) | BORIDENT | Object | 19990913 |
Method DELETE_ATTACHMENT on class CL_GOS_DOCUMENT_SERVICE has no exception.
Method DELETE_NOTE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IP_NOTE | Value transfer | Type reference (TYPE) | BORIDENT-OBJKEY | Note | 19990913 | ||
2 | ![]() |
IS_LPORB | Value transfer | Type reference (TYPE) | SIBFLPORB | Lokale Persistente Objektreferenz - BOR kompatibel | 20001017 | ||
3 | ![]() |
IS_OBJECT | Value transfer | Type reference (TYPE) | BORIDENT | Object | 19990913 |
Method DELETE_NOTE on class CL_GOS_DOCUMENT_SERVICE has no exception.
Method DELETE_PERSONAL_NOTE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IP_NOTE | Value transfer | Type reference (TYPE) | BORIDENT-OBJKEY | Note ID | 19990917 | ||
2 | ![]() |
IS_LPORB | Value transfer | Type reference (TYPE) | SIBFLPORB | Lokale Persistente Objektreferenz - BOR kompatibel | 20001017 | ||
3 | ![]() |
IS_OBJECT | Value transfer | Type reference (TYPE) | BORIDENT | Object | 19990917 |
Method DELETE_PERSONAL_NOTE on class CL_GOS_DOCUMENT_SERVICE has no exception.
Method DELETE_URL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IP_URL | Value transfer | Type reference (TYPE) | BORIDENT-OBJKEY | Reference to a website | 19990913 | ||
2 | ![]() |
IS_LPORB | Value transfer | Type reference (TYPE) | SIBFLPORB | Lokale Persistente Objektreferenz - BOR kompatibel | 20001017 | ||
3 | ![]() |
IS_OBJECT | Value transfer | Type reference (TYPE) | BORIDENT | Object | 19990913 |
Method DELETE_URL on class CL_GOS_DOCUMENT_SERVICE has no exception.
Method DISPLAY_ATTACHMENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IP_ATTACHMENT | Value transfer | Type reference (TYPE) | BORIDENT-OBJKEY | Attachment | 19990913 | ||
2 | ![]() |
IS_OBJECT | Value transfer | Type reference (TYPE) | BORIDENT | Object | 19990913 |
Method DISPLAY_ATTACHMENT on class CL_GOS_DOCUMENT_SERVICE has no exception.
Method DISPLAY_ATTR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IP_OBJECT | Value transfer | Type reference (TYPE) | BORIDENT-OBJKEY | Objektschlüssel | 20100225 |
Method DISPLAY_ATTR on class CL_GOS_DOCUMENT_SERVICE has no exception.
Method DISPLAY_NOTE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IP_DISP_HTML | Value transfer | Type reference (TYPE) | FLAG | 'X' | Display note in html | 19991122 | |
2 | ![]() |
IP_NOTE | Value transfer | Type reference (TYPE) | BORIDENT-OBJKEY | Note | 19990913 | ||
3 | ![]() |
IS_OBJECT | Value transfer | Type reference (TYPE) | BORIDENT | Object | 19990913 |
Method DISPLAY_NOTE on class CL_GOS_DOCUMENT_SERVICE has no exception.
Method DISPLAY_PERSONAL_NOTE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IP_DISP_HTML | Value transfer | Type reference (TYPE) | FLAG | Display note in html | 19991122 | ||
2 | ![]() |
IP_NOTE | Value transfer | Type reference (TYPE) | BORIDENT-OBJKEY | Note | 19991122 | ||
3 | ![]() |
IS_OBJECT | Value transfer | Type reference (TYPE) | BORIDENT | Object | 19991122 |
Method DISPLAY_PERSONAL_NOTE on class CL_GOS_DOCUMENT_SERVICE has no exception.
Method DISPLAY_URL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IP_URL | Value transfer | Type reference (TYPE) | BORIDENT-OBJKEY | Reference to a website | 19990913 | ||
2 | ![]() |
IS_OBJECT | Value transfer | Type reference (TYPE) | BORIDENT | Object | 19990913 |
Method DISPLAY_URL on class CL_GOS_DOCUMENT_SERVICE has no exception.
Method EDIT_ATTACHMENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IP_ATTACHMENT | Value transfer | Type reference (TYPE) | BORIDENT-OBJKEY | Schlüssel der Anlage | 20000308 | ||
2 | ![]() |
IS_OBJECT | Value transfer | Type reference (TYPE) | BORIDENT | Verknüpftes Objekt | 20000308 |
Method EDIT_ATTACHMENT on class CL_GOS_DOCUMENT_SERVICE has no exception.
Method EDIT_ATTR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IP_OBJECT | Value transfer | Type reference (TYPE) | BORIDENT-OBJKEY | Objektschlüssel | 20100225 | ||
2 | ![]() |
RV_COMMIT_REQUIRED | Value transfer | Type reference (TYPE) | BOOLEAN | boolsche Variable (X=true, -=false, space=unknown) | 20100225 |
Method EDIT_ATTR on class CL_GOS_DOCUMENT_SERVICE has no exception.
Method EDIT_NOTE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IP_NOTE | Value transfer | Type reference (TYPE) | BORIDENT-OBJKEY | Note | 19990913 | ||
2 | ![]() |
IS_OBJECT | Value transfer | Type reference (TYPE) | BORIDENT | Object | 19990913 |
Method EDIT_NOTE on class CL_GOS_DOCUMENT_SERVICE has no exception.
Method EDIT_PERSONAL_NOTE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IP_NOTE | Value transfer | Type reference (TYPE) | BORIDENT-OBJKEY | Note ID | 19990917 | ||
2 | ![]() |
IS_OBJECT | Value transfer | Type reference (TYPE) | BORIDENT | Object | 19990917 |
Method EDIT_PERSONAL_NOTE on class CL_GOS_DOCUMENT_SERVICE has no exception.
Method EDIT_URL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IP_URL | Value transfer | Type reference (TYPE) | BORIDENT-OBJKEY | BOR Key der URL | 20000308 | ||
2 | ![]() |
IS_OBJECT | Value transfer | Type reference (TYPE) | BORIDENT | BOR Objekt | 20000308 |
Method EDIT_URL on class CL_GOS_DOCUMENT_SERVICE has no exception.
Method EXPORT_ATTACHMENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IP_ATTACHMENT | Call by reference | Type reference (TYPE) | BORIDENT-OBJKEY | Attachment | 20000703 | ||
2 | ![]() |
IS_OBJECT | Call by reference | Type reference (TYPE) | BORIDENT | Object | 20000703 |
Method EXPORT_ATTACHMENT on class CL_GOS_DOCUMENT_SERVICE has no exception.
Method FREE Signature
Method FREE on class CL_GOS_DOCUMENT_SERVICE has no parameter.
Method FREE on class CL_GOS_DOCUMENT_SERVICE has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in |