2009 Jul 28 2:01 PM
Hello Experts,
I have a module pool where in a table control I have fields like posnr matnr material description and quantity.
In this posnr field I want values like 10 20 upto 200.which has a increment in 10.
I have added this logic but this posnr values are not getting displayed once I press enter.
How can I display all these values from 10 to 200 even after pressing enter.
Thanks and Regrds,
Nikhil.
Hello Experts,
I have a module pool where in a table control I have fields like posnr matnr material description and quantity.
In this posnr field I want values like 10 20 upto 200.which has a increment in 10.
I have added this logic but this posnr values are not getting displayed once I press enter.
How can I display all these values from 10 to 200 even after pressing enter.
Thanks and Regrds,
Nikhil.
2009 Jul 28 2:06 PM
Hi,
Please check if ur logic is getting triggered when enter is pressed.
Then if so, at the end of internal table updation, update the number of table control lines as follows:
DESCRIBE TABLE t_internal_table LINES TC_TABL_CTRL-LINES.
Regards,
Sasi.
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |