SAP ABAP Class CL_USMD_RQ_GLAM_OUT (Service Class Replication GeneralLedgerAccountMaster (Outbd))
Hierarchy
☛
MDG_FND (Software Component) MDG Foundation
⤷
CA-MDG-APP-FIN (Application Component) MDG for Financials
⤷
USMD_XI_PROXY (Package) PI Proxies
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_USMD_DISTRIBUTION | Data Distribution (Interface for Distribution Classes) | 20080507 |
Properties
| Class | CL_USMD_RQ_GLAM_OUT | |
| Short Description | Service Class Replication GeneralLedgerAccountMaster (Outbd) | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | USMD6 | |
| Program status | P | SAP Standard Production Program |
| Category | 0 | |
| Package | USMD_XI_PROXY | PI Proxies |
| Created | 20080507 | 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 class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 2 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 3 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 4 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 5 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_USMD_DISTRIBUTION | Data Distribution (Interface for Distribution Classes) | 20080507 |
Friends
Class CL_USMD_RQ_GLAM_OUT has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_USMD_APPL_LOG | Application Log Interface | 20080507 | |||
| 2 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_USMD_MODEL | MDM Data Model for Access from SAP Standard | 20080507 | |||
| 3 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_USMD_XI_STATUS | Status Management of eSOA Messages | 20080507 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | T_EDITION | 20080507 | ||||
| 5 | Instance attribute | Private | Type reference (TYPE) | T_EDITION_TYPE | 20080507 | ||||
| 6 | Instance attribute | Private | Type reference (TYPE) | T_MAPPING | 20080514 | ||||
| 7 | Instance attribute | Private | Type reference (TYPE) | USMD_MODEL | Data Model | 20080507 | |||
| 8 | Constant | Public | Type reference (TYPE) | CHAR2 | CL_USMD_RQ_COA_OUT=>GC_ACTION_CHANGE | ActionCode | 20080509 | ||
| 9 | Constant | Public | Type reference (TYPE) | CHAR2 | CL_USMD_RQ_COA_OUT=>GC_ACTION_CREATE | ActionCode | 20080509 | ||
| 10 | Constant | Public | Type reference (TYPE) | CHAR2 | CL_USMD_RQ_COA_OUT=>GC_ACTION_DELETE | ActionCode | 20080509 | ||
| 11 | Constant | Public | Type reference (TYPE) | CHAR2 | CL_USMD_RQ_COA_OUT=>GC_ACTION_SAVE | ActionCode | 20080509 | ||
| 12 | Constant | Private | Type reference (TYPE) | BALOBJ_D | CL_USMD_APPL_LOG=>GC_OBJECT_FMDM | Application Log: Object Name (Application Code) | 20080507 | ||
| 13 | Constant | Private | Type reference (TYPE) | SMT_MAP | 'CL_USMD_RQ_GLAM_OUT' | Mapping | 20080507 | ||
| 14 | Constant | Private | Type reference (TYPE) | STRING | 'GeneralLedgerAccountMasterReplBulkRequest_Out' | 20080625 | |||
| 15 | Static Attribute | Private | Type reference (TYPE) | TY_TS_INSTANCE | Outbound Processing Replication Request CoA | 20080514 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Constructor | Constructor | 20080507 | |
| 2 | Instance method | Public | Method | 20080507 | ||
| 3 | Instance method | Private | Method | Initialize Message Header | 20080507 | |
| 4 | Instance method | Private | Method | Map Data for General Ledger Account Master (per Entity) | 20080507 |
Events
Class CL_USMD_RQ_GLAM_OUT has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | SX_INSTANCE | Private | See coding | 20080514 | begin of sx_instance,
usmd_model type usmd_model,
o_weak type ref to cl_abap_weak_reference,
end of sx_instance
|
||
| 2 | S_EDITION_TYPE | Private | See coding | 20080507 | begin of s_edition_type,
usmd_edtn_type type usmd_edition_type,
usmd_model type usmd_model,
usmd_timebase type usmd_edition_timebase,
usmd_periv type periv,
end of s_edition_type
|
||
| 3 | S_MAPPING | Public | See coding | 20080514 | begin of s_mapping,
mapping type smt_map,
mapping_step type tsmt_event,
o_mapping type ref to cl_smt_engine,
end of s_mapping
|
||
| 4 | S_PROXY_DATA_GLAM | Public | Type reference (TYPE) | FINBCO_GLACCT_MSTR_RPLCTN_REQ | 20080507 | |
|
| 5 | TY_TS_INSTANCE | Private | See coding | 20080514 | ty_ts_instance type sorted table of sx_instance
with unique key usmd_model
|
||
| 6 | T_EDITION | Private | See coding | 20080507 | t_edition type sorted table of usmd_s_edition
with unique key usmd_edition
|
||
| 7 | T_EDITION_TYPE | Private | See coding | 20080507 | t_edition_type type sorted table of s_edition_type
with unique key usmd_edtn_type
|
||
| 8 | T_MAPPING | Public | See coding | 20080514 | t_mapping type sorted table of s_mapping with unique key mapping mapping_step
|
||
| 9 | T_PROXY_DATA_GLAM | Public | See coding | 20080507 | t_proxy_data_glam type sorted table of s_proxy_data_glam
with unique key general_ledger_account_master-id-content
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_MODEL | Call by reference | Type reference (TYPE) | USMD_MODEL | Datenmodell | 20080507 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | allg. Ausnahme | 20080514 |
Method DISTRIBUTE Signature
Method DISTRIBUTE on class CL_USMD_RQ_GLAM_OUT has no parameter.
Method DISTRIBUTE on class CL_USMD_RQ_GLAM_OUT has no exception.
Method FILL_MESSAGE_HEADER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_MESSAGE_HEADER | Call by reference | Type reference (TYPE) | FINBCO_BUSINESS_DOCUMENT_MESS4 | 20080820 | ||||
| 2 | IT_SEL | Call by reference | Type reference (TYPE) | USMD_TS_SEL | Sortierte Tabelle: Selektionsbedingung (Range pro Feld) | 20080507 | |||
| 3 | I_DIS_SYSTEM | Call by reference | Type reference (TYPE) | SLD_BSKEY | System | 20080507 |
Method FILL_MESSAGE_HEADER on class CL_USMD_RQ_GLAM_OUT has no exception.
Method MAPPING_OUT_GLAM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_DATA | Call by reference | Type reference (TYPE) | ANY TABLE | 20080507 | ||||
| 2 | ET_MESSAGE | Call by reference | Type reference (TYPE) | USMD_T_MESSAGE | Meldungen | 20080619 | |||
| 3 | IF_DELTA | Call by reference | Type reference (TYPE) | USMD_DELTA | 'X' | Nur Änderungen verteilen | 20080520 | ||
| 4 | IT_DATA | Call by reference | Type reference (TYPE) | USMD_T_ENTITY_DATA | Struktur mit Daten für Outbound | 20080507 | |||
| 5 | I_DIS_PACKAGE | Call by reference | Type reference (TYPE) | USMD_DISTRIBUTION_PACKAGE | 20080507 | ||||
| 6 | I_DIS_SYSTEM | Call by reference | Type reference (TYPE) | SLD_BSKEY | Schlüsselname eines Business Systems | 20080520 | |||
| 7 | I_EDITION_FROM | Call by reference | Type reference (TYPE) | USMD_EDITION | Edition | 20080801 | |||
| 8 | I_EDITION_TO | Call by reference | Type reference (TYPE) | USMD_EDITION | Edition | 20080801 | |||
| 9 | I_STEPNR | Call by reference | Type reference (TYPE) | USMD_STEPNR | Sequenznummer | 20080507 |
Method MAPPING_OUT_GLAM on class CL_USMD_RQ_GLAM_OUT has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 604 |