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

small question of report

Former Member
0 Kudos
191

hi dear friends,

I am having a small doubt regarding reports in ABAP.

In a report if we want to jump from basic list to secondary list, for that we are double clicking...

Is it possible by single click, if possible how to do this,

plz give me reply............

thanks and regards

1 ACCEPTED SOLUTION
Read only

Former Member
0 Kudos
169

Hotspot is a list area where the mouse pointer appears as an upright hand symbol.When a user points to that area(and the hand cursor is active),a single-click does the same thing as a double-click. Hotspots are supported from R/3 release 3.0c.

5 REPLIES 5
Read only

Former Member
0 Kudos
169

Hi ravi,

If u want go from basic list to secondary list by single click , if you use hot spot, then it needs only single click.

reward if found useful.

Cheers

Srihari.

Read only

Former Member
0 Kudos
169

Hi,

U can make use of the hotspot facility... attach the hotspot to on of the column it.. if the user clicks on that he can go to the secondary list... sample program in available in SAP itself.. i dont remenber the name..

Regards

Maneesh Chandran

Read only

former_member386202
Active Contributor
0 Kudos
169

Hi,

USe HOTSPOT statement

HOTSPOT ON.

Regards,

Prashant

Read only

Former Member
0 Kudos
170

Hotspot is a list area where the mouse pointer appears as an upright hand symbol.When a user points to that area(and the hand cursor is active),a single-click does the same thing as a double-click. Hotspots are supported from R/3 release 3.0c.

Read only

Former Member
0 Kudos
169

HI,

use FORMAT HOTSPOT ON.statement in ur abap report program just before the write statements.

rgds,

bharat.