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 Member
0 Likes
745

hi all,

Can anybody plzz tel me how to make a table control's perticular cell

editable or non-editable.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
715

HI ,

Please refer this thread

8 REPLIES 8
Read only

Former Member
0 Likes
715

Hi

U go through saptechnical.coom...There clearly how 2 do in table control.Its very use full for u........

Read only

Former Member
0 Likes
715

Hi

U go through saptechnical.coom...There clearly how 2 do in table control.Its very use full for u........

Read only

Former Member
0 Likes
715

Hi dude.

Loop at screen.

if screen-group = 'AAA'.

if screen-name = 'XXX'."Here XXX is the name of the Table control field.

screen-input = 0.

endif.

endif.

endloop.

Read only

naveen_inuganti2
Active Contributor
0 Likes
715

Hi..

You can do it with

-> screen group

-> modify screen in PBO

Check this thread, apply the similer logic...

Thanks,

Naveen.I

Read only

Former Member
0 Likes
716

HI ,

Please refer this thread

Read only

Former Member
0 Likes
715

hi rahul

select that partcular column in table control -> dbl click

u get a Screen Attributes pop up, there (in program TAB specify input or output based on ur reqmt

regards

Deva

Read only

Former Member
0 Likes
715

Hi Rahul,

1. Goto the layout of the Table Control.

2. Double click on the Column which you want to make editable or noneditable.

3. Then you will get the screen painter attributes of that column.

4. Inside that you go to the Program tab (Three tabs - Dict, Program and Display) which is present in the Attributes.

5. Make your field as input or output field as per the requirement.

Regards,

Amit.

Let me know if you still have some doubt..

Read only

0 Likes
715

hi amit,

actually what my problem is at run time i want to make the table control cel input or out put mode...

perticular cell not a entire row or entire colum

regards,

rahul.