Hierarchy
⤷
⤷
Properties
| Class | CL_FIP_RCPT_ORDER_MANAGER | |
| Short Description | "BO" for Distribution Recipients | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | FIP_BUSINESS_LOGIC | Business Logic for Fresh Item Procurement |
| Created | 20080310 | 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) |
Interfaces
Class CL_FIP_RCPT_ORDER_MANAGER has no interface implemented.
Friends
Class CL_FIP_RCPT_ORDER_MANAGER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Object reference (TYPE REF TO) | FIP_BADI_MATERIAL_BAL | material | 20080507 | |||
| 2 | Instance attribute | Private | Object reference (TYPE REF TO) | FIP_BADI_ROUNDING_BAL | badi rounding | 20080613 | |||
| 3 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_FIP_BAL_FACTORY | Factory implementing and hiding backend access | 20080506 | |||
| 4 | Instance attribute | Private | Object reference (TYPE REF TO) | FIP_BADI_DISTR_STRAT | customer badi | 20080515 | |||
| 5 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_FIP_MESSAGE_LOGGER | Class for FIP message logging/handling | 20080509 | |||
| 6 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_FIP_MASTER_DATA_HANDLER | class used to retrieve erp master data | 20080506 | |||
| 7 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_FIP_ORDER_HANDLER | Class for handling of transactional data | 20080506 | |||
| 8 | Instance attribute | Public | Type reference (TYPE) | FIP_T_DL_MATERIAL | Table containing all material specific information for DL | 20100323 | |||
| 9 | Instance attribute | Private | Type reference (TYPE) | FIP_T_ORDER_LINE | Table of Order Lines (STO, SO and PO) | 20090914 | |||
| 10 | Instance attribute | Private | Type reference (TYPE) | FIP_T_ORDER_LINE | Table of Order Lines (STO, SO and PO) | 20090914 | |||
| 11 | Instance attribute | Private | Type reference (TYPE) | FIP_T_RCPT_ORDER_ITEM | Table of Recipients for Distribution | 20080318 | |||
| 12 | Instance attribute | Private | Type reference (TYPE) | FIP_T_RCPT_ORDER_ITEM | Table of Recipients for Distribution | 20080402 | |||
| 13 | Instance attribute | Private | Type reference (TYPE) | FIP_T_ORDER_LINE | Table of Order Lines (STO, SO and PO) | 20080318 | |||
| 14 | Instance attribute | Private | Type reference (TYPE) | FIP_T_ORDER_LINE | Table of Order Lines (STO, SO and PO) | 20080415 | |||
| 15 | Instance attribute | Private | Type reference (TYPE) | T_RCPT_DEFAULT_QUOTA | 20080502 | ||||
| 16 | Instance attribute | Private | Type reference (TYPE) | ATTYP | Material Category | 20080521 | |||
| 17 | Instance attribute | Private | Type reference (TYPE) | FIP_DOC_QTY | Document Quantity | 20080326 | |||
| 18 | Instance attribute | Private | Type reference (TYPE) | FIP_DOC_QTY | Document Quantity | 20080423 | |||
| 19 | Instance attribute | Private | Type reference (TYPE) | FIP_DOC_UOM | Document Unit | 20080326 | |||
| 20 | Instance attribute | Private | Type reference (TYPE) | FIP_DOC_UOM | Order unit | 20080423 | |||
| 21 | Instance attribute | Private | Type reference (TYPE) | FIP_DISTRIBUTION_STRATEGY | Natural Number | 20080328 | |||
| 22 | Instance attribute | Private | Type reference (TYPE) | FIP_DISTRIBUTION_STRATEGY | Distribution strategy | 20080423 | |||
| 23 | Instance attribute | Private | Type reference (TYPE) | FIP_FABKL | Factory calendar key | 20080521 | |||
| 24 | Instance attribute | Private | Type reference (TYPE) | FIP_FAIR_SHARE_RULE | Natural Number | 20080326 | |||
| 25 | Instance attribute | Private | Type reference (TYPE) | FIP_FAIR_SHARE_RULE | Fair share rule | 20080423 | |||
| 26 | Instance attribute | Private | Type reference (TYPE) | DATS | Field of type DATS | 20080416 | |||
| 27 | Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | 20080328 | ||||
| 28 | Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | 20080402 | ||||
| 29 | Instance attribute | Private | Type reference (TYPE) | MAKTX | Material Description (Short Text) | 20080328 | |||
| 30 | Instance attribute | Private | Type reference (TYPE) | MATNR | Material Number | 20080328 | |||
| 31 | Instance attribute | Private | Type reference (TYPE) | MEINS | Base Unit of Measure | 20080417 | |||
| 32 | Instance attribute | Private | Type reference (TYPE) | FIP_DOC_QTY | Document Quantity | 20080813 | |||
| 33 | Instance attribute | Private | Type reference (TYPE) | FIP_DOC_UOM | Document Unit | 20080813 | |||
| 34 | Instance attribute | Private | Type reference (TYPE) | FIP_DOC_QTY | Document Quantity | 20090917 | |||
| 35 | Instance attribute | Private | Type reference (TYPE) | FIP_DOC_QTY | Document Quantity | 20080326 | |||
| 36 | Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | 20080319 | ||||
| 37 | Instance attribute | Private | Type reference (TYPE) | FIP_ROUNDING_STRATEGY | Rounding strategy | 20080425 | |||
| 38 | Instance attribute | Private | Type reference (TYPE) | WAERS | Currency Key | 20080521 | |||
| 39 | Instance attribute | Private | Type reference (TYPE) | WERKS_D | Plant | 20080414 |
Methods
Events
Class CL_FIP_RCPT_ORDER_MANAGER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | S_RCPT_DEFAULT_QUOTA | Public | See coding | 20080502 | BEGIN OF s_rcpt_default_quota,
recipient_type TYPE fip_wdrd_rtype,
recipient_id TYPE fip_recipient_num,
quota TYPE fip_quote,
END OF s_rcpt_default_quota
|
||
| 2 | S_RCPT_ORDER | Public | See coding | 20080331 | BEGIN OF s_rcpt_order,
doc_type TYPE fip_doc_type,
doc_nr TYPE fip_doc_number,
doc_qty TYPE fip_doc_qty,
meins TYPE fip_doc_uom,
END OF s_rcpt_order
|
||
| 3 | T_RCPT_DEFAULT_QUOTA | Public | See coding | 20080502 | t_rcpt_default_quota TYPE STANDARD TABLE OF s_rcpt_default_quota
|
||
| 4 | T_RCPT_ORDER | Public | See coding | 20080331 | t_rcpt_order TYPE STANDARD TABLE OF s_rcpt_order
|
Method Signatures
Method ADD_NEW_ORDER_LINE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_ORDER_LINE | Call by reference | Type reference (TYPE) | FIP_S_ORDER_LINE | Document Structure | 20080516 | |||
| 2 | IS_ORDER_ITEM | Call by reference | Type reference (TYPE) | FIP_S_RCPT_ORDER_ITEM | Line of Recipient for Distribution | 20080516 |
Method ADD_NEW_ORDER_LINE on class CL_FIP_RCPT_ORDER_MANAGER has no exception.
Method ADD_ORDER_ITEMS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_RCPT_TO_ADD | Call by reference | Type reference (TYPE) | FIP_T_MATERIAL_RCPT_PDT | Table Material Rcpt Relationships for Order Lines retrieval | 20080415 | |||
| 2 | ET_RCPT_ORDER_ITEMS | Call by reference | Type reference (TYPE) | FIP_T_RCPT_ORDER_ITEM | Table of Recipients for Distribution | 20080415 | |||
| 3 | EV_TOTAL_ADDED_RCPT_ORDER_QTY | Call by reference | Type reference (TYPE) | FIP_DOC_QTY | Document Quantity | 20080417 |
Method ADD_ORDER_ITEMS on class CL_FIP_RCPT_ORDER_MANAGER has no exception.
Method APPLY_DISTRIBUTION_ALGORITHM Signature
Method APPLY_DISTRIBUTION_ALGORITHM on class CL_FIP_RCPT_ORDER_MANAGER has no parameter.
Method APPLY_DISTRIBUTION_ALGORITHM on class CL_FIP_RCPT_ORDER_MANAGER has no exception.
Method APPLY_FAIRSHARE_CUSTOMER_LOC Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CO_LOGGER | Call by reference | Object reference (TYPE REF TO) | CL_FIP_MESSAGE_LOGGER | Class for FIP message logging/handling | 20080511 | |||
| 2 | CT_RCPT_ORDER_ITEMS | Call by reference | Type reference (TYPE) | FIP_T_RCPT_ORDER_ITEM | Table of Recipients for Distribution | 20080511 | |||
| 3 | E_NO_ROUNDING | Call by reference | Type reference (TYPE) | XFELD | no rounding | 20080515 | |||
| 4 | I_DEMAND_QTY_IN_BASE | Call by reference | Type reference (TYPE) | FIP_DOC_QTY | Document Quantity | 20080511 | |||
| 5 | I_DISTR_QTY_IN_BASE | Call by reference | Type reference (TYPE) | FIP_DOC_QTY | Document Quantity | 20080511 |
Method APPLY_FAIRSHARE_CUSTOMER_LOC on class CL_FIP_RCPT_ORDER_MANAGER has no exception.
Method APPLY_FAIRSHARE_DEMANDS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CO_LOGGER | Call by reference | Object reference (TYPE REF TO) | CL_FIP_MESSAGE_LOGGER | Class for FIP message logging/handling | 20080509 | |||
| 2 | CT_RCPT_ORDER_ITEMS | Call by reference | Type reference (TYPE) | FIP_T_RCPT_ORDER_ITEM | Table of Recipients for Distribution | 20080509 | |||
| 3 | I_DEMAND_QTY_IN_BASE | Call by reference | Type reference (TYPE) | FIP_DOC_QTY | Document Quantity | 20080509 | |||
| 4 | I_DISTR_QTY_IN_BASE | Call by reference | Type reference (TYPE) | FIP_DOC_QTY | Document Quantity | 20080509 |
Method APPLY_FAIRSHARE_DEMANDS on class CL_FIP_RCPT_ORDER_MANAGER has no exception.
Method APPLY_FAIRSHARE_EQUAL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CO_LOGGER | Call by reference | Object reference (TYPE REF TO) | CL_FIP_MESSAGE_LOGGER | Class for FIP message logging/handling | 20100526 | |||
| 2 | CT_RCPT_ORDER_ITEMS | Call by reference | Type reference (TYPE) | FIP_T_RCPT_ORDER_ITEM | Table of Recipients for Distribution | 20100526 | |||
| 3 | I_DISTR_QTY_IN_BASE | Call by reference | Type reference (TYPE) | FIP_DOC_QTY | Document Quantity | 20100526 |
Method APPLY_FAIRSHARE_EQUAL on class CL_FIP_RCPT_ORDER_MANAGER has no exception.
Method APPLY_FAIRSHARE_QUOTA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CO_LOGGER | Call by reference | Object reference (TYPE REF TO) | CL_FIP_MESSAGE_LOGGER | Class for FIP message logging/handling | 20080511 | |||
| 2 | CT_RCPT_ORDER_ITEMS | Call by reference | Type reference (TYPE) | FIP_T_RCPT_ORDER_ITEM | Table of Recipients for Distribution | 20080511 | |||
| 3 | I_DEMAND_QTY_IN_BASE | Call by reference | Type reference (TYPE) | FIP_DOC_QTY | Document Quantity | 20080511 | |||
| 4 | I_DISTR_QTY_IN_BASE | Call by reference | Type reference (TYPE) | FIP_DOC_QTY | Document Quantity | 20080511 |
Method APPLY_FAIRSHARE_QUOTA on class CL_FIP_RCPT_ORDER_MANAGER has no exception.
Method APPLY_FAIRSHARE_RULE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CO_LOGGER | Call by reference | Object reference (TYPE REF TO) | CL_FIP_MESSAGE_LOGGER | Class for FIP message logging/handling | 20080515 | |||
| 2 | CT_RCPT_ORDER_ITEMS | Call by reference | Type reference (TYPE) | FIP_T_RCPT_ORDER_ITEM | Table of Recipients for Distribution | 20080515 | |||
| 3 | E_NO_ROUNDING | Call by reference | Type reference (TYPE) | XFELD | no rounding | 20080515 | |||
| 4 | I_DEMAND_QTY_IN_BASE | Call by reference | Type reference (TYPE) | FIP_DOC_QTY | Document Quantity | 20080515 | |||
| 5 | I_DISTR_QTY_IN_BASE | Call by reference | Type reference (TYPE) | FIP_DOC_QTY | Document Quantity | 20080515 |
Method APPLY_FAIRSHARE_RULE on class CL_FIP_RCPT_ORDER_MANAGER has no exception.
Method APPLY_ROUNDING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CO_LOGGER | Call by reference | Object reference (TYPE REF TO) | CL_FIP_MESSAGE_LOGGER | Class for FIP message logging/handling | 20080515 | |||
| 2 | CT_RCPT_ORDER_ITEMS | Call by reference | Type reference (TYPE) | FIP_T_RCPT_ORDER_ITEM | Table of Recipients for Distribution | 20080515 | |||
| 3 | I_DEMAND_QTY_IN_BASE | Call by reference | Type reference (TYPE) | FIP_DOC_QTY | Document Quantity | 20080515 | |||
| 4 | I_DISTR_QTY_IN_BASE | Call by reference | Type reference (TYPE) | FIP_DOC_QTY | Document Quantity | 20080515 | |||
| 5 | I_NO_NORMAL_ROUNDING | Call by reference | Type reference (TYPE) | XFELD | ' ' | Do rounding or not | 20080724 |
Method APPLY_ROUNDING on class CL_FIP_RCPT_ORDER_MANAGER has no exception.
Method APPLY_ROUNDING_ERP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CO_LOGGER | Call by reference | Object reference (TYPE REF TO) | CL_FIP_MESSAGE_LOGGER | Class for FIP message logging/handling | 20080513 | |||
| 2 | CT_RCPT_ORDER_ITEMS | Call by reference | Type reference (TYPE) | FIP_T_RCPT_ORDER_ITEM | Table of Recipients for Distribution | 20080515 | |||
| 3 | I_DEMAND_QTY_IN_BASE | Call by reference | Type reference (TYPE) | FIP_DOC_QTY | Distribution Channel | 20080527 | |||
| 4 | I_DISTR_QTY_IN_BASE | Call by reference | Type reference (TYPE) | FIP_DOC_QTY | Sales Organization | 20080527 |
Method APPLY_ROUNDING_ERP on class CL_FIP_RCPT_ORDER_MANAGER has no exception.
Method APPLY_ROUNDING_UNIT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CO_LOGGER | Call by reference | Object reference (TYPE REF TO) | CL_FIP_MESSAGE_LOGGER | Class for FIP message logging/handling | 20080514 | |||
| 2 | CT_RCPT_ORDER_ITEMS | Call by reference | Type reference (TYPE) | FIP_T_RCPT_ORDER_ITEM | Table of Recipients for Distribution | 20080514 | |||
| 3 | I_DEMAND_QTY_IN_BASE | Call by reference | Type reference (TYPE) | FIP_DOC_QTY | Document Quantity | 20080514 | |||
| 4 | I_DISTR_QTY_IN_BASE | Call by reference | Type reference (TYPE) | FIP_DOC_QTY | Document Quantity | 20080514 |
Method APPLY_ROUNDING_UNIT on class CL_FIP_RCPT_ORDER_MANAGER has no exception.
Method APPLY_ROUNDING_UNIT_SINGLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CO_LOGGER | Call by reference | Object reference (TYPE REF TO) | CL_FIP_MESSAGE_LOGGER | Class for FIP message logging/handling | 20080611 | |||
| 2 | CT_ORDER_ITEMS_ABSOLUTE | Call by reference | Type reference (TYPE) | FIP_T_RCPT_ORDER_ITEM | Table of Recipients for Distribution | 20080616 | |||
| 3 | CT_ORDER_ITEMS_RATIO | Call by reference | Type reference (TYPE) | FIP_T_RCPT_ORDER_ITEM | Table of Ratio | 20080611 | |||
| 4 | C_REMAIN_DISTR_QTY_IN_BASE | Call by reference | Type reference (TYPE) | FIP_DOC_QTY | Remaining Qty for Distribution | 20080611 | |||
| 5 | E_DELIVERY_QTY | Call by reference | Type reference (TYPE) | FIP_DOC_QTY | Document Quantity | 20080611 | |||
| 6 | IS_RCPT_ORDER_ITEM | Call by reference | Type reference (TYPE) | FIP_S_RCPT_ORDER_ITEM | 20080611 | ||||
| 7 | I_QTY_IN_BASE | Call by reference | Type reference (TYPE) | FIP_DOC_QTY | Document Quantity | 20080611 | |||
| 8 | I_ROUNDING_QTY_IN_BASE | Call by reference | Type reference (TYPE) | FIP_DOC_QTY | Document Quantity | 20080611 |
Method APPLY_ROUNDING_UNIT_SINGLE on class CL_FIP_RCPT_ORDER_MANAGER has no exception.
Method APPLY_ROUNDING_VALUE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CO_LOGGER | Call by reference | Object reference (TYPE REF TO) | CL_FIP_MESSAGE_LOGGER | Class for FIP message logging/handling | 20080514 | |||
| 2 | CT_RCPT_ORDER_ITEMS | Call by reference | Type reference (TYPE) | FIP_T_RCPT_ORDER_ITEM | Table of Recipients for Distribution | 20080514 | |||
| 3 | I_DEMAND_QTY_IN_BASE | Call by reference | Type reference (TYPE) | FIP_DOC_QTY | Document Quantity | 20080514 | |||
| 4 | I_DISTR_QTY_IN_BASE | Call by reference | Type reference (TYPE) | FIP_DOC_QTY | Document Quantity | 20080514 |
Method APPLY_ROUNDING_VALUE on class CL_FIP_RCPT_ORDER_MANAGER has no exception.
Method APPLY_STRATEGY_EQUAL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CO_LOGGER | Call by reference | Object reference (TYPE REF TO) | CL_FIP_MESSAGE_LOGGER | Class for FIP message logging/handling | 20080509 | |||
| 2 | CT_RCPT_ORDER_ITEMS | Call by reference | Type reference (TYPE) | FIP_T_RCPT_ORDER_ITEM | Table of Recipients for Distribution | 20080509 | |||
| 3 | I_DEMAND_QTY_IN_BASE | Call by reference | Type reference (TYPE) | FIP_DOC_QTY | Document Quantity | 20080509 | |||
| 4 | I_DISTR_QTY_IN_BASE | Call by reference | Type reference (TYPE) | FIP_DOC_QTY | Document Quantity | 20080509 |
Method APPLY_STRATEGY_EQUAL on class CL_FIP_RCPT_ORDER_MANAGER has no exception.
Method APPLY_STRATEGY_PULL_DEMAND Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CO_LOGGER | Call by reference | Object reference (TYPE REF TO) | CL_FIP_MESSAGE_LOGGER | Class for FIP message logging/handling | 20080509 | |||
| 2 | CT_RCPT_ORDER_ITEMS | Call by reference | Type reference (TYPE) | FIP_T_RCPT_ORDER_ITEM | Table of Recipients for Distribution | 20080509 | |||
| 3 | E_NO_ROUNDING | Call by reference | Type reference (TYPE) | XFELD | no rounding | 20080515 |
Method APPLY_STRATEGY_PULL_DEMAND on class CL_FIP_RCPT_ORDER_MANAGER has no exception.
Method APPLY_STRATEGY_PUSH_DEMAND Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CO_LOGGER | Call by reference | Object reference (TYPE REF TO) | CL_FIP_MESSAGE_LOGGER | Class for FIP message logging/handling | 20080509 | |||
| 2 | CT_RCPT_ORDER_ITEMS | Call by reference | Type reference (TYPE) | FIP_T_RCPT_ORDER_ITEM | Table of Recipients for Distribution | 20080509 | |||
| 3 | I_DEMAND_QTY_IN_BASE | Call by reference | Type reference (TYPE) | FIP_DOC_QTY | Document Quantity | 20080509 | |||
| 4 | I_DISTR_QTY_IN_BASE | Call by reference | Type reference (TYPE) | FIP_DOC_QTY | Document Quantity | 20080509 |
Method APPLY_STRATEGY_PUSH_DEMAND on class CL_FIP_RCPT_ORDER_MANAGER has no exception.
Method APPLY_STRATEGY_PUSH_QUOTA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CO_LOGGER | Call by reference | Object reference (TYPE REF TO) | CL_FIP_MESSAGE_LOGGER | Class for FIP message logging/handling | 20080511 | |||
| 2 | CT_RCPT_ORDER_ITEMS | Call by reference | Type reference (TYPE) | FIP_T_RCPT_ORDER_ITEM | Table of Recipients for Distribution | 20080511 | |||
| 3 | I_DEMAND_QTY_IN_BASE | Call by reference | Type reference (TYPE) | FIP_DOC_QTY | Document Quantity | 20080511 | |||
| 4 | I_DISTR_QTY_IN_BASE | Call by reference | Type reference (TYPE) | FIP_DOC_QTY | Document Quantity | 20080511 |
Method APPLY_STRATEGY_PUSH_QUOTA on class CL_FIP_RCPT_ORDER_MANAGER has no exception.
Method CLEAR Signature
Method CLEAR on class CL_FIP_RCPT_ORDER_MANAGER has no parameter.
Method CLEAR on class CL_FIP_RCPT_ORDER_MANAGER has no exception.
Method CLEAR_OLD_DELIVERY_QTY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_RCPT_ORDER_ITEM | Call by reference | Type reference (TYPE) | FIP_T_RCPT_ORDER_ITEM | Table of Recipients for Distribution | 20080604 |
Method CLEAR_OLD_DELIVERY_QTY on class CL_FIP_RCPT_ORDER_MANAGER has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_LOGGER | Call by reference | Object reference (TYPE REF TO) | CL_FIP_MESSAGE_LOGGER | Class for FIP message logging/handling | 20080522 | |||
| 2 | IT_MATERIAL | Call by reference | Type reference (TYPE) | FIP_T_DL_MATERIAL | Table containing all material specific information for DL | 20100323 | |||
| 3 | IV_ATTYP | Call by reference | Type reference (TYPE) | ATTYP | Material Category | 20080521 | |||
| 4 | IV_FABKL | Call by reference | Type reference (TYPE) | FIP_FABKL | Factory calendar key | 20080521 | |||
| 5 | IV_GOODS_ISSUE_DATE | Call by reference | Type reference (TYPE) | DATS | Field of type DATS | 20080416 | |||
| 6 | IV_MAKTX | Call by reference | Type reference (TYPE) | MAKTX | Material description | 20080429 | |||
| 7 | IV_MATNR | Call by reference | Type reference (TYPE) | MATNR | Material Number | 20080429 | |||
| 8 | IV_MEINS | Call by reference | Type reference (TYPE) | MEINS | Base Unit of Measure | 20080417 | |||
| 9 | IV_RCPT_ORDER_QTY | Call by reference | Type reference (TYPE) | FIP_DOC_QTY | Document Quantity | 20080326 | |||
| 10 | IV_READ_ONLY | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20080319 | ||||
| 11 | IV_ROUNDING_STRATEGY | Call by reference | Type reference (TYPE) | FIP_ROUNDING_STRATEGY | Rounding strategy | 20080425 | |||
| 12 | IV_WAERS | Call by reference | Type reference (TYPE) | WAERS | Currency Key | 20080521 | |||
| 13 | IV_WERKS | Call by reference | Type reference (TYPE) | WERKS_D | Plant | 20080414 |
Method CONSTRUCTOR on class CL_FIP_RCPT_ORDER_MANAGER has no exception.
Method DISTRIBUTE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_ORDER_LINES | Call by reference | Type reference (TYPE) | FIP_T_ORDER_LINE | Table of Order Lines (STO, SO and PO) | 20080326 | |||
| 2 | ET_ORDER_LINES_X | Call by reference | Type reference (TYPE) | FIP_T_ORDER_LINE_X | FIP order line data change parameter | 20080513 |
Method DISTRIBUTE on class CL_FIP_RCPT_ORDER_MANAGER has no exception.
Method DISTRIBUTE_REMAINING_QTY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CO_LOGGER | Call by reference | Object reference (TYPE REF TO) | CL_FIP_MESSAGE_LOGGER | Class for FIP message logging/handling | 20080609 | |||
| 2 | CT_ORDER_ITEMS_RATIO | Call by reference | Type reference (TYPE) | FIP_T_RCPT_ORDER_ITEM | Table of Distribution ratio | 20080609 | |||
| 3 | CT_RCPT_ORDER_ITEMS | Call by reference | Type reference (TYPE) | FIP_T_RCPT_ORDER_ITEM | Table of Recipients for Distribution | 20080609 | |||
| 4 | IT_ORDER_ITEMS_ABSOLUTE | Call by reference | Type reference (TYPE) | FIP_T_RCPT_ORDER_ITEM | Table of Distribution absolute | 20080616 | |||
| 5 | I_CURRENT_DISTR_QTY_IN_BASE | Call by reference | Type reference (TYPE) | FIP_DOC_QTY | Document Quantity | 20080609 |
Method DISTRIBUTE_REMAINING_QTY on class CL_FIP_RCPT_ORDER_MANAGER has no exception.
Method GET_ADDED_ORDER_LINES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_MATERIAL_RECIPIENT_PDTS | Call by reference | Type reference (TYPE) | FIP_T_MATERIAL_RCPT_PDT | Table Material Rcpt Relationships for Order Lines retrieval | 20080507 | |||
| 2 | ET_ORDER_LINES | Call by reference | Type reference (TYPE) | FIP_T_ORDER_LINE | Table of Order Lines (STO, SO and PO) | 20080415 |
Method GET_ADDED_ORDER_LINES on class CL_FIP_RCPT_ORDER_MANAGER has no exception.
Method GET_DISTRIBUTION_QTY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_DISTRIBUTION_QTY | Value transfer | Type reference (TYPE) | FIP_DOC_QTY | Document Quantity | 20080401 |
Method GET_DISTRIBUTION_QTY on class CL_FIP_RCPT_ORDER_MANAGER has no exception.
Method GET_DISTRIBUTION_QTY_UOM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_DISTRIBUTION_QTY_UOM | Value transfer | Type reference (TYPE) | FIP_DOC_UOM | Purchase Order Unit of Measure | 20080401 |
Method GET_DISTRIBUTION_QTY_UOM on class CL_FIP_RCPT_ORDER_MANAGER has no exception.
Method GET_DISTRIBUTION_STRATEGY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_DISTRIBUTION_STRATEGY | Value transfer | Type reference (TYPE) | FIP_DISTRIBUTION_STRATEGY | Natural Number | 20080401 |
Method GET_DISTRIBUTION_STRATEGY on class CL_FIP_RCPT_ORDER_MANAGER has no exception.
Method GET_FAIRSHARE_RULE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_FAIRSHARE_RULE | Value transfer | Type reference (TYPE) | FIP_FAIR_SHARE_RULE | Natural Number | 20080401 |
Method GET_FAIRSHARE_RULE on class CL_FIP_RCPT_ORDER_MANAGER has no exception.
Method GET_LOGGER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_LOGGER | Value transfer | Object reference (TYPE REF TO) | CL_FIP_MESSAGE_LOGGER | Class for FIP message logging/handling | 20080522 |
Method GET_LOGGER on class CL_FIP_RCPT_ORDER_MANAGER has no exception.
Method GET_MAKTX Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_MAKTX | Value transfer | Type reference (TYPE) | MAKTX | Material Description (Short Text) | 20080328 |
Method GET_MAKTX on class CL_FIP_RCPT_ORDER_MANAGER has no exception.
Method GET_MATERIALS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_MATERIALS | Call by reference | Type reference (TYPE) | FIP_T_DL_MATERIAL | Table containing all material specific information for DL | 20100323 |
Method GET_MATERIALS on class CL_FIP_RCPT_ORDER_MANAGER has no exception.
Method GET_MATNR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_MATNR | Value transfer | Type reference (TYPE) | MATNR | Material Number | 20080328 |
Method GET_MATNR on class CL_FIP_RCPT_ORDER_MANAGER has no exception.
Method GET_MEINS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_MEINS | Value transfer | Type reference (TYPE) | MEINS | Base Unit of Measure | 20080625 |
Method GET_MEINS on class CL_FIP_RCPT_ORDER_MANAGER has no exception.
Method GET_ON_STOCK_QTY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_ON_STOCK_QTY | Value transfer | Type reference (TYPE) | FIP_DOC_QTY | Document Quantity | 20080813 |
Method GET_ON_STOCK_QTY on class CL_FIP_RCPT_ORDER_MANAGER has no exception.
Method GET_ON_STOCK_QTY_UOM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_ON_STOCK_QTY_UOM | Value transfer | Type reference (TYPE) | FIP_DOC_UOM | Document Unit | 20080813 |
Method GET_ON_STOCK_QTY_UOM on class CL_FIP_RCPT_ORDER_MANAGER has no exception.
Method GET_OPEN_ORDER_LINES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_OPEN_ORDER_LINES | Call by reference | Type reference (TYPE) | FIP_T_ORDER_LINE | Table of Order Lines (STO, SO and PO) | 20090914 |
Method GET_OPEN_ORDER_LINES on class CL_FIP_RCPT_ORDER_MANAGER has no exception.
Method GET_OPEN_ORDER_QTY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_OPEN_ORDER_QTY | Value transfer | Type reference (TYPE) | FIP_DOC_QTY | Document Quantity | 20090917 |
Method GET_OPEN_ORDER_QTY on class CL_FIP_RCPT_ORDER_MANAGER has no exception.
Method GET_ORDER_ITEMS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_RCPT_ORDER_ITEMS | Call by reference | Type reference (TYPE) | FIP_T_RCPT_ORDER_ITEM | Table of Recipients for Distribution | 20080320 |
Method GET_ORDER_ITEMS on class CL_FIP_RCPT_ORDER_MANAGER has no exception.
Method GET_ORDER_LINES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_ORDER_LINES | Call by reference | Type reference (TYPE) | FIP_T_ORDER_LINE | Table of Order Lines (STO, SO and PO) | 20080520 |
Method GET_ORDER_LINES on class CL_FIP_RCPT_ORDER_MANAGER has no exception.
Method GET_POSSIBLE_RECIPIENTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_RECIPIENTS | Call by reference | Type reference (TYPE) | FIP_T_RCPT_ORDER_ITEM | Table of Recipients for Distribution | 20080414 |
Method GET_POSSIBLE_RECIPIENTS on class CL_FIP_RCPT_ORDER_MANAGER has no exception.
Method GET_RCPT_ORDER_QTY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_RCPT_ORDER_QTY | Value transfer | Type reference (TYPE) | FIP_DOC_QTY | Document Quantity | 20080625 |
Method GET_RCPT_ORDER_QTY on class CL_FIP_RCPT_ORDER_MANAGER has no exception.
Method GET_RECIPIENT_ORDERS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_RECIPIENT_ORDERS | Call by reference | Type reference (TYPE) | FIP_T_ORDER_LINE | Table of Order Lines (STO, SO and PO) | 20080331 | |||
| 2 | IV_RECIPIENT_ID | Call by reference | Type reference (TYPE) | FIP_RECIPIENT_NUM | FIP Recipient Number | 20080331 | |||
| 3 | IV_RECIPIENT_TYPE | Call by reference | Type reference (TYPE) | FIP_WDRD_RTYPE | Delivery Relationship: Type of Goods Recipient | 20080331 |
Method GET_RECIPIENT_ORDERS on class CL_FIP_RCPT_ORDER_MANAGER has no exception.
Method GET_SALES_PRICES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_MATERIAL_RECIPIENT_PDTS | Call by reference | Type reference (TYPE) | FIP_T_MATERIAL_RCPT_PDT | Table Material Rcpt Relationships for Order Lines retrieval | 20080516 |
Method GET_SALES_PRICES on class CL_FIP_RCPT_ORDER_MANAGER has no exception.
Method GET_TOTAL_DELIVERY_QTY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_TOTAL_DELIVERY_QTY | Call by reference | Type reference (TYPE) | FIP_DOC_QTY | Document Quantity | 20080617 | |||
| 2 | EV_TOTAL_DELIVERY_QTY_UOM | Call by reference | Type reference (TYPE) | FIP_DOC_UOM | Document Unit | 20080617 |
Method GET_TOTAL_DELIVERY_QTY on class CL_FIP_RCPT_ORDER_MANAGER has no exception.
Method INITIALIZE Signature
Method INITIALIZE on class CL_FIP_RCPT_ORDER_MANAGER has no parameter.
Method INITIALIZE on class CL_FIP_RCPT_ORDER_MANAGER has no exception.
Method IS_READ_ONLY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_READ_ONLY | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20080327 |
Method IS_READ_ONLY on class CL_FIP_RCPT_ORDER_MANAGER has no exception.
Method RESET_ORDER_ITEMS Signature
Method RESET_ORDER_ITEMS on class CL_FIP_RCPT_ORDER_MANAGER has no parameter.
Method RESET_ORDER_ITEMS on class CL_FIP_RCPT_ORDER_MANAGER has no exception.
Method REVERT_TO_OLD_STATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_TOTAL_ADDED_RCPT_ORDER_QTY | Call by reference | Type reference (TYPE) | FIP_DOC_QTY | Document Quantity | 20090917 |
Method REVERT_TO_OLD_STATE on class CL_FIP_RCPT_ORDER_MANAGER has no exception.
Method SAVE_OLD_STATE Signature
Method SAVE_OLD_STATE on class CL_FIP_RCPT_ORDER_MANAGER has no parameter.
Method SAVE_OLD_STATE on class CL_FIP_RCPT_ORDER_MANAGER has no exception.
Method SAVE_ORDER_ITEMS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_CHANGED_ITEMS | Call by reference | Type reference (TYPE) | FIP_T_RCPT_ORDER_ITEM | Table of Recipients for Distribution | 20080402 |
Method SAVE_ORDER_ITEMS on class CL_FIP_RCPT_ORDER_MANAGER has no exception.
Method SET_DISTRIBUTION_QTY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CHECK_IF_CHANGED | Call by reference | Type reference (TYPE) | ABAP_BOOL | 'X' | 20080430 | |||
| 2 | EV_DISTRIBUTION_QTY | Call by reference | Type reference (TYPE) | FIP_DOC_QTY | Document Quantity | 20080702 | |||
| 3 | IV_DISTRIBUTION_QTY | Call by reference | Type reference (TYPE) | FIP_DOC_QTY | Document Quantity | 20080328 | |||
| 4 | IV_DISTRIBUTION_QTY_UOM | Call by reference | Type reference (TYPE) | FIP_DOC_UOM | Document Unit | 20080702 |
Method SET_DISTRIBUTION_QTY on class CL_FIP_RCPT_ORDER_MANAGER has no exception.
Method SET_DISTRIBUTION_QTY_UOM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_DISTRIBUTION_QTY_UOM | Call by reference | Type reference (TYPE) | FIP_DOC_UOM | Purchase Order Unit of Measure | 20080328 |
Method SET_DISTRIBUTION_QTY_UOM on class CL_FIP_RCPT_ORDER_MANAGER has no exception.
Method SET_DISTRIBUTION_STRATEGY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_DISTRIBUTION_STRATEGY | Call by reference | Type reference (TYPE) | FIP_DISTRIBUTION_STRATEGY | Natural Number | 20080328 |
Method SET_DISTRIBUTION_STRATEGY on class CL_FIP_RCPT_ORDER_MANAGER has no exception.
Method SET_FAIRSHARE_RULE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_FAIRSHARE_RULE | Call by reference | Type reference (TYPE) | FIP_FAIR_SHARE_RULE | Natural Number | 20080328 |
Method SET_FAIRSHARE_RULE on class CL_FIP_RCPT_ORDER_MANAGER has no exception.
Method SET_ON_STOCK_QTY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ON_STOCK_QTY | Call by reference | Type reference (TYPE) | FIP_DOC_QTY | Document Quantity | 20080813 |
Method SET_ON_STOCK_QTY on class CL_FIP_RCPT_ORDER_MANAGER has no exception.
Method SET_ON_STOCK_QTY_UOM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ON_STOCK_QTY_UOM | Call by reference | Type reference (TYPE) | FIP_DOC_UOM | Document Unit | 20080813 |
Method SET_ON_STOCK_QTY_UOM on class CL_FIP_RCPT_ORDER_MANAGER has no exception.
Method SET_OPEN_ORDER_LINES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_OPEN_ORDER_LINES | Call by reference | Type reference (TYPE) | FIP_T_ORDER_LINE | Table of Order Lines (STO, SO and PO) | 20090914 |
Method SET_OPEN_ORDER_LINES on class CL_FIP_RCPT_ORDER_MANAGER has no exception.
Method SET_OPEN_ORDER_QTY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_OPEN_ORDER_QTY | Call by reference | Type reference (TYPE) | FIP_DOC_QTY | Document Quantity | 20090917 |
Method SET_OPEN_ORDER_QTY on class CL_FIP_RCPT_ORDER_MANAGER has no exception.
Method SET_ORDER_HANDLER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_ORDER_HANDLER | Call by reference | Object reference (TYPE REF TO) | CL_FIP_ORDER_HANDLER | Class for handling of transactional data | 20080506 |
Method SET_ORDER_HANDLER on class CL_FIP_RCPT_ORDER_MANAGER has no exception.
Method SET_ORDER_ITEMS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_RCPT_ORDER_ITEMS | Call by reference | Type reference (TYPE) | FIP_T_RCPT_ORDER_ITEM | Table of Recipients for Distribution | 20080318 |
Method SET_ORDER_ITEMS on class CL_FIP_RCPT_ORDER_MANAGER has no exception.
Method SET_ORDER_LINES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_ORDER_LINES | Call by reference | Type reference (TYPE) | FIP_T_ORDER_LINE | Table of Order Lines (STO, SO and PO) | 20080318 |
Method SET_ORDER_LINES on class CL_FIP_RCPT_ORDER_MANAGER has no exception.
Method SET_RCPT_ORDER_QTY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_RCPT_ORDER_QTY | Call by reference | Type reference (TYPE) | FIP_DOC_QTY | Document Quantity | 20080414 |
Method SET_RCPT_ORDER_QTY on class CL_FIP_RCPT_ORDER_MANAGER has no exception.
Method SET_WAERS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_WAERS | Call by reference | Type reference (TYPE) | WAERS | Currency Key | 20080521 |
Method SET_WAERS on class CL_FIP_RCPT_ORDER_MANAGER has no exception.
Method UPDATE_ORDER_ITEMS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_ORDER_LINES_ADDED | Call by reference | Type reference (TYPE) | FIP_T_ORDER_LINE | Table of Order Lines (STO, SO and PO) | 20080416 | |||
| 2 | CT_RCPT_TO_ADD | Call by reference | Type reference (TYPE) | FIP_T_MATERIAL_RCPT_PDT | Table Material Rcpt Relationships for Order Lines retrieval | 20080416 | |||
| 3 | ET_RCPT_ORDER_ITEMS_ADDED | Call by reference | Type reference (TYPE) | FIP_T_RCPT_ORDER_ITEM | Table of Recipients for Distribution | 20080416 | |||
| 4 | EV_TOTAL_ADDED_RCPT_ORDER_QTY | Call by reference | Type reference (TYPE) | FIP_DOC_QTY | Document Quantity | 20080417 |
Method UPDATE_ORDER_ITEMS on class CL_FIP_RCPT_ORDER_MANAGER has no exception.
Method UPDATE_ORDER_ITEMS_EINDT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_RCPT_ORDER_ITEMS | Call by reference | Type reference (TYPE) | FIP_T_RCPT_ORDER_ITEM | Table of Recipients for Distribution | 20080526 |
Method UPDATE_ORDER_ITEMS_EINDT on class CL_FIP_RCPT_ORDER_MANAGER has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 604 |