SAP ABAP Interface IF_FSPP_LOG_CONTROL (FS: Interface for PP Log Control)
Hierarchy
☛
SAP_ABA (Software Component) Cross-Application Component
⤷
CA-GTF-TS-PPM (Application Component) Batch-Oriented Parallel Processing of Mass Data
⤷
FS_FND_PP_SERVICES (Package) PP Services
⤷
⤷
Properties
| Interface | IF_FSPP_LOG_CONTROL | |
| Short Description | FS: Interface for PP Log Control |
General Data
| Package | FS_FND_PP_SERVICES | PP Services |
| Created | 20080506 | SAP |
| Last changed | 20110908 | SAP |
| Unicode checks active |
Forward declarations
Interface IF_FSPP_LOG_CONTROL has no forward declaration.
Interfaces
Interface IF_FSPP_LOG_CONTROL has no interface.
Friends
Interface IF_FSPP_LOG_CONTROL has no friend.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | GC_PROT_FULL | Constant | Public | Type reference (TYPE) | FSPP_LOG_TYPE | ' ' | Messages in the Application Log: All | 20080707 | |
| 2 | GC_PROT_NO_SUCC | Constant | Public | Type reference (TYPE) | FSPP_LOG_TYPE | '2' | Messages in the Application Log: Errors Only | 20080707 | |
| 3 | GC_PROT_OFF | Constant | Public | Type reference (TYPE) | FSPP_LOG_TYPE | '3' | Messages in the Application Log: None | 20080707 | |
| 4 | GC_PROT_SUCC | Constant | Public | Type reference (TYPE) | FSPP_LOG_TYPE | '1' | Messages in the Application Log: Error(s) and 1 Success | 20080707 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Add Return Code to Application Log | 20080506 | |
| 2 | Instance method | Public | Method | Close Application Log | 20080506 | |
| 3 | Instance method | Public | Method | Display Application Logs | 20080506 | |
| 4 | Instance method | Public | Method | Complete Header of the Application Log | 20080506 | |
| 5 | Instance method | Public | Method | Get Profiles of the Application Log | 20080506 | |
| 6 | Instance method | Public | Method | Initialize the Application Log | 20080506 | |
| 7 | Instance method | Public | Method | Add Message to the Application Log | 20080506 | |
| 8 | Instance method | Public | Method | Save Application Log | 20080506 |
Events
Interface IF_FSPP_LOG_CONTROL has no event.
Types
Interface IF_FSPP_LOG_CONTROL has no local type.
Method Signatures
Method APPL_RC_TO_LOG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_RCD_APPL | Call by reference | Type reference (TYPE) | BANK_DTE_JC_RCD_APPL | 20080506 |
Method APPL_RC_TO_LOG on Interface IF_FSPP_LOG_CONTROL has no exception.
Method CLOSE_MESSAGE_LOGS Signature
Method CLOSE_MESSAGE_LOGS on Interface IF_FSPP_LOG_CONTROL has no parameter.
Method CLOSE_MESSAGE_LOGS on Interface IF_FSPP_LOG_CONTROL has no exception.
Method DISPLAY_MESSAGE_LOGS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_LOG_PROFILE | Call by reference | Type reference (TYPE) | BAL_S_PROF | 20080506 | ||||
| 2 | IV_EXTNUMBER | Call by reference | Type reference (TYPE) | BALNREXT | 20080506 | ||||
| 3 | IV_FLG_INCL_ERROR_LOG | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20080506 | ||||
| 4 | IV_MASSRUN_ID | Call by reference | Type reference (TYPE) | BANK_DTE_MR_MASSRUN_ID | 20080506 |
Method DISPLAY_MESSAGE_LOGS on Interface IF_FSPP_LOG_CONTROL has no exception.
Method ENRICHE_LOG_HEADER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_MASSRUN_ID | Call by reference | Type reference (TYPE) | BANK_DTE_MR_MASSRUN_ID | 20080506 |
Method ENRICHE_LOG_HEADER on Interface IF_FSPP_LOG_CONTROL has no exception.
Method GET_PROFILE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_PROFILE_TYPE | Call by reference | Type reference (TYPE) | FSPP_LOG_PROFILE_TYPE | IF_FSPP_LOG_SERVICE=>GC_PROF_TYPE_STANDARD | 20080506 | |||
| 2 | RS_PROFILE | Value transfer | Type reference (TYPE) | BAL_S_PROF | 20080506 |
Method GET_PROFILE on Interface IF_FSPP_LOG_CONTROL has no exception.
Method INIT_MESSAGE_LOGS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CV_RUNID_EXT | Call by reference | Type reference (TYPE) | BANK_DTE_PP_RUNID_EXT | 20080506 | ||||
| 2 | ET_LOG | Call by reference | Type reference (TYPE) | BANK_TAB_JC_APPL_LOG_DATA | 20080506 | ||||
| 3 | EV_LOGNUMBER | Call by reference | Type reference (TYPE) | BALNREXT | 20080506 | ||||
| 4 | EV_MSGH_FS_EXC | Call by reference | Type reference (TYPE) | EMSG_GEN-HANDLE | 20080506 | ||||
| 5 | EV_MSGH_FS_PROT | Call by reference | Type reference (TYPE) | EMSG_GEN-HANDLE | 20080506 | ||||
| 6 | IV_APPLCATG | Call by reference | Type reference (TYPE) | BANK_DTE_PP_PAAPPLCATG | 20080506 | ||||
| 7 | IV_LOG_TYPE | Call by reference | Type reference (TYPE) | FSPP_LOG_TYPE | 20080506 | ||||
| 8 | IV_PACKAGE_ADMIN | Call by reference | Type reference (TYPE) | BANK_DTE_PP_PMID_EXT | 20080506 | ||||
| 9 | IV_PACKAGE_MODE | Call by reference | Type reference (TYPE) | FSPP_PACK_MODE | 20080506 | ||||
| 10 | IV_RUNSTARTNO | Call by reference | Type reference (TYPE) | BANK_DTE_PP_RUNSTARTNO | 20080506 |
Method INIT_MESSAGE_LOGS on Interface IF_FSPP_LOG_CONTROL has no exception.
Method MSG_TO_LOG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_FLG_JOB_LOG | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20080506 | ||||
| 2 | IV_FLG_REPEAT | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20080506 | ||||
| 3 | IV_MSGID | Call by reference | Type reference (TYPE) | SYMSGID | 'OAF_PP' | 20080506 | |||
| 4 | IV_MSGNO | Call by reference | Type reference (TYPE) | SYMSGNO | 20080506 | ||||
| 5 | IV_MSGTY | Call by reference | Type reference (TYPE) | SYMSGTY | 20080506 | ||||
| 6 | IV_MSGV1 | Call by reference | Type reference (TYPE) | ANY | 20080506 | ||||
| 7 | IV_MSGV2 | Call by reference | Type reference (TYPE) | ANY | 20080506 | ||||
| 8 | IV_MSGV3 | Call by reference | Type reference (TYPE) | ANY | 20080506 | ||||
| 9 | IV_MSGV4 | Call by reference | Type reference (TYPE) | ANY | 20080506 | ||||
| 10 | IV_SUBOBJ | Call by reference | Type reference (TYPE) | BALSUBOBJ | 'ERROR' | 20080506 |
Method MSG_TO_LOG on Interface IF_FSPP_LOG_CONTROL has no exception.
Method SAVE_MESSAGE_LOGS Signature
Method SAVE_MESSAGE_LOGS on Interface IF_FSPP_LOG_CONTROL has no parameter.
Method SAVE_MESSAGE_LOGS on Interface IF_FSPP_LOG_CONTROL has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 300 |