Hi all,
Am facing one issue in production system.
0recordmode is not mapped for the sales flow, hence the deleted items or deleted schedule lines are still being displayed in the report level.In order to solve this have suggested to map the 0recordmode. But once transported to production client dose not want to delete the historical data and load, but wants only the upcoming data to reflect.
Here, the issue is:
sales doc item scl po value
101 10 1 PO1 50
101 10 2 PO2 20
Now the schedule line 2 is deleted. but still this record will be available is the dso as the 0recordmode is not mapped.
now recordmode is mapped and another schedule line is created.
sales doc item scl po value
101 10 3 PO3 50
Expected result output :
sales doc item scl po value
101 10 1 PO1 50
101 10 3 PO3 50
But current output:
sales doc item scl po value
101 10 1 PO1 50
101 10 2 PO2 20
101 10 3 PO3 50
For this i have proposed a solution to delete the required sales documents data selectively from DSO and Cube and and load selectively to cube.
But it is difficult to get the list of documents deleted from client. so please let me know if there is any other alternative solution to achieve this.
Thanks,
Malathi.