SAP ABAP Class CL_FAGL_WZ_DATA_REC (Data Collector for Wizard)
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)
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_FAGL_WZ_NEW_RULE_REC | Data Collector for Wizard: Create New Doc. Splitting Rule | 20080319 |
Properties
| Class | CL_FAGL_WZ_DATA_REC | |
| Short Description | Data Collector for Wizard | |
| 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 | 20080214 | SAP |
| Last change | 20100310 | 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) |
Interfaces
Class CL_FAGL_WZ_DATA_REC has no interface implemented.
Friends
Class CL_FAGL_WZ_DATA_REC 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 | 'NEW' | 20080226 | |||
| 2 | Constant | Public | Type reference (TYPE) | STRING | 'ORG' | 20080403 | |||
| 3 | Constant | Public | Type reference (TYPE) | STRING | 'SAVED' | 20080226 | |||
| 4 | Instance attribute | Protected | Type reference (TYPE) | TY_DATA_TAB | 20080226 | ||||
| 5 | Instance attribute | Protected | Type reference (TYPE) | UXP_T_E071 | Transport Header | 20080307 | |||
| 6 | Instance attribute | Protected | Type reference (TYPE) | UXP_T_E071K | Transport Keys | 20080307 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Write Data to Transport Tables | 20080307 | |
| 2 | Instance method | Protected | Method | Assign Simple Data Types | 20080226 | |
| 3 | Instance method | Protected | Method | Assign Structures | 20080226 | |
| 4 | Instance method | Protected | Method | Assign Tables | 20080226 | |
| 5 | Instance method | Public | Constructor | CONSTRUCTOR | 20080214 | |
| 6 | Instance method | Protected | Method | Delete Data from Container | 20080226 | |
| 7 | Instance method | Protected | Method | Read Data from the Container | 20080226 | |
| 8 | Instance method | Public | Method | Read New Data | 20080215 | |
| 9 | Instance method | Public | Method | Read Original Data | 20080403 | |
| 10 | Instance method | Public | Method | Read Saved Data | 20080215 | |
| 11 | Instance method | Public | Method | Returm of Transport Tables | 20080307 | |
| 12 | Instance method | Protected | Method | Save Data in Container | 20080226 | |
| 13 | Instance method | Public | Method | Save New Data - Temporary Data | 20080215 | |
| 14 | Instance method | Public | Method | Save Original Data - Using Rollback | 20080403 | |
| 15 | Instance method | Public | Method | Save Stored Data - such as Stored View Data | 20080215 |
Events
Class CL_FAGL_WZ_DATA_REC has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_DATA_STRUCT | Public | See coding | 20080226 | BEGIN OF ty_data_struct,
name TYPE string,
status TYPE string,
type TYPE string,
value TYPE REF TO data,
data_descr TYPE REF TO cl_abap_datadescr,
END OF ty_data_struct
|
||
| 2 | TY_DATA_TAB | Public | See coding | 20080226 | ty_data_tab TYPE STANDARD TABLE OF ty_data_struct
|
Method Signatures
Method ADD_TO_TRANSPORT_TABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_E071 | Call by reference | Type reference (TYPE) | UXP_T_E071 | Transportsystem: Header von Aufträgen/Aufgaben | 20080312 | |||
| 2 | CT_E071K | Call by reference | Type reference (TYPE) | UXP_T_E071K | Transportkeys | 20080312 | |||
| 3 | C_DATA_OBJ | Call by reference | Type reference (TYPE) | ANY | 20080307 | ||||
| 4 | I_DATA_ID | Call by reference | Type reference (TYPE) | STRING | 20080307 | ||||
| 5 | I_OBJTYPE | Call by reference | Type reference (TYPE) | TROBJTYPE | 'TABU' | Objekttyp | 20080516 | ||
| 6 | I_VIEW_ID | Call by reference | Type reference (TYPE) | STRING | 20080520 |
Method ADD_TO_TRANSPORT_TABLE on class CL_FAGL_WZ_DATA_REC has no exception.
Method ASSIGN_SIMPLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_VALUE_OUT | Call by reference | Type reference (TYPE) | ANY | 20080226 | ||||
| 2 | I_VALUE_IN | Call by reference | Type reference (TYPE) | ANY | 20080226 |
Method ASSIGN_SIMPLE on class CL_FAGL_WZ_DATA_REC has no exception.
Method ASSIGN_STRUCTURE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_VALUE_OUT | Call by reference | Type reference (TYPE) | ANY | 20080226 | ||||
| 2 | IS_VALUE_IN | Call by reference | Type reference (TYPE) | ANY | 20080226 |
Method ASSIGN_STRUCTURE on class CL_FAGL_WZ_DATA_REC has no exception.
Method ASSIGN_TABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_VALUE_OUT | Call by reference | Type reference (TYPE) | ANY TABLE | 20080226 | ||||
| 2 | IT_VALUE_IN | Call by reference | Type reference (TYPE) | ANY TABLE | 20080226 |
Method ASSIGN_TABLE on class CL_FAGL_WZ_DATA_REC has no exception.
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_FAGL_WZ_DATA_REC has no parameter.
Method CONSTRUCTOR on class CL_FAGL_WZ_DATA_REC has no exception.
Method DELETE_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_NAME | Call by reference | Type reference (TYPE) | STRING | 20080226 | ||||
| 2 | I_STATUS | Call by reference | Type reference (TYPE) | STRING | 20080226 |
Method DELETE_DATA on class CL_FAGL_WZ_DATA_REC has no exception.
Method GET_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_DATA | Call by reference | Type reference (TYPE) | ANY | 20080226 | ||||
| 2 | I_NAME | Call by reference | Type reference (TYPE) | STRING | 20080226 | ||||
| 3 | I_STATUS | Call by reference | Type reference (TYPE) | STRING | 20080226 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20080226 | |||
| 2 | 20080226 |
Method GET_DATA_NEW Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_DATA_OBJ | Call by reference | Type reference (TYPE) | ANY | 20080215 | ||||
| 2 | I_DATA_ID | Call by reference | Type reference (TYPE) | STRING | 20080215 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20080226 | |||
| 2 | 20080215 |
Method GET_DATA_ORG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_DATA_OBJ | Call by reference | Type reference (TYPE) | ANY | 20080403 | ||||
| 2 | I_DATA_ID | Call by reference | Type reference (TYPE) | STRING | 20080403 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20080403 | |||
| 2 | 20080403 |
Method GET_DATA_SAVED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_DATA_OBJ | Call by reference | Type reference (TYPE) | ANY | 20080215 | ||||
| 2 | I_DATA_ID | Call by reference | Type reference (TYPE) | STRING | 20080215 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20080226 | |||
| 2 | 20080215 |
Method GET_TRANSPORT_TABLES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_E071 | Call by reference | Type reference (TYPE) | UXP_T_E071 | Transportheader | 20080307 | |||
| 2 | ET_E071K | Call by reference | Type reference (TYPE) | UXP_T_E071K | Transportkeys | 20080307 |
Method GET_TRANSPORT_TABLES on class CL_FAGL_WZ_DATA_REC has no exception.
Method SET_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_DATA | Call by reference | Type reference (TYPE) | ANY | 20080226 | ||||
| 2 | I_NAME | Call by reference | Type reference (TYPE) | STRING | 20080226 | ||||
| 3 | I_STATUS | Call by reference | Type reference (TYPE) | STRING | 20080226 |
Method SET_DATA on class CL_FAGL_WZ_DATA_REC has no exception.
Method SET_DATA_NEW Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_DATA_ID | Call by reference | Type reference (TYPE) | STRING | 20080215 | ||||
| 2 | I_DATA_OBJ | Call by reference | Type reference (TYPE) | ANY | 20080215 |
Method SET_DATA_NEW on class CL_FAGL_WZ_DATA_REC has no exception.
Method SET_DATA_ORG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_DATA_ID | Call by reference | Type reference (TYPE) | STRING | 20080403 | ||||
| 2 | I_DATA_OBJ | Call by reference | Type reference (TYPE) | ANY | 20080403 |
Method SET_DATA_ORG on class CL_FAGL_WZ_DATA_REC has no exception.
Method SET_DATA_SAVED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_DATA_ID | Call by reference | Type reference (TYPE) | STRING | 20080215 | ||||
| 2 | I_DATA_OBJ | Call by reference | Type reference (TYPE) | ANY | 20080215 |
Method SET_DATA_SAVED on class CL_FAGL_WZ_DATA_REC has no exception.
History
| Last changed by/on | SAP | 20100310 |
| SAP Release Created in | 604 |