‎2009 Jun 05 8:31 AM
Hello all,
I am to modify the smartform that is displayed on running the tcode vf02. Now the standard program for tcode vf02 is SAPMV60A. By using the tcode NACE i have obtained the name of of the program and the smartform .But the problem is i am not able to debug this program as whenver i place the debug points and try to execute the configured program it shows me no execution.
Please help me out with this.
‎2009 Jun 05 8:35 AM
open the program and set external or session break point on the driver program..
‎2009 Jun 05 8:35 AM
open the program and set external or session break point on the driver program..
‎2009 Jun 05 8:44 AM
>
> I am to modify the smartform that is displayed on running the tcode vf02. Now the standard program for tcode vf02 is SAPMV60A. By using the tcode NACE i have obtained the name of of the program and the smartform .But the problem is i am not able to debug this program as whenver i place the debug points and try to execute the configured program it shows me no execution.
u cannot execute SAPMV60A
u just keep the break point in the program.
thn goto VF02, give doc number , select issue output to, and click print preview.
it will trigger the code and will stop at the brkpoint.
‎2009 Jun 05 9:42 AM