Hierarchy

⤷

⤷

Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | TD_CUST_ACCESS_INJECT_TDC | Injector class for feeds | 20110908 |
2 | Inheritance (c INHERITING FROM c_ref) | TD_CUST_ACCESS_INJECT_TEST_CLB | Collaboration: Customizing Injector for TEST_CLB | 20110819 |
Properties
Class | TD_CUST_ACCESS_INJECTOR | |
Short Description | Central Injection Class for Customizing Accesses | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | S_CLB_CUST | Customizing of the Collaboration Platform Library |
Created | 20110818 | SAP |
Last change | 20140121 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Interfaces
Class TD_CUST_ACCESS_INJECTOR has no interface implemented.
Friends
Class TD_CUST_ACCESS_INJECTOR has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | IF_CLB_CUST_APPLI_SELECT=>TY_SELECTED_DATA | Application Data | 20110902 | ||
2 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | CLB_S_APPLI_DATA_DATA | Application-Specific Data | 20110929 | ||
3 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | CLB_S_APPLI_PLATF_DATA | 20110902 | |||
4 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | CLBC_IC_DISP | Process Layer: Dispatcher for Interceptor | 20110930 | ||
5 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | CLB_S_GW_NOTIFY_DATA | 20120809 | |||
6 | ![]() |
Instance attribute | Public | Type reference (TYPE) | TS_GW_SRV_ALL | 20121002 | |||
7 | ![]() |
Instance attribute | Public | Type reference (TYPE) | CLBC_PLATF | Collaboration: Server Communication Settings | 20120423 | ||
8 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | CLB_S_PLATF_DATA | Platform Data | 20110902 | ||
9 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | CLB_S_PLATF_AUTH_DATA | Authentication Data | 20110927 | ||
10 | ![]() |
Instance attribute | Public | Type reference (TYPE) | CLB_S_PLATF_ATTR | 20110930 | |||
11 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | CLB_S_PLATF_METH_DATA | Method Data | 20110902 | ||
12 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | IF_CLB_CUST_PTYPE_CF_SELECT=>TY_SELECTED_DATA | Class Factory Data | 20110902 | ||
13 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | IF_CLB_CUST_PTYPE_SELECT=>TS_SELECTED_DATA | Platform Type Data | 20110916 | ||
14 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | CLB_S_PTYPE_METH_VERS_DATA | Method Version Data | 20110902 | ||
15 | ![]() |
Instance attribute | Public | Type reference (TYPE) | CLB_T_GW_NOTIFY | 20120809 | |||
16 | ![]() |
Instance attribute | Public | Type reference (TYPE) | IF_CLB_CUST_PLATF_AUTH_SELECT=>TTY_SELECTED_DATA | 20120420 | |||
17 | ![]() |
Instance attribute | Public | Type reference (TYPE) | IF_CLB_CUST_PLATF_METH_SELECT=>TTY_SELECTED_DATA | 20120420 | |||
18 | ![]() |
Instance attribute | Public | Type reference (TYPE) | CLBC_T_PTYPE_CF | Collaboration: Factory Classes | 20120423 | ||
19 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | IF_CLB_CUST_PTYPE_METH_SELECT=>TTY_SELECTED_DATA | All Methods of Platform Type | 20120420 | ||
20 | ![]() |
Instance attribute | Public | Type reference (TYPE) | IF_CLB_CUST_PTYPE_VERS_SELECT=>TTY_SELECTED_DATA | 20120420 | |||
21 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | CLB_APPL_CONTEXT | 20120917 | |||
22 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | CLB_APPLICATION_ID | Application ID | 20110902 | ||
23 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | CLB_AUTH_CONTEXT | Authentication Context | 20110927 | ||
24 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | CLB_IC_DISP_ID | Process Layer: Interceptor Dispatcher ID | 20110930 | ||
25 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | CLB_EXT_SERVICE_NAME | 20120809 | |||
26 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | CLB_INTERFACE | Interface | 20110905 | ||
27 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | CLB_VALID_FROM_DATE | 20120313 | |||
28 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | CLB_PLATFORM_METHOD_VERSION | Method Version | 20110902 | ||
29 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | CLB_PLATFORM_ID | Platform (Server) | 20110902 | ||
30 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | CLB_PLATFORM_METHOD | Platform Method | 20110902 | ||
31 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | CLB_PLATFORM_TYPE | Platform Type | 20110902 |
Methods
Events
Class TD_CUST_ACCESS_INJECTOR has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TS_GW_SRV | Public | See coding | 20121002 | BEGIN OF ts_gw_srv,
data TYPE clb_s_gw_srv_data,
ptype TYPE STANDARD TABLE OF clb_platform_type WITH DEFAULT KEY,
END OF ts_gw_srv
|
||
2 | TS_GW_SRV_ALL | Public | See coding | 20121002 | BEGIN OF ts_gw_srv_all,
s_table TYPE tt_gw_srv,
c_table TYPE tt_gw_srv,
END OF ts_gw_srv_all
|
||
3 | TT_GW_SRV | Public | See coding | 20121002 | tt_gw_srv TYPE STANDARD TABLE OF ts_gw_srv WITH DEFAULT KEY
|
Method Signatures
Method GET_APPLICATION_ID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_APPLICATION_ID | Value transfer | Type reference (TYPE) | CLB_APPLICATION_ID | 20110905 |
Method GET_APPLICATION_ID on class TD_CUST_ACCESS_INJECTOR has no exception.
Method GET_INTERFACE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_INTERFACE | Value transfer | Type reference (TYPE) | CLB_INTERFACE | 20110905 |
Method GET_INTERFACE on class TD_CUST_ACCESS_INJECTOR has no exception.
Method GET_METHOD_NAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_METHOD_NAME | Value transfer | Type reference (TYPE) | CLB_PLATFORM_METHOD | 20110905 |
Method GET_METHOD_NAME on class TD_CUST_ACCESS_INJECTOR has no exception.
Method GET_METHOD_VERSION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_VERSION | Value transfer | Type reference (TYPE) | CLB_PLATFORM_METHOD_VERSION | 20110905 |
Method GET_METHOD_VERSION on class TD_CUST_ACCESS_INJECTOR has no exception.
Method GET_PLATFORM Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_PLATFORM | Value transfer | Type reference (TYPE) | CLB_PLATFORM_ID | 20110905 |
Method GET_PLATFORM on class TD_CUST_ACCESS_INJECTOR has no exception.
Method GET_PLATFORM_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RS_PLATFORM_DATA | Value transfer | Type reference (TYPE) | CLB_S_PLATF_DATA | 20120615 |
Method GET_PLATFORM_DATA on class TD_CUST_ACCESS_INJECTOR has no exception.
Method GET_PLATFORM_TYPE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_PLATFORM_TYPE | Value transfer | Type reference (TYPE) | CLB_PLATFORM_TYPE | 20110905 |
Method GET_PLATFORM_TYPE on class TD_CUST_ACCESS_INJECTOR has no exception.
Method GET_PTYPE_CF_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RS_PTYPE_CF_DATA | Value transfer | Type reference (TYPE) | IF_CLB_CUST_PTYPE_CF_SELECT=>TY_SELECTED_DATA | 20110905 |
Method GET_PTYPE_CF_DATA on class TD_CUST_ACCESS_INJECTOR has no exception.
Method INJECT_ALL Signature
Method INJECT_ALL on class TD_CUST_ACCESS_INJECTOR has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20110905 |
Method INJECT_ALL_GW_NOTIFY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_DATA_TO_INJECT | Call by reference | Type reference (TYPE) | IF_CLB_CUST_GW_NOTIFY_SELECT=>TTY_SELECTED_DATA | 20120809 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20120809 |
Method INJECT_ALL_PLATF_AUTH Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_DATA_TO_INJECT | Call by reference | Type reference (TYPE) | IF_CLB_CUST_PLATF_AUTH_SELECT=>TTY_SELECTED_DATA | 20120420 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20120420 |
Method INJECT_ALL_PLATF_METH Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_DATA_TO_INJECT | Call by reference | Type reference (TYPE) | IF_CLB_CUST_PLATF_METH_SELECT=>TTY_SELECTED_DATA | 20120420 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20120420 |
Method INJECT_ALL_PTYPE_CF Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_DATA_TO_INJECT | Call by reference | Type reference (TYPE) | CLBC_T_PTYPE_CF | 20120423 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20120423 |
Method INJECT_ALL_PTYPE_METH Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_DATA_TO_INJECT | Call by reference | Type reference (TYPE) | IF_CLB_CUST_PTYPE_METH_SELECT=>TTY_SELECTED_DATA | 20120420 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20120420 |
Method INJECT_ALL_PTYPE_VERS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_DATA_TO_INJECT | Call by reference | Type reference (TYPE) | IF_CLB_CUST_PTYPE_VERS_SELECT=>TTY_SELECTED_DATA | 20120420 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20120420 |
Method INJECT_APPLI Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_DATA_TO_INJECT | Call by reference | Type reference (TYPE) | IF_CLB_CUST_APPLI_SELECT=>TY_SELECTED_DATA | 20110819 | |||
2 | ![]() |
RS_INJECTED_DATA | Value transfer | Type reference (TYPE) | IF_CLB_CUST_APPLI_SELECT=>TY_SELECTED_DATA | 20110819 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20110819 |
Method INJECT_APPLI_CONFIG Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_DATA_TO_INJECT | Call by reference | Type reference (TYPE) | IF_CLB_CONFIGURATION=>TY_APPLICATION_CONFIG | 20111027 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20111027 |
Method INJECT_APPLI_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_DATA_TO_INJECT | Call by reference | Type reference (TYPE) | IF_CLB_CUST_APPLI_DATA_SELECT=>TY_SELECTED_DATA | 20110929 | |||
2 | ![]() |
RS_INJECTED_DATA | Value transfer | Type reference (TYPE) | IF_CLB_CUST_APPLI_DATA_SELECT=>TY_SELECTED_DATA | 20110929 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20110929 |
Method INJECT_APPLI_PLATF Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_DATA_TO_INJECT | Call by reference | Type reference (TYPE) | IF_CLB_CUST_APPLI_PLATF_SELECT=>TY_SELECTED_DATA | 20110821 | |||
2 | ![]() |
RS_INJECTED_DATA | Value transfer | Type reference (TYPE) | IF_CLB_CUST_APPLI_PLATF_SELECT=>TY_SELECTED_DATA | 20110821 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20110821 |
Method INJECT_APPL_KEY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_DATA_TO_INJECT | Call by reference | Type reference (TYPE) | CLB_S_APPL_KEY | 20120917 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Collaboration: Configuration exception | 20120918 |
Method INJECT_DISP Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_DATA_TO_INJECT | Call by reference | Type reference (TYPE) | IF_CLB_CUST_DISP_SELECT=>TS_SELECTED_DATA | 20110930 | |||
2 | ![]() |
RS_INJECTED_DATA | Value transfer | Type reference (TYPE) | IF_CLB_CUST_DISP_SELECT=>TS_SELECTED_DATA | 20110930 |
Method INJECT_DISP on class TD_CUST_ACCESS_INJECTOR has no exception.
Method INJECT_GW_NOTIFY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_DATA_TO_INJECT | Call by reference | Type reference (TYPE) | IF_CLB_CUST_GW_NOTIFY_SELECT=>TY_SELECTED_DATA | 20120809 | |||
2 | ![]() |
RS_INJECTED_DATA | Value transfer | Type reference (TYPE) | IF_CLB_CUST_GW_NOTIFY_SELECT=>TY_SELECTED_DATA | 20120809 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20120809 |
Method INJECT_GW_SRV Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RS_GW_SRV_ALL | Value transfer | Type reference (TYPE) | TS_GW_SRV_ALL | 20121002 |
Method INJECT_GW_SRV on class TD_CUST_ACCESS_INJECTOR has no exception.
Method INJECT_PLATF Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_DATA_TO_INJECT | Call by reference | Type reference (TYPE) | IF_CLB_CUST_PLATF_SELECT=>TY_SELECTED_DATA | 20110821 | |||
2 | ![]() |
RS_INJECTED_DATA | Value transfer | Type reference (TYPE) | IF_CLB_CUST_PLATF_SELECT=>TY_SELECTED_DATA | 20110821 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20110821 |
Method INJECT_PLATF_AUTH Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_DATA_TO_INJECT | Call by reference | Type reference (TYPE) | IF_CLB_CUST_PLATF_AUTH_SELECT=>TY_SELECTED_DATA | 20110927 | |||
2 | ![]() |
RS_INJECTED_DATA | Value transfer | Type reference (TYPE) | IF_CLB_CUST_PLATF_AUTH_SELECT=>TY_SELECTED_DATA | 20110927 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20110927 |
Method INJECT_PLATF_DEF Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_DATA_TO_INJECT | Call by reference | Type reference (TYPE) | IF_CLB_CUST_PLATF_DEF_SELECT=>TY_SELECTED_DATA | 20110927 | |||
2 | ![]() |
RS_INJECTED_DATA | Value transfer | Type reference (TYPE) | IF_CLB_CUST_PLATF_DEF_SELECT=>TY_SELECTED_DATA | 20110927 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20110927 |
Method INJECT_PLATF_METH Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_DATA_TO_INJECT | Call by reference | Type reference (TYPE) | IF_CLB_CUST_PLATF_METH_SELECT=>TY_SELECTED_DATA | 20110819 | |||
2 | ![]() |
RS_INJECTED_DATA | Value transfer | Type reference (TYPE) | IF_CLB_CUST_PLATF_METH_SELECT=>TY_SELECTED_DATA | 20110819 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20110819 |
Method INJECT_PTYPE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_DATA_TO_INJECT | Call by reference | Type reference (TYPE) | IF_CLB_CUST_PTYPE_SELECT=>TS_SELECTED_DATA | 20110916 | |||
2 | ![]() |
RS_INJECTED_DATA | Value transfer | Type reference (TYPE) | IF_CLB_CUST_PTYPE_SELECT=>TS_SELECTED_DATA | 20110916 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20110916 |
Method INJECT_PTYPE_CF Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_DATA_TO_INJECT | Call by reference | Type reference (TYPE) | IF_CLB_CUST_PTYPE_CF_SELECT=>TY_SELECTED_DATA | 20110902 | |||
2 | ![]() |
RS_INJECTED_DATA | Value transfer | Type reference (TYPE) | IF_CLB_CUST_PTYPE_CF_SELECT=>TY_SELECTED_DATA | 20110902 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20110902 |
Method INJECT_PTYPE_METH Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_DATA_TO_INJECT | Call by reference | Type reference (TYPE) | IF_CLB_CUST_PTYPE_METH_SELECT=>TY_SELECTED_DATA | 20110823 | |||
2 | ![]() |
RS_INJECTED_DATA | Value transfer | Type reference (TYPE) | IF_CLB_CUST_PTYPE_METH_SELECT=>TY_SELECTED_DATA | 20110823 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20110823 |
Method INJECT_PTYPE_VERS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_DATA_TO_INJECT | Call by reference | Type reference (TYPE) | IF_CLB_CUST_PTYPE_VERS_SELECT=>TY_SELECTED_DATA | 20110902 | |||
2 | ![]() |
RS_INJECTED_DATA | Value transfer | Type reference (TYPE) | IF_CLB_CUST_PTYPE_VERS_SELECT=>TY_SELECTED_DATA | 20110902 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20110902 |
Method SET_APPLICATION_CONTEXT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_APPLICATION_CONTEXT | Call by reference | Type reference (TYPE) | CLB_APPL_CONTEXT | 20120917 | |||
2 | ![]() |
RV_APPLICATION_CONTEXT | Value transfer | Type reference (TYPE) | CLB_APPL_CONTEXT | 20120917 |
Method SET_APPLICATION_CONTEXT on class TD_CUST_ACCESS_INJECTOR has no exception.
Method SET_APPLICATION_ID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_APPLICATION_ID | Call by reference | Type reference (TYPE) | CLB_APPLICATION_ID | 20110902 | |||
2 | ![]() |
RV_APPLICATION_ID | Value transfer | Type reference (TYPE) | CLB_APPLICATION_ID | 20110902 |
Method SET_APPLICATION_ID on class TD_CUST_ACCESS_INJECTOR has no exception.
Method SET_APPLI_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_DATA | Call by reference | Type reference (TYPE) | IF_CLB_CUST_APPLI_SELECT=>TY_SELECTED_DATA | 20110927 | |||
2 | ![]() |
RS_DATA | Value transfer | Type reference (TYPE) | IF_CLB_CUST_APPLI_SELECT=>TY_SELECTED_DATA | 20110927 |
Method SET_APPLI_DATA on class TD_CUST_ACCESS_INJECTOR has no exception.
Method SET_APPLI_DATA_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_DATA | Call by reference | Type reference (TYPE) | CLB_S_APPLI_DATA_DATA | Collaboration Platform: Application-specific Data | 20110929 | ||
2 | ![]() |
RS_DATA | Value transfer | Type reference (TYPE) | CLB_S_APPLI_DATA_DATA | Collaboration Platform: Application-specific Data | 20110929 |
Method SET_APPLI_DATA_DATA on class TD_CUST_ACCESS_INJECTOR has no exception.
Method SET_APPLI_PLATF_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_DATA | Call by reference | Type reference (TYPE) | CLB_S_APPLI_PLATF_DATA | 20110927 | |||
2 | ![]() |
RS_DATA | Value transfer | Type reference (TYPE) | CLB_S_APPLI_PLATF_DATA | 20110927 |
Method SET_APPLI_PLATF_DATA on class TD_CUST_ACCESS_INJECTOR has no exception.
Method SET_AUTHENTICATION_CONTEXT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_AUTH_CONTEXT | Call by reference | Type reference (TYPE) | CLB_AUTH_CONTEXT | 20110927 | |||
2 | ![]() |
RV_AUTH_CONTEXT | Value transfer | Type reference (TYPE) | CLB_AUTH_CONTEXT | 20110927 |
Method SET_AUTHENTICATION_CONTEXT on class TD_CUST_ACCESS_INJECTOR has no exception.
Method SET_DISP_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_DATA | Call by reference | Type reference (TYPE) | IF_CLB_CUST_DISP_SELECT=>TS_SELECTED_DATA | 20110930 | |||
2 | ![]() |
RS_DATA | Value transfer | Type reference (TYPE) | IF_CLB_CUST_DISP_SELECT=>TS_SELECTED_DATA | 20110930 |
Method SET_DISP_DATA on class TD_CUST_ACCESS_INJECTOR has no exception.
Method SET_EXTERNAL_SERVICE_NAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_EXTERNAL_SERVICE_NAME | Call by reference | Type reference (TYPE) | CLB_EXT_SERVICE_NAME | 20120809 | |||
2 | ![]() |
RV_SRV_NAME | Value transfer | Type reference (TYPE) | CLB_EXT_SERVICE_NAME | 20120809 |
Method SET_EXTERNAL_SERVICE_NAME on class TD_CUST_ACCESS_INJECTOR has no exception.
Method SET_GW_NOTIFY_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_DATA | Call by reference | Type reference (TYPE) | CLB_S_GW_NOTIFY_DATA | 20120809 | |||
2 | ![]() |
RS_DATA | Value transfer | Type reference (TYPE) | CLB_S_GW_NOTIFY_DATA | 20120809 |
Method SET_GW_NOTIFY_DATA on class TD_CUST_ACCESS_INJECTOR has no exception.
Method SET_GW_SRV Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_GW_SRV_ALL | Call by reference | Type reference (TYPE) | TS_GW_SRV_ALL | 20121002 | |||
2 | ![]() |
RS_GW_SRV_ALL | Value transfer | Type reference (TYPE) | TS_GW_SRV_ALL | 20121002 |
Method SET_GW_SRV on class TD_CUST_ACCESS_INJECTOR has no exception.
Method SET_INTERFACE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_INTERFACE | Call by reference | Type reference (TYPE) | CLB_INTERFACE | 20110905 | |||
2 | ![]() |
RV_INTERFACE | Value transfer | Type reference (TYPE) | CLB_INTERFACE | 20110905 |
Method SET_INTERFACE on class TD_CUST_ACCESS_INJECTOR has no exception.
Method SET_METHOD_VERSION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_METHOD_VERSION | Call by reference | Type reference (TYPE) | CLB_PLATFORM_METHOD_VERSION | 20110902 | |||
2 | ![]() |
RV_METHOD_VERSION | Value transfer | Type reference (TYPE) | CLB_PLATFORM_METHOD_VERSION | 20110902 |
Method SET_METHOD_VERSION on class TD_CUST_ACCESS_INJECTOR has no exception.
Method SET_PLATFORM Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_PLATFORM | Call by reference | Type reference (TYPE) | CLB_PLATFORM_ID | 20110902 | |||
2 | ![]() |
RV_PLATFORM | Value transfer | Type reference (TYPE) | CLB_PLATFORM_ID | 20110902 |
Method SET_PLATFORM on class TD_CUST_ACCESS_INJECTOR has no exception.
Method SET_PLATFORM_METHOD Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_METHOD_VALID_FROM | Call by reference | Type reference (TYPE) | CLB_VALID_FROM_DATE | 20120313 | |||
2 | ![]() |
IV_PLATFORM_METHOD | Call by reference | Type reference (TYPE) | CLB_PLATFORM_METHOD | 20110902 | |||
3 | ![]() |
RV_PLATFORM_METHOD | Value transfer | Type reference (TYPE) | CLB_PLATFORM_METHOD | 20110902 |
Method SET_PLATFORM_METHOD on class TD_CUST_ACCESS_INJECTOR has no exception.
Method SET_PLATFORM_TYPE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_PLATFORM_TYPE | Call by reference | Type reference (TYPE) | CLB_PLATFORM_TYPE | 20110902 | |||
2 | ![]() |
RV_PLATFORM_TYPE | Value transfer | Type reference (TYPE) | CLB_PLATFORM_TYPE | 20110902 |
Method SET_PLATFORM_TYPE on class TD_CUST_ACCESS_INJECTOR has no exception.
Method SET_PLATF_AUTH_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_DATA | Call by reference | Type reference (TYPE) | CLB_S_PLATF_AUTH_DATA | 20110927 | |||
2 | ![]() |
RS_DATA | Value transfer | Type reference (TYPE) | CLB_S_PLATF_AUTH_DATA | 20110927 |
Method SET_PLATF_AUTH_DATA on class TD_CUST_ACCESS_INJECTOR has no exception.
Method SET_PLATF_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_DATA | Call by reference | Type reference (TYPE) | CLB_S_PLATF_DATA | 20110927 | |||
2 | ![]() |
RS_DATA | Value transfer | Type reference (TYPE) | CLB_S_PLATF_DATA | 20110927 |
Method SET_PLATF_DATA on class TD_CUST_ACCESS_INJECTOR has no exception.
Method SET_PLATF_DEF_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_DATA | Call by reference | Type reference (TYPE) | CLB_S_PLATF_ATTR | 20110927 | |||
2 | ![]() |
RS_DATA | Value transfer | Type reference (TYPE) | CLB_S_PLATF_ATTR | 20110927 |
Method SET_PLATF_DEF_DATA on class TD_CUST_ACCESS_INJECTOR has no exception.
Method SET_PLATF_METH_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_DATA | Call by reference | Type reference (TYPE) | CLB_S_PLATF_METH_DATA | 20110927 | |||
2 | ![]() |
RS_DATA | Value transfer | Type reference (TYPE) | CLB_S_PLATF_METH_DATA | 20110927 |
Method SET_PLATF_METH_DATA on class TD_CUST_ACCESS_INJECTOR has no exception.
Method SET_PTYPE_CF_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_DATA | Call by reference | Type reference (TYPE) | IF_CLB_CUST_PTYPE_CF_SELECT=>TY_SELECTED_DATA | 20110927 | |||
2 | ![]() |
RS_DATA | Value transfer | Type reference (TYPE) | IF_CLB_CUST_PTYPE_CF_SELECT=>TY_SELECTED_DATA | 20110927 |
Method SET_PTYPE_CF_DATA on class TD_CUST_ACCESS_INJECTOR has no exception.
Method SET_PTYPE_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_DATA | Call by reference | Type reference (TYPE) | IF_CLB_CUST_PTYPE_SELECT=>TS_SELECTED_DATA | 20110927 | |||
2 | ![]() |
RS_DATA | Value transfer | Type reference (TYPE) | IF_CLB_CUST_PTYPE_SELECT=>TS_SELECTED_DATA | 20110927 |
Method SET_PTYPE_DATA on class TD_CUST_ACCESS_INJECTOR has no exception.
Method SET_PTYPE_VERS_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_DATA | Call by reference | Type reference (TYPE) | CLB_S_PTYPE_METH_VERS_DATA | 20110927 | |||
2 | ![]() |
RS_DATA | Value transfer | Type reference (TYPE) | CLB_S_PTYPE_METH_VERS_DATA | 20110927 |
Method SET_PTYPE_VERS_DATA on class TD_CUST_ACCESS_INJECTOR has no exception.
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in | 732 |