SAP ABAP Class CL_IDGT_HOME_CHART (Home Page Chart Uibb)
Hierarchy
SAP_APPL (Software Component) Logistics and Accounting
   FI-LOC (Application Component) Localization
     ID-SD-CN-GT-01 (Package) Golden Tax Interface Enhancements
Properties
Class CL_IDGT_HOME_CHART  
Short Description Home Page Chart Uibb    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class IDGT_LC    
Program status P  SAP Standard Production Program 
Category 0   
Package ID-SD-CN-GT-01   Golden Tax Interface Enhancements 
Created 20120820   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_IDGT_HOME_CHART_UIBB Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
Class CL_IDGT_HOME_CHART has no interface implemented.
Friends
Class CL_IDGT_HOME_CHART has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CV_COMPANY Constant Public Type reference (TYPE) C '3' Company 20120828
2 CV_CURRENT_MONTH Constant Public Type reference (TYPE) C '3' Two Weeks 20120824
3 CV_LAST_MONTH Constant Public Type reference (TYPE) C '4' One Month 20120824
4 CV_ONE_WEEK Constant Public Type reference (TYPE) C '2' 20120822
5 CV_SALES_AREA Constant Public Type reference (TYPE) C '2' Sales Area 20120828
6 CV_SALES_ORG Constant Public Type reference (TYPE) C '1' Sales Organization 20120822
7 CV_THREE_DAYS Constant Public Type reference (TYPE) C '1' 20120822
8 MT_VBRK_INFO Instance attribute Private Type reference (TYPE) TY_T_VBRK_INFO 20120822
9 SO_INSTANCE Static Attribute Private Object reference (TYPE REF TO) CL_IDGT_HOME_CHART Home Page Chart Uibb 20120821
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Private Constructor CONSTRUCTOR 20120821
2 GET_AUTH_SALES_ORG Static method Public Method Return the table of author sales organ for the current user 20120914
3 GET_BILLING_HEADER Instance method Public Method return billing header by status and unit 20120827
4 GET_BILLING_ITEM Instance method Public Method return billing item by billing no 20120827
5 GET_INSTANCE Static method Public Method 20120821
6 SEARCH_BY_PERIOD Instance method Public Method Search by Period 20120821
7 SEARCH_BY_SO Instance method Private Method Search by Sales Organization 20120821
8 SEARCH_BY_UNIT Instance method Public Method Search interface 20120824
Events
Class CL_IDGT_HOME_CHART has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_CHART Public See coding 20120822 BEGIN OF ty_chart, chart_type TYPE char4, count TYPE int4, END OF ty_chart
2 TY_S_SALES_ORG Public See coding 20120914 BEGIN OF ty_s_sales_org, vkorg TYPE vbrk-vkorg, END OF ty_s_sales_org
3 TY_S_VBRK_INFO Public See coding 20120822 BEGIN OF ty_s_vbrk_info, vbeln TYPE vbrk-vbeln, bukrs TYPE vbrk-bukrs, vkorg TYPE vbrk-vkorg, vtweg TYPE vbrk-vtweg, spart TYPE vbrk-spart, kunnr TYPE vbrk-kunrg, kname1 TYPE kna1-name1, netwr TYPE vbrk-netwr, statu TYPE idgt_gtdh-gtdstat, END OF ty_s_vbrk_info
4 TY_T_SALES_ORG Public See coding 20120914 ty_t_sales_org TYPE STANDARD TABLE OF TY_S_SALES_ORG
5 TY_T_UNIT Public See coding 20120822 ty_t_unit TYPE STANDARD TABLE OF ty_unit
6 TY_T_VBRK_INFO Public See coding 20120822 ty_t_vbrk_info TYPE STANDARD TABLE OF ty_s_vbrk_info
7 TY_UNIT Public See coding 20120822 BEGIN OF ty_unit, unit TYPE char10, netwr TYPE vbrk-netwr, statu TYPE idgt_gtdh-gtdstat, END OF ty_unit
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_LOG_HANDLER Call by reference Object reference (TYPE REF TO) IF_IDGT_APPLOG Application Log Interface for GTI 20120821
# Exception Resumable Description Created on
1 CX_IDGT_EXCEPTION Exception Class 20120821

Method GET_AUTH_SALES_ORG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_SALES_ORG Call by reference Type reference (TYPE) TY_T_SALES_ORG 20120914

Method GET_AUTH_SALES_ORG on class CL_IDGT_HOME_CHART has no exception.

Method GET_BILLING_HEADER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_HEADER Call by reference Type reference (TYPE) TY_T_VBRK_INFO Document Header 20120827
2 Importing IV_STATUS Call by reference Type reference (TYPE) GTBSTAT_D Invoice Status in Reference to GT 20120827
3 Importing IV_UNIT Call by reference Type reference (TYPE) CHAR10 Not More Closely Defined Area, Possibly Used for Patchlevels 20120827

Method GET_BILLING_HEADER on class CL_IDGT_HOME_CHART has no exception.

Method GET_BILLING_ITEM 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) IDGT_T_ITEM Document/Invoice Items 20120827
2 Importing IV_VBELN Call by reference Type reference (TYPE) VBELN Sales and Distribution Document Number 20120827

Method GET_BILLING_ITEM on class CL_IDGT_HOME_CHART has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_LOG_HANDLER Call by reference Object reference (TYPE REF TO) IF_IDGT_APPLOG Application Log Interface for GTI 20120821
2 Returning RO_INSTANCE Value transfer Object reference (TYPE REF TO) CL_IDGT_HOME_CHART 20120821

Method GET_INSTANCE on class CL_IDGT_HOME_CHART has no exception.

Method SEARCH_BY_PERIOD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PERIOD_KEY Call by reference Type reference (TYPE) C 20120821
2 Importing IV_VKORG Call by reference Type reference (TYPE) VKORG Sales Organization 20120919

Method SEARCH_BY_PERIOD on class CL_IDGT_HOME_CHART has no exception.

Method SEARCH_BY_SO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_UNIT Call by reference Type reference (TYPE) TY_T_UNIT 20120822
2 Importing IV_SALES_ORG Call by reference Type reference (TYPE) VKORG Sales Organization 20120916

Method SEARCH_BY_SO on class CL_IDGT_HOME_CHART has no exception.

Method SEARCH_BY_UNIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_UNIT Call by reference Type reference (TYPE) TY_T_UNIT 20120824
2 Importing IV_SALES_ORG Call by reference Type reference (TYPE) VKORG Select time frame in units of day 20120916

Method SEARCH_BY_UNIT on class CL_IDGT_HOME_CHART has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 617