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

Limit Function Module time execution

Former Member
0 Likes
613

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,

3 REPLIES 3
Read only

Former Member
0 Likes
475

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

Read only

0 Likes
475

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 😃

Read only

0 Likes
475

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