SAP ABAP Class CL_J3RF_ACC_UNIFIER (Uniforms account for company code)
Hierarchy
☛
SAP_FIN (Software Component) SAP_FIN
⤷
FI-LOC (Application Component) Localization
⤷
J3RF (Package) Localization Russia: FI
⤷
⤷
Properties
| Class | CL_J3RF_ACC_UNIFIER | |
| Short Description | Uniforms account for company code | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | J3RF | Localization Russia: FI |
| Created | 20121121 | 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) | |
| 2 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
Class CL_J3RF_ACC_UNIFIER has no interface implemented.
Friends
Class CL_J3RF_ACC_UNIFIER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Private | Type reference (TYPE) | CL_J3RF_ACC_UNIFIER=>LTY_BUKRS_CACHE | cache for data for company code | 20121121 | |||
| 2 | Static Attribute | Private | Type reference (TYPE) | I | Length of account number | 20121121 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Constructor | Class constructor | 20121121 | |
| 2 | Static method | Private | Method | Returns bukrs data | 20121121 | |
| 3 | Static method | Public | Method | Converts single pattern to account range | 20121128 | |
| 4 | Static method | Public | Method | Converts '*' pattern to sql '%' pattern | 20121128 |
Events
Class CL_J3RF_ACC_UNIFIER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | LTY_BUKRS_CACHE | Private | See coding | 20121121 | lty_bukrs_cache type STANDARD TABLE OF lty_bukrs_cache_line
|
||
| 2 | LTY_BUKRS_CACHE_LINE | Private | See coding | 20121121 | BEGIN OF LTY_BUKRS_CACHE_LINE,
bukrs type bukrs,
t004 type t004,
shft type i,
end of lty_bukrs_cache_line
|
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_J3RF_ACC_UNIFIER has no parameter.
Method CLASS_CONSTRUCTOR on class CL_J3RF_ACC_UNIFIER has no exception.
Method GET_BUKRS_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IN_BUKRS | Call by reference | Type reference (TYPE) | BUKRS | Company Code | 20121121 | |||
| 2 | OUT_DATA | Call by reference | Type reference (TYPE) | CL_J3RF_ACC_UNIFIER=>LTY_BUKRS_CACHE_LINE | 20121121 |
Method GET_BUKRS_DATA on class CL_J3RF_ACC_UNIFIER has no exception.
Method TO_RANGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IN_BUKRS | Call by reference | Type reference (TYPE) | BUKRS | Company Code | 20121128 | |||
| 2 | IN_SAKNR | Call by reference | Type reference (TYPE) | SAKNR | G/L Account Number | 20121128 | |||
| 3 | OUT_RANGE | Call by reference | Type reference (TYPE) | J_3RF_S_ACC_RANGE | Structure for row of G/L account range | 20121128 | |||
| 4 | OUT_SAKNR | Call by reference | Type reference (TYPE) | SAKNR | G/L Account Number | 20121128 |
Method TO_RANGE on class CL_J3RF_ACC_UNIFIER has no exception.
Method TO_SQLPATTERN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IN_BUKRS | Call by reference | Type reference (TYPE) | BUKRS | Company Code | 20121128 | |||
| 2 | IN_SAKNR | Call by reference | Type reference (TYPE) | SAKNR | G/L Account Number | 20121128 | |||
| 3 | NEED_ESCAPING | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20121128 | ||||
| 4 | OUT_SAKNR | Call by reference | Type reference (TYPE) | CHAR20 | SQL pattern for acc. number | 20121128 |
Method TO_SQLPATTERN on class CL_J3RF_ACC_UNIFIER has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 617 |