‎2012 Mar 06 10:04 AM
Hi experts,
I would like to know how to limit FM execution in time .
I can only wait 30 seconds for the function to answer, and continue even if its processing is not over.
I can't figure ou how to do it..does anybody know ?
Thanks in advance !
Regards,
‎2012 Mar 06 10:22 AM
Hi,
I didnt get you , you want to see the time limit FM execution ..? can you tell me the scenario.
here the following link may be useful to you.,
http://help.sap.com/saphelp_nw04/helpdata/en/22/042578488911d189490000e829fbbd/frameset.htm
Thanks & Regards,
Jana
‎2012 Mar 06 10:28 AM
Hi Janarthanan,
I wan't my FM not to exceed a certain execution time.
Requirement :
CALL FUNCTION MY_FUNC
IF after 30 seconds, MY_FUNC processing is not over
do blablabla
ELSE
proceed with MY_FUNC exporting parameters
ENDIF.
this may be more easy to understand 😃
‎2012 Mar 06 11:01 AM
Hi,
Thanks for your reply , i think its not possible because Funtion module itself having the own time execution , we wont reduce/increase it.
Thanks & Regards,
Jana