SAP ABAP Class CL_FCC_FILE_HDR (Header Validator)
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_HDR  
Short Description Header Validator    
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_HDR has no interface implemented.
Friends
Class CL_FCC_FILE_HDR has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_ADDITIONAL_FLD_FLAG Constant Public Type reference (TYPE) STRING 'UPDATE_FLD' Flag of a Additional Field 20110914
2 MR_CFC Instance attribute Private Object reference (TYPE REF TO) CL_FCC_CFC Class for Administration of Fast Close 20110901
3 MS_HDR Instance attribute Public Type reference (TYPE) FCC_S_FILE_HDR header for upload and download 20110824
4 MS_OLD_HDR Instance attribute Private Type reference (TYPE) FCC_TEMPL_HDR Header Information on Status Admin for Fast Close 20110916
5 MT_ADDI_FLD Instance attribute Public Type reference (TYPE) FCC_T_ADDI_FLD_SEL Rollout Setting for Additional Fields 20110914
6 MT_ALL_ORG Instance attribute Private Type reference (TYPE) FCC_IALL_ORG_S Organization Table 20111021
7 MT_FOLDER_TYPE Instance attribute Public Type reference (TYPE) STRING_TABLE Folder Type Allowed 20110916
8 MT_VAR Instance attribute Private Type reference (TYPE) FCC_T_VAR_VALUES Template Variable 20111114
9 MT_VAR_DEF Instance attribute Private Type reference (TYPE) FCC_T_VAR Table Type of FCC_VAR 20140305
10 M_IS_NEW Instance attribute Public Type reference (TYPE) ABAP_BOOL Is It New Profile 20110825
11 ST_HDR_FIELDS Static Attribute Private Type reference (TYPE) FCC_IFIELDINFO Upload Item FieldInfo 20110824
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_CUS_VAR Instance method Private Method 20111114
2 CHECK_CUS_VAR_NAME Instance method Public Method 20140306
3 CHECK_RES_USR Instance method Private Method 20111012
4 CHECK_ROLLOUT_FIELD Instance method Private Method Check the Format and Business Value of Rollout Field Settin 20110914
5 CLASS_CONSTRUCTOR Static method Public Constructor 20110824
6 CONSTRUCTOR Instance method Public Constructor 20110824
7 GET_CUSTOMER_VARIABLE Instance method Public Method 20111114
8 GET_FIELDINFO_TABLE Static method Public Method Get field information table 20110831
9 GET_HEADER Instance method Public Method 20110829
10 INITIALIZE_FOLDERS_ORGS Instance method Private Method Prepare Folder Types 20111021
11 IS_CHARACTERISTIC_VALUE_VALID Instance method Public Method 20111021
12 IS_ORG_TYPE_ALLOWED Instance method Public Method Whether Org Type Is Valid 20110916
13 IS_TASK_GROUP Instance method Public Method Whether It Is Task Group Template 20110914
14 VALIDATE_PROFILE_NAME Instance method Private Method 20110901
Events
Class CL_FCC_FILE_HDR has no event.
Types
Class CL_FCC_FILE_HDR has no local type.
Method Signatures

Method CHECK_CUS_VAR Signature

Method CHECK_CUS_VAR on class CL_FCC_FILE_HDR has no parameter.
Method CHECK_CUS_VAR on class CL_FCC_FILE_HDR has no exception.

Method CHECK_CUS_VAR_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_CASE_SENSITIVE Call by reference Type reference (TYPE) ABAP_BOOL 20140306
2 Exporting EV_VALID Call by reference Type reference (TYPE) ABAP_BOOL 20140306
3 Importing IV_NAME Call by reference Type reference (TYPE) RVARI_VNAM ABAP: Name of Variant Variable 20140306
4 Importing IV_TYPE Call by reference Type reference (TYPE) STRING 20140306

Method CHECK_CUS_VAR_NAME on class CL_FCC_FILE_HDR has no exception.

Method CHECK_RES_USR Signature

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

Method CHECK_ROLLOUT_FIELD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_FIELDNAME Call by reference Type reference (TYPE) STRING 20110914
2 Importing IV_VALUE Call by reference Type reference (TYPE) STRING 20110914

Method CHECK_ROLLOUT_FIELD on class CL_FCC_FILE_HDR has no exception.

Method CLASS_CONSTRUCTOR Signature

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

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_CFC Call by reference Object reference (TYPE REF TO) CL_FCC_CFC Class for Administration of Fast Close 20110901
2 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 20110902
3 Importing IS_PARAS Call by reference Type reference (TYPE) FCC_UPLOAD_PARAS upload parameters 20110831
4 Importing IT_FIELD_VALUE Call by reference Type reference (TYPE) STRING_TABLE Field Value Table 20110824

Method CONSTRUCTOR on class CL_FCC_FILE_HDR has no exception.

Method GET_CUSTOMER_VARIABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_CUSTOMER_VARIABLE Value transfer Type reference (TYPE) FCC_T_VAR_VALUES Table Type: Customer Variable Values Output 20111114

Method GET_CUSTOMER_VARIABLE on class CL_FCC_FILE_HDR 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_HDR has no exception.

Method GET_HEADER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_HEADER Value transfer Type reference (TYPE) FCC_UPLOAD_HEADER header structure for uploading 20110829

Method GET_HEADER on class CL_FCC_FILE_HDR has no exception.

Method INITIALIZE_FOLDERS_ORGS Signature

Method INITIALIZE_FOLDERS_ORGS on class CL_FCC_FILE_HDR has no parameter.
Method INITIALIZE_FOLDERS_ORGS on class CL_FCC_FILE_HDR has no exception.

Method IS_CHARACTERISTIC_VALUE_VALID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_AUSPRAEG Call by reference Type reference (TYPE) FCC_LOWHIGH Name of Organizational Unit 20111021
2 Importing IV_TYPE Call by reference Type reference (TYPE) FCC_ORGTYPE Structure Data Type for Fast Close 20111021
3 Returning RV_VALID Value transfer Type reference (TYPE) ABAP_BOOL 20111021

Method IS_CHARACTERISTIC_VALUE_VALID on class CL_FCC_FILE_HDR has no exception.

Method IS_ORG_TYPE_ALLOWED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ORG_TYPE Call by reference Type reference (TYPE) FCC_ORGTYPE Structure Data Type for Fast Close 20110916
2 Returning RV_VALID Value transfer Type reference (TYPE) ABAP_BOOL 20110916

Method IS_ORG_TYPE_ALLOWED on class CL_FCC_FILE_HDR has no exception.

Method IS_TASK_GROUP Signature

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

Method IS_TASK_GROUP on class CL_FCC_FILE_HDR has no exception.

Method VALIDATE_PROFILE_NAME Signature

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