SAP ABAP Class CL_FCC_FILE_ITEM (Process an Item in Imported File)
Hierarchy
FCCO (Software Component) Financial Closing Cockpit 200
   CA-GTF-FCC (Application Component) Financial Closing cockpit Add-on
     FCC_CLOSING (Package) Financial Closing Cockpit - SAPGUI and backend
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_FCC_FILE_BASE Base Class for File Validation 20110824
Properties
Class CL_FCC_FILE_ITEM  
Short Description Process an Item in Imported File    
Super Class CL_FCC_FILE_BASE Base Class for File Validation 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package FCC_CLOSING   Financial Closing Cockpit - SAPGUI and backend 
Created 20110824   SAP 
Last change 20141108    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_FCC_FILE_ITEM has no interface implemented.
Friends
Class CL_FCC_FILE_ITEM has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MR_ITEM Instance attribute Private Object reference (TYPE REF TO) CL_FCC_CITEMX Node Element 20110901
2 MR_NODE Instance attribute Private Object reference (TYPE REF TO) CL_FCC_NODE Node Element 20110901
3 MS_ITEM Instance attribute Public Type reference (TYPE) FCC_S_FILE_ITEM Upload File Item 20110824
4 MT_ORG_VAR Instance attribute Public Type reference (TYPE) FCC_IUPLOAD_ORG_VAR Upload folder custom variables 20140304
5 MT_PARAM Instance attribute Public Type reference (TYPE) FCC_T_FILE_PARAM Parameters 20111028
6 MT_PID_TO_DESC Static Attribute Private Type reference (TYPE) T_PARENT_ID_DESC parent id to text mapping 20130430
7 MT_PREDECESSORS Instance attribute Public Type reference (TYPE) FCC_IUPLOAD_DEP Predecessors Table 20110830
8 MT_RT_COLUMN Instance attribute Private Type reference (TYPE) STRING_TABLE RT Parameter Columns 20111101
9 MT_VALUES Instance attribute Public Type reference (TYPE) FCC_IUPLOAD_VALUE Characteristic Values of Org 20111019
10 M_DEL_ITEM Instance attribute Public Type reference (TYPE) ABAP_BOOL Delete Existing Item 20121218
11 M_ID_IN_FILE Instance attribute Private Type reference (TYPE) CHAR13 Character field 13 digits 20110902
12 M_IS_NODE Instance attribute Public Type reference (TYPE) ABAP_BOOL Item is Folder 20110824
13 M_IS_TASK Instance attribute Public Type reference (TYPE) ABAP_BOOL Item is Task 20110824
14 M_NEW_ITEM Instance attribute Public Type reference (TYPE) ABAP_BOOL Create New iIem 20110824
15 M_NEW_NODE Instance attribute Public Type reference (TYPE) ABAP_BOOL Create New Node 20110824
16 M_PA_ID_IN_FILE Instance attribute Private Type reference (TYPE) CHAR13 Character field 13 digits 20110923
17 ST_FIELDINFO Static Attribute Private Type reference (TYPE) FCC_IFIELDINFO Upload Item FieldInfo 20110824
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_CPS_QUEUE Instance method Private Method 20120207
2 CHECK_CPS_TASK Instance method Private Method 20120207
3 CHECK_EXE_USR Instance method Private Method 20110928
4 CHECK_REMOTE_JOB Instance method Private Method Validate Remote Job 20111222
5 CHECK_REMOTE_PROGRAM Instance method Private Method Validate Remote Program 20111222
6 CHECK_REMOTE_TRANSACT Instance method Private Method Validate Remote Transaction 20111222
7 CHECK_REMOTE_WF Instance method Private Method Validate Remote Job 20121217
8 CHECK_REPORT Instance method Private Method 20110907
9 CHECK_REPORT_VARIANT Instance method Private Method 20110907
10 CHECK_RES_USR Instance method Private Method 20110928
11 CHECK_RFC_ID Instance method Private Method Whether RFC ID is valid 20111215
12 CHECK_TASK_TYPE Instance method Private Method 20110921
13 CHECK_TRANSACTION Instance method Private Method 20110824
14 CHECK_WORKFLOW Instance method Private Method 20110824
15 CLASS_CONSTRUCTOR Static method Public Constructor 20110824
16 CONSTRUCTOR Instance method Public Constructor Instance Constructure 20110824
17 GET_FIELDINFO_TABLE Static method Public Method Get field information table 20110831
18 GET_ITEM Instance method Public Method 20110829
19 GET_NODE Instance method Public Method 20110829
20 IS_ROOT_NODE Instance method Private Method 20110916
21 REFRESH_MAPPING Static method Public Method 20130502
22 SPLIT_VALUES Static method Public Method 20140529
23 VALIDATE_ITEM Instance method Private Method 20110901
24 VALIDATE_NODE Instance method Private Method 20110901
Events
Class CL_FCC_FILE_ITEM has no event.
Types
Class CL_FCC_FILE_ITEM has no local type.
Method Signatures

