Hierarchy
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_WD_COMPONENT_ASSISTANCE | Basis for a Web Dynpro assistance class | 20080213 |
Properties
| Class | CL_FIP_WDC_DISTRIBUTION_LIST | |
| Short Description | Assistance Class for WDC_FIP_DISTRIBUTION_LIST | |
| Super Class | CL_WD_COMPONENT_ASSISTANCE | Basis for a Web Dynpro assistance class |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | FIP_UI_MODEL | User Interface Models for Fresh Item Procurement |
| Created | 20080213 | SAP |
| Last change | 20130531 | 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) | |
| 3 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class CL_FIP_WDC_DISTRIBUTION_LIST has no interface implemented.
Friends
Class CL_FIP_WDC_DISTRIBUTION_LIST has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | STRING | 'COLLECTIVE ORDER' | 20080603 | |||
| 2 | Constant | Public | Type reference (TYPE) | STRING | 'YOU_CAN_ALSO_DL' | report launchpad instance | 20080611 | ||
| 3 | Constant | Public | Type reference (TYPE) | STRING | 'FIP_LP_BUY' | report launchpad role | 20080611 | ||
| 4 | Constant | Public | See coding | 20080306 | |||||
| 5 | Constant | Public | See coding | 20080213 | |||||
| 6 | Constant | Public | Type reference (TYPE) | TYPE_ICON | '~Icon/Attachment' | Icons for component type | 20080213 | ||
| 7 | Constant | Public | Type reference (TYPE) | STRING | 'MATNR' | 20080625 | |||
| 8 | Constant | Public | Type reference (TYPE) | STRING | 'MAT_MON_ALIAS' | 20080626 | |||
| 9 | Constant | Public | See coding | 20080307 | |||||
| 10 | Constant | Public | Type reference (TYPE) | STRING | 'PROCURE_MATERIALS' | Procurement List Alias in Launchpad | 20080611 | ||
| 11 | Constant | Public | Type reference (TYPE) | STRING | 'DC_ID' | Supplying Plant ID Parameter | 20080611 | ||
| 12 | Constant | Public | Type reference (TYPE) | STRING | 'DC_NAME' | Supplying Plant Nameameter | 20080611 | ||
| 13 | Instance attribute | Public | Object reference (TYPE REF TO) | FIP_BADI_MATERIAL_BAL | 20090916 | ||||
| 14 | Instance attribute | Public | Object reference (TYPE REF TO) | CL_FIP_BAL_FACTORY | Factory implementing and hiding backend access | 20090916 | |||
| 15 | Instance attribute | Private | Object reference (TYPE REF TO) | IWCI_WDC_FIP_DISTRIBUTION_LIST | WebDynpro Interface COMPONENTCONTROLLER | 20080522 | |||
| 16 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_FIP_MESSAGE_LOGGER | Class for FIP message logging/handling | 20080522 | |||
| 17 | Instance attribute | Public | Object reference (TYPE REF TO) | CL_FIP_DL_MANAGER | "BO" for Distribution List | 20080307 | |||
| 18 | Instance attribute | Private | Type reference (TYPE) | BAPIADDR3 | BAPI reference structure for addresses (contact person) | 20080409 | |||
| 19 | Instance attribute | Private | Type reference (TYPE) | IWCI_WDC_FIP_DISTRIBUTION_LIST=>ELEMENTS_DL_MATERIAL_LIST | 20080610 | ||||
| 20 | Instance attribute | Private | Type reference (TYPE) | WDR_CONTEXT_ATTR_VALUE_LIST | All Fixed Values of an Attribute with Texts | 20080403 | |||
| 21 | Instance attribute | Private | Type reference (TYPE) | WDR_CONTEXT_ATTR_VALUE_LIST | All Fixed Values of an Attribute with Texts | 20080403 | |||
| 22 | Instance attribute | Private | Type reference (TYPE) | WDR_CONTEXT_ATTR_VALUE_LIST | All Fixed Values of an Attribute with Texts | 20090204 | |||
| 23 | Instance attribute | Public | Type reference (TYPE) | FIP_BUYER | FIP Buyer | 20080222 | |||
| 24 | Instance attribute | Public | Type reference (TYPE) | WERKS_D | Plant Table for National (Centrally Agreed) Contracts | 20080222 | |||
| 25 | Instance attribute | Public | Type reference (TYPE) | FIP_WERKS_NAME | Plant name | 20080409 | |||
| 26 | Instance attribute | Public | Type reference (TYPE) | ABAP_BOOL | 20080813 | ||||
| 27 | Instance attribute | Public | Type reference (TYPE) | ABAP_BOOL | "True" means delete Recipient Orders with Qty = 0 | 20080404 | |||
| 28 | Instance attribute | Public | Type reference (TYPE) | DATS | Field of type DATS | 20080305 | |||
| 29 | Instance attribute | Public | Type reference (TYPE) | MATNR | Material Number | 20090224 |
Methods
Events
Class CL_FIP_WDC_DISTRIBUTION_LIST has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | S_MATNR | Public | See coding | 20080307 | BEGIN OF s_matnr,
matnr TYPE matnr,
maktx TYPE maktx,
sequence_number TYPE fip_mr_sequence_nbr,
distribution_qty TYPE fip_doc_qty,
distribution_qty_uom TYPE fip_doc_uom,
distribution_strategy TYPE fip_distribution_strategy,
fairshare_rule TYPE fip_fair_share_rule,
recipient_order_qty TYPE fip_doc_qty,
recipient_order_qty_scr TYPE string,
on_stock_qty TYPE fip_doc_qty,
on_stock_qty_uom TYPE fip_doc_uom,
on_stock_qty_scr TYPE string,
open_order_qty TYPE fip_doc_qty,
open_order_qty_scr TYPE string,
distribution_qty_uom_valueset TYPE wdr_context_attr_value_list,
END OF s_matnr
|
||
| 2 | T_MATNR | Public | See coding | 20080307 | t_matnr TYPE STANDARD TABLE OF s_matnr
|
Method Signatures
Method ADD_MATERIAL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_ITEMS | Call by reference | Type reference (TYPE) | IWCI_WDC_FIP_DISTRIBUTION_LIST=>ELEMENTS_DL_MATERIAL_LIST | 20080409 | ||||
| 2 | IT_MATNR | Call by reference | Type reference (TYPE) | FIP_T_MAT | Material Number | 20080501 | |||
| 3 | IV_INIT | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20090224 |
Method ADD_MATERIAL on class CL_FIP_WDC_DISTRIBUTION_LIST has no exception.
Method ARE_QUANTITIES_DIFFERENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_DL_ITEMS_UI | Call by reference | Type reference (TYPE) | CL_FIP_DL_MANAGER=>T_DL_ITEM_UI | 20080617 | ||||
| 2 | EV_ARE_QUANTITIES_DIFFERENT | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | Supplement for True Boolean Type: 'X' == True '' == False | 20080617 |
Method ARE_QUANTITIES_DIFFERENT on class CL_FIP_WDC_DISTRIBUTION_LIST has no exception.
Method CHANGE_QUANTITY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_QUANTITY | Value transfer | Type reference (TYPE) | FIP_DOC_QTY | Document Quantity | 20090916 | |||
| 2 | EV_QUANTITY_SCR | Call by reference | Type reference (TYPE) | STRING | 20090916 | ||||
| 3 | EV_QUANTITY_UOM | Value transfer | Type reference (TYPE) | FIP_DOC_UOM | Document Unit | 20090918 | |||
| 4 | IV_MATNR | Call by reference | Type reference (TYPE) | MATNR | Material Number | 20090916 | |||
| 5 | IV_NEW_UOM | Call by reference | Type reference (TYPE) | FIP_DOC_UOM | Document Unit | 20090916 | |||
| 6 | IV_OLD_UOM | Call by reference | Type reference (TYPE) | FIP_DOC_UOM | Document Unit | 20090916 | |||
| 7 | IV_QUANTITY | Call by reference | Type reference (TYPE) | FIP_DOC_QTY | Document Quantity | 20090916 |
Method CHANGE_QUANTITY on class CL_FIP_WDC_DISTRIBUTION_LIST has no exception.
Method CLEAR_ITEMS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_ITEMS | Call by reference | Type reference (TYPE) | IWCI_WDC_FIP_DISTRIBUTION_LIST=>ELEMENTS_DL_MATERIAL_LIST | 20080502 |
Method CLEAR_ITEMS on class CL_FIP_WDC_DISTRIBUTION_LIST has no exception.
Method CLEAR_MESSAGE Signature
Method CLEAR_MESSAGE on class CL_FIP_WDC_DISTRIBUTION_LIST has no parameter.
Method CLEAR_MESSAGE on class CL_FIP_WDC_DISTRIBUTION_LIST has no exception.
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_FIP_WDC_DISTRIBUTION_LIST has no parameter.
Method CONSTRUCTOR on class CL_FIP_WDC_DISTRIBUTION_LIST has no exception.
Method DISPLAY_MESSAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_COMPONENT | Call by reference | Object reference (TYPE REF TO) | OBJECT | 20080522 | ||||
| 2 | IO_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | Web Dynpro: Interface for Node Element | 20080522 | |||
| 3 | IT_MESSAGE | Call by reference | Type reference (TYPE) | FIP_T_BAL_MSG | FIP Application Message Table | 20080522 | |||
| 4 | IV_ATTRIBUTE_NAME | Call by reference | Type reference (TYPE) | STRING | 20080522 | ||||
| 5 | IV_LIFETIME | Call by reference | Type reference (TYPE) | FPM_MSG_LIFETIME_VISIBILITY | Life time and visibility of Messages in FPM | 20080522 |
Method DISPLAY_MESSAGE on class CL_FIP_WDC_DISTRIBUTION_LIST has no exception.
Method DISTRIBUTE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_DL_ITEMS_UI | Call by reference | Type reference (TYPE) | CL_FIP_DL_MANAGER=>T_DL_ITEM_UI | 20080404 | ||||
| 2 | ET_ITEMS | Call by reference | Type reference (TYPE) | IWCI_WDC_FIP_DISTRIBUTION_LIST=>ELEMENTS_DL_MATERIAL_LIST | 20080516 |
Method DISTRIBUTE on class CL_FIP_WDC_DISTRIBUTION_LIST has no exception.
Method GET_BUYER_FULL_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_FULLNAME | Value transfer | Type reference (TYPE) | AD_NAMTEXT | Full Name of Person | 20080409 |
Method GET_BUYER_FULL_NAME on class CL_FIP_WDC_DISTRIBUTION_LIST has no exception.
Method GET_DEFAULT_GI_DATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_GI_DATE | Value transfer | Type reference (TYPE) | DATS | Field of type DATS | 20080305 |
Method GET_DEFAULT_GI_DATE on class CL_FIP_WDC_DISTRIBUTION_LIST has no exception.
Method GET_ENHANCED_ORDER_LINE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_UI_ORDER_LINE | Call by reference | Type reference (TYPE) | FIP_T_UI_ORDER_LINE | Table type of FIP_S_UI_ORDER_LINE | 20090914 | |||
| 2 | IT_ORDER_LINE | Call by reference | Type reference (TYPE) | FIP_T_ORDER_LINE | Table of Order Lines (STO, SO and PO) | 20090914 |
Method GET_ENHANCED_ORDER_LINE on class CL_FIP_WDC_DISTRIBUTION_LIST has no exception.
Method GET_ITEMS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_ITEMS | Call by reference | Type reference (TYPE) | IWCI_WDC_FIP_DISTRIBUTION_LIST=>ELEMENTS_DL_MATERIAL_LIST | Vorschlagswerte bei Anlage von Debitoren aus Workbench | 20080215 |
Method GET_ITEMS on class CL_FIP_WDC_DISTRIBUTION_LIST has no exception.
Method GET_LAST_UPDATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_LAST_UPDATE | Value transfer | Type reference (TYPE) | STRING | 20090225 |
Method GET_LAST_UPDATE on class CL_FIP_WDC_DISTRIBUTION_LIST has no exception.
Method GET_OPEN_ORDER_LINE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_UI_OPEN_ORDERS | Value transfer | Type reference (TYPE) | FIP_T_UI_ORDER_LINE | Table type of FIP_S_UI_ORDER_LINE | 20090914 | |||
| 2 | IV_MATNR | Call by reference | Type reference (TYPE) | MATNR | Material Number | 20090914 | |||
| 3 | IV_SEQUENCE_NUMBER | Call by reference | Type reference (TYPE) | FIP_MR_SEQUENCE_NBR | Sequence number of the material in priority. | 20090914 |
Method GET_OPEN_ORDER_LINE on class CL_FIP_WDC_DISTRIBUTION_LIST has no exception.
Method GET_RCPNT_ORDER_STATUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_EXPECTED_RECIPIENTS | Call by reference | Type reference (TYPE) | I | Number of Expected Orders from Recipients | 20090226 | |||
| 2 | EV_RCPNT_ORDER_STATUS_TODAY | Call by reference | Type reference (TYPE) | FIP_PERCENTAGE | Percentaged data field | 20090226 | |||
| 3 | EV_RECEIVED_FROM_RECIPIENTS | Call by reference | Type reference (TYPE) | I | Number of Orders from Recipients | 20090226 |
Method GET_RCPNT_ORDER_STATUS on class CL_FIP_WDC_DISTRIBUTION_LIST has no exception.
Method GET_RCPT_ORDER_LINE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_UI_OPEN_ORDERS | Value transfer | Type reference (TYPE) | FIP_T_UI_ORDER_LINE | Table type of FIP_S_UI_ORDER_LINE | 20090914 | |||
| 2 | IV_MATNR | Call by reference | Type reference (TYPE) | MATNR | Material Number | 20090914 | |||
| 3 | IV_SEQUENCE_NUMBER | Call by reference | Type reference (TYPE) | FIP_MR_SEQUENCE_NBR | Sequence number of the material in priority. | 20090914 |
Method GET_RCPT_ORDER_LINE on class CL_FIP_WDC_DISTRIBUTION_LIST has no exception.
Method GET_UOM_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_UOM_VALUE | Call by reference | Type reference (TYPE) | FIP_DOC_UOM | Document Unit | 20090204 | |||
| 2 | RV_UOM_TEXT | Value transfer | Type reference (TYPE) | STRING | 20090204 |
Method GET_UOM_TEXT on class CL_FIP_WDC_DISTRIBUTION_LIST has no exception.
Method GET_VALUESET_DISTRIB_STRATEGY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_VALUESET | Call by reference | Type reference (TYPE) | WDR_CONTEXT_ATTR_VALUE_LIST | All Fixed Values of an Attribute with Texts | 20080213 |
Method GET_VALUESET_DISTRIB_STRATEGY on class CL_FIP_WDC_DISTRIBUTION_LIST has no exception.
Method GET_VALUESET_FAIRSHARE_RULE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_VALUESET | Call by reference | Type reference (TYPE) | WDR_CONTEXT_ATTR_VALUE_LIST | All Fixed Values of an Attribute with Texts | 20080213 |
Method GET_VALUESET_FAIRSHARE_RULE on class CL_FIP_WDC_DISTRIBUTION_LIST has no exception.
Method GET_VALUESET_UOM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_VALUESET | Call by reference | Type reference (TYPE) | WDR_CONTEXT_ATTR_VALUE_LIST | All Fixed Values of an Attribute with Texts | 20080213 | |||
| 2 | IT_UOM_LIST | Call by reference | Type reference (TYPE) | FIP_T_BAL_MATERIAL_UOM | UoM List for Material | 20080403 |
Method GET_VALUESET_UOM on class CL_FIP_WDC_DISTRIBUTION_LIST has no exception.
Method INIT_ASSISTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_COMP_CONTROLLER | Call by reference | Object reference (TYPE REF TO) | IWCI_WDC_FIP_DISTRIBUTION_LIST | WebDynpro Interface COMPONENTCONTROLLER | 20080522 |
Method INIT_ASSISTANCE on class CL_FIP_WDC_DISTRIBUTION_LIST has no exception.
Method IS_DIRTY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_DL_ITEMS_UI | Call by reference | Type reference (TYPE) | CL_FIP_DL_MANAGER=>T_DL_ITEM_UI | 20080610 | ||||
| 2 | EV_DIRTY | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | Supplement for True Boolean Type: 'X' == True '' == False | 20080610 |
Method IS_DIRTY on class CL_FIP_WDC_DISTRIBUTION_LIST has no exception.
Method IS_GREATER_THAN_ON_STOCK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_IS_GREATER_THAN_ON_STOCK | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | Supplement for True Boolean Type: 'X' == True '' == False | 20080813 | |||
| 2 | IT_DL_ITEMS_UI | Call by reference | Type reference (TYPE) | CL_FIP_DL_MANAGER=>T_DL_ITEM_UI | 20080813 |
Method IS_GREATER_THAN_ON_STOCK on class CL_FIP_WDC_DISTRIBUTION_LIST has no exception.
Method IS_NEW_GI_DATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_HAS_CHANGED | Call by reference | Type reference (TYPE) | FIP_BOOL | Boolean: true = X and false = SPACE | 20080403 | |||
| 2 | IV_GI_DATE | Call by reference | Type reference (TYPE) | DATS | Field of type DATS | 20080403 | |||
| 3 | IV_OLD_GI_DATE | Call by reference | Type reference (TYPE) | DATS | Field of type DATS | 20080403 |
Method IS_NEW_GI_DATE on class CL_FIP_WDC_DISTRIBUTION_LIST has no exception.
Method MAP_TO_UI Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_ITEMS | Call by reference | Type reference (TYPE) | IWCI_WDC_FIP_DISTRIBUTION_LIST=>ELEMENTS_DL_MATERIAL_LIST | 20080408 | ||||
| 2 | IT_DL_ITEMS_UI | Call by reference | Type reference (TYPE) | CL_FIP_DL_MANAGER=>T_DL_ITEM_UI | 20080502 | ||||
| 3 | IT_ITEMS | Call by reference | Type reference (TYPE) | FIP_T_DL_ITEM | Items of the DL | 20080408 | |||
| 4 | IT_MATERIALS | Call by reference | Type reference (TYPE) | FIP_T_DL_MATERIAL | Table containing all material specific information for DL | 20080408 |
Method MAP_TO_UI on class CL_FIP_WDC_DISTRIBUTION_LIST has no exception.
Method REFRESH_ITEMS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_ITEMS | Call by reference | Type reference (TYPE) | IWCI_WDC_FIP_DISTRIBUTION_LIST=>ELEMENTS_DL_MATERIAL_LIST | 20080408 | ||||
| 2 | IT_DL_ITEMS_UI | Call by reference | Type reference (TYPE) | CL_FIP_DL_MANAGER=>T_DL_ITEM_UI | 20080502 |
Method REFRESH_ITEMS on class CL_FIP_WDC_DISTRIBUTION_LIST has no exception.
Method SET_BUYER_INFORMATION Signature
Method SET_BUYER_INFORMATION on class CL_FIP_WDC_DISTRIBUTION_LIST has no parameter.
Method SET_BUYER_INFORMATION on class CL_FIP_WDC_DISTRIBUTION_LIST has no exception.
Method SET_NEW_GI_DATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CV_NEW_GI_DATE | Call by reference | Type reference (TYPE) | DATS | Field of type DATS | 20100401 |
Method SET_NEW_GI_DATE on class CL_FIP_WDC_DISTRIBUTION_LIST has no exception.
Method SET_VALUESET_UOM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_VALUESET_UOM_LIST | Call by reference | Type reference (TYPE) | WDR_CONTEXT_ATTR_VALUE_LIST | All Fixed Values of an Attribute with Texts | 20090204 |
Method SET_VALUESET_UOM on class CL_FIP_WDC_DISTRIBUTION_LIST has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 604 |