Wednesday, November 19, 2014

BOM Redlining: Adding Colour to Your BOM!

BOM Management is without doubt one of the fundamental components of PLM. So much so, that BOM Management is not discussed as a separate functionality or module at all, when we talk about SAP PLM. Part of the reason could be that the functionality is mostly already present in ERP, and therefore can  be readily consumed by PLM users. Nevertheless, SAP PLM does have something in addition - BOM redlining! This interesting tool came about with Enhancement Pack 6, and the good thing is that it is almost entirely out-of-the-box, i.e. it doesn't require any special configuration.

So what exactly is BOM redlining? Imagine a BOM with most items in the familiar grey/blue colour, but some standing out in red or green. What could it be? Now think of the word redlining - it typically means adding a transparent layer over a drawing, etc., and writing something over it. Right? So there you are - BOM redlining lets you create a layer over the original BOM where you can make changes without changing the underlying BOM. You create redlining to suggest changes to a BOM such as addition or deletion of items, changes in quantity, etc. Depending on the changes you are suggesting, the items become red, yellow or green. The redlining can then be reviewed by someone and approved. All that you have to do then is click on Apply button, and voila! the original BOM is changed as per the suggestions in the redlining. You can even insert items for which you haven't yet created material masters. For that you have time till you are actually applying the changes to original BOM.

When do we use BOM redlining? One may think that question is already answered - whenever we plan a change in a BOM, we can use this feature. But there is a catch. What if you are using CAD integration? Would you implement a change in BOM through just the redlining without making any changes to the geometric models in CAD? This may be possible for some items, for example, consumables and variable length items. But in majority of the cases, one would imagine that a change in BOM would necessitate some or the other change on CAD side. In this scenario, the change must start with the CAD model and copied to the engineering BOM from within Engineering Control Center. For recording a suggestion, you can always use the comment option in the viewer. Incidentally, that is also called 'redlining'. Should we then use BOM redlining in process industries? Not really, because there the changes would first be implemented in a recipe. I can think of 2 scenarios where BOM redlining can be used. First, in complex multilevel assemblies, there could be some subassemblies that are not maintained in CAD. Second, for changes in manufacturing BOM which are done independent of engineering BOM. You make such changes in mBOM and then in Product Structure Synchronization (PSS) decide intelligently which of these changes should be accepted or overwritten in the next round of BOM syncing.

You can create a redlining for a BOM by clicking on the 'Redlining' button in the BOM screen. But matters get slightly confusing here. You always land at the default redlining that is called REDLINING1. You need to click on the 'Create' button to create a new redlining which then becomes available via a dropdown. I think this is not very intuitive and hopefully we will see some improvement soon. A BOM redlining can be added to an Engineering Record, though that is not strictly required.

Incidentally, BOM redlining has a very different meaning in some other (non-SAP) PLM applications. There it means comparison of a BOM between two revisions where the result shows up something similar to the redlining in SAP PLM, namely, rows of items with colours based on whether the items are present, absent or different between the two BOMs being compared. SAP PLM users can use the BOM comparison feature from ERP, which uses mathematical icons to show equivalence between rows of BOMs being compared, but it would be a good idea for SAP to reuse underlying code of redlining for a BOM compare function in web UI, in future. 

Finally, an interesting titbit: If you look at IMG for BOM redlining, you realize that it is a special case of a generic object called redlining. Which means you can extend redlining function to other objects. But SAP strongly recommends against using it for any other standard objects than the BOM. All you have in IMG is a couple of BAdIs with standard code, which you can extend, for example, to add fields to be displayed, etc. 

Do share your thoughts!

Tuesday, November 11, 2014

A Serendipity Called Object Sets?

The most important point in the ROI argument for SAP PLM (or any PLM solution for that matter) is the reduction in product development cycle time. This reduction is achieved basically in 2 ways – by streamlining the whole process of creating and managing product definition, and by efficient reuse of available designs, knowledge-base and network. To be able to quickly find out existing objects that could be reused, we need robust classification and search functionalities, and SAP PLM has both of these. PLM Search has been likened to Google search for design engineers because of its ability of searching objects of different kinds based on a keyword or phrase. But is that always sufficient? Perhaps not. There are certain scenarios where you need more than a simple keyword search, and complementary features like Object Sets can play an important role in future, which is what I want to suggest in this blog.

Let’s first look at how the whole thing must have evolved. When you want to be able to find an object – a physical object - easily, you are expected to organize all objects nicely. So, on a shop floor, there should be ‘a place for everything, and everything in its place’. This is the first and obvious approach, even when it comes to enterprise software. You classify things (material masters, documents) based on various attributes and search the objects based on a combination of values for one or more attributes. But this approach has two problems inherent in it: Firstly, you must have a complex classification hierarchy and myriad characteristics to capture all possible information in a structured way, and then ensure that each object is classified properly within that hierarchy. Not a very attractive idea for a modern enterprise where the database just keeps growing every day with a lot of ‘unstructured’ information coming in continuously. This is where Enterprise Search, or PLM Search comes in. For every word or phrase you enter as the search criteria, it produces a limited set of objects which possibly has what you are looking for.

There is no doubt that this ‘cross-object’ search capability of PLM Search comes very handy in most circumstances, but does it cover all possible scenarios? Let us say, you are a bike manufacturer with 20 main models and 200 variants, and you want to make a list of all rubber parts in models exported to a specific market. How do you use PLM Search here? It’s quite easy to find which models are exported to that market – the sales folks will give you that data, or you can find through classification within product structures. Let’s say now you have a list of 25 product variants that are sold in the market in question. Separately, you can compile a list of all rubber parts that are used in all the models. Imagine now you have a list of 300 unique rubber parts. What next? Of course, someone can write an ABAP report that will explode the BOMs for selected variants and then filter them for rubber parts. What if such a situation occurs often? I think there is a potential solution – the object sets.

The object set is a feature that came with EhP7, and is currently available only in SAP PLM for Process Industries. With object sets, you can create collections of objects of your choice, and share them with others. One important use case is in recipe formulation where you can add an entire object set to a recipe instead of individual substances. As of the moment, object sets apparently do not support BOMs. But if they did in some near future, SAP could potentially extend PLM Search to work within object sets. You get the idea? In our example above, all one has to do is add the variants to an object set, and perform a search within. The result could be defined as a new object set that people could share with each other for augmenting with more objects. You could think of entirely new workflow scenarios where object sets interact with each other and with people.

Comments? Thoughts?