Hi All,
Please find the below data in Info Cube.
Document No | Customer | Document type | Invoice No | Posting date | Net Due date | Amount |
1421 | 1000 | DP | V | 15-2-2013 | 5/2/2013 | 5500 |
1422 | 1000 | CQ | 5550 | 20-3-2013 | 10/3/2013 | 1000 |
1423 | 1000 | CS | 1110 | 25-4-2013 | 15/4/2013 | 2000 |
1424 | 1000 | CC | 2220 | 30-5-2013 | 20-5-2013 | 4000 |
1425 | 2000 | CQ | 4440 | 4/6/2013 | 25/6/2013 | 6000 |
Currently i need a help on reporting scenario.
I am developing Ageing report. In a selection screen, user will enter the Posting date.
In the Cube there is a Info Object,Document type. I need to do calculation based on document type.
Condition :
If document type = CQ or CS or CC and (Invoice Number NE EMPTY and Invoice Number NE 'V') then entered posting date(selection screen) - Netdue date else entered posting date(selection screen) - posting date in cube.
If the document type is CC or CQ or CS, then i should do calculation on NET DUE date with the entered Posting date and particular bucket, data should sum up.
If the document type is apart from above types, it should pick the lesser than the entered posting date, data has to pick.
Report Output :
In selection screen the posting date is 1-7-2013
Customer | 0 days | 1-30 days | 31-60 days | 61-90 days | 91-120 days | 121-180 days |
1000 | 4000 | 3000 | 5500 | |||
2000 | 6000 |
Can you please suggest how to achieve this.
Thanks.