SAP ABAP Class CL_BIZC_CONTENT_OBJECT (Business Content: Content Object)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-NBC (Application Component) NetWeaver Business Content
⤷
SBIZC1 (Package) Business Content: Interface to Content Provider

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_BIZC_ROOT | Business Content: Root | 20041022 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SERIALIZABLE_OBJECT | Serializable Object | 20040929 |
Properties
Class | CL_BIZC_CONTENT_OBJECT | |
Short Description | Business Content: Content Object | |
Super Class | CL_BIZC_ROOT | Business Content: Root |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SBIZC1 | Business Content: Interface to Content Provider |
Created | 20040916 | SAP |
Last change | 20050428 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_BIZC_CONTENT_OBJECT has no forward declaration.
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_SERIALIZABLE_OBJECT | Serializable Object | 20040929 |
Friends
Class CL_BIZC_CONTENT_OBJECT has no friend class.
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_CONTENT_PROVIDER | Business Content: Content Provider | 20040917 | ||
2 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | CL_BIZC_CONTENT_TYPE | Business Content: Content Type | 20040917 | ||
3 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | BIZC_CONFIG_TEMPLATE_TAB | Business Content: Configuration Templates | 20050302 | ||
4 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | BIZC_COMPONENT_TAB | Business Content: Component Table | 20040917 | ||
5 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | BIZC_DESCRIPTOR_TAB | Business Content: Table of Descriptor Objects | 20041013 | ||
6 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | BIZC_DOCUMENTATION_TAB | Business Content: Table with References to Documentation Obj | 20040917 | ||
7 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | BIZC_CO_ID | Business Content Object ID | 20040917 | ||
8 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | BIZC_CO_NAME | Technical Name | 20040917 | ||
9 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | BIZC_SYS_INFO | System Information | 20041208 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Add a Configuration Template | 20050302 |
2 | ![]() |
Instance method | Public | Method | Add Documentation Object | 20040920 |
3 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 20040916 |
4 | ![]() |
Instance method | Public | Method | Get List of Configuration Templates | 20050302 |
5 | ![]() |
Instance method | Public | Method | Get Content Provider Object | 20040917 |
6 | ![]() |
Instance method | Public | Method | Get Content Type Object | 20040917 |
7 | ![]() |
Instance method | Public | Method | Get Dependencies / Components | 20040920 |
8 | ![]() |
Instance method | Public | Method | Get Description for Given Language | 20041028 |
9 | ![]() |
Instance method | Public | Method | Get Descriptor Table | 20041013 |
10 | ![]() |
Instance method | Public | Method | Get Documentation Objects | 20040916 |
11 | ![]() |
Instance method | Public | Method | Return the Business Content Object ID | 20040916 |
12 | ![]() |
Instance method | Public | Method | Get System Information Data | 20041208 |
13 | ![]() |
Instance method | Public | Method | Return the Business Content Object Name (Technical Name) | 20041108 |
14 | ![]() |
Instance method | Public | Method | Set the List of Configuration Templates | 20050302 |
15 | ![]() |
Instance method | Public | Method | Set Content Provider Object | 20040917 |
16 | ![]() |
Instance method | Public | Method | Set Dependencies | 20041011 |
17 | ![]() |
Instance method | Public | Method | Set Descriptor Table | 20041013 |
18 | ![]() |
Instance method | Public | Method | Set Link to Documentation Objects | 20040916 |
19 | ![]() |
Instance method | Public | Method | Set System Information Data | 20041208 |
Events
Class CL_BIZC_CONTENT_OBJECT has no event.
Types
Class CL_BIZC_CONTENT_OBJECT has no local type.
Method Signatures
Method ADD_CONFIG_TEMPLATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_CONFIG_TEMPLATE | Call by reference | Object reference (TYPE REF TO) | CL_BIZC_CONFIG_TEMPLATE | Konfigurationstemplate | 20050302 |
Method ADD_CONFIG_TEMPLATE on class CL_BIZC_CONTENT_OBJECT has no exception.
Method ADD_DOCUMENTATION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_DOCU | Call by reference | Object reference (TYPE REF TO) | CL_BIZC_DOCUMENTATION | Business Content: Documentation | 20040920 |
Method ADD_DOCUMENTATION on class CL_BIZC_CONTENT_OBJECT has no exception.
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_CONTENT_TYPE | Call by reference | Object reference (TYPE REF TO) | CL_BIZC_CONTENT_TYPE | Business Content: Content type | 20040917 | ||
2 | ![]() |
I_ID | Call by reference | Type reference (TYPE) | BIZC_CO_ID | Content Object ID | 20040916 | ||
3 | ![]() |
I_NAME | Call by reference | Type reference (TYPE) | BIZC_CO_NAME | Technical name | 20040916 |
Method CONSTRUCTOR on class CL_BIZC_CONTENT_OBJECT has no exception.
Method GET_CONFIG_TEMPLATES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RT_RESULT | Value transfer | Type reference (TYPE) | BIZC_CONFIG_TEMPLATE_TAB | Business Content: Konfigurationstemplates | 20050302 |
Method GET_CONFIG_TEMPLATES on class CL_BIZC_CONTENT_OBJECT has no exception.
Method GET_CONTENT_PROVIDER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RO_CPROV | Value transfer | Object reference (TYPE REF TO) | CL_BIZC_CONTENT_PROVIDER | Business Content: Content Provider | 20040917 |
Method GET_CONTENT_PROVIDER on class CL_BIZC_CONTENT_OBJECT has no exception.
Method GET_CONTENT_TYPE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RO_CONTENT_TYPE | Value transfer | Object reference (TYPE REF TO) | CL_BIZC_CONTENT_TYPE | Business Content: Content type | 20040917 |
Method GET_CONTENT_TYPE on class CL_BIZC_CONTENT_OBJECT has no exception.
Method GET_DEPENDENCIES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RT_COMPONENTS | Value transfer | Type reference (TYPE) | BIZC_COMPONENT_TAB | Business Content: Component Table | 20040920 |
Method GET_DEPENDENCIES on class CL_BIZC_CONTENT_OBJECT has no exception.
Method GET_DESCRIPTION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_LANGU | Call by reference | Type reference (TYPE) | SY-LANGU | Sprachenschlüssel der aktuellen Textumgebung | 20041028 | ||
2 | ![]() |
R_DESCRIPTION | Value transfer | Type reference (TYPE) | STRING | Description | 20041028 |
Method GET_DESCRIPTION on class CL_BIZC_CONTENT_OBJECT has no exception.
Method GET_DESCRIPTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RT_DESCRIPTOR | Value transfer | Type reference (TYPE) | BIZC_DESCRIPTOR_TAB | Business Content: Table of Descriptorobjects | 20041026 |
Method GET_DESCRIPTOR on class CL_BIZC_CONTENT_OBJECT has no exception.
Method GET_DOCUMENTATION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RT_DOCU | Value transfer | Type reference (TYPE) | BIZC_DOCUMENTATION_TAB | Table with references to documentation objects | 20040917 |
Method GET_DOCUMENTATION on class CL_BIZC_CONTENT_OBJECT has no exception.
Method GET_ID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_ID | Value transfer | Type reference (TYPE) | BIZC_CO_ID | Business content: Content Object ID | 20040916 |
Method GET_ID on class CL_BIZC_CONTENT_OBJECT has no exception.
Method GET_SYSTEM_INFO_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_SYS_INFO | Value transfer | Type reference (TYPE) | BIZC_SYS_INFO | System Information | 20041208 |
Method GET_SYSTEM_INFO_DATA on class CL_BIZC_CONTENT_OBJECT has no exception.
Method GET_TECHNICAL_NAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_NAME | Value transfer | Type reference (TYPE) | BIZC_CO_NAME | Business Content Object Name | 20041108 |
Method GET_TECHNICAL_NAME on class CL_BIZC_CONTENT_OBJECT has no exception.
Method SET_CONFIG_TEMPLATES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_CONFIG_TEMPLATES | Call by reference | Type reference (TYPE) | BIZC_CONFIG_TEMPLATE_TAB | Business Content: Konfigurationstemplates | 20050302 |
Method SET_CONFIG_TEMPLATES on class CL_BIZC_CONTENT_OBJECT has no exception.
Method SET_CONTENT_PROVIDER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_CPROV | Call by reference | Object reference (TYPE REF TO) | CL_BIZC_CONTENT_PROVIDER | Business Content: Content Provider | 20040917 |
Method SET_CONTENT_PROVIDER on class CL_BIZC_CONTENT_OBJECT has no exception.
Method SET_DEPENDENCIES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_DEPENDENCIES | Call by reference | Type reference (TYPE) | BIZC_COMPONENT_TAB | Business Content: Component Table | 20041011 |
Method SET_DEPENDENCIES on class CL_BIZC_CONTENT_OBJECT has no exception.
Method SET_DESCRIPTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_DESCRIPTOR | Call by reference | Type reference (TYPE) | BIZC_DESCRIPTOR_TAB | Business Content: Table of Descriptorobjects | 20041026 |
Method SET_DESCRIPTOR on class CL_BIZC_CONTENT_OBJECT has no exception.
Method SET_DOCUMENTATION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_DOCU | Call by reference | Type reference (TYPE) | BIZC_DOCUMENTATION_TAB | Table with references to documentation objects | 20040917 |
Method SET_DOCUMENTATION on class CL_BIZC_CONTENT_OBJECT has no exception.
Method SET_SYSTEM_INFO_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_SYS_INFO | Call by reference | Type reference (TYPE) | BIZC_SYS_INFO | 20041208 |
Method SET_SYSTEM_INFO_DATA on class CL_BIZC_CONTENT_OBJECT has no exception.
History
Last changed by/on | SAP | 20050428 |
SAP Release Created in | 700 |