2008 Mar 06 1:13 AM
Hi,
Can anyone plz help me with the sy-ucomm value for enter key.
Thanks..
Hi,
Can anyone plz help me with the sy-ucomm value for enter key.
Thanks..
2008 Mar 06 1:17 AM
Hi,
This depend on screen to screen. Are you running the BDC?
Just press ENTER during recording and you will get its value.
Regards,
Atish
2008 Mar 10 2:17 AM
Hi,
I have 2 grids to display.After the display of first grid on hitting 'enter' the second grid should be displayed..Thats why I am looking for the sy-ucomm value for 'Enter'.
Thanks.
2008 Mar 25 7:58 PM
Hi Raj,
Is this problem solved. if yes plz let me know as i am in the same situation.
Regards,
Kamal
2008 Mar 06 2:40 AM
Renu,
It depends on diff.scenarios.
To get that put break point where ever you want Enter key fcode and
check for the value SY-UCOMM.
2008 Mar 06 3:28 AM
hi,
its value changes depending on the scenerios. if u are running a bdc recording u press enter and u can see its value in the recording.
otherwise u can put a breakpoint near that and check for the SY-UCOMM value.
2008 Mar 06 4:30 AM
hii
The vaule of sy_ucomm when u press enter is /00..
u wld get this which u r recording the dailog and press enter in that dailog flow
<REMOVED BY MODERATOR>
Regards
Archana
Edited by: Alvaro Tejada Galindo on Mar 25, 2008 4:48 PM
2008 Mar 06 4:38 AM
Hi,
Well the the sy-ucomm value for enter is ONLI
<REMOVED BY MODERATOR>
Edited by: Alvaro Tejada Galindo on Mar 25, 2008 4:49 PM
2008 Mar 06 4:47 AM
Hi Renu,
if you want to know the value of sy-ucomm at any screen in SAP R/3, just put ' /h' in the command window and then press enter in that screen.
The in debugger you can check the value of sy-ucomm at that point of time.
2008 Mar 06 4:55 AM
If you are talking of standard SAP Applications then the fcode for Enter is ' ' (SPACE)
where as for custom applications it depends on the GUI Status definition.
So where ever needed just put /H in command line and press ENTER button, you can know accordingly.
Regards
Gopi
2008 Mar 06 5:03 AM
hi,
It depends on screen from which you are traversing which can be know only while recording. One more possible value is ENTE.
Regards,
Santosh
2008 Mar 06 5:14 AM
Hi Renu,
The default function code for ENTER key is ' ' (SPACE). But it varies according to the screen you are in.
2008 Mar 06 5:27 AM
2008 Mar 25 8:01 PM
Hi Renu,
the value of sy-ucomm varies depending on its position. SO plz on the debugger and check at that particular point.
If you still have any doubt reply me.
Thanks & Regards,
AMK.
<REMOVED BY MODERATOR>
Edited by: Alvaro Tejada Galindo on Mar 25, 2008 4:49 PM
2008 Mar 25 8:20 PM
Hi Renu,
The OKCODE or SY_UCOMM value is not same for 'ENTER' in all the cases. So its better to go for debugging .
Whenever you want to know the ok code or sy-ucomm value of a key , type '/h' in the command box and press enter. It shows a message on the status bar 'Debugging Switched On'. Now if you press any key , it switches to debugging mode and type sy-ucomm in the fields list then you will get the SY-UCOMM or OK CODE.
Incase of ALVs also you can get the SY-UCOMM. But in some cases the SY-UCOMM value may be NULL.
<REMOVED BY MODERATOR>
Edited by: Alvaro Tejada Galindo on Mar 25, 2008 4:50 PM
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |