SAP ABAP Class CL_UC_UPL_ROLLUP_CUST_COLLECT (Collect Master Data)
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
Properties
Class CL_UC_UPL_ROLLUP_CUST_COLLECT  
Short Description Collect Master Data    
Super Class    
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 20040916   SAP 
Last change 20050615   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 UC00 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_UC_UPL_ROLLUP_CUST_COLLECT has no interface implemented.
Friends
Class CL_UC_UPL_ROLLUP_CUST_COLLECT has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 DO_MD_FACTORY Instance attribute Private Object reference (TYPE REF TO) IF_UG_MD_FACTORY FIN Master Data: Central Access Point (Factory) 20040916
2 DO_MODEL Instance attribute Private Object reference (TYPE REF TO) IF_UC_MODEL Model (Metadata) 20040916
3 DT_FDEP Instance attribute Private Type reference (TYPE) UGMD_TS_FDEP Compound of Characteristics 20040916
4 DT_FFIX Instance attribute Private Type reference (TYPE) UC0_TS_FFIX Fixed Characteristic Values 20040916
5 DT_FPROP Instance attribute Private Type reference (TYPE) UGMD_TS_FPROP FIN Master Data: Field Catalog 20040916
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Constructor 20040916
2 GET_BREAKDOWN_CATEGORY Instance method Public Method Get Breakdown Category 20040916
3 GET_CHART_OF_ACCOUNT Instance method Public Method Get Chart of Accounts 20040916
4 GET_DEFAULT_VALUE Instance method Public Method Get Default Values 20040916
5 GET_DIMENSION Instance method Public Method Get Dimension 20040916
6 GET_FSITEM Instance method Public Method Get FS Items 20040916
7 GET_GLOBAL_SETTINGS Instance method Public Method Get Global Settings 20040916
8 GET_SUBASSIGNMENT Instance method Public Method Get Subassignment 20040916
9 GET_SUBITEM Instance method Public Method Get Subitem 20040916
10 GET_SUBITEM_CATEGORY Instance method Public Method Get Subitem Category 20040916
11 GET_TX_TYPE Instance method Protected Method Get Transaction Type by ACCID 20050608
12 READ_DATA Instance method Protected Method Read Data via MDF 20040917
Events
Class CL_UC_UPL_ROLLUP_CUST_COLLECT has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 S_BDC Public See coding 20040916 begin of S_BDC, itclg type uc_value, itgrp type uc_itgrp, end of S_BDC
2 S_BDC_INFO Public See coding 20040916 begin of S_BDC_INFO, itclg type uc_value, itgrp type uc_itgrp, fieldname type uc_fieldname, breakdown type uc_flg, value type uc_value, end of S_BDC_INFO
3 S_BDC_TXT Public See coding 20040916 begin of S_BDC_TXT, itclg type uc_value, itgrp type uc_itgrp, langu type sylangu, txt type text30, end of S_BDC_TXT
4 S_CA_TXT Public See coding 20040916 begin of S_CA_TXT, itclg type uc_value, langu type sylangu, txt type text30, end of S_CA_TXT
5 S_DEFVAL Public See coding 20040916 begin of S_DEFVAL, fieldname type uc_fieldname, value type uc_value, "super value defval type uc_value, end of S_DEFVAL
6 S_ITEM Public See coding 20040916 begin of S_ITEM, itclg type uc_value, item type uc_item, itcgy type char1, itgrp type uc_itgrp, sign type char1, ideind type uc_flg, end of S_ITEM
7 S_ITEM_TXT Public See coding 20040916 begin of S_ITEM_TXT, itclg type uc_value, item type uc_item, langu type sylangu, txtmi type text50, end of S_ITEM_TXT
8 S_SITEM Public See coding 20040916 begin of S_SITEM, sityp type uc_value, sitem type uc_value, sign type char1, upcfo type uc_value, sdeind type uc_flg, end of S_SITEM
9 S_SITEMCT Public See coding 20040916 begin of S_SITEMCT, sityp type uc_value, end of S_SITEMCT
10 S_SITEM_TXT Public See coding 20040916 begin of S_SITEM_TXT, sityp type uc_value, sitem type uc_value, langu type sylangu, txtsh type text15, txtmi type text50, end of S_SITEM_TXT
11 S_SUBASS Public See coding 20040916 begin of S_SUBASS, super type uc_value, key type uc_value, end of S_SUBASS
12 S_SUBASS_TXT Public See coding 20040916 begin of S_SUBASS_TXT, super type uc_value, key type uc_value, langu type sylangu, txtsh type text15, txtmi type text50, txtlg type text60, end of S_SUBASS_TXT
13 TS_BDC Public See coding 20040916 TS_BDC type sorted table of S_BDC with unique key itclg itgrp
14 TS_BDC_INFO Public See coding 20040916 TS_BDC_INFO type sorted table of S_BDC_INFO with unique key itclg itgrp fieldname
15 TS_BDC_TXT Public See coding 20040916 TS_BDC_TXT type sorted table of S_BDC_TXT with unique key itclg itgrp langu
16 TS_CA_TXT Public See coding 20040916 TS_CA_TXT type sorted table of S_CA_TXT with unique key itclg langu
17 TS_DEFVAL Public See coding 20040916 TS_DEFVAL type sorted table of S_DEFVAL with unique key fieldname value
18 TS_ITEM Public See coding 20040916 TS_ITEM type sorted table of S_ITEM with unique key itclg item
19 TS_ITEM_TXT Public See coding 20040916 TS_ITEM_TXT type sorted table of S_ITEM_TXT with unique key itclg item langu
20 TS_SITEM Public See coding 20040916 TS_SITEM type sorted table of S_SITEM with unique key sityp sitem
21 TS_SITEMCT Public See coding 20040916 TS_SITEMCT type sorted table of S_SITEMCT with unique key sityp
22 TS_SITEM_TXT Public See coding 20040916 TS_SITEM_TXT type sorted table of S_SITEM_TXT with unique key sityp sitem langu
23 TS_SUBASS Public See coding 20040916 TS_SUBASS type sorted table of S_SUBASS with unique key super key
24 TS_SUBASS_TXT Public See coding 20040916 TS_SUBASS_TXT type sorted table of S_SUBASS_TXT with unique key super key langu
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_FFIX Call by reference Type reference (TYPE) UC0_TS_FFIX Fixierte Merkmalswerte 20040916

