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

Table control.

former_member226419
Contributor
0 Likes
670

Hi,

I am getting below options in disable mode in table control while creating the same. how to make it enable?

Screenshot attached.

1.) Scroll

2.) Insert/delete

3.) Select/Deselect.

BR

Sumeet

5 REPLIES 5
Read only

romit_raina
Active Participant
0 Likes
616

Hello,

I am not able to find your screenshot , meanwhile as i get your question correctly ; you need to enable the above three things.

You need to create a screen and table control wizard. In the table control wizard the 5th option named - " Select Additional Table Maintenance Function" and select the check box for all three mentioned above.

Let me know whether this is what you needed.

Thanks

Romit Raina

Read only

sivaganesh_krishnan
Contributor
0 Likes
616

can't see the screen shot..

Read only

Former Member
0 Likes
616

Hai,

    Creating same means ?

Read only

Arun_Prabhu_K
Active Contributor
0 Likes
616

Hello Sumeet.

     All those three options will be enabled only for table control with INPUT CONTROL attribute, with LINE SELECTION COL. and MULTIPLE line selectability.

Regards.

Read only

Former Member
0 Likes
616

Hi Sumeet,

Apart from whats mentioned by Arun, also create a char 1 field named 'SEL' in this example in your internal table to activate the required options of scroll,insert/delete, etc.

BR.