Application Development 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: 

Regarding a table Update

Former Member
0 Kudos

Hi All,

I am trying to update the a Custom Table through a Custom Function Module through a Include.

For this an IDOC is posted with the PO Number which creates an Order and Delivery.

In this process i am trying to update my Custom table using the FM.

But the table is not getting updated and the document is not getting posted.

Tried Debugging also but the breakpoint is not coming ot that place.

When i run the FM through SE37 and update the table it is getting updated.

Please help me in the issue for the table to get updated.

Thanks,

Priyanka.

2 REPLIES 2

Former Member
0 Kudos

Hi.

Does program call your function module in update task?

May be error occurs in one of update function module.

Because of this, changes are rolled back by update process.

Former Member
0 Kudos

The breakpoint shuld reach to UPDATE, is its not reaching there then check if your code logic before FM call is correct.

Regards

Shital