Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Regarding the function module WF_WINDOWS_EXECUTE

Former Member
0 Likes
381

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.

2 REPLIES 2
Read only

Former Member
0 Likes
348

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

Read only

0 Likes
348

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.?