SAP ABAP Class CL_PXN_DB (Proxy DB access)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-PRX (Application Component) Proxy Generation
⤷
SAI_PROXY_GENTIME (Package) ES Tools: Proxy Generation
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_PXN_DB_AUNIT | Proxy DB Access Unittest | 20121214 |
Properties
| Class | CL_PXN_DB | |
| Short Description | Proxy DB access | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SAI_PROXY_GENTIME | ES Tools: Proxy Generation |
| Created | 20121214 | SAP |
| Last change | 20140121 | 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) | |
| 2 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_PXN_DB has no interface implemented.
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CL_PXN_DB_AUNIT | 20121214 | Proxy DB Access Unittest |
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Public | Object reference (TYPE REF TO) | CL_PXN_DB | Proxy DB access | 20121214 |
Methods
Events
Class CL_PXN_DB has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | S_PROXIES_TO_READ | Public | See coding | 20121221 | begin of s_proxies_to_read,
object type prx_r3obj,
obj_name type prx_r3name,
end of s_proxies_to_read
|
||
| 2 | T_PROXIES_TO_READ | Public | See coding | 20121221 | t_proxies_to_read type standard table of s_proxies_to_read WITH DEFAULT KEY
|
Method Signatures
Method CHECK_PROXY_EXISTENCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EXISTS | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20121221 | ||||
| 2 | OBJECT | Call by reference | Type reference (TYPE) | SPROXNAME | Proxy Generation: Names of Generated Objects | 20121221 |
Method CHECK_PROXY_EXISTENCE on class CL_PXN_DB has no exception.
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_PXN_DB has no parameter.
Method CLASS_CONSTRUCTOR on class CL_PXN_DB has no exception.
Method DEQUEUE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ENQ_MODE | Call by reference | Type reference (TYPE) | ENQMODE | 'E' | Sperrmodus | 20121214 | ||
| 2 | OBJECTS | Call by reference | Type reference (TYPE) | SPROXNAMES | Proxy-Generierung: Tabelle mit Namen generierter Objekte | 20121214 | |||
| 3 | RETURN_CODE | Call by reference | Type reference (TYPE) | I | 20121214 | ||||
| 4 | SPROXLOG | Call by reference | Type reference (TYPE) | SPRX_LOG_T | 20121214 |
Method DEQUEUE on class CL_PXN_DB has no exception.
Method ENQUEUE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ENQ_MODE | Call by reference | Type reference (TYPE) | ENQMODE | 'E' | Sperrmodus | 20121214 | ||
| 2 | OBJECTS | Call by reference | Type reference (TYPE) | SPROXNAMES | Proxy-Generierung: Tabelle mit Namen generierter Objekte | 20121214 | |||
| 3 | RETURN_CODE | Call by reference | Type reference (TYPE) | I | 20121214 | ||||
| 4 | SPROXLOG | Call by reference | Type reference (TYPE) | SPRX_LOG_T | 20121214 | ||||
| 5 | SUPPRESS | Call by reference | Type reference (TYPE) | PRX_BOOLEAN | ABAP Proxies: Boolean Value ('X' = True, Space = False) | 20121214 |
Method ENQUEUE on class CL_PXN_DB has no exception.
Method GENERATE_ABAP_OBJECTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RVAL | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20130424 |
Method GENERATE_ABAP_OBJECTS on class CL_PXN_DB has no exception.
Method GET_PACKAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DEFAULT_PACKAGE | Call by reference | Type reference (TYPE) | DEVCLASS | obsolete, do not use | 20130125 | |||
| 2 | IGNORE_ERROR | Call by reference | Type reference (TYPE) | PRX_BOOLEAN | ABAP Proxies: Boolean Value ('X' = True, Space = False) | 20130219 | |||
| 3 | OBJECT | Call by reference | Type reference (TYPE) | CSEQUENCE | Object Type | 20130125 | |||
| 4 | OBJ_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | Object Name in Object Directory | 20130125 | |||
| 5 | RVAL | Value transfer | Type reference (TYPE) | DEVCLASS | Package | 20130125 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130125 |
Method MODIFY_CLASS_OR_INTERFACE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | COI | Call by reference | Object reference (TYPE REF TO) | CL_PROXY_CLASS_OR_INTERFACE | 20121214 | ||||
| 2 | CT_LOG | Call by reference | Type reference (TYPE) | SPRX_LOG_T | 20121214 | ||||
| 3 | C_RETURN_CODE | Call by reference | Type reference (TYPE) | I | 20121214 | ||||
| 4 | SUPPRESS_DIALOGS | Call by reference | Type reference (TYPE) | PRX_BOOLEAN | ABAP Proxies: Boolean Value ('X' = True, Space = False) | 20121214 |
Method MODIFY_CLASS_OR_INTERFACE on class CL_PXN_DB has no exception.
Method OBJECTS_ACTIVATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_LOG | Call by reference | Type reference (TYPE) | SPRX_LOG_T | 20121214 | ||||
| 2 | C_RETURN_CODE | Call by reference | Type reference (TYPE) | I | 20121214 | ||||
| 3 | E_CHECKLIST | Call by reference | Object reference (TYPE REF TO) | CL_WB_CHECKLIST | List of All Error Messages from a Syntax Check | 20121214 | |||
| 4 | IT_OBJECTS | Call by reference | Type reference (TYPE) | SPROXNAMES | Proxy Generation: Table with Names of Generated Objects | 20121214 | |||
| 5 | IT_SPROXDAT | Call by reference | Type reference (TYPE) | SPRX_DAT_T | 20121214 |
Method OBJECTS_ACTIVATE on class CL_PXN_DB has no exception.
Method PACKAGE_READ Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PACKAGE | Value transfer | Type reference (TYPE) | PRX_S_TDEVC | Package | 20130125 | |||
| 2 | PACKAGE_NAME | Call by reference | Type reference (TYPE) | DEVCLASS | Package | 20130125 |
Method PACKAGE_READ on class CL_PXN_DB has no exception.
Method SAVE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SPROXDAT_NEW | Call by reference | Type reference (TYPE) | SPRX_DAT_T | 20121214 | ||||
| 2 | SPROXDAT_OLD | Call by reference | Type reference (TYPE) | SPRX_DAT_T | 20121214 | ||||
| 3 | SPROXHDR_NEW | Call by reference | Type reference (TYPE) | SPRX_HDR_T | 20121214 | ||||
| 4 | SPROXHDR_OLD | Call by reference | Type reference (TYPE) | SPRX_HDR_T | 20121214 | ||||
| 5 | SPROXINTF_NEW | Call by reference | Type reference (TYPE) | SPRX_MATCHINTF_T | 20121214 | ||||
| 6 | SPROXINTF_OLD | Call by reference | Type reference (TYPE) | SPRX_MATCHINTF_T | 20121214 | ||||
| 7 | SPROXSVAR_NEW | Call by reference | Type reference (TYPE) | SPRX_SVAR_T | 20121214 | ||||
| 8 | SPROXSVAR_OLD | Call by reference | Type reference (TYPE) | SPRX_SVAR_T | 20121214 |
Method SAVE on class CL_PXN_DB has no exception.
Method SELECT_DAT_FROM_HDR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SPROXDAT_TAB | Call by reference | Type reference (TYPE) | SPRX_DAT_T | 20121221 | ||||
| 2 | SPROXHDR_TAB | Call by reference | Type reference (TYPE) | SPRX_HDR_T | 20121221 |
Method SELECT_DAT_FROM_HDR on class CL_PXN_DB has no exception.
Method SELECT_HDR_BY_EXT_KEY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | GEN_APPL | Call by reference | Type reference (TYPE) | SPROXHDR-GEN_APPL | Generation Source | 20130424 | |||
| 2 | HASH_ID | Call by reference | Type reference (TYPE) | SPROXHDR-HASH_ID | Proxy Generation: Shortened ID of a Proxy Object (Hash) | 20130424 | |||
| 3 | HDR | Call by reference | Type reference (TYPE) | SPRX_HDR_T | 20130424 | ||||
| 4 | IFR_GNSPCE | Call by reference | Type reference (TYPE) | SPROXHDR-IFR_GNSPCE | Proxy Generation: External Namespace | 20130424 | |||
| 5 | IFR_NAME | Call by reference | Type reference (TYPE) | SPROXHDR-IFR_NAME | Proxy Generation: External Name | 20130424 | |||
| 6 | IFR_NSPCE | Call by reference | Type reference (TYPE) | SPROXHDR-IFR_NSPCE | Proxy Generation: External Namespace | 20130424 | |||
| 7 | IFR_TYPE | Call by reference | Type reference (TYPE) | SPROXHDR-IFR_TYPE | Proxy Generation: WSDL Type (portType, message, and so on) | 20130424 | |||
| 8 | INACTIVE | Call by reference | Type reference (TYPE) | SPROXHDR-INACTIVE | Proxy Generation: Flag for Inactive Version | 20130424 | |||
| 9 | SUBRC | Call by reference | Type reference (TYPE) | SY-SUBRC | ABAP System Field: Return Code of ABAP Statements | 20130424 |
Method SELECT_HDR_BY_EXT_KEY on class CL_PXN_DB has no exception.
Method SELECT_HDR_BY_HASHID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | BASE_APPL | Call by reference | Type reference (TYPE) | PRXGENAPPL | Generation Source | 20121221 | |||
| 2 | GEN_APPL | Call by reference | Type reference (TYPE) | PRXGENAPPL | Generation Source | 20121221 | |||
| 3 | HASHIDS | Call by reference | Type reference (TYPE) | PRX_HSHIDS | Proxy Generation: Table of Hash IDs | 20121221 | |||
| 4 | SPROXHDR | Call by reference | Type reference (TYPE) | SPRX_HDR_T | 20121221 |
Method SELECT_HDR_BY_HASHID on class CL_PXN_DB has no exception.
Method SELECT_HDR_BY_KEYS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ITERATIVE | Call by reference | Type reference (TYPE) | PRX_BOOLEAN | ABAP Proxies: Boolean Value ('X' = True, Space = False) | 20121221 | |||
| 2 | LT_SPROXHDR | Call by reference | Type reference (TYPE) | SPRX_HDR_T | 20121221 | ||||
| 3 | PROXIES_TO_READ | Call by reference | Type reference (TYPE) | T_PROXIES_TO_READ | 20121221 |
Method SELECT_HDR_BY_KEYS on class CL_PXN_DB has no exception.
Method SELECT_INACTIVE_HDR_BY_KEYS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ITERATIVE | Call by reference | Type reference (TYPE) | PRX_BOOLEAN | ABAP Proxies: Boolean Value ('X' = True, Space = False) | 20130424 | |||
| 2 | LT_SPROXHDR | Call by reference | Type reference (TYPE) | SPRX_HDR_T | 20130424 | ||||
| 3 | PROXIES_TO_READ | Call by reference | Type reference (TYPE) | T_PROXIES_TO_READ | 20130424 | ||||
| 4 | WITHOUT_INLINE_OBJECTS | Call by reference | Type reference (TYPE) | PRX_BOOLEAN | ABAP Proxies: Boolean Value ('X' = True, Space = False) | 20130424 |
Method SELECT_INACTIVE_HDR_BY_KEYS on class CL_PXN_DB has no exception.
Method SELECT_SINGLE_DIRECTION_EVENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DIRECTION | Call by reference | Type reference (TYPE) | PRX_DIR | Proxy Generation: Interface Direction (Inbound/Outbound) | 20130125 | |||
| 2 | EVENT | Call by reference | Type reference (TYPE) | PRX_EVENT | Event flag | 20130125 | |||
| 3 | IFR_NAME | Call by reference | Type reference (TYPE) | PRX_IFRNAM | Proxy Generation: External Name | 20130125 | |||
| 4 | IFR_NSPCE | Call by reference | Type reference (TYPE) | PRX_NSPCE | Proxy Generation: External Namespace | 20130125 | |||
| 5 | SUBRC | Call by reference | Type reference (TYPE) | SY-SUBRC | ABAP System Field: Return Code of ABAP Statements | 20130125 |
Method SELECT_SINGLE_DIRECTION_EVENT on class CL_PXN_DB has no exception.
Method SELECT_SINGLE_HDR_FOR_OBJECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | HDR | Call by reference | Type reference (TYPE) | SPROXHDR | Proxy Header Data (substitution table) | 20121221 | |||
| 2 | OBJECT | Call by reference | Type reference (TYPE) | PRX_R3OBJ | Proxy Generation: Name of an Object in R/3 | 20121221 | |||
| 3 | OBJ_NAME | Call by reference | Type reference (TYPE) | PRX_R3NAME | Proxy Generation: Name of an Object in R/3 | 20121221 | |||
| 4 | SUBRC | Call by reference | Type reference (TYPE) | SY-SUBRC | ABAP System Field: Return Code of ABAP Statements | 20121221 |
Method SELECT_SINGLE_HDR_FOR_OBJECT on class CL_PXN_DB has no exception.
Method TRANSPORT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | OBJECTS | Call by reference | Type reference (TYPE) | SPROXNAMES | Proxy-Generierung: Tabelle mit Namen generierter Objekte | 20121214 | |||
| 2 | RETURN_CODE | Call by reference | Type reference (TYPE) | I | 20121214 | ||||
| 3 | SPROXLOG | Call by reference | Type reference (TYPE) | SPRX_LOG_T | 20121214 | ||||
| 4 | SUPPRESS_DIALOGS | Call by reference | Type reference (TYPE) | PRX_BOOLEAN | ABAP Proxies: Boolean Value ('X' = True, Space = False) | 20121214 | |||
| 5 | TRANSPORT_NUMBER | Call by reference | Type reference (TYPE) | KORRNUM | Name der gesperrten Korrektur | 20121214 |
Method TRANSPORT on class CL_PXN_DB has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 740 |