SAP ABAP Class CL_PROXY_CATEGORY (access to SPROXCAT)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-PRX (Application Component) Proxy Generation
⤷
SAI_PROXY_GENTIME (Package) ES Tools: Proxy Generation
⤷
⤷
Properties
| Class | CL_PROXY_CATEGORY | |
| Short Description | access to SPROXCAT | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SAI_PROXY_GENTIME | ES Tools: Proxy Generation |
| Created | 20101215 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
Class CL_PROXY_CATEGORY has no interface implemented.
Friends
Class CL_PROXY_CATEGORY has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | PRXGENAPPL | CL_PROXY_PUBLIC_UTILS=>C_GEN_APPL_ALL | Generation Source | 20111123 | ||
| 2 | Constant | Public | Type reference (TYPE) | PRXGENAPPL | CL_PROXY_PUBLIC_UTILS=>C_GEN_APPL_BACKENDMDR | Generation Source | 20111123 | ||
| 3 | Constant | Public | Type reference (TYPE) | PRXGENAPPL | CL_PROXY_PUBLIC_UTILS=>C_GEN_APPL_SVARIANT | Generation Source | 20111123 | ||
| 4 | Constant | Public | Type reference (TYPE) | PRXGENAPPL | CL_PROXY_PUBLIC_UTILS=>C_GEN_APPL_WEBSERVICE | Generation Source | 20111123 | ||
| 5 | Constant | Public | Type reference (TYPE) | PRXGENAPPL | CL_PROXY_PUBLIC_UTILS=>C_GEN_APPL_XI | Generation Source | 20111123 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | returns all available generating applications | 20111027 | |
| 2 | Static method | Public | Method | 20101215 | ||
| 3 | Static method | Public | Method | 20120215 | ||
| 4 | Static method | Public | Method | 20121121 |
Events
Class CL_PROXY_CATEGORY has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | T_CATEGORIES | Public | See coding | 20101215 | t_categories type sorted table of t_category with unique key category
|
||
| 2 | T_CATEGORY | Public | See coding | 20101215 | begin of t_category.
include type sproxcat.
types: text type cl_proxy_wb=>t_text_info, "ddtext,
icon type cl_proxy_wb=>t_icon_info,
wb_type type seu_objtyp,
end of t_category
|
||
| 3 | T_GEN_APPL | Public | See coding | 20111027 | begin of t_gen_appl,
gen_appl type prxgenappl,
text type ddtext,
end of t_gen_appl
|
||
| 4 | T_GEN_APPLS | Public | See coding | 20111027 | t_gen_appls type standard table of t_gen_appl with key gen_appl
|
Method Signatures
Method GET_ALL_GEN_APPLS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RVAL | Value transfer | Type reference (TYPE) | T_GEN_APPLS | Table of generation applications | 20111027 |
Method GET_ALL_GEN_APPLS on class CL_PROXY_CATEGORY has no exception.
Method GET_CATEGORIES_FOR_GEN_APPL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CATEGORIES | Call by reference | Type reference (TYPE) | T_CATEGORIES | 20101215 | ||||
| 2 | GEN_APPL | Call by reference | Type reference (TYPE) | PRXGENAPPL | Generation Source | 20101215 |
Method GET_CATEGORIES_FOR_GEN_APPL on class CL_PROXY_CATEGORY has no exception.
Method GET_CATEGORY_INFO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CATEGORY | Call by reference | Type reference (TYPE) | PRX_TYPE | Category | 20120215 | |||
| 2 | CATEGORY_INFO | Value transfer | Type reference (TYPE) | T_CATEGORY | 20120215 |
Method GET_CATEGORY_INFO on class CL_PROXY_CATEGORY has no exception.
Method GET_GEN_APPLS_FOR_CATEGORY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CATEGORY | Call by reference | Type reference (TYPE) | PRX_TYPE | 20121121 | ||||
| 2 | GEN_APPLS | Value transfer | Type reference (TYPE) | T_GEN_APPLS | 20121121 |
Method GET_GEN_APPLS_FOR_CATEGORY on class CL_PROXY_CATEGORY has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 802 |