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

Order no display

Former Member
0 Likes
629

Hi all,

    Im facing an issue in alv grid programming. my requirement is to display revelent "rework order no" for the particular "order no" and im able to get that also but the problem is that the rework order no gets repeated for all other order nos also. How can i display the particular rework order no to the revelent order no only.

Kindly help.

Rgds,

Sam.

Hi all,

    Im facing an issue in alv grid programming. my requirement is to display revelent "rework order no" for the particular "order no" and im able to get that also but the problem is that the rework order no gets repeated for all other order nos also. How can i display the particular rework order no to the revelent order no only.

Kindly help.

Rgds,

Sam.

3 REPLIES 3
Read only

Arun_Prabhu_K
Active Contributor
0 Likes
589

Samuel,

     Re-check the internal table data before calling alv grid.

Regards.

Read only

Former Member
0 Likes
589

Kindly check your logic where you are filling the order number. Somewhere you might not have cleared some field and it is getting repeated.

Read only

former_member217544
Active Contributor
0 Likes
589

Hi,

This kind of problem occurs when you dont clear the work area properly. Clear the work areas after the use(after appending to final internal table) else the previous values will be carried to other records also.

Regards,

Swarna