cancel
Showing results for 
Search instead for 
Did you mean: 

How to get the latest executed data from Function module

Former Member
0 Kudos

Hi all,

What is the difference b/w validate and Invalidate in the code

wdContext.nodeOutput.Invalidate();

wdContext.nodeOutput.Validate();

After executing the function module i invalidated the output node but it is not getting refreshed.The previous data is getting added to the Resultant data.

so every time the number of records comming as Previous+This time executed result of the function module.

I am not getting where the error is??

Can anyone plz help me out..

Regards

Padma N

Accepted Solutions (0)

Answers (2)

Answers (2)

nikhil_bose
Active Contributor
0 Kudos

check input to FM is table, then invalidate input node too.

nikhiL

PradeepBondla
Active Contributor
0 Kudos

Hi,

Try it by Validating it at the start of function.

it may solve your problem...

regards,

Pradeep