SAP ABAP Class CL_O2C_POWL_SHP_DELDUE (Sales Documents for Delivery)
Hierarchy
☛
SAP_APPL (Software Component) Logistics and Accounting
⤷
LE-SHP (Application Component) Shipping
⤷
ERP_SALES_O2C_SHP (Package) ERP Sales Order 2 Cash - Shipping
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_O2C_POWL_ABSTRACT_CLASS | Abstract Class for O2C POWL Feeder Classes | 20070322 |
Properties
| Class | CL_O2C_POWL_SHP_DELDUE | |
| Short Description | Sales Documents for Delivery | |
| Super Class | CL_O2C_POWL_ABSTRACT_CLASS | Abstract Class for O2C POWL Feeder Classes |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | V_O2C | |
| Program status | ||
| Category | 0 | |
| Package | ERP_SALES_O2C_SHP | ERP Sales Order 2 Cash - Shipping |
| Created | 20070322 | SAP |
| Last change | 20100310 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_O2C_POWL_SHP_DELDUE has no forward declaration.
Interfaces
Class CL_O2C_POWL_SHP_DELDUE has no interface implemented.
Friends
Class CL_O2C_POWL_SHP_DELDUE has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | Type reference (TYPE) | POWL_ACTIONID_TY | 'CHANGE' | Action: 'Change' | 20070322 | ||
| 2 | Constant | Private | Type reference (TYPE) | POWL_ACTIONID_TY | 'CREATEDELBACKGROUND' | Action: 'Create Delivery in Background' | 20070329 | ||
| 3 | Constant | Private | Type reference (TYPE) | POWL_ACTIONID_TY | 'CREATEDELFOREGROUND' | Action: 'Create Delivery in Foreground' | 20070329 | ||
| 4 | Constant | Private | Type reference (TYPE) | POWL_ACTIONID_TY | 'DISPLAY' | Action: 'Display' | 20070322 | ||
| 5 | Constant | Private | Type reference (TYPE) | POWL_ACTIONID_TY | 'VBELN' | Action: 'Display' | 20070412 | ||
| 6 | Instance attribute | Private | Type reference (TYPE) | POWL_ACTDESCR_TTY | Action: Meta Description | 20070322 | |||
| 7 | Instance attribute | Private | Type reference (TYPE) | RSPARAMS_TT | rsparams Table | 20070322 | |||
| 8 | Instance attribute | Private | Type reference (TYPE) | POWL_FIELDCAT_TTY | Field Catalog - Meta Description | 20070322 | |||
| 9 | Instance attribute | Private | Type reference (TYPE) | GX_RESULT | Sales Documents/Document Items for Delivery | 20070322 | |||
| 10 | Instance attribute | Private | Type reference (TYPE) | POWL_SELCRIT_TTY | Selection Criteria - Meta Description | 20070322 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | Format Selection Criteria for Data Retrieval | 20070328 | |
| 2 | Instance method | Private | Method | Format Results from Data Retrieval | 20070328 | |
| 3 | Instance method | Private | Method | Create Deliveries for Selected Sales Documents | 20070329 | |
| 4 | Static method | Private | Method | Provides LED Icon for Fixed Values for Domain 'AMPEL_IK' | 20070330 | |
| 5 | Static method | Private | Method | Provides Quick Info on Due Date Icon | 20070412 | |
| 6 | Instance method | Private | Method | Split Flagged Items into Selected/Not Selected | 20070329 | |
| 7 | Instance method | Private | Method | Determine if items were skipped during selection | 20070329 |
Events
Class CL_O2C_POWL_SHP_DELDUE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | GX_RESULT | Private | See coding | Sales Documents/Document Items for Delivery | 20070328 | gx_result type standard table of gy_result with non-unique default key
|
|
| 2 | GX_VPOS | Private | See coding | Sales Document (Items) Table | 20070329 | gx_vpos type standard table of gy_vpos with non-unique key vbeln posnr
|
|
| 3 | GY_BADI | Private | Object reference (TYPE REF TO) | BADI_FEEDER_SHP_DELDUE | BAdI for POWL Feeder Class of All Sales Documents | 20070322 | |
| 4 | GY_BADI_INT | Private | Object reference (TYPE REF TO) | BADI_FEEDER_SHP_DELDUE_INT | Internal BAdI for POWL Feeder Class of All SD Documents | 20090603 | |
| 5 | GY_RESULT | Private | See coding | Sales Documents/Document Items for Delivery | 20070330 | begin of gy_result .
include type tds_deldue.
types ledat type ledat.
types icon type icon_d.
types icon_tooltip type icon_text.
types end of gy_result
|
|
| 6 | GY_VPOS | Private | See coding | Sales Documents/Document Items | 20070329 | begin of gy_vpos,
vbeln type vbeln,
posnr type posnr.
types end of gy_vpos
|
Method Signatures
Method CONVERT_SEL_CRITERIA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_SELCRIT_VALUES | Call by reference | Type reference (TYPE) | RSPARAMS_TT | Selektionsparameter der entsprechenden Query | 20070328 | |||
| 2 | RX_SELECT_OPTIONS | Value transfer | Type reference (TYPE) | SHP_VL10_SELECT_OPTIONS | Selektions-Optionen für versandfällige Belege | 20070328 |
Method CONVERT_SEL_CRITERIA on class CL_O2C_POWL_SHP_DELDUE has no exception.
Method CONVERT_SEL_RESULT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IX_SD_ORDER | Call by reference | Type reference (TYPE) | SHP_VL10_SD_ORDER | Interne Tabellen zum SD-Auftrag | 20070328 | |||
| 2 | RT_RESULT | Value transfer | Type reference (TYPE) | GX_RESULT | Verkaufsbeleg(positionen) zur Belieferung | 20070328 |
Method CONVERT_SEL_RESULT on class CL_O2C_POWL_SHP_DELDUE has no exception.
Method CREATE_DELIVERY_BACKGROUND Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CF_CHANGES_PROCESSED | Call by reference | Type reference (TYPE) | POWL_XFLAG_TY | Von Feeder verarb. Benutzeränd.(POWL-Status "dirty" zurücks) | 20070523 | |||
| 2 | CF_RESULT_CHANGED | Call by reference | Type reference (TYPE) | POWL_XFLAG_TY | Ergebnistabelle C_RESULTS ändern (im Zweifelsfall setzen) | 20070523 | |||
| 3 | CF_SELECTED_CHANGED | Call by reference | Type reference (TYPE) | POWL_XFLAG_TY | Gewählte Ergeb. in C_SELECTED, die durch Feeder geänd. wurd. | 20070523 | |||
| 4 | CT_RESULT_TAB | Call by reference | Type reference (TYPE) | GX_RESULT | Verkaufsbeleg(positionen) zur Belieferung | 20070416 | |||
| 5 | CT_SELECTED | Call by reference | Type reference (TYPE) | RSTABIXTAB | Repository Infosystem Tabelle für Indizies | 20070416 | |||
| 6 | E_DO_REFRESH | Call by reference | Type reference (TYPE) | POWL_XFLAG_TY | Lösen Sie eine komplette Aktualisierung der Query aus | 20070329 | |||
| 7 | E_MESSAGES | Call by reference | Type reference (TYPE) | POWL_MSG_TTY | Nachrichtenmetabeschreibung | 20070329 | |||
| 8 | I_ACTION_CONF | Call by reference | Type reference (TYPE) | POWL_ACTION_CONF_TY | 20070329 |
Method CREATE_DELIVERY_BACKGROUND on class CL_O2C_POWL_SHP_DELDUE has no exception.
Method GET_LED_ICON Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IF_AMPEL | Call by reference | Type reference (TYPE) | AMPEL_IK | '3' | Statusanzeige der KommWelle / Lieferung der KommWelle | 20070330 | ||
| 2 | RF_LED | Value transfer | Type reference (TYPE) | ICON_D | Ikone in Textfeldern (Ersatzdarstellung, Alias) | 20070330 |
Method GET_LED_ICON on class CL_O2C_POWL_SHP_DELDUE has no exception.
Method GET_LED_TOOLTIP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IF_AMPEL | Call by reference | Type reference (TYPE) | AMPEL_IK | '3' | Statusanzeige der KommWelle / Lieferung der KommWelle | 20070412 | ||
| 2 | RF_TOOLTIP | Value transfer | Type reference (TYPE) | ICON_TEXT | Trägerfeld für Ikonen | 20070412 |
Method GET_LED_TOOLTIP on class CL_O2C_POWL_SHP_DELDUE has no exception.
Method GET_VPOS_4SELECTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_EXCL | Call by reference | Type reference (TYPE) | GX_VPOS | ausgewählte Verkaufsbelegpositionen | 20070329 | |||
| 2 | ET_INCL | Call by reference | Type reference (TYPE) | GX_VPOS | Verkaufsbeleg(positionen)-Tabelle | 20070329 | |||
| 3 | IT_RESULT_TAB | Call by reference | Type reference (TYPE) | INDEX TABLE | 20070329 | ||||
| 4 | IT_SELECTED | Call by reference | Type reference (TYPE) | RSTABIXTAB | Repository Infosystem Tabelle für Indizies | 20070329 |
Method GET_VPOS_4SELECTION on class CL_O2C_POWL_SHP_DELDUE has no exception.
Method UNCOMPLETE_CHOICE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_RESULT_TAB | Call by reference | Type reference (TYPE) | INDEX TABLE | 20070329 | ||||
| 2 | IT_SELECTED | Call by reference | Type reference (TYPE) | RSTABIXTAB | Repository Infosystem Tabelle für Indizies | 20070329 | |||
| 3 | RF_UNCOMPLETE | Value transfer | Type reference (TYPE) | BOOLEAN | Aufträge unvollständig selektiert | 20070329 |
Method UNCOMPLETE_CHOICE on class CL_O2C_POWL_SHP_DELDUE has no exception.
History
| Last changed by/on | SAP | 20100310 |
| SAP Release Created in | 602 |