SWFDEMO4 is a standard ABAP INCLUDE 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 SWFDEMO4 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 SWFDEMO1 : Approval Demo
Text Symbol: 001 = Approve object?
Text Symbol: 002 = Approve
Text Symbol: 003 = Reject
Text Symbol: 004 = Approval
Text Symbol: T01 = Default method displayed
Text Symbol: T02 = as secondary method.
Text Symbol: T03 = Default method DISPLAY
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
POPUP_WITH_WARNING CALL FUNCTION 'POPUP_WITH_WARNING' EXPORTING TEXTLINE1 = 'Die Defaultmethode wird als'(T01) TEXTLINE2 = 'Nebenmethode angezeigt.'(T02)
POPUP_TO_DECIDE CALL FUNCTION 'POPUP_TO_DECIDE' EXPORTING TEXTLINE1 = 'Das Objekt genehmigen?'(001) TEXT_OPTION1 = 'Genehmigen'(002) TEXT_OPTION2 = 'Ablehnen'(003) TITEL = 'Genehmigung'(004) IMPORTING ANSWER = L_ANSWER EXCEPTIONS OTHERS = 1.
POPUP_TO_DECIDE CALL FUNCTION 'POPUP_TO_DECIDE' EXPORTING TEXTLINE1 = 'Das Objekt genehmigen?'(001) TEXT_OPTION1 = 'Genehmigen'(002) TEXT_OPTION2 = 'Ablehnen'(003) TITEL = 'Genehmigung'(004) IMPORTING ANSWER = L_ANSWER EXCEPTIONS OTHERS = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
SWFDEMO4 - Program for Object Type SWFDEMO1 : Approval Demo SWFDEMO4 - Program for Object Type SWFDEMO1 : Approval Demo SWFDEMO3 - Program for Object Type SWFDEMO1 : Approval Demo SWFDEMO3 - Program for Object Type SWFDEMO1 : Approval Demo SWFDEMO2 - Program for Object Type SWFDEMO1 : Approval Demo SWFDEMO2 - Program for Object Type SWFDEMO1 : Approval Demo