SAP ABAP Class CL_FAGL_WZ_SPLIT_CONF (Configuration of Document Splitting)
Hierarchy
☛
SAP_FIN (Software Component) SAP_FIN
⤷
FI-GL (Application Component) General Ledger Accounting
⤷
FAGL_ONLINE_SPLIT_EHP3 (Package) Online Splitter in New General Ledger Accounting (EhP3)

⤷

⤷

Properties
Class | CL_FAGL_WZ_SPLIT_CONF | |
Short Description | Configuration of Document Splitting | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | FAGL_ONLINE_SPLIT_EHP3 | Online Splitter in New General Ledger Accounting (EhP3) |
Created | 20080319 | 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_WZ_SPLIT_CONF has no interface implemented.
Friends
Class CL_FAGL_WZ_SPLIT_CONF has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'FAGL_ACTIVEC' | 20080331 | ||
2 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'FAGL_SPLIT_FIELD_TECH' | 20080328 | ||
3 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'FAGL_SPLIT_FIELD_CO' | 20080328 | ||
4 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'FAGL_SPLIT_FIELD_GL' | 20080328 | ||
5 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'FAGL_SPLIT_FIELD_ANL' | 20080328 | ||
6 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'T8G12' | 20080322 | ||
7 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'T8G17' | 20080321 | ||
8 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'T8G30A' | 20080328 | ||
9 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'T8G41A' | 20080331 | ||
10 | ![]() |
Constant | Public | Type reference (TYPE) | LINETYPE | '01001' | Standard Item Category for Zero Balance Clearing Account | 20080328 | |
11 | ![]() |
Instance attribute | Public | Object reference (TYPE REF TO) | CL_FAGL_WZ_DATA_REC | Data Collector for Wizard: Customizing for Doc. Splitting | 20080321 | ||
12 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CX_FAGL_WIZARD | Exception Class: FAGL Wizard | 20080402 | ||
13 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TY_CHARTOFACC_TT | 20080411 | |||
14 | ![]() |
Instance attribute | Public | Type reference (TYPE) | KTOPL | Chart of Accounts | 20080411 | ||
15 | ![]() |
Instance attribute | Public | Type reference (TYPE) | TRKORR | Request/Task | 20080321 | ||
16 | ![]() |
Instance attribute | Public | Type reference (TYPE) | TRKORR | Request/Task | 20080321 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Addition of a Chart of Accounts | 20080411 |
2 | ![]() |
Instance method | Public | Method | Consistency Check | 20080413 |
3 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 20080321 |
4 | ![]() |
Instance method | Public | Method | Read Original Cluster FAGL_CONSTANTS_GLOBAL | 20080403 |
5 | ![]() |
Instance method | Public | Method | Read Current Data from Cluster FAGL_CONSTANTS_GLOBAL | 20080403 |
6 | ![]() |
Instance method | Public | Method | Read Original FAGL_SPLIT_FIELD | 20080326 |
7 | ![]() |
Instance method | Public | Method | Read Current Data from FAGL_SPLIT_FIELD | 20080326 |
8 | ![]() |
Instance method | Public | Method | Read Original from Cluster GBEB_ACCDET | 20080403 |
9 | ![]() |
Instance method | Public | Method | Read Current Data from Cluster GBEB_ACCDET | 20080403 |
10 | ![]() |
Instance method | Public | Method | Read Original T8G12 | 20080322 |
11 | ![]() |
Instance method | Public | Method | Read Current Data from T8G12 | 20080322 |
12 | ![]() |
Instance method | Public | Method | Read Original T8G17 | 20080321 |
13 | ![]() |
Instance method | Public | Method | Read Current Data from T8G17 | 20080321 |
14 | ![]() |
Instance method | Public | Method | Read Original from Cluster VC_FAGL_SPLIT | 20080403 |
15 | ![]() |
Instance method | Public | Method | Read Current Data from FAGL_ACTIVEC | 20080403 |
Events
# | Event | Type | Visibility | Description | Created on |
---|---|---|---|---|---|
1 | DATA_CHANGED | Instance Event (0) |
Public (2) |
20080321 |
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_CHARTOFACC_TT | Public | See coding | 20080411 | TY_CHARTOFACC_TT type HASHED TABLE OF ktopl with unique default key
|
Method Signatures
Method ADD_CHARTOFACC Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_CHARTOFACC | Call by reference | Type reference (TYPE) | KTOPL | Kontenplan | 20080411 |
Method ADD_CHARTOFACC on class CL_FAGL_WZ_SPLIT_CONF has no exception.
Method CHECK_CONSISTENCY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_ERROR_MSG_EXISTS | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20080413 | |||
2 | ![]() |
E_MSG_EXISTS | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20080413 |
Method CHECK_CONSISTENCY on class CL_FAGL_WZ_SPLIT_CONF has no exception.
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_ORDER | Call by reference | Type reference (TYPE) | TRKORR | Auftrag/Aufgabe | 20080321 | ||
2 | ![]() |
I_TASK | Call by reference | Type reference (TYPE) | TRKORR | Auftrag/Aufgabe | 20080321 |
Method CONSTRUCTOR on class CL_FAGL_WZ_SPLIT_CONF has no exception.
Method GET_FAGL_CONSTANTS_GLOBAL_ORG Signature
Method GET_FAGL_CONSTANTS_GLOBAL_ORG on class CL_FAGL_WZ_SPLIT_CONF has no parameter.
Method GET_FAGL_CONSTANTS_GLOBAL_ORG on class CL_FAGL_WZ_SPLIT_CONF has no exception.
Method GET_FAGL_CONSTANTS_GLOBAL_SNSH Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_FAGL_PRCTR_CONST | Call by reference | Type reference (TYPE) | FAGL_PRCTR_CONST_TT | Tabellentyp T8G30B | 20080403 | ||
2 | ![]() |
ET_T8G41A | Call by reference | Type reference (TYPE) | T8G41A_TT | Tabellentyp T8G17 | 20080403 | ||
3 | ![]() |
ET_T8G41AT | Call by reference | Type reference (TYPE) | T8G41AT_TT | Tabellentyp T8G30At | 20080403 | ||
4 | ![]() |
ET_T8G41B | Call by reference | Type reference (TYPE) | T8G41B_TT | Tabellentyp T8G41B | 20080403 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Ausnahmeklasse FAGL Wizard | 20080403 |
Method GET_FAGL_SPLIT_FIELD_ORG Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_FTYPE_SPLIT | Call by reference | Type reference (TYPE) | FAGL_FTYPE_SPLIT | Typ eines Felds für Belegaufteilung | 20080327 |
Method GET_FAGL_SPLIT_FIELD_ORG on class CL_FAGL_WZ_SPLIT_CONF has no exception.
Method GET_FAGL_SPLIT_FIELD_SNAPSHOT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_FAGL_SPLIT_FIELD | Call by reference | Type reference (TYPE) | FAGL_SPLIT_FIELD_TT | 20080326 | |||
2 | ![]() |
I_FTYPE_SPLIT | Call by reference | Type reference (TYPE) | FAGL_FTYPE_SPLIT | Typ eines Felds für Belegaufteilung | 20080327 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Ausnahmeklasse FAGL Wizard | 20080326 |
Method GET_GBEB_ACCDET_ORG Signature
Method GET_GBEB_ACCDET_ORG on class CL_FAGL_WZ_SPLIT_CONF has no parameter.
Method GET_GBEB_ACCDET_ORG on class CL_FAGL_WZ_SPLIT_CONF has no exception.
Method GET_GBEB_ACCDET_SNAPSHOT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_T8G30A | Call by reference | Type reference (TYPE) | T8G30A_TT | Tabellentyp T8G17 | 20080403 | ||
2 | ![]() |
ET_T8G30AT | Call by reference | Type reference (TYPE) | T8G30AT_TT | Tabellentyp T8G30At | 20080403 | ||
3 | ![]() |
ET_T8G30B | Call by reference | Type reference (TYPE) | T8G30B_TT | Tabellentyp T8G30B | 20080403 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Ausnahmeklasse FAGL Wizard | 20080403 |
Method GET_T8G12_ORG Signature
Method GET_T8G12_ORG on class CL_FAGL_WZ_SPLIT_CONF has no parameter.
Method GET_T8G12_ORG on class CL_FAGL_WZ_SPLIT_CONF has no exception.
Method GET_T8G12_SNAPSHOT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_T8G12 | Call by reference | Type reference (TYPE) | T8G12_TT | Tabellentyp T8G17 | 20080322 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Ausnahmeklasse FAGL Wizard | 20080322 |
Method GET_T8G17_ORG Signature
Method GET_T8G17_ORG on class CL_FAGL_WZ_SPLIT_CONF has no parameter.
Method GET_T8G17_ORG on class CL_FAGL_WZ_SPLIT_CONF has no exception.
Method GET_T8G17_SNAPSHOT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_T8G17 | Call by reference | Type reference (TYPE) | T8G17_TT | Tabellentyp T8G17 | 20080321 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Ausnahmeklasse FAGL Wizard | 20080321 |
Method GET_VC_FAGL_SPLIT_ORG Signature
Method GET_VC_FAGL_SPLIT_ORG on class CL_FAGL_WZ_SPLIT_CONF has no parameter.
Method GET_VC_FAGL_SPLIT_ORG on class CL_FAGL_WZ_SPLIT_CONF has no exception.
Method GET_VC_FAGL_SPLIT_SNAPSHOT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_FAGL_ACTIVEC | Call by reference | Type reference (TYPE) | FAGL_ACTIVEC | Tabellentyp T8G17 | 20080403 | ||
2 | ![]() |
ET_FAGL_SPLIT_ACTC | Call by reference | Type reference (TYPE) | FAGL_SPLIT_ACTC_TT | Tabellentyp T8G30At | 20080403 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Ausnahmeklasse FAGL Wizard | 20080403 |
Event Signatures
Event DATA_CHANGED Signature
# | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | I_EVENT | Exporting | Value transfer | Type reference (TYPE) | STRING | 20080321 |
History
Last changed by/on | SAP | 20100310 |
SAP Release Created in | 604 |