SAP ABAP Class CL_BIZC_DOCUMENT (Abstract Document Class)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-NBC (Application Component) NetWeaver Business Content
⤷
SBIZC9 (Package) Business Content: Document Layer
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_BIZC_DOCUMENT | Bizc: Document | 20050210 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_BIZC_LOCAL_DOCUMENT | Document in Solution Manager | 20050210 |
| 2 | Inheritance (c INHERITING FROM c_ref) | CL_BIZC_SM_DOCUMENT | Document in Solution Manager | 20050210 |
Properties
| Class | CL_BIZC_DOCUMENT | |
| Short Description | Abstract Document Class | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SBIZC9 | Business Content: Document Layer |
| Created | 20050210 | SAP |
| Last change | 20050428 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_BIZC_DOCUMENT | Bizc: Document | 20050210 |
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CL_BIZC_DOCUMENT_MANAGER | 20050407 | Bizc: Factory for Documents |
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_BIZC_OBJECT_BROKER | Broker Class for Content Object Access | 20050407 | |||
| 2 | Instance attribute | Protected | Type reference (TYPE) | TS_DOC | 20050225 | ||||
| 3 | Instance attribute | Protected | Type reference (TYPE) | BIZC_DOCH | BIZC: Administrative Information for Document | 20050216 | |||
| 4 | Instance attribute | Protected | Type reference (TYPE) | BIZC_DOCID | BIZC: Internal ID for Reference to Document | 20050210 | |||
| 5 | Instance attribute | Protected | Type reference (TYPE) | BIZC_USAGE | ID of Content Object Usage Type | 20050217 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | Constructor | 20050210 | |
| 2 | Instance method | Protected | Method | Loads the Link for this Document | 20050210 |
Events
Class CL_BIZC_DOCUMENT has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_DOC | Protected | See coding | 20050210 | BEGIN OF ts_doc,
langu type langu,
url TYPE string,
descr TYPE string,
asccont TYPE string,
bincont TYPE string,
END OF ts_doc
|
||
| 2 | TT_DOC | Protected | See coding | 20050210 | tt_doc TYPE TABLE OF ts_doc
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IP_DOC_ID | Call by reference | Type reference (TYPE) | BIZC_DOCID | BIZC: Interne ID für Verweis auf Dokument | 20050210 | |||
| 2 | IP_USAGE | Call by reference | Type reference (TYPE) | BIZC_USAGE | ID einer Content-Objektverwendung | 20050215 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahmen im Documentlayer | 20050215 |
Method LOAD_LINK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IP_USAGE | Call by reference | Type reference (TYPE) | BIZC_USAGE | ID einer Content-Objektverwendung | 20050215 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahmen im Documentlayer | 20050215 |
History
| Last changed by/on | SAP | 20050428 |
| SAP Release Created in | 710 |