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

hi

Former Member
0 Likes
733

How to debug the pop up window?

Regards,

Venkata Chalapathi

1 ACCEPTED SOLUTION
Read only

Abhinav_Sharma1
Contributor
0 Likes
704

Hi,

Create a text file 'Debug.txt' and write following content:

[function]

command = /h

type = systemcommand

save this file. and Just drag and drop this file to the popup window and bingo you enter into the debug mode.

Hope it helps

Abhinav Sharma

hi..

Create a shortcut for the abap debugging using generate shortcut icon on the tool bar beside new session.When the pop window appears just drag the shortcut on to the window and drop it .Then debuuging will be on.

regards,

veeresh

6 REPLIES 6
Read only

Former Member
0 Likes
704

HI,

Put break point to that Function module and run the report..

regards

nazeer

Read only

Abhinav_Sharma1
Contributor
0 Likes
705

Hi,

Create a text file 'Debug.txt' and write following content:

[function]

command = /h

type = systemcommand

save this file. and Just drag and drop this file to the popup window and bingo you enter into the debug mode.

Hope it helps

Abhinav Sharma

Read only

Former Member
0 Likes
704

Hi,

In order to debug a popup you have to create a small text file on your local computer. The content of the text file is as follows:

[FUNCTION]
Command=/H
Title=Debugger
Type=SystemCommand

Place this little text file on your desktop or wherever you can reach it easily.

Start Debugging

Whenever you want to debug a popup take this little file and drop it over your popup.

Regards

Sudheer

Read only

former_member673464
Active Contributor
0 Likes
704

hi..

Create a shortcut for the abap debugging using generate shortcut icon on the tool bar beside new session.When the pop window appears just drag the shortcut on to the window and drop it .Then debuuging will be on.

regards,

veeresh

Read only

Former Member
0 Likes
704

u can also try this method

1.click on the button('Generates a Shortcut') that is next to the 'Create a New Session'

2. Fill the parameters in the 'Application' section as mentioned below

Type : System Command

Command : /h

Title : <title of ur choice>

3.then a short cut will be generated on ur working directory

4.drag and drog this shortcut onto ur pop-up to start debugging

Read only

Former Member
0 Likes
704

Hi

use a handy notepad code

[function]

command = /h

type = systemcommand

& save it in ur start up .

So at any time without resizing window you can debug the code.

Sandeep