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

in table control!

Former Member
0 Likes
585

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
567

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.

5 REPLIES 5
Read only

former_member196280
Active Contributor
0 Likes
567

while validating your fields place then in CHAIN and ENDCHAIN in your PAI module, it make all the fields open...

Regards,

Sairam

Read only

Former Member
0 Likes
568

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.

Read only

0 Likes
567

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.

Read only

0 Likes
567

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?

Read only

0 Likes
567

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