SAP ABAP Class CL_FIP_WDC_SALES_ORDER (Assistance Class for WDC_FIP_SEARCH_SO)
Hierarchy
☛
SAP_APPL (Software Component) Logistics and Accounting
⤷
MM-PUR-FIP (Application Component) Perishables Procurement
⤷
FIP_UI_MODEL (Package) User Interface Models for Fresh Item Procurement
⤷
⤷
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 | 20080416 |
Properties
| Class | CL_FIP_WDC_SALES_ORDER | |
| Short Description | Assistance Class for WDC_FIP_SEARCH_SO | |
| 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 | 20080416 | SAP |
| Last change | 20100310 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_FIP_WDC_SALES_ORDER has no forward declaration.
Interfaces
Class CL_FIP_WDC_SALES_ORDER has no interface implemented.
Friends
Class CL_FIP_WDC_SALES_ORDER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | See coding | 20080423 | |||||
| 2 | Constant | Public | See coding | 20080425 | |||||
| 3 | Constant | Public | See coding | 20080425 | |||||
| 4 | Constant | Public | See coding | 20080509 | |||||
| 5 | Instance attribute | Public | Object reference (TYPE REF TO) | FIP_BADI_SALES_ORDER_BAL | 20080416 | ||||
| 6 | Instance attribute | Public | Type reference (TYPE) | STRING | type for the search screen: basic or advanced | 20080509 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | 20080416 | ||
| 2 | Static method | Public | Method | get the list of values for drop down list of possible date | 20080423 | |
| 3 | Static method | Public | Method | get the first day of last week | 20080423 | |
| 4 | Instance method | Public | Method | get sales orders | 20080416 | |
| 5 | Instance method | Private | Method | 20080416 |
Events
Class CL_FIP_WDC_SALES_ORDER has no event.
Types
Class CL_FIP_WDC_SALES_ORDER has no local type.
Method Signatures
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_FIP_WDC_SALES_ORDER has no parameter.
Method CONSTRUCTOR on class CL_FIP_WDC_SALES_ORDER has no exception.
Method GET_DATE_KEY_LIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_VALUE_SET | Value transfer | Object reference (TYPE REF TO) | WDR_CONTEXT_ATTR_VALUE_LIST | All Fixed Values of an Attribute with Texts | 20080423 |
Method GET_DATE_KEY_LIST on class CL_FIP_WDC_SALES_ORDER has no exception.
Method GET_FIRSTDAY_LAST_WEEK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_DAY | Value transfer | Type reference (TYPE) | DATUM | Date | 20080423 |
Method GET_FIRSTDAY_LAST_WEEK on class CL_FIP_WDC_SALES_ORDER has no exception.
Method GET_SALES_ORDERS 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 | 20080522 | |||
| 2 | ET_SALES_ORDERS | Call by reference | Type reference (TYPE) | FIP_T_SALES_ORDER | Table of Sales Orders | 20080416 | |||
| 3 | EV_MAX_QUERY_HITS_EXCEEDED | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20080526 | |||
| 4 | EV_RETURNED_ROWS | Call by reference | Type reference (TYPE) | I | Returned rows of result | 20080526 | |||
| 5 | IT_AUART | Call by reference | Type reference (TYPE) | FIP_T_AUART_RANGE | Range: Sales Document Type | 20080509 | |||
| 6 | IT_EAN11 | Call by reference | Type reference (TYPE) | FIP_T_EAN11_RANGE | Range: International Article Number (EAN/UPC) | 20080609 | |||
| 7 | IT_ERDAT | Call by reference | Type reference (TYPE) | FIP_T_ERDAT_RANGE | Range: Date on Which Record Was Created | 20080417 | |||
| 8 | IT_ERNAM | Call by reference | Type reference (TYPE) | FIP_T_ERNAM_RANGE | Range: Name of the Person who Created the Object | 20080417 | |||
| 9 | IT_MAKTX | Call by reference | Type reference (TYPE) | FIP_T_MAKTX_RANGE | Range: Material Number | 20080609 | |||
| 10 | IT_MATKL | Call by reference | Type reference (TYPE) | FIP_T_MATKL_RANGE | Range: Material Group | 20080417 | |||
| 11 | IT_MATNR | Call by reference | Type reference (TYPE) | FIP_T_MATNR_RANGE | Range: Material Number | 20080417 | |||
| 12 | IT_VDATU | Call by reference | Type reference (TYPE) | FIP_T_VDATU_RANGE | Range: Requested Delivery Date | 20080417 | |||
| 13 | IT_VKGRP | Call by reference | Type reference (TYPE) | FIP_T_VKGRP_RANGE | Range: Sales group | 20080509 | |||
| 14 | IT_VKORG | Call by reference | Type reference (TYPE) | FIP_T_VKORG_RANGE | Range: Sales Organization | 20080417 | |||
| 15 | IT_WERKS | Call by reference | Type reference (TYPE) | FIP_T_WERKS_RANGE | Range: Plant | 20080417 | |||
| 16 | IV_MAX_HITS | Call by reference | Type reference (TYPE) | I | Max number of hits | 20080526 |
Method GET_SALES_ORDERS on class CL_FIP_WDC_SALES_ORDER has no exception.
Method INIT Signature
Method INIT on class CL_FIP_WDC_SALES_ORDER has no parameter.
Method INIT on class CL_FIP_WDC_SALES_ORDER has no exception.
History
| Last changed by/on | SAP | 20100310 |
| SAP Release Created in | 604 |