SAP ABAP Class IF_SEU_ADT_PROXY_URI_MAPPER (BADI interface for proxy uri mappings)
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface composition (i COMPRISING i_ref) | IF_BADI_INTERFACE | Tag Interface for BAdIs | 20130607 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_RIS_ADT_PROXY_URI_OBJ_TYPE | 20130617 | |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_SEDI_ADT_PROXY_URI_INCLUDE | 20130607 |
Properties
| Class | IF_SEU_ADT_PROXY_URI_MAPPER | |
| Short Description | BADI interface for proxy uri mappings | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20130607 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class IF_SEU_ADT_PROXY_URI_MAPPER has no forward declaration.
Interfaces
Class IF_SEU_ADT_PROXY_URI_MAPPER has no interface implemented.
Friends
Class IF_SEU_ADT_PROXY_URI_MAPPER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | See coding | 20130607 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20130607 |
Events
Class IF_SEU_ADT_PROXY_URI_MAPPER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_MAPPING | Public | See coding | 20130607 | BEGIN OF ty_mapping,
links TYPE if_atom_types=>link_t,
status_message TYPE ty_status_message,
END OF ty_mapping
|
||
| 2 | TY_MAPPINGS | Public | See coding | 20130607 | ty_mappings TYPE STANDARD TABLE OF ty_mapping WITH DEFAULT KEY
|
||
| 3 | TY_PROXY_URI | Public | See coding | 20130607 | BEGIN OF ty_proxy_uri,
link TYPE if_atom_types=>link_s,
END OF ty_proxy_uri
|
||
| 4 | TY_PROXY_URIS | Public | See coding | 20130607 | ty_proxy_uris TYPE STANDARD TABLE OF ty_proxy_uri WITH DEFAULT KEY
|
||
| 5 | TY_STATUS_MESSAGE | Public | See coding | 20130607 | BEGIN OF ty_status_message,
status_severity TYPE string, " allowed values: co_status_severity
message TYPE string,
END OF ty_status_message
|
Method Signatures
Method MAP_PROXY_URI Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_MAPPING | Call by reference | Type reference (TYPE) | TY_MAPPING | 20130611 | ||||
| 2 | I_PROXY_URI_CONTENT | Call by reference | Type reference (TYPE) | STRING | 20130611 | ||||
| 3 | I_PROXY_URI_ID | Call by reference | Type reference (TYPE) | STRING | 20130611 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130612 |
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in |