SAP ABAP Class CL_SQSC_WB_OBJECT_DATA (Data Model for Database Function Group)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-AIE-AHI (Application Component) Tools for ABAP and HANA Integration
⤷
SDD_DBPROC_PROXY_ADT (Package) Database Procedure Proxy ABAP Development Tools
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_WB_OBJECT_DATA_MODEL | Interface to Central Object Data Model | 20120426 |
Properties
| Class | CL_SQSC_WB_OBJECT_DATA | |
| Short Description | Data Model for Database Function Group | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SDD_DBPROC_PROXY_ADT | Database Procedure Proxy ABAP Development Tools |
| Created | 20101011 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_SQSC_WB_OBJECT_DATA has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_WB_OBJECT_DATA_MODEL | Interface to Central Object Data Model | 20120426 |
Friends
Class CL_SQSC_WB_OBJECT_DATA has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | TY_DBPROC_PROXY_DATA | 20120426 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20120426 |
Events
Class CL_SQSC_WB_OBJECT_DATA has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_DBPROC_PROXY_ADMIN | Public | See coding | 20120618 | begin of ty_dbproc_proxy_admin,
"! Description is the only language dependent part of the DB Proc Proxy
description type ddtext,
"! Language of the Description shown in 'Properties'
language type sy-langu,
changed_on type wb_changed_on,
changed_by type wb_changed_by,
changed_at type wb_changed_at,
created_on type wb_created_on,
created_by type wb_created_by,
created_at type wb_created_at,
package type devclass,
end of ty_dbproc_proxy_admin
|
||
| 2 | TY_DBPROC_PROXY_DATA | Public | See coding | 20120426 | begin of ty_dbproc_proxy_data,
name type wb_object_name,
version type r3state.
include type ty_dbproc_proxy_admin.
types:
header type if_dbproc_proxy_ui=>ty_header_ui_s,
parameter type if_dbproc_proxy_ui=>ty_param_ui_t,
parameter_type type if_dbproc_proxy_ui=>ty_param_type_ui_t.
types: end of ty_dbproc_proxy_data
|
Method Signatures
Method SET_DESCR_LANGU Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_DESCR_LANGU | Call by reference | Type reference (TYPE) | SPRAS | 20120426 |
Method SET_DESCR_LANGU on class CL_SQSC_WB_OBJECT_DATA has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 740 |