Skip to Content
0
Former Member
Nov 30, 2009 at 07:49 PM

Calling function in Update Task problem

47 Views

Hello Friends,

I'm calling FM 'REVISION_LEVEL_POST' in Update Task to insert a revision level for a material when saving a Change Master (CC02 T-Code). But the calling is triggered a bit early (Before updating the Data Base AEOI Table!). An Update Task FM is called right after the COMMIT WORK is executed. Here in my case, a commit work is done but not for my change Master but for a text... So my FM does not find the record to be updated.

Is there a way to solve this ?

Thank you for your Help!