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

Reg. finding the FM

Former Member
0 Likes
598

Hi friends,

I need to find from which function module the data is getting updated in a table.

Pls. suggess me how to trace it. I tried with SQL trace. Update statement is there. when i try to put break point to that statement it doesn't stop over there. I don't know why.

Thanks in advance.

Reg.

Srikanth. S

Hi friends,

I need to find from which function module the data is getting updated in a table.

Pls. suggess me how to trace it. I tried with SQL trace. Update statement is there. when i try to put break point to that statement it doesn't stop over there. I don't know why.

Thanks in advance.

Reg.

Srikanth. S

4 REPLIES 4
Read only

Former Member
0 Likes
564

Hi srikanth,

Can you be more specific.. for which t-code you want to find?

Run transaction & turn on debugging mode...

neo S.

Read only

0 Likes
564

hi neo,

Thanks for reply. Me working in media project. I using the transaction for Subscription order JK02. While in change mode we can change two field values in billing screen. One is for PAYER and another for BILL-TO-PARTY. once we change the value it is updating the value in a table called JKPA. But i don't know from which function module it is getting updated. Why because once we called the 'BAPI_TRANSACTION_COMMIT' only the value is reflected in the table. But before by some function module the value is changed. So is there any way to find out by which FM is updating the table values.

Thanks and regards

Srikanth.

Read only

Former Member
0 Likes
564

Hi,

Check if the function module is called in update task..In the attributes of the function module check if the UPDATE MODULE is checked..

For that in the debugging..set the UPDATE DEBUGGING....

Then start doing the debugging..

Sap will call all the update modules at the end..

Thanks

Naren

Read only

0 Likes
564

Hi naren,

Ya what you are suggesting is perfect. In the function module in update task is mentioned. But i don't understand how to debug this function module. where i can find the UPDATE DEBUGGING...

pls. clarify me.

regards

Srikanth.s