‎2012 Mar 14 4:53 AM
Hi Abapers,
Its Module pool progrm, a screen '800' screen contains table control and a button "REFRESH".
IN pai i cleared the work area [used for transfering data from program to table control].
i call the screen with a t-code. when I clicked on REFRESH button, suddenly sap-easy access screen appeared.
Its so amazing... do you why it happened??
‎2012 Mar 14 10:41 AM
Hi Avinash,
i did same requirement,its working fine.can you provide me piece code under the event PAI .
Regards,
Gurunath kumar D
‎2012 Mar 14 12:27 PM
Hi,
i coded like below..
case ok_code. when 'REFRESH'. clear wa_zmark. endcase.
‎2012 Mar 14 12:27 PM
Hi,
i coded like below..
case ok_code. when 'REFRESH'. clear wa_zmark. endcase.
‎2012 Mar 14 1:32 PM
Hi Avinash,
Please check in debugging mode sy-ucomm = refresh is there or not.your code is perfectly correct and also check if any other piece of code is there under this action button.and also check that AT PF staus what you defined button name is same or not in pai.and also check ok_code is defined in attributes or not.
and also try like this.
case sy-ucomm.
when'REFRESH'.
clear:work area.
endcase.
if any issues revert back.
Regards,
Gurunath kumar D