SAP ABAP Class CL_FAGL_VALIDATION (Validation Tool)
Hierarchy
☛
SAP_FIN (Software Component) SAP_FIN
⤷
FI-GL (Application Component) General Ledger Accounting
⤷
FAGL_POSTING_SERV_EHP3 (Package) Services for Posting FI Documents (EhP3)
⤷
⤷
Properties
| Class | CL_FAGL_VALIDATION | |
| Short Description | Validation Tool | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | FAGL_POSTING_SERV_EHP3 | Services for Posting FI Documents (EhP3) |
| Created | 20080508 | SAP |
| Last change | 20100310 | 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_FAGL_VALIDATION has no interface implemented.
Friends
Class CL_FAGL_VALIDATION has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | Type reference (TYPE) | ABADRSTRATID | 'FAVL' | ABADRSTRATID | 20080513 | ||
| 2 | Constant | Private | Type reference (TYPE) | APPLCLASS | 'FAGL' | Application class for DD objects (not used) | 20080513 | ||
| 3 | Constant | Private | Type reference (TYPE) | SUBCLASS | '01' | Subgroup by Application Class | 20080513 | ||
| 4 | Static Attribute | Private | Type reference (TYPE) | T_BUF_STRATEGY_T | Buffer Table for Strategy | 20080508 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Check Whether Company Code Is Active for Using Validation | 20080513 | |
| 2 | Static method | Public | Method | Get Correct Strategy for Specified CoCode and Ledger Group | 20080508 |
Events
Class CL_FAGL_VALIDATION has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | BUF_STRATEGY_T | Public | See coding | 20080508 | begin of buf_strategy_t,
bukrs type bukrs,
ldgrp type FAGL_LDGRP,
strategy type FAGL_VAL_ABADRENV,
sign type FAGL_VAL_SIGN,
end of buf_strategy_t
|
||
| 2 | T_BUF_STRATEGY_T | Public | See coding | 20080508 | t_buf_strategy_t type HASHED TABLE OF buf_strategy_t WITH UNIQUE KEY bukrs ldgrp
|
Method Signatures
Method CHECK_COCODE_ACTIVE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_ACTIVE | Value transfer | Type reference (TYPE) | FAGL_VAL_STATUS_COCO | Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') | 20080513 | |||
| 2 | E_DEFAULT_STR | Call by reference | Type reference (TYPE) | FAGL_DEF_VAL | Standard Validierungsstrategie | 20080513 | |||
| 3 | I_BUKRS | Call by reference | Type reference (TYPE) | BUKRS | Buchungskreis | 20080513 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | no entry found for the given company code | 20080513 |
Method GET_STRATEGY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_SIGN | Call by reference | Type reference (TYPE) | FAGL_VAL_SIGN | Validierung | 20080509 | |||
| 2 | E_STRATEGY | Call by reference | Type reference (TYPE) | FAGL_VAL_ABADRENV | Validation strategy | 20080508 | |||
| 3 | I_BUKRS | Call by reference | Type reference (TYPE) | BUKRS | Company Code | 20080508 | |||
| 4 | I_LDGRP | Call by reference | Type reference (TYPE) | FAGL_LDGRP | Country grouping, including country grouping 00 | 20080508 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20080508 |
History
| Last changed by/on | SAP | 20100310 |
| SAP Release Created in | 604 |