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

Return before called function finish process

Former Member
0 Likes
348

Dear All,

I need to call a function in material master user exit, after I call this function, I want the process immediately return to user exit

without waiting the function to finish. (that function is for legacy system purpose)

I want to return immediately because the material only saved to table when user exit completed. the function I called early is using READ_TEXT function to extract mat sales text from sap table.

Is that possible ? how to do that ?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
314

read help on Call Function. you will get your answer

1 REPLY 1
Read only

Former Member
0 Likes
315

read help on Call Function. you will get your answer