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

debugging

Former Member
0 Likes
917

HI.

how debug the dialog screen of standard program?

Example: I need to debug select View dialog box after selected views. Please help me out to resolve this problem.

Regards.

Jay

8 REPLIES 8
Read only

bpawanchand
Active Contributor
0 Likes
890

use /h in the command box where you enter transaction codes

First enter the material name and Industry sector and material type then in the command box write /h and then click on SelectViews automatically the programme is opened in Debugging mode

Read only

0 Likes
890

HI.

Thanks for your reply.actually i need to debugg after selected views from dialog box.

please help me if you know the way to reslove this issue.

Thanks .

Jay

Read only

Former Member
0 Likes
890

Hi Jay

In order to debug a dialog screen, you need to create an SAP shortcut with the properties.This can then be dragged onto the dialog window which will activate debugging mode.

Properties set for SAP shortcut:

(Application)

type:system command

command:/H

title:popup debug

An icon will be created on your desktop which can be dragged onto the Popup window to

activate the debugger.

Regards,

Abdur

Read only

VikasB
Active Participant
0 Likes
890

Hi Jay,

Open a text file and paste the code below.

[FUNCTION]

Command=/H

Title=Debugger

Type=SystemCommand

Save this text file. Open your dialog box and drag-drop this file on this. This will result in opening debugger for that dialog box.

Regards,

Vikas.

Read only

Former Member
0 Likes
890

Hi,

Use '/h' in the command box for debugging or goto 'Systems' menu --> Utilities --> Debug Screen / Debug ABAP/ Debug System for debugging.

Regards,

Saba

Read only

Former Member
0 Likes
890

Creat a text file with following data.


[function] 
command = /h
type=systemcommand

Save the text fine on you desk top.

Open the transaction,

Click on "Select View".

Drag the text file icon to your SAP screen.Debugging will be switch on.

Edited by: Swastik Bharati on Nov 3, 2008 10:20 AM

Read only

Former Member
0 Likes
890

same like as u r using for simple abap program just set debugger on a prticular statement.

place the cursor on that statement and press stop button on application toolbar or just press ctrlshiftf12.

thanks

Read only

Former Member
0 Likes
890

hi,

you can first type '/h' in space before executing .then you can place a breat point in the statement. have your eyes open cause they may use screen variants.....reply back