‎2010 Jun 30 9:13 AM
Hi experts,
I am calling a FM in update task from an enhancement for the transaction WRF_AL. Whenever I am creating new node and article list in that tcode, it is not calling the FM. But if am changing the FM call as a normal one, it is getting into the FM.
My requirement is to get into that FM whenever a new node is created/changed/deleted. It is happening when I am using a normal fuction call.
Any pointers on this is highly appreciated.
Regards,
Sajith
‎2010 Jun 30 9:24 AM
Hi,
the functin module triggers only by 'commit work' statement.
whereas normal functoin module is executed immediately.
switch on the system debug and check your runtime values.
‎2010 Jun 30 9:35 AM
Hi,
In the T code 'WRF_AL' already few nodes were created.
1.when using IN UPDATE TASK
if am changing already existing nodes, FM is getting called.
If am creating new node, FM is not getting called.
2. when using normal function call
in both cases, its working fine.
Regards,
sajith
‎2010 Jul 01 1:20 PM
‎2010 Jul 01 1:37 PM
‎2010 Jul 30 8:35 AM
Hi Sajith,
Can you please tell us how you resolved this forum?
I have the similar requirement, where i need a z function module to be called in update task.
Thanks,
Praveen