SAP ABAP Class CL_AC_INT_ECS_BRF_ASSIST (Assistance Class for WD Component AC_INT_ECS_BRF_TRACE_DISP)
Hierarchy
☛
SAP_FIN (Software Component) SAP_FIN
⤷
AC-INT (Application Component) Accounting Interface
⤷
AC_INT_ECS_AL_ACP (Package) ECS: Automatic Correction System (Application Layer)

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_WD_COMPONENT_ASSISTANCE | Basis for a Web Dynpro assistance class | 20100115 |
Properties
Class | CL_AC_INT_ECS_BRF_ASSIST | |
Short Description | Assistance Class for WD Component AC_INT_ECS_BRF_TRACE_DISP | |
Super Class | CL_WD_COMPONENT_ASSISTANCE | Basis for a Web Dynpro assistance class |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | AC_INT_ECS_AL_ACP | ECS: Automatic Correction System (Application Layer) |
Created | 20100115 | SAP |
Last change | 20100310 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_AC_INT_ECS_BRF_ASSIST has no forward declaration.
Interfaces
Class CL_AC_INT_ECS_BRF_ASSIST has no interface implemented.
Friends
Class CL_AC_INT_ECS_BRF_ASSIST has no friend class.
Attributes
Class CL_AC_INT_ECS_BRF_ASSIST has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Reads table FDT_TRACE_0100 and fills the 'Select' list | 20100118 |
2 | ![]() |
Instance method | Public | Method | Gets the function name for ECS env., ACP cat. + priority | 20100118 |
3 | ![]() |
Instance method | Public | Method | 20100115 |
Events
Class CL_AC_INT_ECS_BRF_ASSIST has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | LTY_STRU_FDT_LINE | Public | See coding | 20100118 | BEGIN OF lty_stru_fdt_line,
trace_ext_id TYPE FDT_TRACE_EXTERNAL_ID,
start_date TYPE timestampl,
trace_uuid TYPE SYSUUID_C32,
trace_user TYPE char32,
END OF lty_stru_fdt_line
|
||
2 | LTY_STRU_INPUT | Public | See coding | 20100118 | begin of lty_stru_input,
from_date TYPE dats,
ecs_environment TYPE ACI_TECS_IF003-ECS_ENV,
runid TYPE GLE_STR_ECS_RUNID_EXT-RUNID,
seq_no type GLE_STR_ECS_RUNID_EXT-SEQ_NO,
user_id TYPE char12,
end of lty_stru_input
|
||
3 | LTY_STRU_LIST | Public | See coding | 20100118 | begin of lty_stru_list,
ecs_environment TYPE ACI_TECS_IF003-ECS_ENV,
runid type GLE_STR_ECS_RUNID_EXT-RUNID,
function_name type ACI_DTE_ECS_BRF_FUNAME,
fdt_seq_no type GLE_STR_ECS_RUNID_EXT-SEQ_NO,
start_date TYPE dats,
start_time TYPE time,
trace_user TYPE char12,
trace_uuid TYPE SYSUUID_C32,
end of lty_stru_list
|
||
4 | LTY_TAB_LIST | Public | See coding | 20100118 | lty_tab_list type standard table of lty_stru_list WITH NON-UNIQUE KEY ecs_environment
|
Method Signatures
Method FILL_BRF_SELECT_LIST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_QUERY_PARAMS | Call by reference | Type reference (TYPE) | LTY_STRU_INPUT | 20100118 | |||
2 | ![]() |
RT_SELECT_LIST | Value transfer | Type reference (TYPE) | LTY_TAB_LIST | 20100118 |
Method FILL_BRF_SELECT_LIST on class CL_AC_INT_ECS_BRF_ASSIST has no exception.
Method GET_BRF_FUNCTION_NAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_ACP_TYPE | Call by reference | Type reference (TYPE) | GLE_DTE_ECS_ACP_ENV_TYPE | ECS-Umfeld | 20100118 | ||
2 | ![]() |
I_ECS_ENV | Call by reference | Type reference (TYPE) | ACI_TECS_IF003-ECS_ENV | ECS-Umfeld | 20100118 | ||
3 | ![]() |
I_PRIORITY | Call by reference | Type reference (TYPE) | N | 20100118 | |||
4 | ![]() |
R_FUNCTION_NAME | Value transfer | Type reference (TYPE) | STRING | 20100118 |
Method GET_BRF_FUNCTION_NAME on class CL_AC_INT_ECS_BRF_ASSIST has no exception.
Method GET_TEXT Signature
Method GET_TEXT on class CL_AC_INT_ECS_BRF_ASSIST has no parameter.
Method GET_TEXT on class CL_AC_INT_ECS_BRF_ASSIST has no exception.
History
Last changed by/on | SAP | 20100310 |
SAP Release Created in | 605 |