Changing the deadline attributes of a Work Item
By Suresh Kumar Parvathaneni
The function module SWW_WI_DEADLINES_CHANGE changes the attributes of the
deadline monitoring for a particular work item. The important attributes for
this function module are work item id (WI_ID) and the table DEADLINE_ATTRIBUTES.
In the table, we pass the deadline data that needs to be changed.
Important points that needs to be considered here are:
- A deadline is cancelled if
- The action attribute had the value SPACE
- The date attribute has the value '00000000'.
- The time attribute has the value '000000'.
- Though the default value for the time is 00:00:00, this time cannot
be set. 00:00:01 or above must be entered
|