SAP ABAP Class CL_MSR_SDF (SDF)
Hierarchy
☛
SAP_APPL (Software Component) Logistics and Accounting
⤷
LO-ARM (Application Component) Advanced Returns Management
⤷
MSR_REFUND (Package) Multi-Step Returns: Returns Refund Processing
⤷
⤷
Properties
| Class | CL_MSR_SDF | |
| Short Description | SDF | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | MSR_REFUND | Multi-Step Returns: Returns Refund Processing |
| Created | 20100615 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_MSR_SDF has no forward declaration.
Interfaces
Class CL_MSR_SDF has no interface implemented.
Friends
Class CL_MSR_SDF has no friend class.
Attributes
Class CL_MSR_SDF has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | 20101108 | ||
| 2 | Static method | Private | Method | 20101104 |
Events
Class CL_MSR_SDF has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_WORK_ITEMS | Public | See coding | 20100615 | BEGIN OF ty_work_items,
posnr TYPE posnr,
replace_matnr TYPE msr_replace_matnr,
replace_qty TYPE msr_replace_qty,
replace_unit TYPE msr_replace_unit,
msr_item TYPE msr_process_item,
msr_split_id TYPE msr_split_id,
abgru TYPE abgru_va,
ret_reason TYPE msr_returns_reason,
refund_code TYPE msr_returns_refund_code,
inspection_code TYPE msr_inspection_code,
replaced_qty TYPE kwmeng,
replaced_unit TYPE meins,
replace_plant TYPE msr_replace_plant,
ref_doc_type TYPE msr_doc_type,
ref_doc_nr TYPE msr_doc_nr,
ref_doc_item TYPE msr_doc_item,
intpos TYPE num12,
END OF ty_work_items
|
||
| 2 | TY_WORK_ITEMS_T | Public | See coding | 20100615 | ty_work_items_t TYPE TABLE OF ty_work_items
|
Method Signatures
Method CREATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_MESSAGES | Call by reference | Type reference (TYPE) | BAPIRET2_T | Return parameter table | 20101108 | |||
| 2 | EV_VBELN | Call by reference | Type reference (TYPE) | VBELN | Sales and Distribution Document Number | 20101108 | |||
| 3 | IT_ITEM | Call by reference | Type reference (TYPE) | TY_WORK_ITEMS_T | 20101108 | ||||
| 4 | IV_AUART | Call by reference | Type reference (TYPE) | AUART | Sales Document Type | 20101108 | |||
| 5 | IV_MSR_ID | Call by reference | Type reference (TYPE) | MSR_PROCESS_ID | Process Identification Number | 20101108 | |||
| 6 | IV_NO_COMMIT | Call by reference | Type reference (TYPE) | FLAG | General Flag | 20101108 | |||
| 7 | IV_VBELN_REF | Call by reference | Type reference (TYPE) | VBELN | Sales and Distribution Document Number | 20101108 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20101108 |
Method CREATE_ITEM_WITH_REF Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_ITEM | Call by reference | Type reference (TYPE) | TY_WORK_ITEMS | 20101104 | ||||
| 2 | IV_POSNR_EXT | Call by reference | Type reference (TYPE) | POSNR | Item number of the SD document | 20101104 | |||
| 3 | IV_VBELN_REF | Call by reference | Type reference (TYPE) | VBELN | Sales and Distribution Document Number | 20101104 |
Method CREATE_ITEM_WITH_REF on class CL_MSR_SDF has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 606 |