‎2013 Jul 17 9:48 PM
Hi,
I am unable to debug PO driver program on SAVE, when i checked with my functional on config he says everything is perfect in NACE.
But, the driver program break points are called when i click on the print preview button. I want to check values on save in the program.
I have tried session break point and update debugging as well but no use.
Please help on this.
Regards,
NK
‎2013 Jul 18 5:44 AM
Hello NK ,
I am unable to debug PO driver program on SAVEAre you talking about PO (me21n) SAVE button here ?
If yes then this will not trigger Driver program unless and until any settings like
Is the output type configured in nace to be triggered on save immediatelyas told by Yakub Shan has been maintained in NACE system ( though I haven't heard about this before in case of PO ).
SAVE button at me21n is to Check and Save the PO details in respective tables.
I think that only Print Preview , Print and Printing code like ME9F can only invoke Driver Pgm .
‎2013 Jul 18 3:33 AM
Hi NK,
Is the output type configured in nace to be triggered on save immediately.
OR you want to debug the on save feature of PO
Regards
‎2013 Jul 18 3:18 PM
Hi Yakub,
even though i set a break point in driver program ON SAVE, its not stopping at the break point.
In Message, the medium is 1. Print output and send immediately on saving.
Regards,
Nandha
‎2013 Jul 18 3:47 AM
Hi,
How about doing a /h before save and then when the debugger opens. You have option to set BREAKPOINT AT..
This will help you set a break-point say at the Source Code or Subroutine that can help you get to the point.
Cheers,
Arindam
‎2013 Jul 18 5:44 AM
Hello NK ,
I am unable to debug PO driver program on SAVEAre you talking about PO (me21n) SAVE button here ?
If yes then this will not trigger Driver program unless and until any settings like
Is the output type configured in nace to be triggered on save immediatelyas told by Yakub Shan has been maintained in NACE system ( though I haven't heard about this before in case of PO ).
SAVE button at me21n is to Check and Save the PO details in respective tables.
I think that only Print Preview , Print and Printing code like ME9F can only invoke Driver Pgm .
‎2013 Jul 18 3:53 PM
‎2013 Jul 19 5:23 AM
‎2013 Jul 18 5:59 AM
Hi NK,
Place a break point in the driver program.
Before you click on SAVE button go to debugging mode using /h, switch on the update debugging and continue.
Regards
Praveen
‎2013 Jul 18 3:29 PM
Hi,
I have had coded the BREAK USERNAME in my report, on print preview its working but its the break point is not stopping, when i save though its is hard coded.
regards,
NK
‎2013 Jul 18 3:32 PM
‎2013 Jul 18 3:35 PM
hi,
check the printing PO using tcode ME9F (printing PO's), probably there the break point will work. Because during the ME21N at save, if the message is not set to be printed at save, it wont pass to the drive program to print the PO.
Regards
Miguel
‎2013 Jul 18 3:38 PM
Hi Migul,
Could you please tell in detail about "if the message is not set to be printed at save" from your reply.
I will check those settings.
Regards,
NK
‎2013 Jul 18 3:43 PM
Hi,
go to me21n, messages -> Further Data -> Dispatch time -> 4 Send immediately.
Regards
Miguel
‎2013 Jul 18 3:42 PM