Method CHECK_CPS_QUEUE Signature

Method CHECK_CPS_QUEUE on class CL_FCC_FILE_ITEM has no parameter.
Method CHECK_CPS_QUEUE on class CL_FCC_FILE_ITEM has no exception.

Method CHECK_CPS_TASK Signature

Method CHECK_CPS_TASK on class CL_FCC_FILE_ITEM has no parameter.
Method CHECK_CPS_TASK on class CL_FCC_FILE_ITEM has no exception.

Method CHECK_EXE_USR Signature

Method CHECK_EXE_USR on class CL_FCC_FILE_ITEM has no parameter.
Method CHECK_EXE_USR on class CL_FCC_FILE_ITEM has no exception.

Method CHECK_REMOTE_JOB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_RFC_CONFIG Call by reference Type reference (TYPE) FCC_S_RFC_CONFIG RFC Config 20111222
2 Importing IV_RFC_VALID Call by reference Type reference (TYPE) ABAP_BOOL 20111222

Method CHECK_REMOTE_JOB on class CL_FCC_FILE_ITEM has no exception.

Method CHECK_REMOTE_PROGRAM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_RFC_CONFIG Call by reference Type reference (TYPE) FCC_S_RFC_CONFIG RFC Config 20111222
2 Importing IV_RFC_VALID Call by reference Type reference (TYPE) ABAP_BOOL 20111222

Method CHECK_REMOTE_PROGRAM on class CL_FCC_FILE_ITEM has no exception.

Method CHECK_REMOTE_TRANSACT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_RFC_CONFIG Call by reference Type reference (TYPE) FCC_S_RFC_CONFIG RFC Config 20111222
2 Importing IV_RFC_VALID Call by reference Type reference (TYPE) ABAP_BOOL 20111222

Method CHECK_REMOTE_TRANSACT on class CL_FCC_FILE_ITEM has no exception.

Method CHECK_REMOTE_WF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_RFC_CONFIG Call by reference Type reference (TYPE) FCC_S_RFC_CONFIG RFC Config 20121217
2 Importing IV_RFC_VALID Call by reference Type reference (TYPE) ABAP_BOOL 20121217

Method CHECK_REMOTE_WF on class CL_FCC_FILE_ITEM has no exception.

Method CHECK_REPORT Signature

Method CHECK_REPORT on class CL_FCC_FILE_ITEM has no parameter.
Method CHECK_REPORT on class CL_FCC_FILE_ITEM has no exception.

Method CHECK_REPORT_VARIANT Signature

Method CHECK_REPORT_VARIANT on class CL_FCC_FILE_ITEM has no parameter.
Method CHECK_REPORT_VARIANT on class CL_FCC_FILE_ITEM has no exception.

Method CHECK_RES_USR Signature

Method CHECK_RES_USR on class CL_FCC_FILE_ITEM has no parameter.
Method CHECK_RES_USR on class CL_FCC_FILE_ITEM has no exception.

