‎2008 Apr 07 7:52 PM
Hi Experts,
what is the purpose of update module in SE37 attributes. Thanks in advance.
Regards,
Nagaraju Tankala
‎2008 Apr 07 7:55 PM
If you want to use your Fm in an update task. You can also use CALL FUNCTION ... IN UPDATE TASK
‎2008 Apr 07 7:55 PM
If you want to use your Fm in an update task. You can also use CALL FUNCTION ... IN UPDATE TASK
‎2008 Apr 07 10:00 PM
Function modules that run in the update task have a limited interface:
1.Result parameters or exceptions are not allowed since update-task function modules cannot report on their results.
2.You must specify input parameters and tables with reference fields or reference structures defined in the ABAP Dictionary.
regards
Saravanan