Application Development 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: 

Problem with Disabled table control

Former Member
0 Kudos

Hi gurus,

I have created a table control,if i test at the screen painter its fine, fields are enabled,

but when we run pa70 for cration of records whole table control is grey, disabled.

is there any key things we should do in pbo or pai events to make it input enable.

your suggestions are highly appreciated.

Thank you,

Viswam.

3 REPLIES 3

Former Member
0 Kudos

hi,

In screen Layout check the program option of input/output field of table control. Input-Output field should b checked.

Former Member
0 Kudos

Hi,

If you are using the table control in a standard screen, and it is disabled then you need to use the logic in PBO event to enable it. you can use the LOOP AT SCREEN and ENDLOOP.

Look at the demo programs

DEMO_DYNPRO_MODIFY_SCREEN

DEMO_DYNPRO_MODIFY_SIMPLE

Regards

Sudheer

0 Kudos

Thanks for your attention Sudheer,

we got the solution, we forgot give group id's to the tc fields,

thank you all.

viswam