SAP ABAP Class CL_IDGT_BASE_FORM_UIBB (Form UIBB 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_FORM | Generic Form UI Building Block | 20120531 |
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_IDGT_GUI_FORM_UIBB | Feeder Class for GUI | 20120802 |
2 | Inheritance (c INHERITING FROM c_ref) | CL_IDGT_HOME_INBOUND_UIBB | Home Page Inbound Chip | 20120819 |
3 | Inheritance (c INHERITING FROM c_ref) | CL_IDGT_HOME_VARIANT_UIBB | Home Page User Variant | 20120814 |
4 | Inheritance (c INHERITING FROM c_ref) | CL_IDGT_OUTBOUND_DLG_CHG_NOTE | Outbound change note | 20121129 |
5 | Inheritance (c INHERITING FROM c_ref) | CL_IDGT_OUTBOUND_DLG_RED1_UIBB | Red Letter Invoice Dialog in Outbound File Creation | 20120531 |
6 | Inheritance (c INHERITING FROM c_ref) | CL_IDGT_OUTBOUND_DLG_RED2_UIBB | Blue Letter Invoice Dialog in Outbound File Creation | 20120531 |
Properties
Class | CL_IDGT_BASE_FORM_UIBB | |
Short Description | Form UIBB 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_FORM_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_FORM | Generic Form UI Building Block | 20120531 |
Friends
Class CL_IDGT_BASE_FORM_UIBB has no friend class.
Attributes
Class CL_IDGT_BASE_FORM_UIBB has no attribute.
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 | 20120531 |
Events
Class CL_IDGT_BASE_FORM_UIBB has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | LTY_QUICK_LINK | Protected | See coding | 20120813 | BEGIN OF lty_quick_link,
outbound TYPE char100,
title TYPE string,
vant1 TYPE string,
vant2 TYPE string,
vant3 TYPE string,
vant4 TYPE string,
vant5 TYPE string,
vant6 TYPE string,
next1 TYPE char10,
prev1 TYPE char10,
outbound_canc TYPE char100,
titlec TYPE string,
vantc1 TYPE string,
vantc2 TYPE string,
vantc3 TYPE string,
vantc4 TYPE string,
vantc5 TYPE string,
vantc6 TYPE string,
next2 TYPE char10,
prev2 TYPE char10,
END OF lty_quick_link
|
||
2 | S_FIELD | Protected | See coding | 20120531 | BEGIN OF s_field.
INCLUDE TYPE fpmgb_s_formfield_descr AS static_props.
TYPES:
static_props_final TYPE boole_d,
tech TYPE boole_d,
END OF s_field
|
||
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_FORM_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 | Web Dynpro: Visibility | 20120531 | ||
5 | ![]() |
IV_NAME | Call by reference | Type reference (TYPE) | NAME_KOMP | Component name | 20120531 |
Method GET_FIELD_PROPERTIES on class CL_IDGT_BASE_FORM_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 | Call by reference | Type reference (TYPE) | T_FIELD | 20120531 |
Method GET_OBJECT_FIELDLIST on class CL_IDGT_BASE_FORM_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_FORM_UIBB has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 607 |