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

Enhancement debug / VA02

0 Likes
959

Hello ,

I have issue with debug an include " Lzd-** " which is a part of a Z functional group.

After user save change in VA02 some z tables are updated in the logic that can be found in above include. I did changes in code and we can find , at the end od flow, that data in Z tables is updated properly. The issue is when I set a break point in include (where the code is), and run VA02 the flow does not stop at brak point. I did try with all break poins , and with statement break-point, system and update debug is activated but stil nothing .

I did check cmod for user exits of respective prorogram but I cannot find where form include is called . Setting break point in code of include (se38) as I said didnt stop the flow when the va02 was executed.

Could you please advice how to debug in this situation .

Thank you

1 REPLY 1
Read only

former_member199637
Participant
0 Likes
737

Hello Kristo,

Based on the process mentioned, include(this is actually a FM) is called during save processing which means it is called in update task.

Please enable update debugging and then try to debug.

Regards,

Puneet Desai