Application Development 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: 

Zreport- Open raw material PO's tracking based on Finished Product

Former Member
0 Kudos

Hi all,

My client want to track open raw materials PO's based on Finished product. We developed Z report according to that.

For understanding, I have attached file please go through that.

In my report i am unable to segregate raw materials PO's based on finished product.

Could you please suggest me how can segregate raw materials PO's based on finished product ?

Thanks & Regards,

GKR

1 REPLY 1

thanga_prakash
Active Contributor
0 Kudos

Hello GKR,

As I understand your internal table will have the records like this.

FinishedRaw materialOpen PO
FN1RM1100001
FN1RM1100009
FN1RM1100011
FN1RM1100014
FN1RM1100018
FN1RM2100008
FN1RM2100007
FN2RM3100008
FN2RM3100012
FN2RM1100001
FN2RM1100009
FN2RM1100011
FN2RM1100014
FN2RM1

100018

You can achieve this by using DELETE DUPLICATES FROM itab COMPARING raw material and Open PO.

The result table will have the records as per your expectation.

Regards,

Thanga