I created a Crystal Report layout using POR1 and inserted "Line Number" field on to the layout and sorted by that Ascending. I also used the DocEntry as filter so that I can import and display the layout on any PO document when in SAP.
The problem is that when I import into SAP, I open the PO document and when I print/view layout, the rows move up or down randomly so basically my layout is not in the same order as the actual PO. I want the Layout to match the same order exactly but it is not happening. Help please!
Example:
Actual PO:
line# 0 item A 30pcs
line# 1 item B 24pcs
line# 2 item C 12pcs
line# 3 item D 36pcs
When I view layout created in CR:
line# 0 item A 30pcs
line# 3 item D 36pcs
line# 2 item C 12pcs
line# 1 item B 24pcs
Thank you