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

posnr values in module pool

Former Member
0 Likes
451

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.

1 REPLY 1
Read only

Former Member
0 Likes
412

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.