‎2007 Jul 18 12:56 PM
Can anyone tell me if the function module WF_WINDOWS_EXECUTE will work with a parameter of sap R/3 type. I mean that it works with internet sites but will it still work with the HTML pages which we design.
‎2007 Jul 18 1:05 PM
hi..
IMPORTING
*" PARAMETER LIKE TWFSA-PARAM
*" PROCESS_DATA LIKE WFPRCD STRUCTURE WFPRCD
*" PROCESS_ID LIKE WFPRCK STRUCTURE WFPRCK
*" EXPORTING
*" PROCESS_DATA_NEXT LIKE TWFNS2 STRUCTURE TWFNS2
*" RETURN_CODE LIKE TWFNS-RCODE
*" TABLES
*" ASSIGNMENTS STRUCTURE WFAS1
*" LOGLINES STRUCTURE TLINE
*" EXCEPTIONS
*" WF_ERROR_PROCESS
*" WF_NOTHING_DONE
<b>Rewards point if useful</b>
Regards
Ashu
‎2007 Jul 18 1:28 PM
I know about the parameters. What I am asking is does it work with the HTML sites we create??? The BSP pages that are stored in R/3.?