cancel
Showing results for 
Search instead for 
Did you mean: 

Sales analysis y item groups using SQL query generator

Former Member
0 Kudos

Hello.

Is it possible to create a SQL query in query generator that would produce the sales information described below. This information should be grouped by item group.

1. SALES/WEEK

previous week's sales (saved sales orders during that week)

2. YTD SALES

sales from the beginning of a year up to last day of the week (saved sales orders)

3. YTD Invoicing

invoicing from the beginning of a year up to last day of the week (without VAT)

4. Margin

Sales margin from column 3. (YTD)

5. Backlog

All open sales order that are not delivered yet.

6. Stock

The stock value.

Regards,

Saku

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Saku

You ask a lot in a little question...

1 - 5: Yes

6: Yes, if you know the prices of the goods you have on stock.

Use the debug information to find out which tables you have to query. There is allways a table like OINV (Invoices) for the header of a document and a table like INV1 for the lines of the document.