SAP ABAP Interface IF_WD_ACFUPDOWNLOAD_SCMS (Interface for SCMS Embedding in UpDownload)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
BC-WD-ACF (Application Component) Bitte Unterkomponenten verwenden (Hinweis 1665488)
⤷
SWDP_UIEL_ACTIVE_COMPONENT (Package) UIE Library "ActiveComponent"
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_WDR_ACFUPDOWNLOAD_HNDL | Handler for Method Calls of Gantt View Element | 20071203 |
Properties
| Interface | IF_WD_ACFUPDOWNLOAD_SCMS | |
| Short Description | Interface for SCMS Embedding in UpDownload |
General Data
| Package | SWDP_UIEL_ACTIVE_COMPONENT | UIE Library "ActiveComponent" |
| Created | 20071203 | SAP |
| Last changed | 20131127 | SAP |
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | ABAP | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
| 2 | IF_WDR_ACF_HNDL | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
| 3 | IF_WD_ACFUPDOWNLOAD_SCMS | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Interface IF_WD_ACFUPDOWNLOAD_SCMS has no interface.
Friends
Interface IF_WD_ACFUPDOWNLOAD_SCMS has no friend.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_OVERWRITE_BEHAVIOUR_TYPE | Constant | Public | See coding | 20080310 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Additional Information for http_get After Call | 20091013 | |
| 2 | Instance method | Public | Method | 20130117 | ||
| 3 | Instance method | Public | Method | 20071203 | ||
| 4 | Instance method | Public | Method | 20080114 | ||
| 5 | Instance method | Public | Method | 20080819 |
Events
Interface IF_WD_ACFUPDOWNLOAD_SCMS has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TT_RESULT_GET | Public | See coding | 20091013 | tt_result_get TYPE standard TABLE OF t_result_get
|
||
| 2 | TT_SRC_TABLE | Public | See coding | 20071214 | tt_src_table TYPE standard TABLE OF t_src
|
||
| 3 | TT_SRC_TRG_TABLE | Public | See coding | 20071214 | tt_src_trg_table TYPE standard TABLE OF t_src_trg
|
||
| 4 | T_OVERWRITE_BEHAVIOUR_TYPE | Public | Type reference (TYPE) | I | Constants as defined in E_OVERWRITE_BEHAVIOUR_TYPE | 20080310 | |
| 5 | T_RESULT_GET | Public | See coding | 20091013 | BEGIN OF t_result_get,
file TYPE string,
size type string,
error type string,
END OF t_result_get
|
||
| 6 | T_SRC | Public | See coding | 20071214 | BEGIN OF t_src,
url TYPE string,
END OF t_src
|
||
| 7 | T_SRC_TRG | Public | See coding | 20071214 | BEGIN OF t_src_trg,
url TYPE string,
file TYPE string,
END OF t_src_trg
|
Method Signatures
Method GET_INFOS_HTTP_GET Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULTS | Call by reference | Type reference (TYPE) | XSTRING | Information zu einem Attribut | 20091013 | |||
| 2 | TABLE_INFOS | Call by reference | Type reference (TYPE) | TT_RESULT_GET | 20091013 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20091013 |
Method GET_WHITELIST_NAMES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | TT_WHITELIST_NAME | Call by reference | Type reference (TYPE) | IF_WDR_ACF_HNDL=>TT_WHITELIST_NAME | 20130117 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130117 |
Method HTTP_GET Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ERROR | Call by reference | Type reference (TYPE) | WDR_EXT_ATTRIBUTE_POINTER | Information zu einem Attribut | 20071206 | |||
| 2 | OVERRIDE | Call by reference | Type reference (TYPE) | T_OVERWRITE_BEHAVIOUR_TYPE | IF_WD_ACFUPDOWNLOAD_SCMS=>E_OVERWRITE_BEHAVIOUR_TYPE-OVERWRITE | Constants as defined in E_OVERWRITE_BEHAVIOUR_TYPE | 20080310 | ||
| 3 | RESULTS | Call by reference | Type reference (TYPE) | WDR_EXT_ATTRIBUTE_POINTER | Information zu einem Attribut | 20091013 | |||
| 4 | URLS | Call by reference | Type reference (TYPE) | TT_SRC_TRG_TABLE | 20071218 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20071211 |
Method HTTP_PUT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ERROR | Call by reference | Type reference (TYPE) | WDR_EXT_ATTRIBUTE_POINTER | Information zu einem Attribut | 20080114 | |||
| 2 | MIMETYPE | Call by reference | Type reference (TYPE) | STRING | 20091013 | ||||
| 3 | RESULTS | Call by reference | Type reference (TYPE) | WDR_EXT_ATTRIBUTE_POINTER | Information zu einem Attribut | 20091013 | |||
| 4 | URLS | Call by reference | Type reference (TYPE) | TT_SRC_TRG_TABLE | 20080114 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20080114 |
Method SET_WHITELIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ERROR | Call by reference | Type reference (TYPE) | WDR_EXT_ATTRIBUTE_POINTER | Information zu einem Attribut | 20130506 | |||
| 2 | LISTNAME | Call by reference | Type reference (TYPE) | STRING | 20080819 |
Method SET_WHITELIST on Interface IF_WD_ACFUPDOWNLOAD_SCMS has no exception.
History
| Last changed by/on | SAP | 20131127 |
| SAP Release Created in | 711 |