2008 May 16 6:44 PM
Hello,
I am displaying the inetranl table using table control on screen. Now I am suing following statement to find the value of the field where cursor is placed.
GET CURSOR FIELD FLD OFFSET OFF VALUE VAL LENGTH LEN.
I have also opted ofr option called "w/selColumn" during screen painter while placing this table control on screen and the value given to it was 'BRWN' in scrren painter attributes.
Now how can I catch this value when I select a given row in the table ?
Regards,
Rajesh.
2008 May 16 6:50 PM
The field which you want to specify in the w/selColumn must be part of your internal table to get its value for processing.
SO, if you have internal table for the table control as ITAB and the field FLAG for the selection, than the w/selColumn would have ITAB-FLAG.
Regards,
Naimesh Patel