Display Selected Items
Definition
A callable object that displays the office material items that have been selected in the previous steps of the process.
For this callable object, a custom Web Dynpro component is used.
Use
The callable object is used in the following components:
| Block | Action |
|---|---|
|
Order From List |
Display Selected Items |
Structure
Basic Data
|
Name |
Display Selected Items |
|
Description |
Display Selected Items |
|
Original Language |
English |
|
Location |
Examples → Callable Objects |
|
Type |
Web Dynpro Component (GP Interface) |
|
Object Definition |
The callable object references the following Web Dynpro component: com.sap.caf.eu.gp.example.ordermat.wdco.selecteditems.WDCOSelectedItems For more information about the implementation of this component, see WDCOSelectedItems . |
The input and output parameters are automatically detected in the implementation of the component, and are displayed in the GP design time. They cannot be edited.
Input Parameters
| Name | Type |
|---|---|
|
Item |
Structure, list |
|
orderNumber |
String |
|
name |
String |
|
unit |
String |
|
currency |
String |
|
price |
Double |
Output Parameters
| Name | Type |
|---|---|
|
displayOnly |
Boolean |
|
Item |
Structure, list |
|
orderNumber |
String |
|
name |
String |
|
unit |
String |
|
currency |
String |
|
price |
Double |
|
quantity |
Integer |
Integration
The callable object is used in the following action:
|
Name |
Display Selected Items |
|
Description |
Display Selected Items |
|
Original Language |
English |
|
Location |
Examples → Actions |
|
Callable Object for Execution |
Display Selected Items |