Good day,
I have been working to implement TD shipments- ( pipe) reporting into HANA. It requires stock movements; td shipments and their delta; Also caters for different types of units in the system. Previously, I had been able to model the scenario in bi7, now having to do it in hana.
The idea is to pick Oigs/ oigsh/ oigsmvq/ mkpf/mseg/MSEGO1 for the relevant information. I created attribute views for the master data; ( material, plant, storage locations, region) . With the following structure:
Attributes:
- Plant
- Material
- Sender Storage location
- Receiving Storage location
- Region
- Movement type
- Debit/Credit indicator
- Posting date
- Fiscal year
- Fiscal period
- stock type
Measures:
- Quantity loaded
- Unit of measure
- Quantity offloaded
- Unit of measure
- Quantity in document
- Unit of measure
Now I have to replicate the delta movements; since there is no 0recordmode in my structure and no facility to utilize delta items from Hana just yet; i am using the debit credit indicator to check material movements; similar to what you see in MB51; cancellations are also treated as negative deductions. Currently i use the universes in the object explorer along with some interval variables to handle certain areas.
Is the right approach? comments please - suggestions are appreciated