2007 Sep 07 12:18 PM
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.
2007 Sep 07 12:46 PM
hi,
In screen Layout check the program option of input/output field of table control. Input-Output field should b checked.
2007 Sep 07 12:52 PM
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
2007 Sep 07 1:17 PM
Thanks for your attention Sudheer,
we got the solution, we forgot give group id's to the tc fields,
thank you all.
viswam