I would like to create a use case to analyse the throughput times of finished goods flow from one warehouse to another.
Unfortunately, there are no pre-existing data connectors available for this particular use where i would be especially looking into goods issue and goods receipt.
I did go through the celonis academy trainings but the trainings were basic and i cannot seem to apply what i learnt in the trainings to my use case.
Does anybody have any help/ leads?
Best Regards
Kenny
Solved
Data integration - Extractions and Transformations
Best answer by abhishek.chatu14
Since there isn’t an existing process connector or data model for throughput time analysis of goods movements, the key first step is ensuring that all relevant activities are included in your transformation. This means defining the event log with attributes like Material Document Number, Goods Movement Type, Posting Date, and Storage Locations, depending on your specific use case.
Once you have these activities structured in your data model, calculating throughput time is straightforward using the standard PQL formula for throughput time:
CALC_THROUGHPUT ( LAST_OCCURRENCE [ 'Goods Receipt (GR)' ] TO FIRST_OCCURRENCE [ 'Goods Issue (GI)' ] , REMAP_TIMESTAMPS ( "Activities"."Timestamp" , DAYS ) )
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.