Skip to Content
0
Former Member
May 14, 2010 at 05:03 AM

Calling another FM, in the FM which is called in Update task

54 Views

Hi Experts,

I have created the implicit enhancement in the Function module say 'X' .

This 'X' FM is called in Update Task.

Now i am calling another FM say 'Y' in this 'X' FM.

The FM 'Y' has got its own commit statement.It is updating some tables.

Here are my findings,

When i commented the explicit 'commit and wait' from the 'Y' Fm , the data that i needed to be saved was being saved and updated successfully.

However , when i added an extra parameter say 'No Commit' in the 'Y' FM to by pass the explicit 'commit and wait' , the FM 'Y' itself is not getting called for strange reasons.

The update gets interrupted.

Please suggest why this FM is not getting called.

Any thing that i may be missing.

Regards,

Abhishek Kokate