You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

From which table I can get cost of material transactions with "Outgoing" or "Issue" transaction type

Hello,

I developed an SQL report to show cost per material txns. For relationship between txn and cost, I used CST_ITEM_COST_HISTORY_V view, but with this way, I could bring only the transactıons wıth Issue type, -transactions with negative quantity-. From which table and with what relationship I can match cost and incoming material txns?

SQL file of the report is in the archive attached, but for convenience, I'm writing it down here.

Thank you in advance

SELECT
catt.category_name ITEM_COST_CATEGORY,
item.item_number ITEM_NUMBER,
REPLACE(item.description, '
', '') ITEM_DESCRIPTION,

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!