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

finding specific code

Former Member
0 Likes
562

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
536

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

4 REPLIES 4
Read only

Former Member
0 Likes
536

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

Read only

Former Member
0 Likes
536

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

Read only

Former Member
0 Likes
536

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.

Read only

Former Member
0 Likes
537

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