cancel
Showing results for 
Search instead for 
Did you mean: 

sales order status

Former Member
0 Kudos

Hi,

My requirement is to show sales order by its status against billed amount.

i.e.

if the net value and billed amount of the sales order is same then it's full order...

Header 1Header 2Header 3Header 4
Sales orderNet valueBilled amountStatus
123456100.00100.00Full
456789100.0050.00Partial
789012100.000Open

How do I achieve this status? At the moment, i export data to exel and doing Vlookup against COPA datasource billed amount data to achieve these statuses but I want to find out the status of sales orders in bex query.

I am using following data sources

2LIS_11_VAHDR

2LIS_11_VAITM

Shall I be using difference datasource to achive this in bex query itself rather then doing vlookup?

Thank you

Darsh

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Darsh,

you can extract billing details from 2LIS_13_VDITM and merge order and billing details in DSO and then do reporting on top of this flow.

but this would require design change.

Regards,

Sakthi.

Former Member
0 Kudos

Hi Sakthi,

Thank you for your reply. I will work on your suggestion and will let you know.

Regards,

Darsh