SAP ABAP Interface IF_SEU_ADT_PROXY_URI_MAPPER (BADI interface for proxy uri mappings)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-UTL-BRR (Application Component) Repository Browser
⤷
SEU_ADT (Package) ABAP in Eclipse Workbench Utilities
⤷
⤷
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
| Interface | IF_SEU_ADT_PROXY_URI_MAPPER | |
| Short Description | BADI interface for proxy uri mappings |
General Data
| Package | SEU_ADT | ABAP in Eclipse Workbench Utilities |
| Created | 20130607 | SAP |
| Last changed | 20140121 | SAP |
| Unicode checks active |
Forward declarations
Interface IF_SEU_ADT_PROXY_URI_MAPPER has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_BADI_INTERFACE | Tag Interface for BAdIs | 20130607 |
Friends
Interface IF_SEU_ADT_PROXY_URI_MAPPER has no friend.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CO_STATUS_SEVERITY | Constant | Public | See coding | 20130607 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20130607 |
Events
Interface 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 | 740 |