‎2008 Apr 15 12:45 PM
Hi All,
I want to debugg the dialog screen I am dragging a text file which is on desktop on to the button of dialog screen to dubug when it is pressed, but it is not going into debugging mode. The text file is with following lines.
FUNCTION
Command=/H
Title=Debugger
Type=SystemCommand
Can anybody please help me.
Thanks in advance.
‎2008 Apr 15 1:03 PM
‎2008 Apr 15 12:50 PM
Create a file with extension ".sap" having the following contents:
[Function]
Title=
Command=/h
Type=SystemCommand
‎2008 Apr 15 1:01 PM
Hi Mike,
Problem is solved actually I did not keet FUNCTION in square brackets it should be [FUNCTION]. I put the code in .txt. It is working. I think it is not compulary to keep code in text file with .SAP extension.
‎2008 Apr 15 1:03 PM
‎2008 Apr 15 1:12 PM
I am not getting, Can you please explain from where to create shortcut.
‎2008 Apr 15 1:25 PM
Hi
Click on the last ICON on the right of the standard toolbar (just after the yellow icon with question mark).
Here go to CREATE SHORTCUT, here insert:
- What you prefer as title
- SystemCommand as type
- /H as command
Max
‎2008 Apr 15 1:46 PM
‎2008 Apr 15 1:13 PM
Hi Ranjit,
The notepad will be in .txt format and inside the notepad you can write code as follows
[FUNCTION] FUNCTION Command in Brackets i.e [ ].
Command=/H
Title=Debugger
type=SystemCommand
Regards
Kiran
Edited by: Kiran Sure(skk) on Apr 15, 2008 5:45 PM