Hi Experts,
We have the below scenario:
1. Infocube fields: Company code, Ledger, Sales Amount
2. Data in the cube:
Company code | Ledger | Sales Amount |
X001 | 0L | 100 |
X002 | 0L | 200 |
X002 | Z2 | -200 |
3. Required output in BEx:
Company code | Ledger | Sales Amount |
X001 | 0L | 100 |
X001 | Z2 | 0 |
X002 | 0L | 200 |
X002 | Z2 | -200 |
Wherever the Z2 value is missing for the company code, we want the record to be displayed as 0 sale samount in the Bex output. Can this be achieved? If yes, can you please propose the solution.
Thanks,
Vasanthi