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 | 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 | Constant | Public | Type reference (TYPE) | C | '3' | Company | 20120828 | ||
| 2 | Constant | Public | Type reference (TYPE) | C | '3' | Two Weeks | 20120824 | ||
| 3 | Constant | Public | Type reference (TYPE) | C | '4' | One Month | 20120824 | ||
| 4 | Constant | Public | Type reference (TYPE) | C | '2' | 20120822 | |||
| 5 | Constant | Public | Type reference (TYPE) | C | '2' | Sales Area | 20120828 | ||
| 6 | Constant | Public | Type reference (TYPE) | C | '1' | Sales Organization | 20120822 | ||
| 7 | Constant | Public | Type reference (TYPE) | C | '1' | 20120822 | |||
| 8 | Instance attribute | Private | Type reference (TYPE) | TY_T_VBRK_INFO | 20120822 | ||||
| 9 | 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 | Instance method | Private | Constructor | CONSTRUCTOR | 20120821 | |
| 2 | Static method | Public | Method | Return the table of author sales organ for the current user | 20120914 | |
| 3 | Instance method | Public | Method | return billing header by status and unit | 20120827 | |
| 4 | Instance method | Public | Method | return billing item by billing no | 20120827 | |
| 5 | Static method | Public | Method | 20120821 | ||
| 6 | Instance method | Public | Method | Search by Period | 20120821 | |
| 7 | Instance method | Private | Method | Search by Sales Organization | 20120821 | |
| 8 | 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 | 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 | Exception Class | 20120821 |
Method GET_AUTH_SALES_ORG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | 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 | ET_HEADER | Call by reference | Type reference (TYPE) | TY_T_VBRK_INFO | Document Header | 20120827 | |||
| 2 | IV_STATUS | Call by reference | Type reference (TYPE) | GTBSTAT_D | Invoice Status in Reference to GT | 20120827 | |||
| 3 | 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 | ET_ITEM | Call by reference | Type reference (TYPE) | IDGT_T_ITEM | Document/Invoice Items | 20120827 | |||
| 2 | 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 | IO_LOG_HANDLER | Call by reference | Object reference (TYPE REF TO) | IF_IDGT_APPLOG | Application Log Interface for GTI | 20120821 | |||
| 2 | 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 | IV_PERIOD_KEY | Call by reference | Type reference (TYPE) | C | 20120821 | ||||
| 2 | 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 | ET_UNIT | Call by reference | Type reference (TYPE) | TY_T_UNIT | 20120822 | ||||
| 2 | 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 | ET_UNIT | Call by reference | Type reference (TYPE) | TY_T_UNIT | 20120824 | ||||
| 2 | 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 |