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

Pick up wrong Material description

Former Member
0 Likes
911

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
794

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.

6 REPLIES 6
Read only

Former Member
0 Likes
794

Hi,

Clear the Work Area immediatly after appending it to the final internal table which is used for display.

Thanks & Regards,

Vamsi.

Read only

0 Likes
794

thx

Read only

Former Member
0 Likes
795

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.

Read only

0 Likes
794

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

Read only

0 Likes
794

thx

Read only

0 Likes
794

thx