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 dialog screen

Former Member
0 Likes
971

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
834

Hi

U need to create a shurtcut from SAP

Max

7 REPLIES 7
Read only

Former Member
0 Likes
834

Create a file with extension ".sap" having the following contents:


[Function]
Title=
Command=/h
Type=SystemCommand

Read only

0 Likes
834

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.

Read only

Former Member
0 Likes
835

Hi

U need to create a shurtcut from SAP

Max

Read only

0 Likes
834

I am not getting, Can you please explain from where to create shortcut.

Read only

0 Likes
834

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

Read only

0 Likes
834

Thanks Max thanks for your help.

Read only

Former Member
0 Likes
834

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