Method CHECK_RFC_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_RFC_CONFIG Call by reference Type reference (TYPE) FCC_S_RFC_CONFIG RFC Config 20111222
2 Exporting EV_RFC_VALID Value transfer Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20111222

Method CHECK_RFC_ID on class CL_FCC_FILE_ITEM has no exception.

Method CHECK_TASK_TYPE Signature

Method CHECK_TASK_TYPE on class CL_FCC_FILE_ITEM has no parameter.
Method CHECK_TASK_TYPE on class CL_FCC_FILE_ITEM has no exception.

Method CHECK_TRANSACTION Signature

Method CHECK_TRANSACTION on class CL_FCC_FILE_ITEM has no parameter.
Method CHECK_TRANSACTION on class CL_FCC_FILE_ITEM has no exception.

Method CHECK_WORKFLOW Signature

Method CHECK_WORKFLOW on class CL_FCC_FILE_ITEM has no parameter.
Method CHECK_WORKFLOW on class CL_FCC_FILE_ITEM has no exception.

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_FCC_FILE_ITEM has no parameter.
Method CLASS_CONSTRUCTOR on class CL_FCC_FILE_ITEM has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_UPLOAD_CHECKER Call by reference Object reference (TYPE REF TO) CL_FCC_FILE_UPLOAD_CHECKER Utility methods for checking uploaded data from file 20110901
2 Importing IS_PARAS Call by reference Type reference (TYPE) FCC_UPLOAD_PARAS upload parameters 20110831
3 Importing IT_FIELD_VALUE Call by reference Type reference (TYPE) STRING_TABLE Field Value Table 20110824

Method CONSTRUCTOR on class CL_FCC_FILE_ITEM has no exception.

Method GET_FIELDINFO_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_FIELDINFO Value transfer Type reference (TYPE) FCC_IFIELDINFO Hashed Table of Field Info 20110831

Method GET_FIELDINFO_TABLE on class CL_FCC_FILE_ITEM has no exception.

Method GET_ITEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_ITEM Value transfer Type reference (TYPE) FCC_UPLOAD_ITEM items for uploaded data 20110829

Method GET_ITEM on class CL_FCC_FILE_ITEM has no exception.

Method GET_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_NODE Value transfer Type reference (TYPE) FCC_UPLOAD_NODE upload node structure 20110829

Method GET_NODE on class CL_FCC_FILE_ITEM has no exception.

Method IS_ROOT_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_YES Value transfer Type reference (TYPE) ABAP_BOOL 20110916

Method IS_ROOT_NODE on class CL_FCC_FILE_ITEM has no exception.

Method REFRESH_MAPPING Signature

Method REFRESH_MAPPING on class CL_FCC_FILE_ITEM has no parameter.
Method REFRESH_MAPPING on class CL_FCC_FILE_ITEM has no exception.

Method SPLIT_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CV_VALUES Call by reference Type reference (TYPE) STRING_TABLE Table of Strings 20140529
2 Importing IV_DELIMITER Call by reference Type reference (TYPE) CHAR1 Single-Character Flag 20140529
3 Importing IV_REMOVE_BSL Call by reference Type reference (TYPE) ABAP_BOOL 20140529
4 Importing IV_STRING Call by reference Type reference (TYPE) STRING 20140529

Method SPLIT_VALUES on class CL_FCC_FILE_ITEM has no exception.

Method VALIDATE_ITEM Signature

Method VALIDATE_ITEM on class CL_FCC_FILE_ITEM has no parameter.
Method VALIDATE_ITEM on class CL_FCC_FILE_ITEM has no exception.

Method VALIDATE_NODE Signature

Method VALIDATE_NODE on class CL_FCC_FILE_ITEM has no parameter.
Method VALIDATE_NODE on class CL_FCC_FILE_ITEM has no exception.
History
Last changed by/on SAP  20141108 
SAP Release Created in 100