SAP ABAP Class CL_HRFPM_FIN_CHK_LOG_HANDLER (Checks for Financing Rules)
Hierarchy
☛
EA-HRGXX (Software Component) Sub component EA-HRGXX of EA-HR
⤷
PA-PM-PB (Application Component) Position Budgeting and Control
⤷
PAOC_FPM_FTE (Package) Position Management: Full-Time Equivalents

⤷

⤷

Properties
Class | CL_HRFPM_FIN_CHK_LOG_HANDLER | |
Short Description | Checks for Financing Rules | |
Super Class | ||
Instantiability of a Class | 0 | Private |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | PAOC_FPM_FTE | Position Management: Full-Time Equivalents |
Created | 20031201 | SAP |
Last change | 20040116 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_HRFPM_FIN_CHK_LOG_HANDLER has no interface implemented.
Friends
Class CL_HRFPM_FIN_CHK_LOG_HANDLER has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Public | Type reference (TYPE) | BALOBJ_D | 'HRFPM' | Application Log: Object Name (Application Code) | 20031201 | |
2 | ![]() |
Constant | Public | Type reference (TYPE) | BALSUBOBJ | 'FIN_CHK' | Application Log: Subobject | 20031201 | |
3 | ![]() |
Instance attribute | Private | Type reference (TYPE) | BALCNTHNDL | Application Log: Control Display Handle | 20031201 | ||
4 | ![]() |
Instance attribute | Private | Type reference (TYPE) | BAL_S_PROF | Application Log: Log Output Format Profile | 20031201 | ||
5 | ![]() |
Instance attribute | Private | Type reference (TYPE) | BALLOGHNDL | Application Log: Log Handle | 20031201 | ||
6 | ![]() |
Static Attribute | Private | Type reference (TYPE) | TAB_LOG_HANDLER_BFR | 20031201 | |||
7 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_COLUMN_TREE | Column Tree Control | 20031201 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Private | Method | 20031201 | |
2 | ![]() |
Static method | Private | Method | Create Display Profile of Log | 20031202 |
3 | ![]() |
Static method | Private | Method | 20031202 | |
4 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 20031201 |
5 | ![]() |
Static method | Private | Method | 20031201 | |
6 | ![]() |
Instance method | Public | Method | 20031201 | |
7 | ![]() |
Static method | Public | Method | Procure Instance for Handler | 20031201 |
8 | ![]() |
Static method | Private | Method | Procure Information for Placing within Tree | 20031202 |
9 | ![]() |
Static method | Public | Method | 20031201 | |
10 | ![]() |
Instance method | Private | Method | 20031201 | |
11 | ![]() |
Instance method | Public | Method | Issue Messages | 20031201 |
Events
Class CL_HRFPM_FIN_CHK_LOG_HANDLER has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | CONTEXT_TAB | Private | See coding | 20031202 | context_tab TYPE TABLE OF hrfpm_s_fin_log_context
|
||
2 | STRUC_LOG_HANDLER_BFR | Private | See coding | 20031201 | BEGIN OF struc_log_handler_bfr,
* log_handle TYPE balloghndl,
* tree_handle TYPE REF TO cl_gui_column_tree,
handler TYPE REF TO cl_hrfpm_fin_chk_log_handler,
END OF struc_log_handler_bfr
|
||
3 | TAB_LOG_HANDLER_BFR | Private | See coding | 20031201 | tab_log_handler_bfr TYPE TABLE OF struc_log_handler_bfr
|
Method Signatures
Method BUILD_MSGHNDL_TAB Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CS_CHECK_RESULT | Call by reference | Type reference (TYPE) | HRFPM_S_FIN_CHECK_RESULT | Struktur mit Fehler + Ausnahmen | 20031201 | ||
2 | ![]() |
CT_CHECK_RESULT | Call by reference | Type reference (TYPE) | HRFPM_T_FIN_CHECK_RESULT | Tabellenstruktur zu HRFPM_S_FIN_CHECK_RESULT | 20031201 | ||
3 | ![]() |
CT_CONTEXT_TAB | Call by reference | Type reference (TYPE) | CONTEXT_TAB | 20031202 |
Method BUILD_MSGHNDL_TAB on class CL_HRFPM_FIN_CHK_LOG_HANDLER has no exception.
Method CONFIGURE_DISPLAY_PROFILE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_DISPLAY_PROFILE | Call by reference | Type reference (TYPE) | BAL_S_PROF | Anwendungs-Log: Aufbereitungs-Profil für Protokollausgabe | 20031202 | ||
2 | ![]() |
IP_DISPLAY_AREA | Call by reference | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | Abstracter Container fuer GUI Controls | 20031202 | ||
3 | ![]() |
IP_FLG_POPUP | Call by reference | Type reference (TYPE) | FLAG | allgemeines flag | 20031202 | ||
4 | ![]() |
IS_FIN_REL_KEY | Call by reference | Type reference (TYPE) | HRFPM_S_FIN_REL_KEY | Schlüssel für Bewertungsinfo | 20031202 | ||
5 | ![]() |
IT_CHECK_RESULT | Call by reference | Type reference (TYPE) | HRFPM_T_FIN_CHECK_RESULT | Tabellenstruktur zu HRFPM_S_FIN_CHECK_RESULT | 20031202 | ||
6 | ![]() |
IT_CONTEXT_TAB | Call by reference | Type reference (TYPE) | CONTEXT_TAB | 20031202 |
Method CONFIGURE_DISPLAY_PROFILE on class CL_HRFPM_FIN_CHK_LOG_HANDLER has no exception.
Method CONFIGURE_NAVIGATION_TREE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CS_DISPLAY_PROFILE | Call by reference | Type reference (TYPE) | BAL_S_PROF | Anwendungs-Log: Aufbereitungs-Profil für Protokollausgabe | 20031202 | ||
2 | ![]() |
IS_FIN_REL_KEY | Call by reference | Type reference (TYPE) | HRFPM_S_FIN_REL_KEY | Schlüssel für Bewertungsinfo | 20031202 | ||
3 | ![]() |
IT_CHECK_RESULT | Call by reference | Type reference (TYPE) | HRFPM_T_FIN_CHECK_RESULT | Tabellenstruktur zu HRFPM_S_FIN_CHECK_RESULT | 20031202 | ||
4 | ![]() |
IT_CONTEXT_TAB | Call by reference | Type reference (TYPE) | CONTEXT_TAB | 20031202 |
Method CONFIGURE_NAVIGATION_TREE on class CL_HRFPM_FIN_CHK_LOG_HANDLER has no exception.
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IP_TREE_HANDLE | Call by reference | Object reference (TYPE REF TO) | CL_GUI_COLUMN_TREE | Column Tree Control | 20031201 |
Method CONSTRUCTOR on class CL_HRFPM_FIN_CHK_LOG_HANDLER has no exception.
Method EXTRACT_CONTEXT_INFO Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_CONTEXT_INFO | Call by reference | Type reference (TYPE) | HRFPM_S_FIN_LOG_CONTEXT | Kontextstruktur für Anwendungslog für Prüfregeln. | 20031201 | ||
2 | ![]() |
IS_USER_COMMAND_DATA | Call by reference | Type reference (TYPE) | BAL_S_CBUC | Anwendungs-Log: Daten für Callback 'USER_COMMAND' | 20031201 |
Method EXTRACT_CONTEXT_INFO on class CL_HRFPM_FIN_CHK_LOG_HANDLER has no exception.
Method FREE Signature
Method FREE on class CL_HRFPM_FIN_CHK_LOG_HANDLER has no parameter.
Method FREE on class CL_HRFPM_FIN_CHK_LOG_HANDLER has no exception.
Method GET_LOG_HANDLER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IP_LOG_HANDLE | Call by reference | Type reference (TYPE) | BALLOGHNDL | Anwendungs-Log: Handle eines Protokolls | 20031201 | ||
2 | ![]() |
IP_TREE_HANDLE | Call by reference | Object reference (TYPE REF TO) | CL_GUI_COLUMN_TREE | Column Tree Control | 20031201 | ||
3 | ![]() |
RP_LOG_HANDLER | Value transfer | Object reference (TYPE REF TO) | CL_HRFPM_FIN_CHK_LOG_HANDLER | Prüfungen der Finanzierungsregeln | 20031201 |
Method GET_LOG_HANDLER on class CL_HRFPM_FIN_CHK_LOG_HANDLER has no exception.
Method GET_POSITION_INFO Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_UCOMM_DATA | Call by reference | Type reference (TYPE) | BAL_S_CBUC | Anwendungs-Log: Daten für Callback 'USER_COMMAND' | 20031202 | ||
2 | ![]() |
RT_POSITION_INFO | Value transfer | Type reference (TYPE) | HRTB_OBJECT | HR: Liste von Objekten (ohne Planvariante) | 20031202 |
Method GET_POSITION_INFO on class CL_HRFPM_FIN_CHK_LOG_HANDLER has no exception.
Method HANDLE_UCOMM Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_S_USER_COMMAND_DATA | Call by reference | Type reference (TYPE) | BAL_S_CBUC | Anwendungs-Log: Daten für Callback 'USER_COMMAND' | 20031201 |
Method HANDLE_UCOMM on class CL_HRFPM_FIN_CHK_LOG_HANDLER has no exception.
Method HANDLE_UCOMM_POSITION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CS_UCOMM_DATA | Call by reference | Type reference (TYPE) | BAL_S_CBUC | Anwendungs-Log: Daten für Callback 'USER_COMMAND' | 20031202 |
Method HANDLE_UCOMM_POSITION on class CL_HRFPM_FIN_CHK_LOG_HANDLER has no exception.
Method SHOW_MESSAGES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IP_DISPLAY_AREA | Call by reference | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | Abstracter Container fuer GUI Controls | 20031201 | ||
2 | ![]() |
IP_FLG_POPUP | Call by reference | Type reference (TYPE) | FLAG | 'X' | allgemeines flag | 20031201 | |
3 | ![]() |
IS_FIN_REL_KEY | Call by reference | Type reference (TYPE) | HRFPM_S_FIN_REL_KEY | Schlüssel für Bewertungsinfo | 20031202 | ||
4 | ![]() |
IT_CHECK_RESULT | Call by reference | Type reference (TYPE) | HRFPM_T_FIN_CHECK_RESULT | Schlüssel für Bewertungsinfo | 20031201 |
Method SHOW_MESSAGES on class CL_HRFPM_FIN_CHK_LOG_HANDLER has no exception.
History
Last changed by/on | SAP | 20040116 |
SAP Release Created in | 500 |