WF_NOTE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter WF_NOTE into the relevant SAP transactions such as SE38 or SE80
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Title: Program for Object Type WFNOTE: Workflow_Note
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SWL_WI_NOTE_CREATE CALL FUNCTION 'SWL_WI_NOTE_CREATE' EXPORTING WI_ID = OBJECT-KEY-WI_ID * WORKITEM = EXCEPTIONS ERROR_SETTING_NOTE_EXIST_FLAG = 1 ERROR_NOTE_CREATION = 2 ERROR_CONTAINER_UPDATE = 3 CONTAINER_DOES_NOT_EXIST = 4 ERROR_IN_WI_ENQUEUE = 5 ILLEGAL_WI_STATE = 6 OTHERS = 7.
SWL_WI_NOTES_CHANGE CALL FUNCTION 'SWL_WI_NOTES_CHANGE' EXPORTING WI_ID = OBJECT-KEY-WI_ID EXCEPTIONS CONTAINER_DOES_NOT_EXIST = 1 NO_NOTES_IN_CONTAINER = 2 NO_NOTES_FOR_CHANGE = 3 ERROR_CONTAINER_UPDATE = 4 ERROR_CONTAINER_READ = 5 ERROR_IN_WI_ENQUEUE = 6 INTERNAL_ERROR = 7 WI_INVALID_STATE = 8 WI_HEADER_READ_FAILED = 9 OBJECT_CREATION_FAILED = 10 WI_BUFFER_REFRESH_FAILED = 11 DIALOG_FAILED = 12 OTHERS = 13.
SWL_WI_NOTES_DISPLAY CALL FUNCTION 'SWL_WI_NOTES_DISPLAY' EXPORTING WI_ID = OBJECT-KEY-WI_ID EXCEPTIONS CONTAINER_DOES_NOT_EXIST = 1 NO_NOTES_IN_CONTAINER = 2 WI_HEADER_READ_FAILED = 3 OBJECT_CREATION_FAILED = 4 METHOD_CALLING_FAILED = 5 WI_BUFFER_REFRESH_FAILED = 6 CONTAINER_MANIPULATION_FAILED = 7 DIALOG_FAILED = 8 OTHERS = 9.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
WF_NOTE - Program for Object Type WFNOTE: Workflow_Note WF_NOTE - Program for Object Type WFNOTE: Workflow_Note WF_DOCTMPL - Program for Object Type WF_DOCTMPL : WF_DOCUMENT_TEMPLATE WF_DOCTMPL - Program for Object Type WF_DOCTMPL : WF_DOCUMENT_TEMPLATE WF_DOC - Program for Object Type WF_DOC : WF Document WF_DOC - Program for Object Type WF_DOC : WF Document