Object Type SELFITEM 
The object type SELFITEM provides methods that operate on a work item that represents its own task. When you execute the work item, the object on which the method operates is this work item itself.

Methods of the object type SELFITEM
Method |
Explanation |
|
SendTaskDescription |
Sending a description of the task represented by the work item as a mail. For more information about the parameters, see Method SendTaskDescription. |
|
Note_Create |
A document is added to the work item as an attachment. This document is either created for the attachment or is imported from the PC or an SAP folder. The attachment is available in the workflow. |
|
Note_Display |
Displaying a workflow attachment. |
|
Note_Change |
Changing a workflow attachment. |
|
PrintTaskDescrBatch |
Printing a task description in the background. The printer and the print attributes are passed to this method as parameters. |
|
PrintTaskDescrDialog |
Printing a task description in dialog. The information required for printing is requested in dialog. |
|
DisplayTaskDescriptn |
The task description is displayed. |
|
Note_Append |
Attaching an attachment to a work item. |
The attachments must be objects of the type SOFM. |
Notes_Append |
Attaching several attachments. |
|