SAP ABAP Class /SPE/CL_EWM_CONSUMPTION_INTF (EWM Manufacturing Integration: Consumption Deliveries)
Hierarchy
☛
SAP_APPL (Software Component) Logistics and Accounting
⤷
LE-IEW-X (Application Component) Cross-Application Topics
⤷
/SPE/MANUFACTURING (Package) EWM Integration in Manufacturing
⤷
⤷
Properties
| Class | /SPE/CL_EWM_CONSUMPTION_INTF | |
| Short Description | EWM Manufacturing Integration: Consumption Deliveries | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | /SPE/MANUFACTURING | EWM Integration in Manufacturing |
| Created | 20080313 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class /SPE/CL_EWM_CONSUMPTION_INTF has no forward declaration.
Interfaces
Class /SPE/CL_EWM_CONSUMPTION_INTF has no interface implemented.
Friends
Class /SPE/CL_EWM_CONSUMPTION_INTF has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Private | Type reference (TYPE) | TT_DLVRY_CAT | Table type for T_DLVRY_CAT | 20080418 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Create/Update AFFW, AFWD and AFWI after GI in EWM | 20080611 | |
| 2 | Static method | Public | Method | Delete/Update AFFW, AFWD and AFWI after GI reversal in EWM | 20080617 | |
| 3 | Static method | Public | Method | Create/Update AFFW, AFWD and AFWI after GR in EWM | 20080611 | |
| 4 | Static method | Public | Method | Delete/Update AFFW, AFWD and AFWI after GR reversal in EWM | 20080618 | |
| 5 | Static method | Public | Method | Request GI Cancellation from EWM | 20080313 | |
| 6 | Static method | Public | Method | Create Inbound Delivery | 20080313 | |
| 7 | Static method | Public | Method | Enrich GM Data from Reservation Item | 20080528 | |
| 8 | Static method | Public | Method | Create Outbound Consumption Delivery | 20080313 | |
| 9 | Static method | Private | Method | Send GI Cancellation Request to EWM | 20080313 | |
| 10 | Static method | Public | Method | Send Cancellation Request to EWM | 20080418 |
Events
Class /SPE/CL_EWM_CONSUMPTION_INTF has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TT_CANCEL_REQ_EXT | Private | See coding | Table type for T_CANCEL_REQ_EXT | 20080418 | tt_cancel_req_ext TYPE TABLE OF t_cancel_req_ext
|
|
| 2 | TT_DLVRY_CAT | Private | See coding | Table type for T_DLVRY_CAT | 20080418 | tt_dlvry_cat TYPE SORTED TABLE OF t_dlvry_cat
WITH UNIQUE KEY vbeln
|
|
| 3 | T_CANCEL_REQ_EXT | Private | See coding | Structure with /SPE/BAPIOBDLVGICANCEL and warehouse number | 20080418 | BEGIN OF t_cancel_req_ext.
INCLUDE TYPE /spe/bapiobdlvgicancel.
TYPES: lgnum TYPE lgnum,
END OF t_cancel_req_ext
|
|
| 4 | T_DLVRY_CAT | Private | See coding | Structure with delivery number and category | 20080418 | BEGIN OF t_dlvry_cat,
vbeln TYPE vbeln_vl,
vbtyp TYPE vbtyp,
lgnum TYPE lgnum,
END OF t_dlvry_cat
|
Method Signatures
Method AFXX_UPDATE_GI Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_XLIKP | Call by reference | Type reference (TYPE) | SHP_LIKP_T | Deliveries | 20080611 | |||
| 2 | IT_XLIPS | Call by reference | Type reference (TYPE) | SHP_LIPS_T | Delivery Item Upwardly Compatible | 20080611 | |||
| 3 | IT_XVBFA | Call by reference | Type reference (TYPE) | SHP_VL10_VBFA_T | SD Document Flow | 20080611 | |||
| 4 | IT_XVBUP | Call by reference | Type reference (TYPE) | SHP_VL10_VBUP_T | SD Order Item Status | 20080611 | |||
| 5 | IT_YLIPS | Call by reference | Type reference (TYPE) | SHP_LIPS_T | Delivery Item Upwardly Compatible | 20080611 | |||
| 6 | IT_YVBUP | Call by reference | Type reference (TYPE) | SHP_VL10_VBUP_T | SD Order Item Status | 20080611 |
Method AFXX_UPDATE_GI on class /SPE/CL_EWM_CONSUMPTION_INTF has no exception.
Method AFXX_UPDATE_GI_REVERSAL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_MBLNR | Call by reference | Type reference (TYPE) | MBWO_MBLNR_TAB | mbwo_mblnr_tab | 20080617 | |||
| 2 | IT_XLIPS | Call by reference | Type reference (TYPE) | SHP_LIPS_T | Delivery Item Upwardly Compatible | 20080617 | |||
| 3 | IV_MBLNR | Call by reference | Type reference (TYPE) | MSEG-MBLNR | Number of Material Document | 20080617 | |||
| 4 | IV_MJAHR | Call by reference | Type reference (TYPE) | MSEG-MJAHR | Material Document Year | 20080617 |
Method AFXX_UPDATE_GI_REVERSAL on class /SPE/CL_EWM_CONSUMPTION_INTF has no exception.
Method AFXX_UPDATE_GR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_XLIKP | Call by reference | Type reference (TYPE) | SHP_LIKP_T | Deliveries | 20080611 | |||
| 2 | IT_XLIPS | Call by reference | Type reference (TYPE) | SHP_LIPS_T | Delivery Item Upwardly Compatible | 20080611 | |||
| 3 | IT_XVBFA | Call by reference | Type reference (TYPE) | SHP_VL10_VBFA_T | SD Document Flow | 20080611 | |||
| 4 | IT_XVBUP | Call by reference | Type reference (TYPE) | SHP_VL10_VBUP_T | SD Order Item Status | 20080611 | |||
| 5 | IT_YLIPS | Call by reference | Type reference (TYPE) | SHP_LIPS_T | Delivery Item Upwardly Compatible | 20080611 | |||
| 6 | IT_YVBUP | Call by reference | Type reference (TYPE) | SHP_VL10_VBUP_T | SD Order Item Status | 20080611 |
Method AFXX_UPDATE_GR on class /SPE/CL_EWM_CONSUMPTION_INTF has no exception.
Method AFXX_UPDATE_GR_REVERSAL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_MBLNR | Call by reference | Type reference (TYPE) | MBWO_MBLNR_TAB | mbwo_mblnr_tab | 20080618 | |||
| 2 | IT_XLIPS | Call by reference | Type reference (TYPE) | SHP_LIPS_T | Delivery Item Upwardly Compatible | 20080618 | |||
| 3 | IV_MBLNR | Call by reference | Type reference (TYPE) | MBLNR | Number of Material Document | 20080618 | |||
| 4 | IV_MJAHR | Call by reference | Type reference (TYPE) | MJAHR | Material Document Year | 20080618 |
Method AFXX_UPDATE_GR_REVERSAL on class /SPE/CL_EWM_CONSUMPTION_INTF has no exception.
Method DELIVERY_CANCEL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_CAUFVD | Call by reference | Type reference (TYPE) | CAUFVD | Dialog Structure for Order Headers and Items | 20080325 | |||
| 2 | IT_AFWD | Call by reference | Type reference (TYPE) | TY_T_AFWD | Table Type with Structure AFWD | 20080430 |
Method DELIVERY_CANCEL on class /SPE/CL_EWM_CONSUMPTION_INTF has no exception.
Method ID_CREATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_IMSEG | Call by reference | Type reference (TYPE) | TY_T_IMSEG | Table Type with Structure IMSEG | 20080313 | |||
| 2 | ET_CREATED_ITEMS | Call by reference | Type reference (TYPE) | /SPE/TT_CREATED_ITEMS_INFO | Table for Business Admin. Key for Delivery Item | 20080423 | |||
| 3 | ET_EMSEG | Call by reference | Type reference (TYPE) | TY_T_EMSEG | Table type with structure EMSEG | 20080313 |
Method ID_CREATE on class /SPE/CL_EWM_CONSUMPTION_INTF has no exception.
Method IMSEG_FROM_RESB_ENRICH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_XIMSEG | Call by reference | Type reference (TYPE) | IMSEGVB | Dynamic Part of XIMSEG in GI/GR | 20080528 | |||
| 2 | IS_XLIPS | Call by reference | Type reference (TYPE) | LIPSVB | Reference structure for XLIPS/YLIPS | 20080528 |
Method IMSEG_FROM_RESB_ENRICH on class /SPE/CL_EWM_CONSUMPTION_INTF has no exception.
Method OD_CREATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_IMSEG | Call by reference | Type reference (TYPE) | TY_T_IMSEG | Table Type with Structure IMSEG | 20080313 | |||
| 2 | ET_CREATED_ITEMS | Call by reference | Type reference (TYPE) | /SPE/TT_CREATED_ITEMS_INFO | Table for Business Admin. Key for Delivery Item | 20080423 | |||
| 3 | ET_EMSEG | Call by reference | Type reference (TYPE) | TY_T_EMSEG | Table type with structure EMSEG | 20080313 |
Method OD_CREATE on class /SPE/CL_EWM_CONSUMPTION_INTF has no exception.
Method POST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_CANCEL_REQ | Call by reference | Type reference (TYPE) | TT_CANCEL_REQ_EXT | Table type for T_CANCEL_REQ_EXT | 20080604 |
Method POST on class /SPE/CL_EWM_CONSUMPTION_INTF has no exception.
Method REQUEST_SEND Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_EWM_REQ | Call by reference | Type reference (TYPE) | /SPE/BAPIOBDLVGICANCEL_T | Table Type for /SPE/BAPIOBDLVGICANCEL | 20080418 | |||
| 2 | IV_WHSE_NO | Call by reference | Type reference (TYPE) | LGNUM | Warehouse Number / Warehouse Complex | 20080418 |
Method REQUEST_SEND on class /SPE/CL_EWM_CONSUMPTION_INTF has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 605 |