SAP ABAP Class CL_USMDZ7_BRFPLUS_SERVICES (BRFplus Service Class)
Hierarchy
☛
MDG_FND (Software Component) MDG Foundation
⤷
CA-MDG-APP-FIN (Application Component) MDG for Financials
⤷
USMDZ7 (Package) Validations
⤷
⤷
Properties
| Class | CL_USMDZ7_BRFPLUS_SERVICES | |
| Short Description | BRFplus Service Class | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | USMDZ7 | Validations |
| Created | 20090122 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 2 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class CL_USMDZ7_BRFPLUS_SERVICES has no interface implemented.
Friends
Class CL_USMDZ7_BRFPLUS_SERVICES has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Protected | Type reference (TYPE) | TT_MESSAGES | Table of Message Types | 20090303 | |||
| 2 | Constant | Public | Type reference (TYPE) | STRING | 'FMDM_MODEL_' | Application Prefix (BRFplus Application) | 20090224 | ||
| 3 | Constant | Public | Type reference (TYPE) | STRING | 'FMDM_MODEL_' | Catalog Name (BRFplus Application) | 20090224 | ||
| 4 | Constant | Public | Type reference (TYPE) | USMD_FIELDNAME | 'F_ATTRIBUTE' | Attribute (BRFplus Object) | 20090224 | ||
| 5 | Constant | Public | Type reference (TYPE) | USMD_FIELDNAME | 'F_COA_CCOA' | Group Chart of Accounts (BRFplus Object) | 20090224 | ||
| 6 | Constant | Public | Type reference (TYPE) | USMD_FIELDNAME | 'F_CHECK_TYPE' | FIN-MDM: Field Name (BRFplus Object) | 20090223 | ||
| 7 | Constant | Public | Type reference (TYPE) | USMD_FIELDNAME | 'ACCOUNT_COA' | Chart of Accounts (BRFplus Object) | 20090224 | ||
| 8 | Constant | Public | Type reference (TYPE) | USMD_FIELDNAME | 'SAPFMDM_CREQUEST' | FIN-MDM: Field Name (BRFplus Object) | 20090223 | ||
| 9 | Constant | Public | Type reference (TYPE) | USMD_FIELDNAME | 'F_DATA_MODEL' | Data Model (BRFplus Object) | 20090224 | ||
| 10 | Constant | Public | Type reference (TYPE) | USMD_FIELDNAME | 'SAPFMDM_EDITION' | FIN-MDM: Field Name (BRFplus Object) | 20090223 | ||
| 11 | Constant | Public | Type reference (TYPE) | USMD_FIELDNAME | 'F_KEY_FIELDS_WITH_SLASH' | FIN-MDM: Field Name (BRFplus Object) | 20090223 | ||
| 12 | Constant | Public | Type reference (TYPE) | USMD_FIELDNAME | 'F_ENTITYTYPE' | Entity Type (BRFplus Object) | 20090224 | ||
| 13 | Constant | Public | Type reference (TYPE) | USMD_FIELDNAME | 'F_MSGID' | FIN-MDM: Field Name (BRFplus Object) | 20090223 | ||
| 14 | Constant | Public | Type reference (TYPE) | USMD_FIELDNAME | 'F_MSGNO' | FIN-MDM: Field Name (BRFplus Object) | 20090223 | ||
| 15 | Constant | Public | Type reference (TYPE) | USMD_FIELDNAME | 'F_MSGTY' | FIN-MDM: Field Name (BRFplus Object) | 20090223 | ||
| 16 | Constant | Public | Type reference (TYPE) | USMD_FIELDNAME | 'F_MSGV1' | FIN-MDM: Field Name (BRFplus Object) | 20090223 | ||
| 17 | Constant | Public | Type reference (TYPE) | USMD_FIELDNAME | 'F_MSGV2' | FIN-MDM: Field Name (BRFplus Object) | 20090223 | ||
| 18 | Constant | Public | Type reference (TYPE) | USMD_FIELDNAME | 'F_MSGV3' | FIN-MDM: Field Name (BRFplus Object) | 20090223 | ||
| 19 | Constant | Public | Type reference (TYPE) | USMD_FIELDNAME | 'F_MSGV4' | FIN-MDM: Field Name (BRFplus Object) | 20090223 | ||
| 20 | Constant | Public | Type reference (TYPE) | STRING | 'ZV_CUSTOMIZING' | Node Name (BRFplus Catalog) | 20090224 | ||
| 21 | Constant | Public | Type reference (TYPE) | STRING | 'LANGUAGE_IDS' | Node Name (BRFplus Catalog) | 20090224 | ||
| 22 | Constant | Public | Type reference (TYPE) | STRING | 'MESSAGE_TYPE' | Node Name (BRFplus Catalog) | 20090224 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Preparation for Writing to Application Log | 20090122 | |
| 2 | Static method | Public | Method | Message Type - Custom Settings in BRFplus | 20090218 | |
| 3 | Static method | Public | Method | Transfer of Exception to Application Log | 20090122 |
Events
Class CL_USMDZ7_BRFPLUS_SERVICES has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TT_MESSAGES | Protected | See coding | 20090303 | tt_messages TYPE SORTED TABLE OF ty_messages
WITH non-unique KEY f_check_type f_msgid f_msgno
|
||
| 2 | TY_MESSAGES | Protected | See coding | 20090303 | BEGIN OF ty_messages,
f_check_type TYPE usmdz7_check_type,
f_msgid TYPE symsgid,
f_msgno TYPE symsgno,
f_msgty TYPE symsgty,
END OF ty_messages
|
Method Signatures
Method PREPARE_WRITE_APPL_LOG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EO_APPL_LOG | Call by reference | Object reference (TYPE REF TO) | CL_USMD_APPL_LOG | Schnittstelle Applikationslog | 20090122 | |||
| 2 | EV_EXTNUMBER | Call by reference | Type reference (TYPE) | BALNREXT | Anwendungs-Log: Externe Identifikation | 20090122 | |||
| 3 | EV_SUBOBJ | Call by reference | Type reference (TYPE) | BALSUBOBJ | Anwendungs-Log: Unterobjekt | 20090122 | |||
| 4 | IO_CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_FDT_CONTEXT | FDT: Context | 20090122 | |||
| 5 | IO_EXPRESSION | Call by reference | Object reference (TYPE REF TO) | IF_FDT_EXPRESSION | FDT: Expression | 20090122 | |||
| 6 | IV_TIMESTAMP | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TIMESTAMP | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | 20090122 |
Method PREPARE_WRITE_APPL_LOG on class CL_USMDZ7_BRFPLUS_SERVICES has no exception.
Method READ_MESSAGE_TYPE_FROM_BRFPLUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ED_MSGTY | Call by reference | Type reference (TYPE) | SY-MSGTY | Nachrichtentyp | 20090218 | |||
| 2 | ID_CHECK_TYPE | Call by reference | Type reference (TYPE) | USMDZ7_CHECK_TYPE | Typ der Prüfung | 20090218 | |||
| 3 | ID_DATA_MODEL | Call by reference | Type reference (TYPE) | USMD_MODEL | Datenmodell | 20090218 | |||
| 4 | ID_MSGID | Call by reference | Type reference (TYPE) | SY-MSGID | IF_USMDZ7_RS_MESSAGE=>GC_MSGID_USMDZ3 | Nachrichtenklasse | 20090218 | ||
| 5 | ID_MSGNO | Call by reference | Type reference (TYPE) | SY-MSGNO | Nachrichtennummer | 20090218 | |||
| 6 | IO_MODEL | Call by reference | Object reference (TYPE REF TO) | IF_USMD_MODEL_EXT | MDM Datenmodell für Zugriff aus Nicht-SAP Standard | 20090218 |
Method READ_MESSAGE_TYPE_FROM_BRFPLUS on class CL_USMDZ7_BRFPLUS_SERVICES has no exception.
Method TRANSFER_EXCEPTION_TO_APPL_LOG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_FDT_CONTEXT | FDT: Context | 20090122 | |||
| 2 | IO_EXCEPTION | Call by reference | Object reference (TYPE REF TO) | CX_USMDZ_EXCEPTION | allg. Ausnahme | 20090122 | |||
| 3 | IO_EXPRESSION | Call by reference | Object reference (TYPE REF TO) | IF_FDT_EXPRESSION | FDT: Expression | 20090122 | |||
| 4 | IV_TIMESTAMP | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TIMESTAMP | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | 20090122 |
Method TRANSFER_EXCEPTION_TO_APPL_LOG on class CL_USMDZ7_BRFPLUS_SERVICES has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 605 |