cancel
Showing results for 
Search instead for 
Did you mean: 

Debugging in Sap Script

Former Member
0 Kudos

Hi All ,

i need to debug perticular text element in a window , for that i have done , i went to Transaction se71 and activvate debugging and i had given text element name in the popup window .

but it is not going to perticular text element . it is debugging whole form .

pls let me know how to debug for selected text element .

Thanks

Nagnedra

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Thank You very much Nageswar

Regards

Nagendra

Former Member
0 Kudos

Thank You very much Nageswar

Regards

Nagendra

Former Member
0 Kudos

Hi Narendra,

Two ways:

When you actuivate the debugger ,

1) activate the debugger . and execute the form you will get pop-up in which you can give perticular text element . Though it will not take you to the text element directly. first it will starts from Main window then in the alphabetical order. when you press F8 it will take you to the next window.

suppose if you have Main window, Title window , Footer window, Header window and Address window

when you actiovate it . First it will take you to the Main window , then Addree window, then footer, then Header (Alphabetical order A, F and H) Instead of order that appear in the form.

2)You know In which window your text elements exists. So go on pressing F8 and stop once you are in that window . After that scroll down to the text element and put the cursor in command editior and select the Break point in application tool bar.

and pree F8 it will directly stop at that position.

reward points if useful.

Regards,

Nageswar

Former Member
0 Kudos

dear nagendra

after using the activate debugger u will be getting a popup which asks for elements also

there u can give the element name

it takes to the particular element and starts debugging

if found satisfactory plz reward

regards

samarendra