2012 Dec 25 4:48 AM
Every time when I create table control in modulepool it's lines get disappear I have to handle it manually how can I solve this problem?
2012 Dec 25 1:57 PM
you might have created the table with wizard.
In PAI, within loop there would be one module called which is modifying the value of the main table.
below that, write:
If sy-subrc is not initial.
Append lwa_itab to lt_itab.
Endif.
I hope this will resolve your issue.
2012 Dec 25 12:36 PM
Hi,
It seems two possible reasons for this
1. Any refresh used in PBO or PAI of that table. If so do not refresh the table refresh the table control.
2. You might have missed something in loop for internal table in flow logic.
For details about table control flow logic
http://help.sap.com/saphelp_erp2004/helpdata/en/9f/dbac5135c111d1829f0000e829fbfe/content.htm
For details about table control
http://help.sap.com/saphelp_erp2004/helpdata/en/9f/dbac1d35c111d1829f0000e829fbfe/content.htm
2012 Dec 25 1:57 PM
you might have created the table with wizard.
In PAI, within loop there would be one module called which is modifying the value of the main table.
below that, write:
If sy-subrc is not initial.
Append lwa_itab to lt_itab.
Endif.
I hope this will resolve your issue.
2012 Dec 29 8:33 AM
Thanks for your reply ...............................................
2012 Dec 29 8:33 AM
Thanks for your reply ...............................................