Skip to Content
0
Dec 07, 2006 at 03:09 PM

Call function moduel in STARTIG NEW TASK

25 Views

Hi All,

I am calling a custom function module using " <b>starting new task</b>

call function 'Y_CT_EVENT_TRIGGER'

starting new task yscchdr-docno

exporting

event = v_event

objtype = c_yct

ntime = v_ntime

tables

xyctc = i_yct_p.

I am calling this function module in a Loop statement

I like know how we can find the previous call has been completed or not?

ie Within the loop i am processing first record and calling this function module, then i am going to second record . before calling this function module for second record i want to know the first record call is completed or not?

Thanks for your help.

aRs