SAP ABAP Class CL_ILH_FCOM_ORDER (BOL: Handler Class for Order)
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 | Inheritance (c INHERITING FROM c_ref) | CL_GENIL_NODE_HANDLER_TX | genIL Component: Root Handler | 20100621 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_GENIL_NODE_HANDLER_QUERY | Interface to query objects | 20100621 |
Properties
| Class | CL_ILH_FCOM_ORDER | |
| Short Description | BOL: Handler Class for Order | |
| Super Class | CL_GENIL_NODE_HANDLER_TX | genIL Component: Root Handler |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | FCOM_MASTERDATA_CORE | Master data |
| Created | 20100621 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_ILH_FCOM_ORDER has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_GENIL_NODE_HANDLER_QUERY | Interface to query objects | 20100621 |
Friends
Class CL_ILH_FCOM_ORDER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | Type reference (TYPE) | STRING | 'FCOM_ORDER_DYNAMIC_QUERY' | 20100623 | |||
| 2 | Constant | Private | Type reference (TYPE) | STRING | 'FCOM_ORDER_QUERY' | 20100623 | |||
| 3 | Constant | Private | Type reference (TYPE) | CRMT_EXT_OBJ_NAME | 'FCOM_ORDER' | External Name of Object | 20100623 | ||
| 4 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_CRM_GENIL_BAPI_MESS_CONT | Message Container for BAPI Messages | 20101125 | |||
| 5 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_FCOM_ORDER_WRAPPER | Wrapper class of Order | 20100621 | |||
| 6 | Static Attribute | Private | Type reference (TYPE) | YT_GUID_AUFNR_MAPPING | 20100625 | ||||
| 7 | Static Attribute | Private | Type reference (TYPE) | CRMT_GENIL_OBJECT_ID | Object ID in Generic Interaction Layer | 20101217 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20100621 | |
| 2 | Instance method | Private | Method | 20100625 | ||
| 3 | Instance method | Private | Method | 20100625 | ||
| 4 | Instance method | Private | Method | 20101217 |
Events
Class CL_ILH_FCOM_ORDER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | YS_GUID_AUFNR_MAPPING | Private | See coding | 20100625 | BEGIN OF ys_guid_aufnr_mapping,
order_guid TYPE guid_32,
aufnr TYPE aufnr,
END OF ys_guid_aufnr_mapping
|
||
| 2 | YT_GUID_AUFNR_MAPPING | Private | See coding | 20100625 | yt_guid_aufnr_mapping TYPE STANDARD TABLE OF ys_guid_aufnr_mapping WITH DEFAULT KEY
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_HANDLER_FACTORY | Call by reference | Object reference (TYPE REF TO) | CL_GENIL_NODE_HANDLER_FACTORY | Generic IL Component: Handler factory | 20100621 | |||
| 2 | IV_OBJECT_NAME | Call by reference | Type reference (TYPE) | CRMT_EXT_OBJ_NAME | External Name of Object | 20100621 | |||
| 3 | IV_PARENT_COMPONENT | Call by reference | Object reference (TYPE REF TO) | IF_GENIL_APPL_INTLAY | Interface for Application Components | 20100621 |
Method CONSTRUCTOR on class CL_ILH_FCOM_ORDER has no exception.
Method GET_GUID_AUFNR_MAPPING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_GUID_AUFNR_MAPPING | Call by reference | Type reference (TYPE) | YS_GUID_AUFNR_MAPPING | 20100625 | ||||
| 2 | IV_AUFNR | Call by reference | Type reference (TYPE) | AUFNR | Order Number | 20100625 | |||
| 3 | IV_ORDER_GUID | Call by reference | Type reference (TYPE) | GUID_32 | GUID in 'CHAR' Format in Uppercase | 20100625 |
Method GET_GUID_AUFNR_MAPPING on class CL_ILH_FCOM_ORDER has no exception.
Method SET_GUID_AUFNR_MAPPING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_GUID_AUFNR_MAPPING | Call by reference | Type reference (TYPE) | YS_GUID_AUFNR_MAPPING | 20100625 |
Method SET_GUID_AUFNR_MAPPING on class CL_ILH_FCOM_ORDER has no exception.
Method SET_MESSAGES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_CONT_OBJ | Call by reference | Object reference (TYPE REF TO) | IF_GENIL_CONTAINER_OBJECT | Data Container - Object Interface | 20101217 | |||
| 2 | IO_MSG_SERVICE_ACCESS | Call by reference | Object reference (TYPE REF TO) | IF_GENIL_MSG_SERVICE_ACCESS | Interface for Simple Access to Generic IL Message Service | 20101217 | |||
| 3 | IO_ROOT_LIST | Call by reference | Object reference (TYPE REF TO) | IF_GENIL_CONT_ROOT_OBJECTLIST | Data Container - Root Object List Interface | 20101217 | |||
| 4 | IT_MESSAGES | Call by reference | Type reference (TYPE) | BAPIRET2_T | Return parameter table | 20101217 |
Method SET_MESSAGES on class CL_ILH_FCOM_ORDER has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 606 |