SAP ABAP Interface /DSD/IF_EX_SV_RELOAD (Business add-in interface /DSD/IF_EX_SV_RELOAD)
Hierarchy
☛
EA-APPL (Software Component) SAP Enterprise Extension PLM, SCM, Financials
⤷
LE-DSD-SV (Application Component) Stock Visibility
⤷
/DSD/SV (Package) Direct Store Delivery - Stock Visibility
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | /DSD/CL_DEF_IM_SV_RELOAD | Default implementation for business add-in definition /DSD/S | 20060530 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | /DSD/CL_EX_SV_RELOAD | BAdI Class /DSD/CL_EX_SV_RELOAD | 20060726 |
Properties
| Interface | /DSD/IF_EX_SV_RELOAD | |
| Short Description | Business add-in interface /DSD/IF_EX_SV_RELOAD |
General Data
| Package | /DSD/SV | Direct Store Delivery - Stock Visibility |
| Created | 20060427 | SAP |
| Last changed | 20060920 | SAP |
| Unicode checks active |
Forward declarations
Interface /DSD/IF_EX_SV_RELOAD has no forward declaration.
Interfaces
Interface /DSD/IF_EX_SV_RELOAD has no interface.
Friends
Interface /DSD/IF_EX_SV_RELOAD has no friend.
Attributes
Interface /DSD/IF_EX_SV_RELOAD has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Additional handling by canceling a sequence | 20060427 | |
| 2 | Instance method | Public | Method | Get tour status from DSD Connector | 20060530 | |
| 3 | Instance method | Public | Method | Returns tour numbers with overall status S from DSD Connecto | 20060530 | |
| 4 | Instance method | Public | Method | Delete reload data queue on MW | 20060530 | |
| 5 | Instance method | Public | Method | FCode handling for GUI enhancement | 20060504 | |
| 6 | Instance method | Public | Method | Get additional allowed materials | 20060427 | |
| 7 | Instance method | Public | Method | Enhance GUI | 20060504 | |
| 8 | Instance method | Public | Method | Notify MW about reload data | 20060530 | |
| 9 | Instance method | Public | Method | Change items before update the order | 20060502 | |
| 10 | Instance method | Public | Method | Change header, partner or items before create the order | 20060502 | |
| 11 | Instance method | Public | Method | Additional handling after deletion of an order | 20060508 | |
| 12 | Instance method | Public | Method | Additional handling after creation deliveries | 20060510 | |
| 13 | Instance method | Public | Method | Save addtional data | 20060427 | |
| 14 | Instance method | Public | Method | Preparation of save | 20060504 |
Events
Interface /DSD/IF_EX_SV_RELOAD has no event.
Types
Interface /DSD/IF_EX_SV_RELOAD has no local type.
Method Signatures
Method CANCEL_SEQUENCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CF_ABORT_CANCEL | Call by reference | Type reference (TYPE) | C | Abort cancelation ('X' = abort cancel; ' ' = cancel) | 20060504 | |||
| 2 | CT_MESSAGES | Call by reference | Type reference (TYPE) | BAPIRET2_T | Return parameter table | 20060510 | |||
| 3 | CT_RELOAD_HEADERS | Call by reference | Type reference (TYPE) | /DSD/SV_RLD_HD_TT | DSD SV: Reload Header | 20060427 | |||
| 4 | CT_RELOAD_ITEMS | Call by reference | Type reference (TYPE) | /DSD/SV_RLD_IT_TT | DSD SV: Reload Item | 20060427 | |||
| 5 | CT_RELOAD_ORDERS | Call by reference | Type reference (TYPE) | /DSD/SV_ORD_TOUR_TT | DSD SV: Assignment Reload and Unload Orders to Tour | 20060427 |
Method CANCEL_SEQUENCE on Interface /DSD/IF_EX_SV_RELOAD has no exception.
Method CN_GET_TOUR_STATUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_STATUS | Call by reference | Type reference (TYPE) | /DSD/ME_TRAN_STATUS | DSD Connector: Transactional Data Status | 20060530 | |||
| 2 | I_TOURID | Call by reference | Type reference (TYPE) | /DSD/ME_TOURID | DSD Connecter: Tour ID | 20060530 |
Method CN_GET_TOUR_STATUS on Interface /DSD/IF_EX_SV_RELOAD has no exception.
Method CN_GET_TOUR_STATUS_S Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_DDR_STAT | Call by reference | Type reference (TYPE) | /DSD/ME_DDR_STAT_TT | DSD Connector: Data Readiness | 20060530 | |||
| 2 | IF_DRIVER_ID | Call by reference | Type reference (TYPE) | /DSD/ME_DRIVER | DSD Connector: Driver | 20060530 | |||
| 3 | IF_MEUSER | Call by reference | Type reference (TYPE) | /DSD/ME_MEUSER | DSD Connector: Mobile Engine User ID | 20060530 |
Method CN_GET_TOUR_STATUS_S on Interface /DSD/IF_EX_SV_RELOAD has no exception.
Method DELETE_MW_RELOAD_QUEUE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_RETURN | Call by reference | Type reference (TYPE) | BAPIRET2_T | Return parameter table | 20060530 | |||
| 2 | E_DELETION_FAILED | Call by reference | Type reference (TYPE) | CHAR1 | =X if deletion failed | 20060530 | |||
| 3 | E_SUBRC | Call by reference | Type reference (TYPE) | SY-SUBRC | Return value, return value after ABAP statements | 20060530 | |||
| 4 | I_TOURID | Call by reference | Type reference (TYPE) | /DSD/ME_TOURID | DSD Connecter: Tour ID | 20060530 |
Method DELETE_MW_RELOAD_QUEUE on Interface /DSD/IF_EX_SV_RELOAD has no exception.
Method FCODE_HANDLING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_MESSAGES | Call by reference | Type reference (TYPE) | BAPIRET2_T | Return parameter table | 20060510 | |||
| 2 | CT_RELOAD_HEADERS | Call by reference | Type reference (TYPE) | /DSD/SV_RLD_HD_TT | DSD SV: Reload Header | 20060504 | |||
| 3 | CT_RELOAD_HEADERS_OLD | Call by reference | Type reference (TYPE) | /DSD/SV_RLD_HD_TT | DSD SV: Reload Header | 20060504 | |||
| 4 | CT_RELOAD_ITEMS | Call by reference | Type reference (TYPE) | /DSD/SV_RLD_IT_TT | DSD SV: Reload Item | 20060504 | |||
| 5 | CT_RELOAD_ITEMS_OLD | Call by reference | Type reference (TYPE) | /DSD/SV_RLD_IT_TT | DSD SV: Reload Item | 20060504 | |||
| 6 | CT_RELOAD_ORDERS | Call by reference | Type reference (TYPE) | /DSD/SV_ORD_TOUR_TT | DSD SV: Assignment Reload and Unload Orders to Tour | 20060504 | |||
| 7 | IF_OK_CODE | Call by reference | Type reference (TYPE) | SYUCOMM | Screens, function code triggered by PAI | 20060504 |
Method FCODE_HANDLING on Interface /DSD/IF_EX_SV_RELOAD has no exception.
Method GET_ALLOWED_MATERIALS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_ALLOWED_MATERIALS | Call by reference | Type reference (TYPE) | /DSD/SV_RLD_MAT_TT | For reload allowed materials | 20060427 | |||
| 2 | CT_MESSAGES | Call by reference | Type reference (TYPE) | BAPIRET2_T | Return parameter table | 20060510 | |||
| 3 | IT_RELOAD_HEADERS | Call by reference | Type reference (TYPE) | /DSD/SV_RLD_HD_TT | DSD SV: Reload Header | 20060427 | |||
| 4 | IT_RELOAD_ITEMS | Call by reference | Type reference (TYPE) | /DSD/SV_RLD_IT_TT | DSD SV: Reload Item | 20060427 | |||
| 5 | IT_RELOAD_ORDERS | Call by reference | Type reference (TYPE) | /DSD/SV_ORD_TOUR_TT | DSD SV: Assignment Reload and Unload Orders to Tour | 20060427 |
Method GET_ALLOWED_MATERIALS on Interface /DSD/IF_EX_SV_RELOAD has no exception.
Method GUI_ENHANCEMENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_FCODE | Call by reference | Type reference (TYPE) | BMENU_FCODE_LIST | Screens, function code triggered by PAI | 20060504 | |||
| 2 | IF_ACTIVE_SEQUENCE | Call by reference | Type reference (TYPE) | /DSD/SV_RELOAD_SEQUENCE | Reload Sequence | 20060504 | |||
| 3 | IF_DISPLAY_SEQUENCE | Call by reference | Type reference (TYPE) | /DSD/SV_RELOAD_SEQUENCE | Reload Sequence | 20060504 | |||
| 4 | IF_MODE | Call by reference | Type reference (TYPE) | C | change/display mode | 20060504 |
Method GUI_ENHANCEMENT on Interface /DSD/IF_EX_SV_RELOAD has no exception.
Method NOTIFY_MW_QUEUE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_RETURN | Call by reference | Type reference (TYPE) | BAPIRET2_T | Return parameter table | 20060530 | |||
| 2 | E_SUBRC | Call by reference | Type reference (TYPE) | SY-SUBRC | Return value, return value after ABAP statements | 20060530 | |||
| 3 | I_TOURID | Call by reference | Type reference (TYPE) | /DSD/ME_TOURID | DSD Connecter: Tour ID | 20060530 |
Method NOTIFY_MW_QUEUE on Interface /DSD/IF_EX_SV_RELOAD has no exception.
Method RELOAD_ORDER_CHANGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_ORDER_ITEMS | Call by reference | Type reference (TYPE) | /DSD/SV_BAPISDITM_TT | Table for BAPISDITM for BADI Parameter | 20060502 | |||
| 2 | CT_ORDER_ITEMS_X | Call by reference | Type reference (TYPE) | /DSD/SV_BAPISDITMX_TT | Table for BAPISDITMX for BADI Parameter | 20060502 | |||
| 3 | CT_ORDER_SCHEDULE | Call by reference | Type reference (TYPE) | /DSD/SV_BAPISCHDL_TT | Table for BAPISCHDL for BADI Parameter | 20060502 | |||
| 4 | CT_ORDER_SCHEDULE_X | Call by reference | Type reference (TYPE) | /DSD/SV_BAPISCHDLX_TT | Table for BAPISCHDLX for BADI Parameter | 20060502 |
Method RELOAD_ORDER_CHANGE on Interface /DSD/IF_EX_SV_RELOAD has no exception.
Method RELOAD_ORDER_CREATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_ORDER_HEADER | Call by reference | Type reference (TYPE) | BAPISDHD1 | Communication Fields: Sales and Distribution Document Header | 20060502 | |||
| 2 | CT_ORDER_ITEMS | Call by reference | Type reference (TYPE) | /DSD/SV_BAPISDITM_TT | Table for BAPISDITM for BADI Parameter | 20060502 | |||
| 3 | CT_ORDER_PARTNER | Call by reference | Type reference (TYPE) | /DSD/SV_BAPIPARNR_TT | Table for BAPIPARNR for BADI Parameter | 20060502 | |||
| 4 | CT_ORDER_SCHEDULE | Call by reference | Type reference (TYPE) | /DSD/SV_BAPISCHDL_TT | Table for BAPISCHDL for BADI Parameter | 20060511 |
Method RELOAD_ORDER_CREATE on Interface /DSD/IF_EX_SV_RELOAD has no exception.
Method RELOAD_ORDER_DELETE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_MESSAGES | Call by reference | Type reference (TYPE) | BAPIRET2_T | Return parameter table | 20060508 | |||
| 2 | IS_RELOAD_HEADER | Call by reference | Type reference (TYPE) | /DSD/SV_RLD_HD | DSD SV: Reload Header Data | 20060508 | |||
| 3 | IT_ORD_DELETED | Call by reference | Type reference (TYPE) | /DSD/SV_ORD_TOUR_TT | Sales and distribution document number | 20060508 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Error during processing | 20060510 |
Method RELOAD_ORDER_DELIVERED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_LIKPVB | Call by reference | Type reference (TYPE) | SHP_LIKP_T | Deliveries | 20060510 | |||
| 2 | CT_MESSAGES | Call by reference | Type reference (TYPE) | BAPIRET2_T | Return parameter table | 20060510 | |||
| 3 | CT_ORD_TOUR | Call by reference | Type reference (TYPE) | /DSD/SV_ORD_TOUR_TT | DSD SV: Assignment Reload and Unload Orders to Tour | 20060511 | |||
| 4 | IS_RLD_HD | Call by reference | Type reference (TYPE) | /DSD/SV_RLD_HD | DSD SV: Reload Header Data | 20060510 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Error during processing | 20060510 |
Method SAVE_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_RELOAD_HEADERS | Call by reference | Type reference (TYPE) | /DSD/SV_RLD_HD | DSD SV: Reload Header | 20060504 | |||
| 2 | CT_MESSAGES | Call by reference | Type reference (TYPE) | BAPIRET2_T | Return parameter table | 20060510 | |||
| 3 | CT_RELOAD_ITEMS | Call by reference | Type reference (TYPE) | /DSD/SV_RLD_IT_TT | DSD SV: Reload Item | 20060427 | |||
| 4 | CT_RELOAD_ORDERS | Call by reference | Type reference (TYPE) | /DSD/SV_ORD_TOUR_TT | DSD SV: Assignment Reload and Unload Orders to Tour | 20060427 |
Method SAVE_DATA on Interface /DSD/IF_EX_SV_RELOAD has no exception.
Method SAVE_DATA_PREPARE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CF_SAVE_DATA | Call by reference | Type reference (TYPE) | C | Flag to save data ('X' = save; ' ' = do not save) | 20060504 | |||
| 2 | CS_RELOAD_HEADER_SAVE | Call by reference | Type reference (TYPE) | /DSD/SV_RLD_HD | DSD SV: Reload Header | 20060504 | |||
| 3 | CS_RELOAD_HEADER_SAVE_OLD | Call by reference | Type reference (TYPE) | /DSD/SV_RLD_HD | DSD SV: Reload Header | 20060504 | |||
| 4 | CT_MESSAGES | Call by reference | Type reference (TYPE) | BAPIRET2_T | Return parameter table | 20060510 | |||
| 5 | CT_RELOAD_ITEMS_SAVE | Call by reference | Type reference (TYPE) | /DSD/SV_RLD_IT_TT | DSD SV: Reload Item | 20060504 | |||
| 6 | CT_RELOAD_ITEMS_SAVE_OLD | Call by reference | Type reference (TYPE) | /DSD/SV_RLD_IT_TT | DSD SV: Reload Item | 20060504 | |||
| 7 | IT_RELOAD_HEADERS | Call by reference | Type reference (TYPE) | /DSD/SV_RLD_HD_TT | DSD SV: Reload Header | 20060504 | |||
| 8 | IT_RELOAD_HEADERS_OLD | Call by reference | Type reference (TYPE) | /DSD/SV_RLD_HD_TT | DSD SV: Reload Header | 20060504 | |||
| 9 | IT_RELOAD_ITEMS | Call by reference | Type reference (TYPE) | /DSD/SV_RLD_IT_TT | DSD SV: Reload Item | 20060504 | |||
| 10 | IT_RELOAD_ITEMS_OLD | Call by reference | Type reference (TYPE) | /DSD/SV_RLD_IT_TT | DSD SV: Reload Item | 20060504 |
Method SAVE_DATA_PREPARE on Interface /DSD/IF_EX_SV_RELOAD has no exception.
History
| Last changed by/on | SAP | 20060920 |
| SAP Release Created in | 461 |