Method CONSTRUCTOR on class CL_UC_UPL_ROLLUP_CUST_COLLECT has no exception.

Method GET_BREAKDOWN_CATEGORY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_BDC Call by reference Type reference (TYPE) TS_BDC 20040916
2 Exporting ET_BDC_INFO Call by reference Type reference (TYPE) TS_BDC_INFO 20040916
3 Exporting ET_BDC_TXT Call by reference Type reference (TYPE) TS_BDC_TXT 20040916

Method GET_BREAKDOWN_CATEGORY on class CL_UC_UPL_ROLLUP_CUST_COLLECT has no exception.

Method GET_CHART_OF_ACCOUNT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CA_TXT Call by reference Type reference (TYPE) TS_CA_TXT 20040917
2 Exporting E_ITCLG Call by reference Type reference (TYPE) UC_VALUE Merkmalswert 20040916
3 Exporting E_ITLENG Call by reference Type reference (TYPE) I 20040916

Method GET_CHART_OF_ACCOUNT on class CL_UC_UPL_ROLLUP_CUST_COLLECT has no exception.

Method GET_DEFAULT_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DEFVAL Call by reference Type reference (TYPE) TS_DEFVAL 20040916

Method GET_DEFAULT_VALUE on class CL_UC_UPL_ROLLUP_CUST_COLLECT has no exception.

Method GET_DIMENSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_BULGH Call by reference Type reference (TYPE) I Length of CU field 20040916
2 Exporting E_CGLGH Call by reference Type reference (TYPE) I Length of CG field 20040916
3 Exporting E_DIMEN Call by reference Type reference (TYPE) UC_VALUE Merkmalswert 20040916

Method GET_DIMENSION on class CL_UC_UPL_ROLLUP_CUST_COLLECT has no exception.

Method GET_FSITEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ITEM Call by reference Type reference (TYPE) TS_ITEM 20040916
2 Exporting ET_ITEM_TXT Call by reference Type reference (TYPE) TS_ITEM_TXT 20040916

Method GET_FSITEM on class CL_UC_UPL_ROLLUP_CUST_COLLECT has no exception.

Method GET_GLOBAL_SETTINGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EF_ALPHA Call by reference Type reference (TYPE) UC_FLG ALPHA conversion of CU 20040916
2 Exporting EF_ALPHB Call by reference Type reference (TYPE) UC_FLG ALPHA conversion of FS Item 20040916

Method GET_GLOBAL_SETTINGS on class CL_UC_UPL_ROLLUP_CUST_COLLECT has no exception.

Method GET_SUBASSIGNMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_SUBASS Call by reference Type reference (TYPE) TS_SUBASS 20040916
2 Exporting ET_SUBASS_TXT Call by reference Type reference (TYPE) TS_SUBASS_TXT 20040916
3 Importing I_FIELDNAME Call by reference Type reference (TYPE) UC_FIELDNAME Feldname 20040916

Method GET_SUBASSIGNMENT on class CL_UC_UPL_ROLLUP_CUST_COLLECT has no exception.

Method GET_SUBITEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_SITEM Call by reference Type reference (TYPE) TS_SITEM 20040916
2 Exporting ET_SITEM_TXT Call by reference Type reference (TYPE) TS_SITEM_TXT 20040916
3 Importing I_FIELDNAME Call by reference Type reference (TYPE) UC_FIELDNAME Subitem Fieldname 20040916

Method GET_SUBITEM on class CL_UC_UPL_ROLLUP_CUST_COLLECT has no exception.

Method GET_SUBITEM_CATEGORY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_SITEMCT Call by reference Type reference (TYPE) TS_SITEMCT 20040916
2 Importing I_FIELDNAME Call by reference Type reference (TYPE) UC_FIELDNAME Subitem Category Fieldname 20040916

Method GET_SUBITEM_CATEGORY on class CL_UC_UPL_ROLLUP_CUST_COLLECT has no exception.

Method GET_TX_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ACCID Call by reference Type reference (TYPE) UC_ACCID GUID zur Identifikation der Kontierungsvorschrift 20050608
2 Returning R_TX_TYPE Value transfer Type reference (TYPE) UC_VALUE Merkmalswert 20050608

Method GET_TX_TYPE on class CL_UC_UPL_ROLLUP_CUST_COLLECT has no exception.

Method READ_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_T_DATA Call by reference Object reference (TYPE REF TO) DATA 20040917
2 Importing I_FIELDNAME Call by reference Type reference (TYPE) UC_FIELDNAME Feldname 20040917

Method READ_DATA on class CL_UC_UPL_ROLLUP_CUST_COLLECT has no exception.
History
Last changed by/on SAP  20050615 
SAP Release Created in 500