cancel
Showing results for 
Search instead for 
Did you mean: 

How to show returned components on Issue for Production on a query.

Former Member
0 Kudos

Hi Guru's,

     Is there a way to show the items that have been returned (Return Components) on Issue for Production using a query?

Thanks and Regards,

Christian

Accepted Solutions (0)

Answers (1)

Answers (1)

kothandaraman_nagarajan
Active Contributor
0 Kudos

Hi,

1. Create row level UDF for issue from production order.

2. Assign below FMS to this UDF and set it auto refresh based on quantity.

SELECT T0.[Quantity] FROM IGN1 T0 WHERE T0.[BaseRef]  = $[$13.61.number] and  T0.[ItemCode]  = $[$13.1.0]

Thanks & Regards,

Nagarajan