Hierarchy
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_ATD_IN_OUT_PARAMETERS | Parameter descriptor of abap test double | 20130905 |
Properties
| Interface | IF_ATD_IN_OUT_PARAMETERS | |
| Short Description | Descriptor for method params |
General Data
| Package | SABP_UNIT_TEST_DOUBLE_CORE | Strictely Internal: Not released yet |
| Created | 20130513 | SAP |
| Last changed | 20140121 | SAP |
| Unicode checks active |
Forward declarations
Interface IF_ATD_IN_OUT_PARAMETERS has no forward declaration.
Interfaces
Interface IF_ATD_IN_OUT_PARAMETERS has no interface.
Friends
Interface IF_ATD_IN_OUT_PARAMETERS has no friend.
Attributes
Interface IF_ATD_IN_OUT_PARAMETERS has no attribute.
Methods
Events
Interface IF_ATD_IN_OUT_PARAMETERS has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TT_EVENT | Public | See coding | 20130905 | tt_event type standard table of ty_event with non-unique key name
|
||
| 2 | TT_PARAMETER | Public | See coding | 20130905 | tt_parameter type sorted table of ty_parameter with unique key name
|
||
| 3 | TY_EVENT | Public | See coding | 20130905 | begin of ty_event,
name type abap_evntname,
params type abap_parmbind_tab,
end of ty_event
|
||
| 4 | TY_PARAMETER | Public | See coding | 20130905 | begin of ty_parameter,
name type abap_parmname,
value type ref to data,
ignore type abap_bool,
is_not_supplied type abap_bool,
end of ty_parameter
|
Method Signatures
Method GET_ALL_PARAMS_CHANGING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_CHANGING_PARAMS | Value transfer | Type reference (TYPE) | TT_PARAMETER | 20130905 |
Method GET_ALL_PARAMS_CHANGING on Interface IF_ATD_IN_OUT_PARAMETERS has no exception.
Method GET_ALL_PARAMS_EXPORTING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_EXPORTING_PARAMS | Value transfer | Type reference (TYPE) | TT_PARAMETER | 20130905 |
Method GET_ALL_PARAMS_EXPORTING on Interface IF_ATD_IN_OUT_PARAMETERS has no exception.
Method GET_ALL_PARAMS_IMPORTING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_IMPORTING_PARAMS | Value transfer | Type reference (TYPE) | TT_PARAMETER | 20130905 |
Method GET_ALL_PARAMS_IMPORTING on Interface IF_ATD_IN_OUT_PARAMETERS has no exception.
Method GET_EVENTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_EVENT | Value transfer | Type reference (TYPE) | TT_EVENT | 20130905 |
Method GET_EVENTS on Interface IF_ATD_IN_OUT_PARAMETERS has no exception.
Method GET_EXCEPTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_EXCEPTION | Value transfer | Object reference (TYPE REF TO) | CX_ROOT | 20130905 |
Method GET_EXCEPTION on Interface IF_ATD_IN_OUT_PARAMETERS has no exception.
Method GET_PARAM_CHANGING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_NAME | Call by reference | Type reference (TYPE) | ABAP_PARMNAME | 20130905 | ||||
| 2 | R_OUT | Value transfer | Object reference (TYPE REF TO) | DATA | 20130905 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130905 |
Method GET_PARAM_EXPORTING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_NAME | Call by reference | Type reference (TYPE) | ABAP_PARMNAME | 20130905 | ||||
| 2 | R_OUT | Value transfer | Object reference (TYPE REF TO) | DATA | 20130905 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130905 |
Method GET_PARAM_IMPORTING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_NAME | Call by reference | Type reference (TYPE) | ABAP_PARMNAME | 20130905 | ||||
| 2 | R_VALUE | Value transfer | Object reference (TYPE REF TO) | DATA | 20130905 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130905 |
Method GET_PARAM_RETURNING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_OUT | Value transfer | Object reference (TYPE REF TO) | DATA | 20130905 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130905 |
Method HAS_NEXT_INPUT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20130905 |
Method HAS_NEXT_INPUT on Interface IF_ATD_IN_OUT_PARAMETERS has no exception.
Method IGNORE_ALL_PARAMETERS Signature
Method IGNORE_ALL_PARAMETERS on Interface IF_ATD_IN_OUT_PARAMETERS has no parameter.
Method IGNORE_ALL_PARAMETERS on Interface IF_ATD_IN_OUT_PARAMETERS has no exception.
Method IGNORE_PARAMETER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_NAME | Call by reference | Type reference (TYPE) | ABAP_PARMNAME | 20130905 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130905 |
Method IS_CHANGING_PARAM_SUPPLIED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_NAME | Call by reference | Type reference (TYPE) | ABAP_PARMNAME | 20130909 | ||||
| 2 | R_SUPPLIED | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20130909 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130909 |
Method IS_IMPORTING_PARAM_SUPPLIED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_NAME | Call by reference | Type reference (TYPE) | ABAP_PARMNAME | 20130909 | ||||
| 2 | R_SUPPLIED | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20130909 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130909 |
Method NEXT_INPUT_PARAMETER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_IGNORE | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20130905 | ||||
| 2 | EV_KIND | Call by reference | Type reference (TYPE) | ABAP_PARMKIND | 20130905 | ||||
| 3 | EV_NAME | Call by reference | Type reference (TYPE) | ABAP_PARMNAME | 20130905 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130905 |
Method RESET_ITERATION Signature
Method RESET_ITERATION on Interface IF_ATD_IN_OUT_PARAMETERS has no parameter.
Method RESET_ITERATION on Interface IF_ATD_IN_OUT_PARAMETERS has no exception.
Method SET_ALL_PARAMS_CHANGING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_CHANGING_PARAMS | Call by reference | Type reference (TYPE) | TT_PARAMETER | 20130905 |
Method SET_ALL_PARAMS_CHANGING on Interface IF_ATD_IN_OUT_PARAMETERS has no exception.
Method SET_ALL_PARAMS_EXPORTING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_EXPORTING_PARAMS | Call by reference | Type reference (TYPE) | TT_PARAMETER | 20130905 |
Method SET_ALL_PARAMS_EXPORTING on Interface IF_ATD_IN_OUT_PARAMETERS has no exception.
Method SET_ALL_PARAMS_IMPORTING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_IMPORTING_PARAMS | Call by reference | Type reference (TYPE) | TT_PARAMETER | 20130905 |
Method SET_ALL_PARAMS_IMPORTING on Interface IF_ATD_IN_OUT_PARAMETERS has no exception.
Method SET_EVENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_PARAMS | Call by reference | Type reference (TYPE) | ABAP_PARMBIND_TAB | 20130905 | ||||
| 2 | IV_NAME | Call by reference | Type reference (TYPE) | ABAP_EVNTNAME | 20130905 |
Method SET_EVENT on Interface IF_ATD_IN_OUT_PARAMETERS has no exception.
Method SET_EVENTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_EVENTS | Call by reference | Type reference (TYPE) | TT_EVENT | 20130905 |
Method SET_EVENTS on Interface IF_ATD_IN_OUT_PARAMETERS has no exception.
Method SET_EXCEPTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_EXCEPTION | Call by reference | Object reference (TYPE REF TO) | CX_ROOT | 20130905 |
Method SET_EXCEPTION on Interface IF_ATD_IN_OUT_PARAMETERS has no exception.
Method SET_PARAMETER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_KIND | Call by reference | Type reference (TYPE) | ABAP_PARMKIND | 20130905 | ||||
| 2 | IV_NAME | Call by reference | Type reference (TYPE) | ABAP_PARMNAME | 20130905 | ||||
| 3 | IV_NOT_SUPPLIED | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20130905 | ||||
| 4 | I_VALUE | Call by reference | Type reference (TYPE) | ANY | 20130905 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130905 |
Method SET_PARAM_CHANGING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_NAME | Call by reference | Type reference (TYPE) | ABAP_PARMNAME | 20130905 | ||||
| 2 | IV_NOT_SUPPLIED | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20130905 | ||||
| 3 | I_VALUE | Call by reference | Type reference (TYPE) | ANY | 20130905 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130905 |
Method SET_PARAM_EXPORTING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_NAME | Call by reference | Type reference (TYPE) | ABAP_PARMNAME | 20130905 | ||||
| 2 | I_VALUE | Call by reference | Type reference (TYPE) | ANY | 20130905 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130905 |
Method SET_PARAM_IMPORTING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_NAME | Call by reference | Type reference (TYPE) | ABAP_PARMNAME | 20130905 | ||||
| 2 | IV_NOT_SUPPLIED | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20130905 | ||||
| 3 | I_VALUE | Call by reference | Type reference (TYPE) | ANY | 20130905 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130905 |
Method SET_PARAM_RETURNING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_NAME | Call by reference | Type reference (TYPE) | ABAP_PARMNAME | 20130905 | ||||
| 2 | I_VALUE | Call by reference | Type reference (TYPE) | ANY | 20130905 |
Method SET_PARAM_RETURNING on Interface IF_ATD_IN_OUT_PARAMETERS has no exception.
Method SIZE_OF_INPUT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_SIZE | Value transfer | Type reference (TYPE) | I | 20130905 |
Method SIZE_OF_INPUT on Interface IF_ATD_IN_OUT_PARAMETERS has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 740 |