Application Development 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: 

Getting an event fired every time when i click onto body part in classical

Former Member
0 Kudos
86

Dear Sir,

I have stuck up with a problem, in my double list block classical report, when i click onto the header or body part of classical report... i get an event fired every time..

when i check the form

FORM USER_COMMAND USING R_UCOMM LIKE SY-UCOMM

RS_SELFIELD TYPE SLIS_SELFIELD.

i get every time r_ucomm field with the same value...!!!!

How to resolve the problem..

Thanks & Regards,

Nirav Parekh

5 REPLIES 5

Former Member
0 Kudos
66

Hi,

Check if u have cleared all work areas/ itabs with header line/ variables after usage.

This might also be a cause.

Regards,

Ramya

Former Member
0 Kudos
66

Hi,

Try this,

FORM handle_ucomm USING r_ucomm LIKE sy-ucomm

r_selfld TYPE slis_selfield.

CASE r_ucomm.

WHEN 'some fct code''

modify data internal table .

r_selfld-refresh = 'X'.

Regards,

Raj.

former_member188685
Active Contributor
0 Kudos
66

Do you have your own pf-status set or standard one.

Delete the Function code from the PF-status if you dont want that functionality.

0 Kudos
66

Hi all..!!!

Thanks for your interest in my prob.

ya yash.. i do have my own pf-status

and i can not delete it as because i have need of it..!!!

So i think you are going to right direction but answer still is in air...!!!

Thanks & Regards,

Nirav Parekh

0 Kudos
66

When clicking, you are firing the PICK function code, yes? Or hotspot, this is the delivered functionality I believe. So what exactly is the problem?

Regards,

Rich Heilman