SAP ABAP Interface IF_FEH_CONFIGURATION (Read Accesses to Customizing)
Hierarchy
☛
SAP_ABA (Software Component) Cross-Application Component
⤷
CA-FS-ECH (Application Component) Error and Conflict Handler
⤷
FEH_BASIS (Package) FEH Basis: General FEH Programs

⤷

⤷

Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_FEH_CONFIGURATION | Read Accesses to Customizing | 20090902 |
Properties
Interface | IF_FEH_CONFIGURATION | |
Short Description | Read Accesses to Customizing |
General Data
Package | FEH_BASIS | FEH Basis: General FEH Programs |
Created | 20090831 | SAP |
Last changed | 20110908 | 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_FEH_CONFIGURATION | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Interface IF_FEH_CONFIGURATION has no interface.
Friends
Interface IF_FEH_CONFIGURATION has no friend.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | CON_CALLTYP_RFC | Constant | Public | Type reference (TYPE) | FEH_CALLTYP | '2' | Call Type in FEH: Service | 20090902 | |
2 | CON_CALLTYP_SERVICE_IN | Constant | Public | Type reference (TYPE) | FEH_CALLTYP | '0' | Call Type in FEH: Inbound Service | 20090902 | |
3 | CON_CALLTYP_SERVICE_OUT | Constant | Public | Type reference (TYPE) | FEH_CALLTYP | '1' | Call Type in FEH: Outbound Service | 20090902 | |
4 | CS_PLOAD_TYPE | Constant | Public | See coding | 20101201 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Read Caller/Proxy | 20090902 |
2 | ![]() |
Instance method | Public | Method | Read All Callers/Proxies for a Call Type (Optional) | 20090921 |
3 | ![]() |
Instance method | Public | Method | Read Caller/Proxy for a Business Process | 20090902 |
4 | ![]() |
Instance method | Public | Method | Read Business Process for Caller/Proxy | 20090902 |
Events
Interface IF_FEH_CONFIGURATION has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_S_APICALL | Public | See coding | 20090902 | BEGIN OF ty_s_apicall,
api_name TYPE feh_api_name,
api_component TYPE feh_api_component,
calltyp TYPE feh_calltyp,
END OF ty_s_apicall
|
||
2 | TY_S_APICALL_DETAILS | Public | See coding | 20090921 | BEGIN OF ty_s_apicall_details.
INCLUDE TYPE ty_s_apicall_setting.
TYPES: description TYPE ech_dte_desc_process.
TYPES: END OF ty_s_apicall_details
|
||
3 | TY_S_APICALL_SETTING | Public | See coding | 20090902 | BEGIN OF ty_s_apicall_setting.
INCLUDE TYPE ty_s_apicall.
TYPES: component TYPE ech_dte_component,
process TYPE ech_dte_process.
TYPES: END OF ty_s_apicall_setting
|
||
4 | TY_T_APICALL_DETAILS | Public | See coding | 20090921 | ty_t_apicall_details TYPE SORTED TABLE OF ty_s_apicall_details WITH UNIQUE KEY api_name api_component calltyp
|
||
5 | TY_T_APICALL_SETTING | Public | See coding | 20090921 | ty_t_apicall_setting TYPE SORTED TABLE OF ty_s_apicall_setting WITH UNIQUE KEY api_name api_component calltyp
|
Method Signatures
Method GET_API_CALL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_PROXY | Call by reference | Type reference (TYPE) | TY_S_APICALL | Proxy/Aufrufer als Struktur | 20090902 | ||
2 | ![]() |
RS_RESULT | Value transfer | Type reference (TYPE) | IF_FEH_CONFIGURATION=>TY_S_APICALL_SETTING | FEH: Aufrufer zu ECH Komponente/Prozess (Kunde/System) | 20090902 |
Method GET_API_CALL on Interface IF_FEH_CONFIGURATION has no exception.
Method GET_API_CALLS_BY_CALLTYP Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_CALLTYP | Call by reference | Type reference (TYPE) | FEH_CALLTYP | Aufruftyp im FEH (Service, RFC etc.) | 20090921 | ||
2 | ![]() |
RT_RESULT | Value transfer | Type reference (TYPE) | IF_FEH_CONFIGURATION=>TY_T_APICALL_DETAILS | Liste aller Aufrufer (zu einem Aufrufertyp); mit/ohne Texten | 20090921 |
Method GET_API_CALLS_BY_CALLTYP on Interface IF_FEH_CONFIGURATION has no exception.
Method GET_API_CALL_BY_PROCESS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_ECH_PROCESS | Call by reference | Type reference (TYPE) | ECH_STR_PROCESS | Prozess als Struktur | 20090902 | ||
2 | ![]() |
RS_RESULT | Value transfer | Type reference (TYPE) | TY_S_APICALL | Proxy/Aufrufer als Struktur | 20090902 |
Method GET_API_CALL_BY_PROCESS on Interface IF_FEH_CONFIGURATION has no exception.
Method GET_PROCESS_BY_API_CALL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_PROXY | Call by reference | Type reference (TYPE) | TY_S_APICALL | Proxy/Aufrufer als Struktur | 20090902 | ||
2 | ![]() |
RS_PROCESS | Value transfer | Type reference (TYPE) | ECH_STR_PROCESS | Prozess als Struktur | 20090902 |
Method GET_PROCESS_BY_API_CALL on Interface IF_FEH_CONFIGURATION has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 703 |