SAP ABAP Class CL_LO_OIF_GUIBB_COND (Feeder Superclass for GUIBB Cond)
Hierarchy
☛
SAP_APPL (Software Component) Logistics and Accounting
⤷
SD-SLS (Application Component) Sales
⤷
ERP_SLS_LO_OIF (Package) Lean Order OIF
⤷
⤷
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 | 20090326 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB_CONSTANTS | Constants for GUIBB | 20090326 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_LO_OIF_GUIBB_COND_LIST | Feeder Class for GUIBB Condition - List | 20090326 |
Properties
| Class | CL_LO_OIF_GUIBB_COND | |
| Short Description | Feeder Superclass for GUIBB Cond | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ERP_SLS_LO_OIF | Lean Order OIF |
| Created | 20090326 | SAP |
| Last change | 20110908 | 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
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_FPM_GUIBB | Generic UI Building Block | 20090326 | ||
| 2 | IF_FPM_GUIBB_CONSTANTS | Constants for GUIBB | 20090326 |
Friends
Class CL_LO_OIF_GUIBB_COND has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Attribute reference (LIKE) | 20090326 | |||||
| 2 | Instance attribute | Public | Attribute reference (LIKE) | 20090326 | |||||
| 3 | Instance attribute | Public | Attribute reference (LIKE) | 20090326 | |||||
| 4 | Instance attribute | Public | Attribute reference (LIKE) | 20090326 | |||||
| 5 | Instance attribute | Public | Attribute reference (LIKE) | 20090326 | |||||
| 6 | Instance attribute | Public | Attribute reference (LIKE) | 20090326 | |||||
| 7 | Instance attribute | Public | Attribute reference (LIKE) | 20090326 | |||||
| 8 | Instance attribute | Public | Attribute reference (LIKE) | 20090326 | |||||
| 9 | Instance attribute | Public | Attribute reference (LIKE) | 20090326 | |||||
| 10 | Instance attribute | Public | Attribute reference (LIKE) | 20090326 | |||||
| 11 | Instance attribute | Protected | Object reference (TYPE REF TO) | DATA | 20100303 | ||||
| 12 | Instance attribute | Protected | Object reference (TYPE REF TO) | DATA | New data of cond structure | 20100303 | |||
| 13 | Instance attribute | Protected | Object reference (TYPE REF TO) | DATA | Old data of cond structure | 20100303 | |||
| 14 | Instance attribute | Protected | Type reference (TYPE) | TCS_SEL_STRUC | COND structures involved according to selected fields | 20100302 | |||
| 15 | Instance attribute | Protected | Type reference (TYPE) | TCT_NAME_RANGE | All customer COND fields | 20100303 | |||
| 16 | Instance attribute | Protected | Type reference (TYPE) | FPM_EVENT_ID | ID of the FPM Event | 20100302 | |||
| 17 | Instance attribute | Protected | Type reference (TYPE) | ABAP_ABSTYPENAME | My class name | 20090326 | |||
| 18 | Instance attribute | Protected | Type reference (TYPE) | TABNAME | My obj type | 20100302 | |||
| 19 | Instance attribute | Protected | Type reference (TYPE) | TABNAME | Parent obj type | 20090326 | |||
| 20 | Static Attribute | Protected | Type reference (TYPE) | TCT_NAME_RANGE | All fields of COND_COMR in a range | 20090326 | |||
| 21 | Static Attribute | Protected | Type reference (TYPE) | TCT_NAME_RANGE | All fields of COND_COMV in a range | 20090326 | |||
| 22 | Static Attribute | Protected | Type reference (TYPE) | BOOLE_D | 'X': Static fields have already been determined | 20100303 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Protected | Method | Add COND actions | 20090326 | |
| 2 | Instance method | Protected | Method | Add groups | 20090326 | |
| 3 | Instance method | Protected | Method | Non generically adopt field definition on field level | 20090326 | |
| 4 | Instance method | Protected | Method | Check display type of elements | 20090326 | |
| 5 | Instance method | Protected | Method | Provides conditions data sections to be covered | 20100302 | |
| 6 | Instance method | Protected | Method | Checks which kind of condition fields are on layout | 20090326 | |
| 7 | Instance method | Protected | Method | Transfers data from change log to LO API style | 20090326 |
Events
Class CL_LO_OIF_GUIBB_COND has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TCS_NAME_RANGE | Protected | See coding | Name range table | 20090326 | tcs_name_range TYPE LINE OF tct_name_range
|
|
| 2 | TCS_SEL_STRUC | Protected | See coding | COND structures involved according to selected fields | 20090326 | BEGIN OF tcs_sel_struc,
cond_v TYPE boole_d,
cond_r TYPE boole_d,
cond_cust TYPE boole_d,
END OF tcs_sel_struc
|
|
| 3 | TCT_NAME_RANGE | Protected | See coding | Name range structure | 20090326 | tct_name_range TYPE RANGE OF cl_abap_structdescr=>component-name
|
Method Signatures
Method ADD_ACTIONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_ACTIONDEF | Call by reference | Type reference (TYPE) | FPMGB_T_ACTIONDEF | Action Definition | 20090326 |
Method ADD_ACTIONS on class CL_LO_OIF_GUIBB_COND has no exception.
Method ADD_GROUPS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_GROUP | Value transfer | Type reference (TYPE) | FPMGB_T_SPECIAL_GROUPS | Special Groups for GUIBB Field Grouping | 20090326 |
Method ADD_GROUPS on class CL_LO_OIF_GUIBB_COND has no exception.
Method ADOPT_FLD_DEF Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_FORM_FLD_DEF | Call by reference | Type reference (TYPE) | FPMGB_T_FORMFIELD_DESCR | Form Fielddescription | 20090326 | |||
| 2 | CT_LIST_FLD_DEF | Call by reference | Type reference (TYPE) | FPMGB_T_LISTFIELD_DESCR | List Fielddescription | 20090326 |
Method ADOPT_FLD_DEF on class CL_LO_OIF_GUIBB_COND has no exception.
Method CHECK_DISPLAY_TYPE_ELEM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_MSG | Call by reference | Type reference (TYPE) | FPMGB_T_MESSAGES | FPMGB Messages (T100 & Plaintext) | 20090326 | |||
| 2 | IT_ELEM | Call by reference | Type reference (TYPE) | ANY TABLE | Elements of layout | 20090326 |
Method CHECK_DISPLAY_TYPE_ELEM on class CL_LO_OIF_GUIBB_COND has no exception.
Method GET_SEL_STRU Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_SEL_FLD | Call by reference | Type reference (TYPE) | FPMGB_T_SELECTED_FIELDS | Selected(Used) Fields | 20100302 | |||
| 2 | RS_SEL_STRU | Value transfer | Type reference (TYPE) | TCS_SEL_STRUC | Item structures involved according to selected fields | 20100302 |
Method GET_SEL_STRU on class CL_LO_OIF_GUIBB_COND has no exception.
Method PARSE_SELECTED_FIELDS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_SELECTED_STRUCS | Call by reference | Type reference (TYPE) | TCS_SEL_STRUC | Exports structures that are involved acc'd to the sel fields | 20090326 | |||
| 2 | IT_SELECTED_FIELDS | Call by reference | Type reference (TYPE) | FPMGB_T_SELECTED_FIELDS | Selected(Used) Fields | 20090326 |
Method PARSE_SELECTED_FIELDS on class CL_LO_OIF_GUIBB_COND has no exception.
Method TRANSFER_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_ACTION | Call by reference | Type reference (TYPE) | TDT_ACTION | Table Type for Structure TDS_ACTION | 20090618 | |||
| 2 | CT_ADD_DATA | Call by reference | Type reference (TYPE) | TDT_ADDITIONAL_DATA | Additional plug-in data outside the LORD API/framework | 20090326 | |||
| 3 | CT_COND_COMV | Call by reference | Type reference (TYPE) | TDT_COND_COMV | Table Type for Structure TDS_COND_COMV | 20090326 | |||
| 4 | CT_COND_COMX | Call by reference | Type reference (TYPE) | TDT_COND_COMC | Table Type for Structure TDS_COND_COMC | 20090326 | |||
| 5 | CT_OBJINST | Call by reference | Type reference (TYPE) | TDT_OBJINST | Table Type for Structure TDS_OBJINST | 20090326 | |||
| 6 | IT_CHG_LOG | Call by reference | Type reference (TYPE) | FPMGB_T_CHANGELOG | Field Changelog | 20090326 | |||
| 7 | IV_HANDLE | Call by reference | Type reference (TYPE) | GUID_32 | GUID in 'CHAR' Format in Uppercase | 20090326 |
Method TRANSFER_DATA on class CL_LO_OIF_GUIBB_COND has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 605 |