2014 Mar 13 2:36 PM
Hi,
is there a way we can see the logs of task for all Function module that executed STARTING NEW TASK?
for UPDATE TASK we can see it through SM13. is this the same with STARTING NEW TASK?
Thank you.
2014 Mar 18 7:46 AM
To follow execution of FM executed
(Read also RFC Administration)
Regards,
Raymond
2014 Mar 17 4:53 PM
STARTING NEW TASK and UPDATE TASK are related to different topics.
STARTING NEW TASK is used to call a remote-enabled function module, see chapter "Using Asynchronous Remote Function Calls" in SAP NetWeaver help.
UPDATE TASK is used to make major changes to the database, see chapter "Update Techniques" in SAP NetWeaver help.
Due to the different purposes there is no equivalent of SM13 for STARTING NEW TASK. If you are the developer of the code using the STARTING NEW TASK feature you can readily track your calls with Business Application Logic (BAL), for instance, documentation see program SBAL_DOCUMENTATION.
2014 Mar 18 7:46 AM
To follow execution of FM executed
(Read also RFC Administration)
Regards,
Raymond
2014 Mar 18 10:41 AM
2014 Mar 18 8:35 PM
Hi as others suggested there is no way to track your calls, but you can see the result of each of these calls - Use the below syntax:
Call FM
starting new task
performing form_name on end of task.
form form_name receiving results from FM.
endform.
This might tell a few more details based on your importing parameters.
thanks,
Vikram.M
2014 Mar 20 10:55 AM
Thanks all.
the issue we have is an abap dump that made the processing of the rest of START NEW TASK dissappear for no reason. We have captured in on ST22.