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: 

Debugger not getting triggered

former_member207873
Participant
0 Kudos

Hi Experts,

     I am working with the output management of VL02N transaction. In the extras tab -> Delivery Ouput -> Item, I am maintaining output types. My requirement is to work with once fax output type. So when i manually give some data here, it has to send fax particular fax code based on some coding I am doing in program, RQCAAP00. But the debugger is not getting triggered while saving. I am sure that this program has to be invoked while saving. How can i debug the program. To more specific., I have written code inside the include ,AAP00F04.

B.R.

1 ACCEPTED SOLUTION

raymond_giuseppi
Active Contributor
0 Kudos

This program may be executed in  update task, did you try to activate "Update Debugging" thru menu option "Display/Change Debugger Settings" ?

Regards,

Raymond

5 REPLIES 5

raymond_giuseppi
Active Contributor
0 Kudos

This program may be executed in  update task, did you try to activate "Update Debugging" thru menu option "Display/Change Debugger Settings" ?

Regards,

Raymond

0 Kudos

Hi Raymond ,

Thanks for your answer. But still it is not calling the program. How i changed the settings of debugger is through one sample program and changed the debugger settings. Is there any other program which has to be run so that the debugger will be called ? I mean like " selection program for issuing output " (RSNAST00). ?

B.R.

0 Kudos

Hi,

Set an external break point at the statement where you want the debugger.

Then execute transaction VL02N with debugger on ( using \h ). When the debugger opens, go to settings and check the checkbox for debugging gin update mode. Now continue with the execution by pressing F8.

Regards,

Ashish

0 Kudos

Hi Ashish,

     I tried it. But still it is not going inside the program.

B.R.

0 Kudos

Hi Sam,

Please follow below steps :-

  • Before saving, change the dispatch time to "send periodically job" in further processing in the output type.

  • Set break-point in your program.

  • Run RSNAST00 program with input as output type and document number .

Thanks