‎2010 Mar 10 9:49 AM
Hi all,
Iu2019m getting wrong Material description in the report output.
Iu2019m displaying the report based on the sales order numbers.
But one sales order number doesn't have the material number,
Its not display the material number
But its display the Material description for previous material number description
How can I avoid this description in output?
Thanks,
Srini
‎2010 Mar 10 9:52 AM
Hi Sreenu,
While filling the internal table for final display, may be you are not clearing the workarea. So it is picking up the material description from previous record. If you clear the work area the issue should be resolved.
Best Regards,
Ram.
‎2010 Mar 10 9:51 AM
Hi,
Clear the Work Area immediatly after appending it to the final internal table which is used for display.
Thanks & Regards,
Vamsi.
‎2010 Mar 10 10:18 AM
‎2010 Mar 10 9:52 AM
Hi Sreenu,
While filling the internal table for final display, may be you are not clearing the workarea. So it is picking up the material description from previous record. If you clear the work area the issue should be resolved.
Best Regards,
Ram.
‎2010 Mar 10 10:02 AM
Hi ,
You need to clear the work area after appending into the internal table.
like:
append workarea to internal table.
clear workarea.
Edited by: Bhavana Amar on Mar 10, 2010 11:02 AM
‎2010 Mar 10 10:19 AM
‎2010 Mar 10 10:19 AM