Application Development 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: 

hi all dialog prog

Former Member
0 Kudos

hi all

i have developed dialogue prog in which there is table control and data in the table control is input enabled and i am trapping input by modify syntax in pai.

but the problem is, there is a vertical bar which has come automatically in ECC6 VERSION, when i press this vertical bar more than 3 times, the current line modified data gets changed. how to solve this prob???

my second question, what is sy-ucomm for vertical bar pressing in dialogue prog in ecc6 version.

thanx

rocky

1 REPLY 1

former_member667836
Active Participant
0 Kudos

Hi Rocky,

Dragging the vertical scroll bar will results triggering the PAI of the screen.SY-UCOMM for this will be ' ' like pressing the ENTER button.Make sure that you are not writing any code by capturing this ok code.Also verify that your modification statement will work only on desired condition.This will solve the issue

Message Edited

Shibu Kurian.