cancel
Showing results for 
Search instead for 
Did you mean: 

crystal reports / pld batch printing based on a line item?

jbrotto
Active Contributor
0 Kudos

Is there a way to print a batch of documents based on a open item?

Accepted Solutions (0)

Answers (1)

Answers (1)

wojciech_wozniak
Participant
0 Kudos

yes, you only need to correctly write the query and prepare a printout from it in CR.

May be useful:

Select * 
FROM  OBTN T0
LEFT OUTER JOIN OBTQ T1 ON T0.ItemCode = T1.ItemCode AND T0.SysNumber = T1.SysNumber 
INNER JOIN OBTW T2 ON T0.ItemCode = T2.ItemCode AND T0.SysNumber = T2.SysNumber AND T1.WhsCode = T2.WhsCode
jbrotto
Active Contributor
0 Kudos

Thanks for the query. I am guessing the same could be done for invoices (OINV), but what would be the steps in SAP in terms of printing.