2011 Jan 24 3:06 PM
Hi gurus,
I got struck up in a issue.I need to populate the fax number for delivery(VL02N).Now its picking up wrong fax number.All i did is, i checked in the NACE tcode and put a break point in the driver program.When i create an output type and click on communication, its not triggering my program.I need to debug my code and do some changes.Please tell me the exact way to debug my code.
2011 Jan 25 2:56 PM
Your driver program MAY not get triggered until you hit save (and you may have to turn on update debugging)... Did you check in NACE as to the partner functions for fax ?
You can also execute RSNAST0F for processing unsuccessful NAST entries
2011 Jan 24 4:11 PM
If your output record is in status 'YELLOW' (or not yet processed status), you have to run the program RSNAST00 to process the output and that should trigger your debugging
2011 Jan 25 4:20 AM
Hi Krish,
Its in red color, because its picking the wrong fax number.That is the reason i need to debug.
2011 Jan 25 2:56 PM
Your driver program MAY not get triggered until you hit save (and you may have to turn on update debugging)... Did you check in NACE as to the partner functions for fax ?
You can also execute RSNAST0F for processing unsuccessful NAST entries
2011 Jan 27 4:20 AM
Actually this output will trigger only by legacy system.There is one interface which will trigger thsi output.But still we can able to debug the driver program rite.
2011 Jan 27 3:19 PM
>
> Actually this output will trigger only by legacy system.There is one interface which will trigger thsi output.But still we can able to debug the driver program rite.
Are you saying that when you executed program RSNAST0F, it did not stop in your driver program?
2011 Jan 28 5:07 AM
2011 Mar 03 11:25 AM