Application Development 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: 

Fax number need to populate automatically in delivery VL02N

Former Member
0 Kudos
142

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.

1 ACCEPTED SOLUTION

Former Member
0 Kudos
92

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

7 REPLIES 7

Former Member
0 Kudos
92

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

0 Kudos
92

Hi Krish,

Its in red color, because its picking the wrong fax number.That is the reason i need to debug.

Former Member
0 Kudos
93

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

0 Kudos
92

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.

0 Kudos
92

>

> 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?

0 Kudos
92

Yes...

0 Kudos
92

Its user issue..

thanks for the solutions..Thread closed