SAP ABAP Class IF_DBPROC_PROXY_INTERNAL_TYPES (Internal Implementation Types)
Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface composition (i COMPRISING i_ref) | IF_DBPROC_PROXY_BASIC_TYPES | Basic Type Definitions for DB Procedure Proxies | 20120804 |
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface composition (i COMPRISING i_ref) | IF_DBPROC_PROXY_IP | Generation Interface Pool | 20120804 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_DBPROC_PROXY_IP | Generation Interface Pool | 20120804 |
Properties
Class | IF_DBPROC_PROXY_INTERNAL_TYPES | |
Short Description | Internal Implementation Types | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | ||
Created | 20120804 | SAP |
Last change | 20140121 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class IF_DBPROC_PROXY_INTERNAL_TYPES has no forward declaration.
Interfaces
Class IF_DBPROC_PROXY_INTERNAL_TYPES has no interface implemented.
Friends
Class IF_DBPROC_PROXY_INTERNAL_TYPES has no friend class.
Attributes
Class IF_DBPROC_PROXY_INTERNAL_TYPES has no attribute.
Methods
Class IF_DBPROC_PROXY_INTERNAL_TYPES has no method.
Events
Class IF_DBPROC_PROXY_INTERNAL_TYPES has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_ABAP_NAME | Public | Attribute reference (LIKE) | 20120804 |
|
||
2 | TY_ABAP_SIMPLE_TYPE_S | Public | Attribute reference (LIKE) | 20120804 |
|
||
3 | TY_ADMIN_S | Public | See coding | 20120806 | begin of TY_ADMIN_S,
CREATE_USER type CNAM,
CREATE_DATE type RDIR_CDATE,
CHANGE_USER type UNAM,
CHANGE_DATE type RDIR_UDATE,
CHANGE_TIME type DDTIME,
version_nr type vern,
end of TY_ADMIN_S
|
||
4 | TY_DB_NAME | Public | Attribute reference (LIKE) | 20120804 |
|
||
5 | TY_DB_SIMPLE_TYPE_S | Public | Attribute reference (LIKE) | 20120804 |
|
||
6 | TY_DDIC_NAME | Public | Attribute reference (LIKE) | 20120804 |
|
||
7 | TY_HEADER_S | Public | See coding | 20121121 | BEGIN OF ty_header_s,
proxy_name TYPE ty_abap_name,
db_repository_package TYPE ty_db_name, " proc in repository: package
db_repository_proc_name TYPE ty_db_name, " proc in repository: name
db_catalog_schema TYPE ty_db_name, " irrelevant for UI, proc in catalog: schema
db_catalog_proc_name TYPE ty_db_name, " irrelevant for UI, proc in catalog: name
read_only TYPE abap_bool, " DB proc is read-only
interface_pool TYPE ty_abap_name, " name of ABAP interface pool generated for housing the types
END OF ty_header_s
|
||
8 | TY_PARAM_DIRECTION | Public | Attribute reference (LIKE) | 20120804 |
|
||
9 | TY_PARAM_KIND | Public | Attribute reference (LIKE) | 20120804 |
|
||
10 | TY_PARAM_S | Public | Attribute reference (LIKE) | 20121121 |
|
||
11 | TY_PARAM_T | Public | Attribute reference (LIKE) | 20121121 |
|
||
12 | TY_PARAM_TYPE_S | Public | Attribute reference (LIKE) | 20121121 |
|
||
13 | TY_PARAM_TYPE_T | Public | Attribute reference (LIKE) | 20121121 |
|
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in |