2008 Apr 18 11:02 AM
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
2008 Apr 18 11:07 AM
Hi,
Check if u have cleared all work areas/ itabs with header line/ variables after usage.
This might also be a cause.
Regards,
Ramya
2008 Apr 18 11:08 AM
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.
2008 Apr 18 11:11 AM
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.
2008 Apr 18 3:35 PM
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
2008 Apr 18 3:42 PM