SAP ABAP Class CL_LO_OIF_GUIBB_PARTY_SUPER (Feeder Superclass for GUIBB Business Partner)
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 | 20081209 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB_CONSTANTS | Constants for GUIBB | 20081209 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_LO_OIF_GUIBB_PARTY | Feeder Class for GUIBB Partner Formular | 20090114 |
| 2 | Inheritance (c INHERITING FROM c_ref) | CL_LO_OIF_GUIBB_PARTY_LIST | Feeder Class for GUIBB Partner list | 20081209 |
Properties
| Class | CL_LO_OIF_GUIBB_PARTY_SUPER | |
| Short Description | Feeder Superclass for GUIBB Business Partner | |
| 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 | 20081209 | 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 | 20081209 | ||
| 2 | IF_FPM_GUIBB_CONSTANTS | Constants for GUIBB | 20081209 |
Friends
Class CL_LO_OIF_GUIBB_PARTY_SUPER 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) | 20081209 | |||||
| 2 | Instance attribute | Protected | Object reference (TYPE REF TO) | DATA | New data of customer owned party structure | 20100301 | |||
| 3 | Instance attribute | Protected | Object reference (TYPE REF TO) | DATA | New data of party structure | 20100301 | |||
| 4 | Instance attribute | Protected | Object reference (TYPE REF TO) | DATA | Old data of party structure | 20100301 | |||
| 5 | Instance attribute | Protected | Type reference (TYPE) | TCS_SEL_STRUC | Party structures involved according to selected fields | 20100301 | |||
| 6 | Instance attribute | Protected | Type reference (TYPE) | TCT_PARTY_BUFFER | 20100301 | ||||
| 7 | Instance attribute | Protected | Type reference (TYPE) | TCT_NAME_RANGE | 20100301 | ||||
| 8 | Instance attribute | Protected | Type reference (TYPE) | PARVW | Partner Function | 20100301 | |||
| 9 | Instance attribute | Protected | Type reference (TYPE) | FPM_EVENT_ID | ID of the FPM Event | 20100302 | |||
| 10 | Instance attribute | Protected | Type reference (TYPE) | ABAP_ABSTYPENAME | My class name | 20081209 | |||
| 11 | Instance attribute | Protected | Type reference (TYPE) | TABNAME | My object type | 20100302 | |||
| 12 | Instance attribute | Protected | Type reference (TYPE) | TABNAME | Parent object type | 20100301 | |||
| 13 | Static Attribute | Protected | Type reference (TYPE) | TCT_NAME_RANGE | COMR fields for all instances | 20081209 | |||
| 14 | Static Attribute | Protected | Type reference (TYPE) | TCT_NAME_RANGE | COMV fields for all instances | 20081209 | |||
| 15 | Static Attribute | Protected | Type reference (TYPE) | BOOLE_D | 'X': Static fields have already been determined | 20100301 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Protected | Method | Add item actions | 20081209 | |
| 2 | Instance method | Protected | Method | Add groups | 20090309 | |
| 3 | Instance method | Protected | Method | Non generically adopt field definition on field level | 20081209 | |
| 4 | Instance method | Protected | Method | Check display type of elements | 20081217 | |
| 5 | Instance method | Protected | Method | Provides partner function data | 20081209 | |
| 6 | Instance method | Protected | Method | Provides item data sections to be covered | 20100301 | |
| 7 | Instance method | Protected | Method | Checks which kind of party fields are on layout | 20081209 |
Events
Class CL_LO_OIF_GUIBB_PARTY_SUPER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TCS_NAME_RANGE | Protected | See coding | 20090403 | tcs_name_range TYPE LINE OF tct_name_range
|
||
| 2 | TCS_PARTY_BUFFER | Public | See coding | 20081218 | BEGIN OF tcs_party_buffer,
obj_type TYPE tabname,
pargr TYPE pargr,
party_kv TYPE shsvaltab,
party_kv_all TYPE shsvaltab,
def_parvw TYPE parvw,
END OF tcs_party_buffer
|
||
| 3 | TCS_SEL_STRUC | Protected | See coding | Party structures involved according to selected fields | 20081209 | begin of tcs_sel_struc,
party_v type boole_d,
party_r type boole_d,
party_cust TYPE boole_d,
end of tcs_sel_struc
|
|
| 4 | TCT_NAME_RANGE | Protected | See coding | 20090403 | tct_name_range TYPE RANGE OF cl_abap_structdescr=>component-name
|
||
| 5 | TCT_PARTY_BUFFER | Public | See coding | 20081218 | tct_party_buffer TYPE SORTED TABLE OF tcs_party_buffer WITH UNIQUE KEY obj_type pargr
|
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 | 20081209 |
Method ADD_ACTIONS on class CL_LO_OIF_GUIBB_PARTY_SUPER 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 | 20090309 |
Method ADD_GROUPS on class CL_LO_OIF_GUIBB_PARTY_SUPER has no exception.
Method ADOPT_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_FORMFIELD_DESCR | Form Fielddescription | 20081209 | |||
| 2 | CT_LIST_FLD_DEF | Call by reference | Type reference (TYPE) | FPMGB_T_LISTFIELD_DESCR | List Fielddescription | 20081209 |
Method ADOPT_FLD_DEF on class CL_LO_OIF_GUIBB_PARTY_SUPER 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) | 20081217 | |||
| 2 | IT_ELEM | Call by reference | Type reference (TYPE) | ANY TABLE | Elements of layout | 20081217 |
Method CHECK_DISPLAY_TYPE_ELEM on class CL_LO_OIF_GUIBB_PARTY_SUPER has no exception.
Method GET_PARTNER_FUNCTIONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_PARTY_KV | Call by reference | Type reference (TYPE) | SHSVALTAB | Business Server Pages (BSP) Value List Search Help | 20081209 | |||
| 2 | ET_PARTY_KV_ALL | Call by reference | Type reference (TYPE) | SHSVALTAB | Business Server Pages (BSP) Value List Search Help | 20081209 | |||
| 3 | EV_DEF_PARVW | Call by reference | Type reference (TYPE) | PARVW | Default DropDownListBox Partner Function | 20081209 |
Method GET_PARTNER_FUNCTIONS on class CL_LO_OIF_GUIBB_PARTY_SUPER 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 | 20100301 | |||
| 2 | RS_SEL_STRU | Value transfer | Type reference (TYPE) | TCS_SEL_STRUC | Party structures involved according to selected fields | 20100301 |
Method GET_SEL_STRU on class CL_LO_OIF_GUIBB_PARTY_SUPER 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 | 20081209 | |||
| 2 | IT_SELECTED_FIELDS | Call by reference | Type reference (TYPE) | FPMGB_T_SELECTED_FIELDS | Selected(Used) Fields | 20081209 |
Method PARSE_SELECTED_FIELDS on class CL_LO_OIF_GUIBB_PARTY_SUPER has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 605 |