SAP ABAP Class CL_LO_OIF_GUIBB_ESTAT_LIST (Feeder Class for GUIBB User Status)
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 | 20091123 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB_CONSTANTS | Constants for GUIBB | 20091123 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB_LIST | Generic List UI Building Block | 20091123 |
| 4 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_LO_OIF_LISTENER | Actions for sub-objects that listen to LO OIF | 20091123 |
Properties
| Class | CL_LO_OIF_GUIBB_ESTAT_LIST | |
| Short Description | Feeder Class for GUIBB User Status | |
| 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 | 20091123 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 2 | 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 | 20091123 | ||
| 2 | IF_FPM_GUIBB_CONSTANTS | Constants for GUIBB | 20091123 | ||
| 3 | IF_FPM_GUIBB_LIST | Generic List UI Building Block | 20091123 | ||
| 4 | IF_LO_OIF_LISTENER | Actions for sub-objects that listen to LO OIF | 20091123 |
Friends
Class CL_LO_OIF_GUIBB_ESTAT_LIST 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) | 20091123 | |||||
| 2 | Instance attribute | Public | Attribute reference (LIKE) | 20091123 | |||||
| 3 | Instance attribute | Public | Attribute reference (LIKE) | 20091123 | |||||
| 4 | Instance attribute | Protected | Object reference (TYPE REF TO) | DATA | New data of customer owned user status structure | 20091123 | |||
| 5 | Instance attribute | Protected | Object reference (TYPE REF TO) | DATA | New data of user status structure | 20091123 | |||
| 6 | Instance attribute | Protected | Object reference (TYPE REF TO) | DATA | Old data of user status structure | 20091123 | |||
| 7 | Instance attribute | Protected | Object reference (TYPE REF TO) | DATA | New data of user status table | 20091123 | |||
| 8 | Instance attribute | Protected | Object reference (TYPE REF TO) | DATA | Old data of user status table | 20091123 | |||
| 9 | Instance attribute | Protected | Type reference (TYPE) | TCS_SEL_STRU | Data sections of user status to be read | 20091123 | |||
| 10 | Instance attribute | Protected | Type reference (TYPE) | TCT_NAME_RANGE | Customer owned user status fields | 20091123 | |||
| 11 | Instance attribute | Private | Type reference (TYPE) | CHAR1 | User status type (1 w/ order number; 2 w/o order number) | 20091123 | |||
| 12 | Instance attribute | Protected | Type reference (TYPE) | ABAP_ABSTYPENAME | My class name | 20091123 | |||
| 13 | Instance attribute | Protected | Type reference (TYPE) | TABNAME | Object type | 20091123 | |||
| 14 | Instance attribute | Private | Type reference (TYPE) | BOOLE_D | 'X': Reset invisibility in get_data | 20100714 | |||
| 15 | Instance attribute | Public | Attribute reference (LIKE) | 20091123 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Protected | Method | Non generically adopt field definition on field level | 20091123 | |
| 2 | Instance method | Protected | Method | Check elements of list layout | 20100114 | |
| 3 | Instance method | Protected | Method | Provides user status data sections to be covered | 20100302 | |
| 4 | Instance method | Protected | Method | Checks which kind of user status fields are on layout | 20091123 | |
| 5 | Instance method | Protected | Method | Transfer data from change log into API model | 20091124 |
Events
Class CL_LO_OIF_GUIBB_ESTAT_LIST has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TCS_NAME_RANGE | Protected | See coding | 20091123 | tcs_name_range type line of tct_name_range
|
||
| 2 | TCS_SEL_STRU | Protected | See coding | 20091123 | begin of tcs_sel_stru,
estat type boole_d,
estat_cust type boole_d,
end of tcs_sel_stru
|
||
| 3 | TCT_NAME_RANGE | Protected | See coding | 20091123 | tct_name_range type range of cl_abap_structdescr=>component-name
|
Method Signatures
Method ADAPT_FLD_DEF Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_FLD_DEF | Call by reference | Type reference (TYPE) | FPMGB_T_LISTFIELD_DESCR | List Fielddescription | 20091123 |
Method ADAPT_FLD_DEF on class CL_LO_OIF_GUIBB_ESTAT_LIST has no exception.
Method CHECK_ELEM_LIST 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) | 20100114 | |||
| 2 | IT_ELEM | Call by reference | Type reference (TYPE) | ANY TABLE | Elements of layout | 20100114 |
Method CHECK_ELEM_LIST on class CL_LO_OIF_GUIBB_ESTAT_LIST 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_STRU | 20100302 |
Method GET_SEL_STRU on class CL_LO_OIF_GUIBB_ESTAT_LIST has no exception.
Method PARSE_SELECTED_FIELDS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_STRU | Call by reference | Type reference (TYPE) | TCS_SEL_STRU | Exports structures that are involved acc'd to the sel fields | 20091123 | |||
| 2 | IT_FLD | Call by reference | Type reference (TYPE) | FPMGB_T_SELECTED_FIELDS | Selected(Used) Fields | 20091123 |
Method PARSE_SELECTED_FIELDS on class CL_LO_OIF_GUIBB_ESTAT_LIST has no exception.
Method TRANSFER_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_ADD_DATA | Call by reference | Type reference (TYPE) | TDT_ADDITIONAL_DATA | Additional plug-in data outside the LORD API/framework | 20091124 | |||
| 2 | CT_ESTAT_COMV | Call by reference | Type reference (TYPE) | TDT_ESTAT_COMV | Table Type for Structure TDS_ESTAT_COMV | 20091124 | |||
| 3 | CT_ESTAT_COMX | Call by reference | Type reference (TYPE) | TDT_ESTAT_COMC | Table Type for Structure TDS_ESTAT_COMC | 20091124 | |||
| 4 | IT_CHG_LOG | Call by reference | Type reference (TYPE) | FPMGB_T_CHANGELOG | Field Changelog | 20091124 | |||
| 5 | IV_HANDLE | Call by reference | Type reference (TYPE) | GUID_32 | GUID in 'CHAR' Format in Uppercase | 20091124 | |||
| 6 | IV_PARENT | Call by reference | Type reference (TYPE) | GUID_32 | GUID in 'CHAR' Format in Uppercase | 20091124 |
Method TRANSFER_DATA on class CL_LO_OIF_GUIBB_ESTAT_LIST has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 605 |