SAP ABAP Class CL_FCOM_ORDER_PROCEDURE (Order Procedure)
Hierarchy
☛
SAP_FIN (Software Component) SAP_FIN
⤷
CO (Application Component) Controlling
⤷
FCOM_MASTERDATA_CORE (Package) Master data
⤷
⤷
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 | 20101220 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB_FORM | Generic Form UI Building Block | 20101220 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB_LIST | Generic List UI Building Block | 20101220 |
| 4 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_OVP_CONF_EXIT | Application specific configuration controller for OVP | 20101220 |
Properties
| Class | CL_FCOM_ORDER_PROCEDURE | |
| Short Description | Order Procedure | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | FCOM_MASTERDATA_CORE | Master data |
| Created | 20101220 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_FCOM_ORDER_PROCEDURE has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_FPM_GUIBB | Generic UI Building Block | 20101220 | ||
| 2 | IF_FPM_GUIBB_FORM | Generic Form UI Building Block | 20101220 | ||
| 3 | IF_FPM_GUIBB_LIST | Generic List UI Building Block | 20101220 | ||
| 4 | IF_FPM_OVP_CONF_EXIT | Application specific configuration controller for OVP | 20101220 |
Friends
Class CL_FCOM_ORDER_PROCEDURE has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | T_CHANGED_FIELD | 20101220 | ||||
| 2 | Instance attribute | Private | Type reference (TYPE) | T_STATUS_DATA | 20110105 | ||||
| 3 | Instance attribute | Private | Type reference (TYPE) | STRING | 20101220 | ||||
| 4 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_CRM_BOL_ENTITY | Entity | 20101220 | |||
| 5 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_ABAP_STRUCTDESCR | Runtime Type Services | 20101220 | |||
| 6 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_ABAP_STRUCTDESCR | Runtime Type Services | 20101220 | |||
| 7 | Static Attribute | Private | Type reference (TYPE) | T_FIELD | 20101220 | ||||
| 8 | Static Attribute | Private | Type reference (TYPE) | T_FIELD | 20101220 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | corresponds to if_fpm_guibb_list->process_event | 20110105 | |
| 2 | Instance method | Private | Method | 20101220 | ||
| 3 | Instance method | Private | Method | 20101220 | ||
| 4 | Instance method | Private | Method | 20110215 | ||
| 5 | Instance method | Protected | Method | Returns the default display type for a field | 20101220 | |
| 6 | Instance method | Protected | Method | Get some static field description attributes | 20101220 |
Events
Class CL_FCOM_ORDER_PROCEDURE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | SP_GROUP | Protected | See coding | 20101220 | sp_group TYPE c LENGTH 4
|
||
| 2 | S_CHANGED_FIELD | Private | See coding | 20101220 | BEGIN OF s_changed_field,
name TYPE name_komp,
value TYPE datum,
END OF s_changed_field
|
||
| 3 | S_FIELD | Private | See coding | 20101220 | BEGIN OF s_field,
name TYPE name_komp,
sp_group TYPE sp_group.
INCLUDE TYPE s_field_ui_property AS static_props.
TYPES:
static_props_final TYPE boole_d,
tech TYPE boole_d,
END OF s_field
|
||
| 4 | S_FIELD_UI_PROPERTY | Protected | See coding | 20101220 | 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
|
||
| 5 | T_CHANGED_FIELD | Private | See coding | 20101220 | t_changed_field TYPE STANDARD TABLE OF s_changed_field
|
||
| 6 | T_FIELD | Private | See coding | 20101220 | t_field TYPE STANDARD TABLE OF s_field
WITH DEFAULT KEY
|
||
| 7 | T_STATUS_DATA | Private | See coding | 20110105 | t_status_data TYPE STANDARD TABLE OF fcoms_order_procedure_list
WITH DEFAULT KEY
|
Method Signatures
Method CHECK_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_MESSAGES | Call by reference | Type reference (TYPE) | FPMGB_T_MESSAGES | FPMGB Messages (T100 & Plaintext) | 20110105 | |||
| 2 | EV_RESULT | Call by reference | Type reference (TYPE) | FPM_EVENT_RESULT | Result of processing of a specific FPM event | 20110105 | |||
| 3 | IO_EVENT | Call by reference | Object reference (TYPE REF TO) | CL_FPM_EVENT | CL_FPM_EVENT | 20110105 | |||
| 4 | IT_SELECTED_LINES | Call by reference | Type reference (TYPE) | RSTABIXTAB | Repository Infosystem Table for Indexes | 20110105 | |||
| 5 | IV_EVENT_INDEX | Call by reference | Type reference (TYPE) | SYTABIX | Index of Internal Tables | 20110105 | |||
| 6 | IV_LEAD_INDEX | Call by reference | Type reference (TYPE) | SYTABIX | Index of Internal Tables | 20110105 | |||
| 7 | IV_RAISED_BY_OWN_UI | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20110105 |
Method CHECK_DATA on class CL_FCOM_ORDER_PROCEDURE has no exception.
Method CREATE_FIELDLIST Signature
Method CREATE_FIELDLIST on class CL_FCOM_ORDER_PROCEDURE has no parameter.
Method CREATE_FIELDLIST on class CL_FCOM_ORDER_PROCEDURE has no exception.
Method CREATE_STRUCT_RTTI Signature
Method CREATE_STRUCT_RTTI on class CL_FCOM_ORDER_PROCEDURE has no parameter.
Method CREATE_STRUCT_RTTI on class CL_FCOM_ORDER_PROCEDURE has no exception.
Method DO_USER_DETAIL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_MESSAGES | Call by reference | Type reference (TYPE) | FPMGB_T_MESSAGES | FPMGB Messages (T100 & Plaintext) | 20110215 | |||
| 2 | EV_RESULT | Call by reference | Type reference (TYPE) | FPM_EVENT_RESULT | FPM Event Result | 20110215 | |||
| 3 | IO_EVENT | Call by reference | Object reference (TYPE REF TO) | CL_FPM_EVENT | CL_FPM_EVENT | 20110215 | |||
| 4 | IV_RAISED_BY_OWN_UI | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20110215 |
Method DO_USER_DETAIL on class CL_FCOM_ORDER_PROCEDURE has no exception.
Method GET_DEFAULT_DISPLAY_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_NAME | Call by reference | Type reference (TYPE) | NAME_KOMP | 20101220 | ||||
| 2 | RV_DISPLAY_TYPE | Value transfer | Type reference (TYPE) | FPMGB_DISPLAY_TYPE | 20101220 |
Method GET_DEFAULT_DISPLAY_TYPE on class CL_FCOM_ORDER_PROCEDURE has no exception.
Method GET_FIELD_DESCRIPTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_CONDENSE | Call by reference | Type reference (TYPE) | WDY_ATTRFORM_CONDENSE | Attribut Formatting: Blank Character Handling | 20101220 | |||
| 2 | EV_DEFAULT_DISPLAY_TYPE | Call by reference | Type reference (TYPE) | FPMGB_DISPLAY_TYPE | Display Type | 20101220 | |||
| 3 | EV_LABEL | Call by reference | Type reference (TYPE) | STRING | Label / Header Label | 20101220 | |||
| 4 | EV_NULL_AS_BLANK | Call by reference | Type reference (TYPE) | WDY_ATTRFORM_NULL | Attribute Formatting: Zeros as Blanks | 20101220 | |||
| 5 | EV_SIGN_POS | Call by reference | Type reference (TYPE) | WDY_ATTRFORM_SIGN | Attribute Formatting: Position of the +/- Sign | 20101220 | |||
| 6 | EV_SP_GROUP | Call by reference | Type reference (TYPE) | SP_GROUP | Special Group | 20101220 | |||
| 7 | EV_TAG_NAME | Call by reference | Type reference (TYPE) | CLIKE | 20101220 | ||||
| 8 | IV_NAME | Call by reference | Type reference (TYPE) | NAME_KOMP | Component name | 20101220 | |||
| 9 | IV_SEARCH_RESULT | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20101220 |
Method GET_FIELD_DESCRIPTION on class CL_FCOM_ORDER_PROCEDURE has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 606 |