SAP ABAP Class CL_IDGT_BASE_LIST_UIBB (List Base Class)
Hierarchy
☛
SAP_APPL (Software Component) Logistics and Accounting
⤷
FI-LOC (Application Component) Localization
⤷
ID-SD-CN-GT-01 (Package) Golden Tax Interface Enhancements
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB | Generic UI Building Block | 20120531 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB_LIST | Generic List UI Building Block | 20120531 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB_LIST_EXT | GUIBB List extended | 20120531 |
| 4 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB_LIST_PAGING | relevant for paging only | 20120531 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_IDGT_INBOUND_LIST_UIBB | Inbound List | 20120607 |
| 2 | Inheritance (c INHERITING FROM c_ref) | CL_IDGT_INBOUND_LOG_UIBB | Inbound Processing Log | 20120607 |
| 3 | Inheritance (c INHERITING FROM c_ref) | CL_IDGT_OUTBOUND_DLG_RED3_UIBB | Outbound Popup Blue List | 20120607 |
| 4 | Inheritance (c INHERITING FROM c_ref) | CL_IDGT_REPORT_DLG_MAP_UIBB | Original Billing Items Against An Invoice Item | 20130207 |
| 5 | Inheritance (c INHERITING FROM c_ref) | CL_IDGT_REPORT_HEADER_UIBB | Header of Invoice List | 20120607 |
| 6 | Inheritance (c INHERITING FROM c_ref) | CL_IDGT_REPORT_ITEM_UIBB | Items of Invoice List | 20120607 |
Properties
| Class | CL_IDGT_BASE_LIST_UIBB | |
| Short Description | List Base Class | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ID-SD-CN-GT-01 | Golden Tax Interface Enhancements |
| Created | 20120531 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_IDGT_BASE_LIST_UIBB has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_FPM_GUIBB | Generic UI Building Block | 20120531 | ||
| 2 | IF_FPM_GUIBB_LIST | Generic List UI Building Block | 20120531 | ||
| 3 | IF_FPM_GUIBB_LIST_EXT | GUIBB List extended | 20120531 | ||
| 4 | IF_FPM_GUIBB_LIST_PAGING | relevant for paging only | 20120531 |
Friends
Class CL_IDGT_BASE_LIST_UIBB has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | Type reference (TYPE) | STRING | 'ST_NAME' | 20120607 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | STRUKNAME | Display structure name | 20120531 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Protected | Method | 20120531 | ||
| 2 | Instance method | Protected | Method | 20120531 | ||
| 3 | Instance method | Private | Method | 20120531 | ||
| 4 | Instance method | Protected | Method | Get Structure Name | 20120531 | |
| 5 | Instance method | Private | Method | Sets Reference Fields In Field Description | 20120531 |
Events
Class CL_IDGT_BASE_LIST_UIBB has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | S_FIELD | Protected | See coding | 20120531 | BEGIN OF s_field,
name TYPE name_komp.
INCLUDE TYPE s_field_ui_property AS static_props.
TYPES:
static_props_final TYPE boole_d,
tech TYPE boole_d,
END OF s_field
|
||
| 2 | S_FIELD_UI_PROPERTY | Protected | See coding | 20120531 | begin of S_FIELD_UI_PROPERTY,
visible TYPE wdui_visibility,
read_only TYPE boole_d,
enabled TYPE boole_d,
mandatory TYPE boole_d,
END OF s_field_ui_property
|
||
| 3 | T_FIELD | Protected | See coding | 20120531 | t_field TYPE STANDARD TABLE OF s_field
WITH DEFAULT KEY
|
Method Signatures
Method CREATE_STRUCT_ATTR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_STRUCT_RTTI | Value transfer | Object reference (TYPE REF TO) | CL_ABAP_STRUCTDESCR | Runtime Type Services | 20120531 |
Method CREATE_STRUCT_ATTR on class CL_IDGT_BASE_LIST_UIBB has no exception.
Method GET_FIELD_PROPERTIES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_ENABLED | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20120531 | |||
| 2 | EV_MANDATORY | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20120531 | |||
| 3 | EV_READONLY | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20120531 | |||
| 4 | EV_VISIBLE | Call by reference | Type reference (TYPE) | WDUI_VISIBILITY | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20120531 | |||
| 5 | IV_NAME | Call by reference | Type reference (TYPE) | NAME_KOMP | Component name | 20120531 |
Method GET_FIELD_PROPERTIES on class CL_IDGT_BASE_LIST_UIBB has no exception.
Method GET_OBJECT_FIELDLIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_RTTI | Call by reference | Object reference (TYPE REF TO) | CL_ABAP_STRUCTDESCR | Runtime Type Services | 20120531 | |||
| 2 | RT_FIELD | Value transfer | Type reference (TYPE) | T_FIELD | 20120531 |
Method GET_OBJECT_FIELDLIST on class CL_IDGT_BASE_LIST_UIBB has no exception.
Method GET_STRUCT_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_STRUCTNAME | Value transfer | Type reference (TYPE) | STRUKNAME | Name of a structure | 20120531 |
Method GET_STRUCT_NAME on class CL_IDGT_BASE_LIST_UIBB has no exception.
Method SET_REFERENCES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_FIELD_DESCRIPTION | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20120531 | ||||
| 2 | IO_STRUCT_RTTI | Call by reference | Object reference (TYPE REF TO) | CL_ABAP_STRUCTDESCR | Runtime Type Services | 20120531 |
Method SET_REFERENCES on class CL_IDGT_BASE_LIST_UIBB has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 607 |