SWFHELP 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 SWFHELP 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 HELP: Extended Help
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
IWB_HTML_HELP_OBJECT_SHOW CALL FUNCTION 'IWB_HTML_HELP_OBJECT_SHOW' EXPORTING DEVCLASS = OBJECT-KEY-DEVELOPMENTCLASS TCODE = OBJECT-KEY-TRANSACTIONCODE * PROGRAM = * DYNPRONR = * EXTENSION = * IMPORTING * ACTION = EXCEPTIONS OBJECT_NOT_FOUND = 1 RFC_ERROR = 2 NO_PROFIL_PARAMETER = 3 IMPORT_PARAMETER_IS_INVALID = 4 OTHERS = 5.
DOCU_WINHELP_SHOW * call function 'DOCU_WINHELP_SHOW' * exporting * devclass = object-key-developmentclass * tcode = object-key-transactioncode * exceptions * documentation_not_available = 1 * wrong_operation_system = 2 * others = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
SWFHELP - Program for Object Type HELP: Extended Help SWFHELP - Program for Object Type HELP: Extended Help 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