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

IN UPDATE TASK

Former Member
0 Likes
674

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

5 REPLIES 5
Read only

vattekrishna
Participant
0 Likes
628

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.

Read only

Former Member
0 Likes
628

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

Read only

Former Member
0 Likes
628

HI all,

I resolved that issue.

Regards,

sajith

Read only

0 Likes
628

And the solution was.........?

Read only

0 Likes
628

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