Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

sy-ucomm(scrollup-down)

Former Member
0 Likes
1,106

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??

5 REPLIES 5
Read only

anversha_s
Active Contributor
0 Likes
934

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

Read only

Former Member
0 Likes
934

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.

Read only

0 Likes
934

in table control the sy-ucomm for the scrolling is TDED

Read only

0 Likes
934

NO this sy-ucomm dosnt work fr this....m using table cntrl.....plz if u r havinf any more comment plz post

Read only

0 Likes
934

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