on 2022 Dec 09 12:37 PM
Hello guys.
We are working with Customer CheckOut Manager (CCOM) on a HANA database.
The idea is to create a Calculation View for sales reports.
The basis of the calculation View is as follows:
Select T0.*
FROM ."RECEIPT" T0
INNER JOIN "SALESITEM" T1 ON T1."RECEIPT_OBJECTKEY"=T0."OBJECTKEY"
The problem with the above query is that it does not return sales of Items that are "SALES SETS".
If we query the "SALESITEM" table we find the "Sales Set" Kits but then we cannot associate them with the receipt.
Can anyone help?
Regards
Tomé Cordeiro
Request clarification before answering.
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.