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

Reading Modified Field value from Ouput List-Please help

Former Member
0 Likes
564

Hi,

I am Displaying the the Field Value using Write Statement :

Write :/1 matnr INPUT. " Allow the User to Change

When the User Modifies the values - I have to capture on Button Press .PLease Guide me how to carry out this..

I have used HIDE, and Read line and also Used GET Cursor , But the Modified Value is not captured ..

Please advice. points rewarded.

Thanks in advance.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
546

hi

use sy-lisel

it have the value of the line on screen where cursor ids placed

Cheers

Snehi

Hi,

I am Displaying the the Field Value using Write Statement :

Write :/1 matnr INPUT. " Allow the User to Change

When the User Modifies the values - I have to capture on Button Press .PLease Guide me how to carry out this..

I have used HIDE, and Read line and also Used GET Cursor , But the Modified Value is not captured ..

Please advice. points rewarded.

Thanks in advance.

3 REPLIES 3
Read only

Former Member
0 Likes
547

hi

use sy-lisel

it have the value of the line on screen where cursor ids placed

Cheers

Snehi

Read only

Former Member
0 Likes
546

copy/paste content from ABAP key word documentation. Do not repeat this. Removed by moderator .

Edited by: Durairaj Athavan Raja on Jun 23, 2008 12:14 PM

Read only

Former Member
0 Likes
546

Thanks snehi chouhan ,

Actually the Cursor will not be in the Changed value. Cusrsor position may be anywhere . In the List Ouput 20 to 30 fields are there. but only that particular value i need to capture .

Thats why , i have posted this.