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 CL_FAGL_WZ_NEW_RULE 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 CON_STATUS_NEW Constant Public Type reference (TYPE) STRING 'NEW' 20080226
2 CON_STATUS_ORG Constant Public Type reference (TYPE) STRING 'ORG' 20080403
3 CON_STATUS_SAVED Constant Public Type reference (TYPE) STRING 'SAVED' 20080226
4 MT_DATA_TAB Instance attribute Protected Type reference (TYPE) TY_DATA_TAB 20080226
5 MT_E071 Instance attribute Protected Type reference (TYPE) UXP_T_E071 Transport Header 20080307
6 MT_E071K Instance attribute Protected Type reference (TYPE) UXP_T_E071K Transport Keys 20080307
Methods
# Method Level Visibility Method type Description Created on
1 ADD_TO_TRANSPORT_TABLE Instance method Public Method Write Data to Transport Tables 20080307
2 ASSIGN_SIMPLE Instance method Protected Method Assign Simple Data Types 20080226
3 ASSIGN_STRUCTURE Instance method Protected Method Assign Structures 20080226
4 ASSIGN_TABLE Instance method Protected Method Assign Tables 20080226
5 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20080214
6 DELETE_DATA Instance method Protected Method Delete Data from Container 20080226
7 GET_DATA Instance method Protected Method Read Data from the Container 20080226
8 GET_DATA_NEW Instance method Public Method Read New Data 20080215
9 GET_DATA_ORG Instance method Public Method Read Original Data 20080403
10 GET_DATA_SAVED Instance method Public Method Read Saved Data 20080215
11 GET_TRANSPORT_TABLES Instance method Public Method Returm of Transport Tables 20080307
12 SET_DATA Instance method Protected Method Save Data in Container 20080226
13 SET_DATA_NEW Instance method Public Method Save New Data - Temporary Data 20080215
14 SET_DATA_ORG Instance method Public Method Save Original Data - Using Rollback 20080403
15 SET_DATA_SAVED 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 Changing CT_E071 Call by reference Type reference (TYPE) UXP_T_E071 Transportsystem: Header von Aufträgen/Aufgaben 20080312
2 Changing CT_E071K Call by reference Type reference (TYPE) UXP_T_E071K Transportkeys 20080312
3 Changing C_DATA_OBJ Call by reference Type reference (TYPE) ANY 20080307
4 Importing I_DATA_ID Call by reference Type reference (TYPE) STRING 20080307
5 Importing I_OBJTYPE Call by reference Type reference (TYPE) TROBJTYPE 'TABU' Objekttyp 20080516
6 Importing 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 Changing C_VALUE_OUT Call by reference Type reference (TYPE) ANY 20080226
2 Importing 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 Changing CS_VALUE_OUT Call by reference Type reference (TYPE) ANY 20080226
2 Importing 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 Changing CT_VALUE_OUT Call by reference Type reference (TYPE) ANY TABLE 20080226
2 Importing 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 Importing I_NAME Call by reference Type reference (TYPE) STRING 20080226
2 Importing 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 Changing C_DATA Call by reference Type reference (TYPE) ANY 20080226
2 Importing I_NAME Call by reference Type reference (TYPE) STRING 20080226
3 Importing I_STATUS Call by reference Type reference (TYPE) STRING 20080226
# Exception Resumable Description Created on
1 ERROR 20080226
2 NOT_FOUND 20080226

Method GET_DATA_NEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_DATA_OBJ Call by reference Type reference (TYPE) ANY 20080215
2 Importing I_DATA_ID Call by reference Type reference (TYPE) STRING 20080215
# Exception Resumable Description Created on
1 ERROR 20080226
2 NOT_FOUND 20080215

Method GET_DATA_ORG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_DATA_OBJ Call by reference Type reference (TYPE) ANY 20080403
2 Importing I_DATA_ID Call by reference Type reference (TYPE) STRING 20080403
# Exception Resumable Description Created on
1 ERROR 20080403
2 NOT_FOUND 20080403

Method GET_DATA_SAVED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_DATA_OBJ Call by reference Type reference (TYPE) ANY 20080215
2 Importing I_DATA_ID Call by reference Type reference (TYPE) STRING 20080215
# Exception Resumable Description Created on
1 ERROR 20080226
2 NOT_FOUND 20080215

Method GET_TRANSPORT_TABLES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_E071 Call by reference Type reference (TYPE) UXP_T_E071 Transportheader 20080307
2 Exporting 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 Importing I_DATA Call by reference Type reference (TYPE) ANY 20080226
2 Importing I_NAME Call by reference Type reference (TYPE) STRING 20080226
3 Importing 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 Importing I_DATA_ID Call by reference Type reference (TYPE) STRING 20080215
2 Importing 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 Importing I_DATA_ID Call by reference Type reference (TYPE) STRING 20080403
2 Importing 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 Importing I_DATA_ID Call by reference Type reference (TYPE) STRING 20080215
2 Importing 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