Application Development 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: 

Parameters to be passed in the WF_WINDOWS_EXECUTE function module

Former Member
0 Kudos

Can anyone pls tell me what are the parameters to be passed in the WF_WINDOWS_EXECUTE function module?? I have given in the parameter option the website i need to open but is not sure of the other two export parameters process_data and process_id.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

MPORTING

*" 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

rewards point if useful....

regards...

Abhay.

2 REPLIES 2

Former Member
0 Kudos

MPORTING

*" 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

rewards point if useful....

regards...

Abhay.

0 Kudos

Thank you Abhay.Thank you very much. It solved my problem.