Application Development and Automation 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: 
Read only

deactive the debugger for the smartform

Former Member
0 Likes
1,018

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
909

i solved by myself... thanks for everyone...

7 REPLIES 7
Read only

Former Member
0 Likes
909

run std program RSBREAKPOINTS in se38 and select delete breakpoints and also delete old break points with selecting both radio buttons

good luck

Read only

former_member213851
Active Contributor
0 Likes
909

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


Read only

0 Likes
909

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

Read only

0 Likes
909

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.

Read only

madhu_vadlamani
Active Contributor
0 Likes
909

Hi Ali,

Is it a custom one or standard.Check at what point it is debugging.Check in program and form.

Regards,

Madhu.

Read only

venkateswaran_k
Active Contributor
0 Likes
909

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

Read only

Former Member
0 Likes
910

i solved by myself... thanks for everyone...