Application Development 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: 

Break point

Former Member
0 Kudos

Hi

how can I put a break point ofer the pop up screen of Transaction?

Regards,

D.kiran kumar

1 ACCEPTED SOLUTION

awin_prabhu
Active Contributor
0 Kudos

Hi Kiran,

Try like below. It is an easy option to debug a pop up screen.

Open notepad and paste below code.

[ FUNCTION ]

Command= /H

Title=Debugger

Type=SystemCommand

Save it in ur desktop.

Now, in sap screen run ur t-code and trigger the pop up screen.

Now drag & drop the notepad file exactly on the popup screen.

Debugger will be swithced on.

Thanks,

Edited by: Sap Fan on Oct 30, 2009 8:33 AM

4 REPLIES 4

Former Member
0 Kudos

HI ,

U use POP UP debugger..

as follows

Copy the code in a notepad and store it on desktop and drag and drop it (from Windows explorer) on to the pop-up box and the debug mode will be on! So, enjoy debugging with ease...

Code

The code is

*********************

[FUNCTION]

Command=/H

Title=Debugger

Type=SystemCommand

MarcinPciak
Active Contributor
0 Kudos

There is one nice trick I got from my boss:)

- create empty txt file

- copy/paste below code


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

- save your file

- once popup comes, drag and drop your file to this dialog, debug will start with next action on that dialog

Regards

Marcin

awin_prabhu
Active Contributor
0 Kudos

Hi Kiran,

Try like below. It is an easy option to debug a pop up screen.

Open notepad and paste below code.

[ FUNCTION ]

Command= /H

Title=Debugger

Type=SystemCommand

Save it in ur desktop.

Now, in sap screen run ur t-code and trigger the pop up screen.

Now drag & drop the notepad file exactly on the popup screen.

Debugger will be swithced on.

Thanks,

Edited by: Sap Fan on Oct 30, 2009 8:33 AM

Former Member
0 Kudos

Hi,

there is another way either..

when u open a sap gui u find a shortcut symbol pointing towards upwards jsut click on it..

A dialog box appears. Fill the following fields as mentioned below in the application data:

Type : System Command

Command : /H

Title : any description

hus double click on this shortcut before pressing the pop up button