Hi,
I've built a simple report in Crystal based upon the Goods Receipt Header and Goods Receipt Rows Table.
- I've included the DocKey@ paremeter
- I've set the correct select record: {OPDN.DocEntry} = {?DocKey@}
When I previous the report in Crystal, Crystal asks me to define a DocKey. I select 12 (because I know this has good data in SAP. My report works fine (see below).
However, I've having difficulty generating the report from SAP. When I run the report in SAP, it imports the correct DocKey into Crystal via the DocKey@ parameter, however, it doesn't actually select any data (see below).
I've checked the obvious things like ensuring SAP is generating the correct layout.
Any ideas?