2006 Nov 18 6:05 AM
wat is the value of sy-ucomm when we scroll down or scroll up??
wat is the value of sy-ucomm when we scroll down or scroll up??
2006 Nov 18 6:06 AM
Hi,
sy-ucomm is not related to scroll down or scroll up..
u have to clear the sy-ucomm value.
case sy-ucomm.
when 'SAVE'.
clear sy-ucomm.
perform save.
endcase.
rgds
anver
2006 Nov 18 11:33 AM
to get the value of sy-comm when you scroll doem.
put the breakpoint in PAI
then scroll down, get the the value, what is coming while scolling down.
I if you are working with table controls,only then you will get some value.
for normal screen, i don't think any u-comm will be generated for scrolling.
2006 Nov 18 11:48 AM
2006 Nov 18 1:08 PM
NO this sy-ucomm dosnt work fr this....m using table cntrl.....plz if u r havinf any more comment plz post
2006 Nov 18 1:30 PM
Hi
I don't know your purpose, but you can't know the sy-ucomm for the scrolling because the scrolling doesn't set a value there.
So if you're creating a BDC program you can't simulate the scrolling, you can only define in which row a data has to be placed or simulate the PAGE UP/DOWN (if there are these functionalities in the screen).
Max
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |