‎2008 Nov 03 9:11 AM
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
‎2008 Nov 03 9:14 AM
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
‎2008 Nov 03 9:19 AM
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
‎2008 Nov 03 9:18 AM
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
‎2008 Nov 03 9:19 AM
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.
‎2008 Nov 03 9:20 AM
Hi,
Use '/h' in the command box for debugging or goto 'Systems' menu --> Utilities --> Debug Screen / Debug ABAP/ Debug System for debugging.
Regards,
Saba
‎2008 Nov 03 9:20 AM
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
‎2008 Nov 03 9:23 AM
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
‎2008 Nov 03 10:02 AM
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