‎2007 May 22 11:14 AM
Dear experts,
I need to modify the code in xd01 transaction. i need to find out where the data is updating in the ztable (zvtodcase) , then i need to do some changes.
my problem is i don't know how to loacate the place the piece of code return
pls help me on this
thanks in advance
karthik
‎2007 May 22 11:24 AM
please use this function module
<b>
EXIT_SAPMF02D_001</b> ... this is then function module where you can use for your coding in the XD01 ....
inthis FM there incldeu <b> INCLUDE ZXF04U01.</b> double click on it and use your coding
Girish
‎2007 May 22 11:17 AM
Hi
Somewhere in the User exit related to this XD01 transaction this Ztable code is written,
So check the User exits in the ENHANCEMENT
SAPMF02D and find it out.
Reward points if useful
Regards
Anji
‎2007 May 22 11:18 AM
Hi,
You can put /h command before using the reqd transaction, & then
user breakpoint -> breakpoint at -> statement . Here give the coompans like modify, insert update. & then directly use F8, u will get to know where exactly the table is getting updated.
Thanks
sandeep
Reward if helpful
‎2007 May 22 11:18 AM
Karthik,
Find with ZVTODCASE and check in main program.
Run the transaction XD01 in debug mode and set break point at statement insert , update and then press F8..then you can find out easily where the code has been written.
Thanks,
Raj.
‎2007 May 22 11:24 AM
please use this function module
<b>
EXIT_SAPMF02D_001</b> ... this is then function module where you can use for your coding in the XD01 ....
inthis FM there incldeu <b> INCLUDE ZXF04U01.</b> double click on it and use your coding
Girish