‎2008 Aug 27 5:41 AM
hi all,
Can anybody plzz tel me how to make a table control's perticular cell
editable or non-editable.
‎2008 Aug 27 5:47 AM
‎2008 Aug 27 5:43 AM
Hi
U go through saptechnical.coom...There clearly how 2 do in table control.Its very use full for u........
‎2008 Aug 27 5:43 AM
Hi
U go through saptechnical.coom...There clearly how 2 do in table control.Its very use full for u........
‎2008 Aug 27 5:44 AM
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.
‎2008 Aug 27 5:47 AM
‎2008 Aug 27 5:47 AM
‎2008 Aug 27 5:47 AM
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
‎2008 Aug 27 5:49 AM
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..
‎2008 Aug 27 5:55 AM
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.