SAP ABAP Class CL_SSC_MDG_IDOC_ALEAUD (Class for handling IDoc ALE AUDIT messages)
Hierarchy
☛
MDG_FND (Software Component) MDG Foundation
⤷
CA-MDG-APP-ISS (Application Component) Internal Self-Services
⤷
FINB_SSC_MDG_INT (Package) Shared Service Center and MDG Integration
⤷
⤷
Properties
| Class | CL_SSC_MDG_IDOC_ALEAUD | |
| Short Description | Class for handling IDoc ALE AUDIT messages | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | FINB_SSC_MDG_INT | Shared Service Center and MDG Integration |
| Created | 20110711 | SAP |
| Last change | 20130531 | 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_SSC_MDG_IDOC_ALEAUD has no interface implemented.
Friends
Class CL_SSC_MDG_IDOC_ALEAUD 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) | EDIDC | Control record (IDoc) | 20110711 | |||
| 2 | Instance attribute | Public | Type reference (TYPE) | T_ALEAUD_CREQUESTS | 20110711 | ||||
| 3 | Instance attribute | Public | Type reference (TYPE) | AUDIT_EMESS_TAB | 20110711 | ||||
| 4 | Instance attribute | Public | Type reference (TYPE) | AUDIT_IDOC_TAB | 20110711 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | Constructor | 20110711 | |
| 2 | Instance method | Public | Method | Process execution | 20110711 | |
| 3 | Instance method | Private | Method | Read ALE audit information to determine status | 20110711 | |
| 4 | Instance method | Private | Method | Retrieve all relevant change requests | 20110711 | |
| 5 | Instance method | Private | Method | Update service request's status and note | 20110711 |
Events
Class CL_SSC_MDG_IDOC_ALEAUD has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | S_ALEAUD_CREQUESTS | Public | See coding | 20110711 | begin of s_aleaud_crequests,
msg_rqguid type edi_docnum,
usmd_edition type usmd_edition,
distribution_status type usmd_distribution_status,
usmd_crequests type usmd_ts_change_request,
usmd_appl type drf_appl,
usmd_dis_system type sld_bskey,
usmd_bus_object type mdg_object_type_code_bs,
usmd_object_id type drf_object_id,
usmd_outbound_impl type drf_outb_impl,
communication_ch type mdg_comm_channel,
end of s_aleaud_crequests
|
||
| 2 | T_ALEAUD_CREQUESTS | Public | See coding | 20110711 | t_aleaud_crequests type table of s_aleaud_crequests
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_IDOC_CTRL | Call by reference | Type reference (TYPE) | EDIDC | Control record (IDoc) | 20110711 | |||
| 2 | IT_IDOC_EMESS | Call by reference | Type reference (TYPE) | AUDIT_EMESS_TAB | 20110711 | ||||
| 3 | IT_IDOC_LIST | Call by reference | Type reference (TYPE) | AUDIT_IDOC_TAB | 20110711 |
Method CONSTRUCTOR on class CL_SSC_MDG_IDOC_ALEAUD has no exception.
Method EXECUTE_PROCESS Signature
Method EXECUTE_PROCESS on class CL_SSC_MDG_IDOC_ALEAUD has no parameter.
Method EXECUTE_PROCESS on class CL_SSC_MDG_IDOC_ALEAUD has no exception.
Method INTERPRET_ALEAUD Signature
Method INTERPRET_ALEAUD on class CL_SSC_MDG_IDOC_ALEAUD has no parameter.
Method INTERPRET_ALEAUD on class CL_SSC_MDG_IDOC_ALEAUD has no exception.
Method RETRIEVE_CREQUESTS Signature
Method RETRIEVE_CREQUESTS on class CL_SSC_MDG_IDOC_ALEAUD has no parameter.
Method RETRIEVE_CREQUESTS on class CL_SSC_MDG_IDOC_ALEAUD has no exception.
Method UPDATE_SREQUESTS Signature
Method UPDATE_SREQUESTS on class CL_SSC_MDG_IDOC_ALEAUD has no parameter.
Method UPDATE_SREQUESTS on class CL_SSC_MDG_IDOC_ALEAUD has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 732 |