2014 Mar 05 9:30 AM
Hello experts,
I use the table control wizard.
But when I fill my table with one value in my dynpro the table control don't show them.
I only fill the first line.
I debugged the report and fount out that there is only a modify and not an append.
And in the coding is written 'DO NOT CHANGE THIS LINE!'
WA_IT is filled
IT not!
MODULE TAB_VERKAUF_MODIFY INPUT.
MODIFY IT
FROM WA_IT
INDEX TAB_VERKAUF-CURRENT_LINE.
ENDMODULE.
How can I solve this problem?
Thanks for hints
Best regards
Annette Bruy
2014 Mar 05 9:59 AM
Hi,
you can comment these lines, and can write as below
MODIFY IT FROM WA_IT TRANSPORTING your fields WHERE condition.
this might solve your issue.
Hello experts,
I use the table control wizard.
But when I fill my table with one value in my dynpro the table control don't show them.
I only fill the first line.
I debugged the report and fount out that there is only a modify and not an append.
And in the coding is written 'DO NOT CHANGE THIS LINE!'
WA_IT is filled
IT not!
MODULE TAB_VERKAUF_MODIFY INPUT.
MODIFY IT
FROM WA_IT
INDEX TAB_VERKAUF-CURRENT_LINE.
ENDMODULE.
How can I solve this problem?
Thanks for hints
Best regards
Annette Bruy
2014 Mar 05 9:48 AM
Hi Annette
I would prefer to handle/create table control manually without wizard. Seconldy while creating table control did you choose all proper functions add,delete etc..?
Nabheet
2014 Mar 05 9:59 AM
Hi,
you can comment these lines, and can write as below
MODIFY IT FROM WA_IT TRANSPORTING your fields WHERE condition.
this might solve your issue.
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |