hendra
25th July 2003, 09:08
Hi,
I'm on Baan 5.0c and very new to Baan Service
Can anybody give me some explanation about Configuration and SBOM. Are they the same or different?
It looks like the configuration structure is similar to SBOM structure.
Also, what exactly the object type 'structure' is?
Example:
Level 0 = Train
Level 1 = Locomotive
Level 2 = Controller
Level 1 = Carriage
Level 2 = Body
Level 1 = Dining Car
Level 2 = Kitchen
The 'kitchen', 'body', and 'controller' object is of type component and the 'locomotive', 'carriage', and 'dining car' is of type product.
What is the object type of 'train'? is it product or structure?
Anyone, help please :confused:
thanks,
hendra
EdwinvdBorg
25th July 2003, 15:04
Dear Hendra,
The difference between Configuration vs SBOM is the following:
- the Configuration contains all the products/items (objects) installed with a customer. It also has the customer (Sold-to BP and Invoice-to BP) and Service Contract info associated to it. The Configuration is a way to keep track of information at the highest level.
- the SBOM is basically the Bill Of Material of the product (object) to be serviced. It is generic and has never customer info linked.
In BAAN there are three different types of BOM that actually follow a natural flow: As Designed (EBOM), As Build (PBOM) and As Maintained (SBOM).
In BAAN V Service you can copy a PBOM to an SBOM once you are done with the manufacture of your product.
Many companies have different service requirements when products need to be maintained so that is why an SBOM can be different than a PBOM.
An Object of type "Structure" is actually meant for the top level item in the SBOM. Most people would say at level 0 in the BOM.
Usually this is also the Top Object.
The idea is that no transactions (labor, material and other) are done against an object of type "Structure". This should be done against products/items at lower levels in the BOM and these are usually of type "Product" or "Component".
So, in the example you gave us the train is of type "Structure".
Hope this explanation works for you. If you need more help please let us know.
Regards,
Edwin
hendra
28th July 2003, 11:21
Dear Edwin,
Thanks a lot for the explanation. I now have a better understanding on it.
So what is the use of maintaining SBOM if, for instance, the company does not produce any products, only provide services to customers ? Because what we maintained is the configuration at customer's site, not the SBOM. Hence, services given to customer will be based on configuration.
Does SBOM use is for copying product structure to configuration, just to avoid double entry or does it have any other use?
many thanks again,
hendra
EdwinvdBorg
28th July 2003, 15:08
Dear Hendra,
The SBOM is mainly used to copy the bills of material of products that were manufactured (PBOM) so that you will save time inn BAAN V Service with data entry.
In your case if you do not manufacture (and hence also not use PBOMs) then the only good reason to maintain and use SBOMs is when you have to enter many of the same objects each time you create a new configuration.
Otherwise just do not use them.
Regards,
Edwin
hendra
29th July 2003, 05:04
Dear Edwin,
Thank you for your answer. It helped a lot. :)