‎2012 Jul 03 4:59 AM
Hi Friends,
i am having one issue with the smartforms, when i am trying to generate the invoice the Smartform is not getting triggered and the debugger is active mode for this smartform. can anyone let me know where we can find out this to deactivate the debugger so that whenever we create the invoice, it generate the smartform automatically and we can see it in the SP01 tcode.
can anyone help me out in this ASAP....
thanks in advance
‎2012 Jul 10 11:00 AM
‎2012 Jul 03 5:14 AM
run std program RSBREAKPOINTS in se38 and select delete breakpoints and also delete old break points with selecting both radio buttons
good luck
‎2012 Jul 03 5:21 AM
Hi Meer Ali,
Please check if breakpoints are hardcoded in your form i.e. BREAK USERNAME or BREAK-Point. If exists, remove them Manually.
If u r in code(Not in execution) then use command Ctrl + Shift+ F12 to put or delete the break point (Soft).
Also if it is session breakpoint, close all sessions( LOG OFF) and Login again to remove breakpoints.
Otherwise In debug mode , you can go to the menu, you see breakpoint->Delete all.
Regards,
Sachin
‎2012 Jul 03 6:33 AM
Hi Sachin,
i have seen the code there is no hardcoded in form i.e. BREAK USERNAME or BREAK-Point or in the program also.
Regards,
hyder ali
‎2012 Jul 03 7:25 AM
Hi Meer Ali,
Please check below points also:
If u r in code(Not in execution) then use command Ctrl + Shift+ F12 to put or delete the break point (Soft).
Also if it is session breakpoint, close all sessions( LOG OFF) and Login again to remove breakpoints.
Otherwise In debug mode , you can go to the menu, you see breakpoint->Delete all.
‎2012 Jul 03 1:21 PM
Hi Ali,
Is it a custom one or standard.Check at what point it is debugging.Check in program and form.
Regards,
Madhu.
‎2012 Jul 03 1:46 PM
Hi
Where are you executing the Smart form? VF03? Preview Invoice?
1. May be yur driver program for that Smartform would be having some debugger / Session debugger point.
2. Can you place teh screen shot.
3. Or you can log off and login again in SAP and try again invoice.
Please post back with your results
Regards,Venkat
‎2012 Jul 10 11:00 AM