‎2007 Oct 05 4:49 AM
hi SDNers,
I created one table control with 4 columns.it sounds good. but if i entered some values upto n rows and press 'Enter' key the rest of the rows get disabled.i want to be in enable mode.how to do?
your reply will be appreciated and rewarded.
Senthil kumar.
‎2007 Oct 05 10:10 AM
hi,
In Module tab1_change_tc_attr in PBO, write this.
MODULE tab1_change_tc_attr OUTPUT.
<b>IF ok_code (or sy-ucomm)IS NOT INITIAL.</b>
DESCRIBE TABLE itab_det LINES tab1-lines.
<b> ENDIF.</b>
ENDMODULE.
reward if useful.
‎2007 Oct 05 7:04 AM
while validating your fields place then in CHAIN and ENDCHAIN in your PAI module, it make all the fields open...
Regards,
Sairam
‎2007 Oct 05 10:10 AM
hi,
In Module tab1_change_tc_attr in PBO, write this.
MODULE tab1_change_tc_attr OUTPUT.
<b>IF ok_code (or sy-ucomm)IS NOT INITIAL.</b>
DESCRIBE TABLE itab_det LINES tab1-lines.
<b> ENDIF.</b>
ENDMODULE.
reward if useful.
‎2007 Oct 06 4:31 AM
hi shah,
i got it. thanks for helpful answers.but i need the cursor in that cell i.e last i entered some value in particular cell. now cursor come out of table control.how to do?
Senthil kumar.
‎2007 Oct 06 10:03 AM
hi,
i took one table control and write this code, but when i press enter, cursor is at last modified cell only.
why u cant get same like this?
‎2007 Oct 08 7:32 AM
hi,
i dont know why it comes out.i created one text field and entererd 'table control' for display. After entered some values in table control and press enter key cursor comes into that text field.
Senthil kumar