SAP ABAP Class CL_RMPS_PRO_DISPOSAL_LOG (Application Log for Disposal PRO)
Hierarchy
☛
SAP_ABA (Software Component) Cross-Application Component
⤷
CA-GTF-RCM (Application Component) Records and Case Management
⤷
RMPSPRO_DISPOSAL (Package) PRO Disposal
⤷
⤷
Properties
| Class | CL_RMPS_PRO_DISPOSAL_LOG | |
| Short Description | Application Log for Disposal PRO | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RMPSPRO_DISPOSAL | PRO Disposal |
| Created | 20041129 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_RMPS_PRO_DISPOSAL_LOG has no forward declaration.
Interfaces
Class CL_RMPS_PRO_DISPOSAL_LOG has no interface implemented.
Friends
Class CL_RMPS_PRO_DISPOSAL_LOG has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Type reference (TYPE) | BALLOGHNDL | Application Log: Log Handle | 20041129 | |||
| 2 | Instance attribute | Public | Type reference (TYPE) | BALTITLE | Application Log: Screen Title | 20051117 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Adds a Message from a BAPI Return Structure | 20041130 | |
| 2 | Instance method | Public | Method | Adds an Exception to the Log | 20041129 | |
| 3 | Instance method | Public | Method | Adds Messages from Another Log | 20050909 | |
| 4 | Instance method | Public | Method | Adds Texts from Exception Classes Raised to Application Log | 20091028 | |
| 5 | Instance method | Public | Method | Adds a Message to the Log | 20041129 | |
| 6 | Instance method | Public | Constructor | Generates a new log or reads an existing log from DB | 20041129 | |
| 7 | Instance method | Public | Method | Returns the log number | 20041130 | |
| 8 | Instance method | Public | Method | Deletes the log from the main memory | 20041130 | |
| 9 | Instance method | Public | Method | Saves log to DB, deletes log from main memory | 20041129 | |
| 10 | Instance method | Public | Method | Displays the log on the whole screen | 20050603 | |
| 11 | Instance method | Public | Method | Displays log in popup | 20041130 |
Events
Class CL_RMPS_PRO_DISPOSAL_LOG has no event.
Types
Class CL_RMPS_PRO_DISPOSAL_LOG has no local type.
Method Signatures
Method ADD_BAPI_RETURN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_BAPIRETURN | Call by reference | Type reference (TYPE) | BAPIRET2 | Returnparameter | 20041130 |
Method ADD_BAPI_RETURN on class CL_RMPS_PRO_DISPOSAL_LOG has no exception.
Method ADD_EXCEPTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_EXCEPTION | Call by reference | Object reference (TYPE REF TO) | CX_ROOT | Abstrakte Oberklasse aller globalen Exceptions | 20041129 |
Method ADD_EXCEPTION on class CL_RMPS_PRO_DISPOSAL_LOG has no exception.
Method ADD_FROM_OTHER_LOG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_MSGTY | Call by reference | Type reference (TYPE) | SY-MSGTY | Nachrichten, Nachrichtentyp | 20050909 | |||
| 2 | IM_OPERATION_LOG_HANDLE | Call by reference | Type reference (TYPE) | BALLOGHNDL | Anwendungs-Log: Handle eines Protokolls | 20050909 | |||
| 3 | IM_PROBCLASS | Call by reference | Type reference (TYPE) | BAL_S_MSG-PROBCLASS | Anwendungs-Log: Problemklasse | 20050909 |
Method ADD_FROM_OTHER_LOG on class CL_RMPS_PRO_DISPOSAL_LOG has no exception.
Method ADD_LOG_EXCPT_CLASS_TO_MSG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_EXC | Call by reference | Type reference (TYPE) | BAL_S_EXC | Anwendungs-Log: Daten einer Ausnahme | 20091028 |
Method ADD_LOG_EXCPT_CLASS_TO_MSG on class CL_RMPS_PRO_DISPOSAL_LOG has no exception.
Method ADD_MESSAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_PROBLEMCLASS | Call by reference | Type reference (TYPE) | BALPROBCL | Anwendungs-Log: Problemklasse einer Meldung | 20041129 |
Method ADD_MESSAGE on class CL_RMPS_PRO_DISPOSAL_LOG has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_EXPIRATION_DATE | Call by reference | Type reference (TYPE) | ALDATE_DEL | Anwendungs-Log: Verfalldatum | 20041129 | |||
| 2 | IM_EXTNUMBER | Call by reference | Type reference (TYPE) | BALNREXT | Anwendungs-Log: Externe Identifikation | 20041129 | |||
| 3 | IM_LOGNUMBER | Call by reference | Type reference (TYPE) | BALOGNR | Anwendungs-Log: Protokollnummer | 20041129 | |||
| 4 | IM_NO_DEL_BEFORE | Call by reference | Type reference (TYPE) | DEL_BEFORE | Anwendungs-Log: Protokoll ist bis zum Verfalldatum zu halten | 20041129 | |||
| 5 | IM_OBJECT | Call by reference | Type reference (TYPE) | BALOBJ_D | Anwendungs-Log: Objektname (Applikationskürzel) | 20041129 | |||
| 6 | IM_SUBOBJECT | Call by reference | Type reference (TYPE) | BALSUBOBJ | Anwendungs-Log: Unterobjekt | 20041129 | |||
| 7 | IM_TITLE | Call by reference | Type reference (TYPE) | BALTITLE | Anwendungs-Log: Titel des Dynpros | 20051117 |
Method CONSTRUCTOR on class CL_RMPS_PRO_DISPOSAL_LOG has no exception.
Method GET_LOGNUMBER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RE_LOGNUMBER | Value transfer | Type reference (TYPE) | BALOGNR | Anwendungs-Log: Protokollnummer | 20041130 |
Method GET_LOGNUMBER on class CL_RMPS_PRO_DISPOSAL_LOG has no exception.
Method REMOVE_FROM_HEAP Signature
Method REMOVE_FROM_HEAP on class CL_RMPS_PRO_DISPOSAL_LOG has no parameter.
Method REMOVE_FROM_HEAP on class CL_RMPS_PRO_DISPOSAL_LOG has no exception.
Method SAVE_TO_DB Signature
Method SAVE_TO_DB on class CL_RMPS_PRO_DISPOSAL_LOG has no parameter.
Method SAVE_TO_DB on class CL_RMPS_PRO_DISPOSAL_LOG has no exception.
Method SHOW_LOG_FULLSCREEN Signature
Method SHOW_LOG_FULLSCREEN on class CL_RMPS_PRO_DISPOSAL_LOG has no parameter.
Method SHOW_LOG_FULLSCREEN on class CL_RMPS_PRO_DISPOSAL_LOG has no exception.
Method SHOW_POPUP Signature
Method SHOW_POPUP on class CL_RMPS_PRO_DISPOSAL_LOG has no parameter.
Method SHOW_POPUP on class CL_RMPS_PRO_DISPOSAL_LOG has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 640 |