SAP ABAP Interface IF_DBPROC_PROXY_INTERNAL_TYPES (Internal Implementation Types)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-DIC (Application Component) ABAP Dictionary
⤷
SDDBPROC_PROXY (Package) Back-End Functions for Database Procedure Proxy

⤷

⤷

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
Interface | IF_DBPROC_PROXY_INTERNAL_TYPES | |
Short Description | Internal Implementation Types |
General Data
Package | SDDBPROC_PROXY | Back-End Functions for Database Procedure Proxy |
Created | 20120804 | SAP |
Last changed | 20140121 | SAP |
Unicode checks active |
Forward declarations
Interface IF_DBPROC_PROXY_INTERNAL_TYPES has no forward declaration.
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_DBPROC_PROXY_BASIC_TYPES | Basic Type Definitions for DB Procedure Proxies | 20120804 |
Friends
Interface IF_DBPROC_PROXY_INTERNAL_TYPES has no friend.
Attributes
Interface IF_DBPROC_PROXY_INTERNAL_TYPES has no attribute.
Methods
Interface IF_DBPROC_PROXY_INTERNAL_TYPES has no method.
Events
Interface 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 | 740 |