Hi,
In my module pool programming, I have a document number field and I defined a subscreen in which i inserted a table control. Now based on the document number , the line items will be visible in table control, now i am selecting doc num 1 and it has 3 lines items which i am fetching in pbo of that subscreen and looping it with table control, output is showing with those 3 line items but the next 7 lines are also in editable mode, the loop, endloop in table control is looping 10 times i.e for all the visible entries in table control but my internal table has only 3 records> Also after the processing, stil the lines field in table control is(table_control-lines) 0, can anyone throw some light on where the problem is?
Thank you for your time.
Regards,