This article is about how to implement delete function of an instance of a form which is not listed in My Forms.
Step-by-step guide
Implement the following step
- Amend the workflow of the form to have the following highlighted actions and status changes for action:
- New action, name DELETE for status Draft is introduced.
- New status changed, named "Deleted" for Action DELETE is added.
- Implement method PERFORM_ACTIONS_FOR_STATUS_CHG of a class inherited from the base class /IQX/CL_FORMS_BASE_CLASS
Related articles
Add Comment