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: 

Reagrding w/selColumn in dialog programming...

Former Member
0 Kudos
70

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.

1 REPLY 1

naimesh_patel
Active Contributor
0 Kudos
48

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