I have a requirement where I need to add the total of the machine fix value of the activity corresponding to the respective production version.
I went to MKAL table with product & Plant and got multiple Production version but for activity i need to go in PLPO table, but I don’t have production version field there.
How to know which activities are specific to which production version?
Please suggest.
To determine which activities are specific to which production version, you can use the common link between the MKAL and PLPO tables, which is typically the material number (product). You’ll need to join these tables based on the material number and plant. Once you have the relevant data, you can group by production version and calculate the total machine fix value for each production version.