SAP ABAP Class CL_UC_UPL_READER_ECC_FILE (CL_UC_UPL_READER_ECC_FILE)
Hierarchy
SEM-BW (Software Component) SEM-BW: Strategic Enterprise Management
   FIN-SEM-BCS (Application Component) Business Consolidation
     UCI2 (Package) SEM-BCS: Integration with SAP ECC / EC-CS
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_UC_UPL_READER_FILE 20050110
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_UC_UPL_READER_ECC_2FILES 20041207
Properties
Class CL_UC_UPL_READER_ECC_FILE  
Short Description    
Super Class CL_UC_UPL_READER_FILE  
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package UCI2   SEM-BCS: Integration with SAP ECC / EC-CS 
Created 20041207   SAP 
Last change 20050411   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_UC_UPL_READER_ECC_FILE has no forward declaration.
Interfaces
Class CL_UC_UPL_READER_ECC_FILE has no interface implemented.
Friends
Class CL_UC_UPL_READER_ECC_FILE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 DO_ECC_FILE Instance attribute Protected Object reference (TYPE REF TO) CL_UC_FILE File Interface 20050110
2 DS_FIELD Static Attribute Public Type reference (TYPE) S_FIELD 20041207
3 GC_LENGTH_BA1 Constant Private Type reference (TYPE) I 33 20050202
4 GC_LENGTH_PCA1 Constant Protected Type reference (TYPE) I 373 20050202
5 GC_LENGTH_PCA2 Constant Protected Type reference (TYPE) I 92 20050202
6 GC_S_ICAT Constant Public See coding 20041207
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor Class constructor 20050110
2 GET_EDGES Instance method Protected Method Get edges from preorder traveral hierarchy 20041207
3 READ_BA1 Instance method Protected Method Read cons. business area/company combination 20041207
4 READ_PCA1 Instance method Protected Method Read profit center/company combination 20041207
5 READ_PCA2 Instance method Protected Method Read profitcenter hierarchy 20041207
6 SET_ECC_FILE Instance method Public Method Set the ECC file 20050110
Events
Class CL_UC_UPL_READER_ECC_FILE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 S_BA1 Protected See coding 20041207 begin of s_ba1, rbusa(4) type c, "Business Area bukrs(4) type c, "Company Code rcomp(6) type c, "Company gsber_kons(4) type c, "Cons. Business Area logsystem(10) type c, "Logical System lmandt(3) type c, "Client of Local System periv(2) type c, "Fiscal Year Variant end of s_ba1
2 S_FIELD Public See coding 20041207 begin of s_field, prctr type uc0_s_field, comp type uc0_s_field, co_area type uc0_s_field, txtsh type uc0_s_field, txtmd type uc0_s_field, country type uc0_s_field, pcgrp type uc0_s_field, fiscvar type uc0_s_field, ccode type uc0_s_field, cons_ba type uc0_s_field, end of s_field
3 S_PCA1 Protected See coding 20041207 begin of s_pca1, prctr(10) type c, "Profit Center bukrs(4) type c, "Company Code rcomp(6) type c, "Company kokrs(4) type c, "Controlling Area datab(8) type c, "Valid-From Date datbi(8) type c, "Valid To Date verak(20) type c, "Person Responsible ktext(20) type c, "General Name ltext(40) type c, "Long Text name1(35) type c, "Name 1 name2(35) type c, "Name 2 stras(35) type c, "House number and street ort01(35) type c, "City pfach(10) type c, "PO Box pstlz(10) type c, "Postal Code pstl2(10) type c, "P.O. Box Postal Code land1(3) type c, "Country Key telf1(16) type c, "First telephone number telfx(31) type c, "Fax Number khinr(12) type c, "Profit center area spras(1) type c, "Language Key waers(5) type c, "Currency Key periv(2) type c, "Fiscal Year Variant logsystem(10) type c, "Logical System lmandt(3) type c, "Client(local System) end of s_pca1
4 S_PCA2 Protected See coding 20041207 begin of s_pca2, kokrs(4) type c, "Controlling Area setid(34) type c, "Set ID type(1) type c, "Set Type level(3) type c, "Hierarchy Level prctr(10) type c, "Profit Center descript(40) type c, "Description of Set end of s_pca2
5 T_BA1 Protected See coding 20041207 t_ba1 type standard table of s_ba1
6 T_PCA1 Protected See coding 20041207 t_pca1 type standard table of s_pca1
7 T_PCA2 Protected See coding 20041207 t_pca2 type standard table of s_pca2
Method Signatures

Method CLASS_CONSTRUCTOR Signature

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

Method GET_EDGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_EDGES Call by reference Type reference (TYPE) ANY TABLE All the edges 20041207
2 Importing IT_NODES Call by reference Type reference (TYPE) T_PCA2 All the nodes(preorder traversal) 20041207

Method GET_EDGES on class CL_UC_UPL_READER_ECC_FILE has no exception.

Method READ_BA1 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_BA1 Call by reference Type reference (TYPE) T_BA1 20041207
2 Importing IO_FILE Call by reference Object reference (TYPE REF TO) CL_UC_FILE Dateischnittstelle 20041207

Method READ_BA1 on class CL_UC_UPL_READER_ECC_FILE has no exception.

Method READ_PCA1 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_PCA1 Call by reference Type reference (TYPE) T_PCA1 20041207
2 Importing IO_FILE Call by reference Object reference (TYPE REF TO) CL_UC_FILE Dateischnittstelle 20041207

Method READ_PCA1 on class CL_UC_UPL_READER_ECC_FILE has no exception.

Method READ_PCA2 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_PCA2 Call by reference Type reference (TYPE) T_PCA2 20041207
2 Importing IO_FILE Call by reference Object reference (TYPE REF TO) CL_UC_FILE Dateischnittstelle 20041207

Method READ_PCA2 on class CL_UC_UPL_READER_ECC_FILE has no exception.

Method SET_ECC_FILE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_FILE Call by reference Object reference (TYPE REF TO) CL_UC_FILE Dateischnittstelle 20050110

Method SET_ECC_FILE on class CL_UC_UPL_READER_ECC_FILE has no exception.
History
Last changed by/on SAP  20050411 
SAP Release Created in 600