2007 May 14 1:50 PM
Hi All,
Is there, any system field (variables), which identifies the sapevent
Thanks and Regards,
Anji
2007 May 14 1:52 PM
Hi Ramanjaneyulu,
I think sy-ucomm but I am not sure
Thanks,
Suma.
Hi All,
Is there, any system field (variables), which identifies the sapevent
Thanks and Regards,
Anji
2007 May 14 1:51 PM
2007 May 14 1:52 PM
Hi Ramanjaneyulu,
I think sy-ucomm but I am not sure
Thanks,
Suma.
2007 May 14 1:53 PM
SY-UCOMM,please use OK_CODE When you are working on dialog Programming.
and see the all system fields from SYST structure..
reward points if it is useful
Thanks
Seshu
2007 May 14 1:55 PM
Hi,
Check the system fields: sy-pfkey & sy-ucomm.
Hope this helps.
Reward if helpful.
Regards,
Sipra
2007 May 14 1:58 PM
2007 May 14 1:58 PM
hi ramanjeneyulu,
to identify an event we can use sy-ucomm which holds function code for the clicked button r event r textbox.
we can directly use sy-ucomm or can create a variable of sy-ucomm type as,
data: fun_code like sy-ucomm.
and use as,
case fun_code.
when 'funcode1'
.........
........
.......
when 'funcode2'
........
........
endcase.
where funcode1, funcode2 are function codes for buttons or events.....
helpful reward some points.
with regards,
suresh babu aluri.
2007 May 14 2:12 PM
I am assigning Program in Background and is triggering based on sapevent from sm64. in this scenario, i want to capture the event name in the system filed.. I tried with sy-ucomm and not able to get. Please any body give me the solution
Thanks,
Anji
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |