Production in SAP B1

Expertz...
What are the exact steps in SBO production module to be follwed?

Hi,
Use the SAP Business One Production module to create and maintain the following:
Bill of Materials (BOMs) - specifies the quantities of components that make up a product.
Production Orders - a set of instructions for planning and assembling a production item. It tracks all the material transactions and costs involved in the production process, as well as additional costs, such as labor overhead.
SAP Business One supports the following types of production orders:
Standard - used for regular production. Components are copied from the item BOM.
Special - used to produce items or perform activities on the shop floor that are not based on the Standard BOM.
Disassembly - used to report the disassembly of an item with a production BOM. Components are copied from the item BOM.
A finished product may be the result of an entire production process, or a collection of items that are sold as a unit, but are not the output of a production or assembly process.
Production Order Process
Issue a production order.
By default the order opens with Planned status.
Create production orders either automatically from MRP Recommendations, or manually according to Sales Orders.
An authorized staff member changes the status of the production order to Release.
Once released, the production order is available to shop floor staff.
Release the child items (with a manual issue method) from inventory using the Issue for Production method.
Child items with a backflush issue method are issued automatically for the production order.
Report the completion of the parent item in the Receipt from Production Window.
Change the production order status to Closed.
You can do this at any time after the production order is set to Release, even if the planned quantity of the parent item has not been produced.
Result
The finished product (parent item) is created. The inventory is updated for the finished product and for the child items.
Regards,
Sarkar R

Similar Messages

  • Trial Production in SAP PP

    How to handle trial Production in SAP PP.I m thinking to use a separate order type for identification.But the accounting impact will be same as normal production.

    Dear,
         As Vivek wrote that provide complete and clear you business requirement and definition of trail production in your organization. only to create an order type is not solution, is your organization also required different general ledge for this production and settlement ledger. so provide complete information
    Thanks
    Muhammad Ashfaq

  • Switcover production to DR and DR to production in SAP server

    Dear All,
    How I switch over production to DR and DR to production in SAP server R3 server?
    thanks
    manas

    Hello Manas,
    Are the PRD and DR in a cluster?
    If the DR has a different hostname you may need to check the following notes:
    [757692 Changing the hostname for J2EE Engine 6.40/7.0 installation|http://service.sap.com/sap/support/notes/757692]
    [8307 Changing host name on R/3 host: What do you do?|http://service.sap.com/sap/support/notes/8307]
    Regards,
    Eduardo Rezende

  • Product Version SAP ERP 6.0 Missing from solman 7.0

    Hi All,
    I have installed an ECC6 system and now  i need to configure the solution manager and download the support packs
    and xml file for EHP4 upgrade. I have done this before where in i configure the new system in SMSY as SAP ERP 6.0
    and then configure maintenance optimizer and it gives me the option of Enhancement Package Installation.
    However now in the current solution manager i dont see the product version  SAP ERP 6.0 when im clicking
    trying to creating a new system.
    Our Solman version is 7.0 . I tried creating my new system under SAP ERP EHP as ehp version 1 and used maintenace
    optimizer but it does not give me the option of EHP package installation. Can any one let me know how to address this
    issue??
    Regards,
    Ershad Ahmed.

    Hi,
    Goto Tcode SMSY
    1. Under Landscape Components --> Product Systems --> Select ERP --> Under that select your system ID and click on it,
        Goto --> Header Data on your right side, change the Product Version to SAP ERP 6.0 and SAVE.
    2. Goto System Groups and Logical Components --> Logical Components  --> SAP ERP --> Create NEW Logical Component for   your ECC system under this component and select Production version as SAP ERP 6.0 & assign ur system then SAVE.
    3. Goto System Groups and Logical Components --> Solution Landscapes-Operations --> Select your system landscape and REMOVE your ECC systen form the Solution and SAVE.
    4. Goto System Groups and Logical Components --> Solution Landscapes-Operations --> Select your system landscape and ADD your ECC system form the Solution and SAVE.
    Regards
    Kannan.K

  • Maintain license key for third party product in sap PI

    HI,
    I have install third party product in SAP PI SLD for an application,
    How can i specify the key or license agreement for the third party product.
    Where i have to maintain the key for Third party product in SAP PI.
    Regards
    Niraj

    Hi Harish,
    Deployed third party product in SAP PI Server which is Web UI(Application)
    for initiating the integration process,But when i run the application
    Its showing an error. "Error loading license agreement"
    Regards
    Niraj

  • Configure microsoft products in Sap solution manager

    Hello,
    can any one tell me how to configure different microsoft products in sap solman.
    As well as configure powerpoint desk in SOLMAN.
    Thanks in advance.
    Regards,
    Ramkrishna

    ramkrishna borhade wrote:
    how to configure different microsoft products in sap solman.
    As well as configure powerpoint desk in SOLMAN.
    Ellaborate your requirement!! What do you mean by configure???
    Feel free to revert back.
    -=-Ragu

  • Issue for production via SAP Business Objects

    Hi all,
    I would like to create Issue for production from SAP Business Object. I am using C#.net. I did not find it in DIAPI
    Is there any way ????
    Issue is urgent
    Thanks in advance

    Hello Manish,
    IT worked for me, you can try it.
    SAPbobsCOM.Documents ldoc_RecHdr = (SAPbobsCOM.Documents)oCompany.GetBusinessObject(BoObjectTypes.oInventoryGenExit);
                   ldoc_RecHdr.DocDate = Convert.ToDateTime(DTPPostingDate.Value);
                    ldoc_RecHdr.Reference2 = txtRefNo.Text;
                    ldoc_RecHdr.Comments = richtxtRemark.Text;
                    ldoc_RecHdr.DocType = SAPbobsCOM.BoDocumentTypes.dDocument_Items;
                    for (int i = 0; i < DataGrid.RowCount; i++)
                        ldoc_RecHdr.Lines.BaseEntry = Convert.ToInt32(DataGrid.Rows[i].Cells[0].Value);
                        ldoc_RecHdr.Lines.BaseType = Convert.ToInt32("202");
                        ldoc_RecHdr.Lines.BaseLine = i;
                        ldoc_RecHdr.Lines.Quantity = Convert.ToDouble(DataGrid.Rows[i].Cells[3].Value);
                        ldoc_RecHdr.Lines.WarehouseCode = DataGrid.Rows[i].Cells[5].Value.ToString();
                        ldoc_RecHdr.Lines.Add();
                    if (ldoc_RecHdr.Add() != 0)
                        string error = oCompany.GetLastErrorDescription();
                        MessageBox.Show(error.ToString());
                    else
                        MessageBox.Show("Record Inserted Successfully!");

  • Integrating an existing application/product with SAP

    Hi,
    I am looking for information on how to integrate an existing application/product with SAP.
    The current product is built on a client/server architecture.  The server side components are all built using JAVA; while the client components are built in C++/MFC.  The client application makes RMI calls to Java server methods and objects.
    The product also has an SDK/API.
    We are currently receiving requests to integrate the product with SAP from multiple customers.
    Our plan is to build an SAP connector as an add-on/plug-in to our product, that can be provided to our customers who are on SAP.
    Would be glad if I can get some information and direction on this.
    Thanks

    Hi,
    Thats really interesting.. You can do onething just write some Java or C++ program which wil convert the data from native(Existing application) to XML format and vice versa.. you can achive integration with SAP using XI. I think this would be the simplest way to do it and more standard way.
    Thanks,
    Prakash

  • Can someone describe the product history (SAP MDM) and evolution

    can someone describe the product history (SAP MDM) and evolution

    Hi SasikanthReddy M,
    can someone describe the product history (SAP MDM) and evolution
    This is what one of the blog says on this:
    MDM product was available for the last few years and its last version was MDM 3.0 this product was ABAP based tool with very strong capabilities in large scale data integration and consolidation between SAP systems, the problem with this tool was that it was too complicated for implementation and less strong in the client side.
    In order to make it better SAP had to decide whether to invest more development efforts or buy some other product that will be able to provide the missing capabilities, during the quest for this tool SAP found this Israeli company called A2I and their product called xCat. Even though the xCat product was intended for product catalog management SAP identified the grate potential in it both from conceptual and technical point of view and decided to buy it and make it SAPu2019s MDM product.
    At first this product was called MDME (MDM Extension) but now it was announced as the MDM official tool by SAP. The MDM5.5 tools is a very sophisticated tool from one hand providing great Data Modeling , data consolidation, fast data extraction , and search capabilities, and from the other hand it is very simple for installation and implementation (both from infrastructure point of view and end user experience). So now SAP has a very strong offering in the MDM world:
    Now the lastest version of MDm is MDM 5.5 SP06.
    Hope it helps.
    *Kindly reward points if helpful
    Thanks and Regards
    Nitin Jain

  • Creation of new product hierarchy and products in SAP CRM.

    Dear all,
    please help with resolving of following issue:
    In CRM system base hierarchies were replicated from R/3 system with materials. Current requirement is to create new materials in CRM directly (as standalone scenario). As far as I understand, I have to create new hierarchy with required list of set types in order to allow creation of products in CRM directly (product type = material). Can anybody describe changes in the system step by step, what should be changed and where?
    As a result I need to have a possibility to create products in CRM directly for sales scenario processing.
    Thank you in advance!

    Hi Jorge,
    thank you so much for your reply!
    Here what I tried to do:
    1. I created new category in hierarchy R3PRODSTYP, added 3 set types: COMM_PR_MAT, COMM_PR_SHTEXT, COMM_PR_UNIT as basic set types.
    2. In the SPRO - Cross-Application Components - SAP Product - Settings for Product Type - Number Assignment - Define Number Ranges for the Product Type "Material" I found my new product category is unassigned, so I assigned it to the "CRM Products" group.
    3. Farther I tried to create a new product for created category in CRM Web UI, but was not able to find it in the Base category search field. All categories correctly displayed from R3PRODSTYP, but my new category is absent. What can be the reason of category absence? Btw, it cannot be found even when I try to display whole hierarchy in Web UI, however, in SAP GUI, it can be seen via tcode comm_hierarchy.
    Here is the setup of hierarchies in the system:
    I have no idea how to check #3 "Ensure the hierarchy is assigned to CRM application".
    Can you please suggest, what should be changed in addition? Thank you!

  • How can we create Versions for Products in SAP CRM

    Hi All,
    We want use Product Versions in our CRM IC Webclient. We want to be able to select a product and then have a list of versions to pick from. Can anyone tell me if they have configured Versions for Products in their SAP CRM system. If yes, then how did you go about it.
    Thanks,
    Ramesh Nallabelli

    Hi Arup and Shanthala,
    Thanks for the prompt responses. Appreciate your help. We want to create Product versions like this: Product: Windows OS Version: 95, 98, XP, Vista, 7, etc.
    When I try to create a configurable product, using the Configuration tab, to create or use a product model I see an error message: PME installation with errors The long text is: The environment variable PME_HOME that includes the PME application has to exist locally in order to start the PME from CRM.
    This indicates the configuration of IPC in our CRM system. This is something that we have not undertaken so far.
    When I use the Poduct Variants tab to create a product variant for a configurable product, I can't edit here. This view opens in a display only mode. After reading some more about this, It looks like variant configuration needs to be used in tandem with ERP variant configuration. There might also be a need to recreate this in the Java configuration engine. We are going to create these products in CRM only, so this might not work for us.
    Regards,
    Ramesh

  • Differences between Product Version SAP ERP 2005 and SAP ECC 6.0

    Hello Guys,
    I have to setup an new XI interface between two R/3 system. During Integration Scenario setup you have to select under Application Component Type the Product version for the R/3 systems.
    Now, i am able to select SAP ERP 2005 or SAP ECC 6.0 from menu
    Could someone tell me the differences between SAP ERP 2005 and SAP ECC 6.0. Both are listed as Product Versions.
    Thanks in advance!
    Jochen

    SAP ECC 6.0 is latest version 2005 is last year version . as you are intergatin between 2 . you need select accordingly our source and target.
    let me know you still require any doubt
    Thanks
    Sreeram
    Message was edited by:
            Sreeram Reddy

  • Product Costing SAP TABLES

    Dear Gurus ,
        can someone provide me the list of CO Product Costing related SAP TABLES please . Full points will be assigned .
    Regards
    Deepesh

    Deepesh,
    There are many tables / structures used in product costing by SAP. The primary being:
    KEKO - Product Costing - Header Data
    KEPH - Product Costing: Cost Components for Cost of Goods Mfd
    Between these, you should be able to find cost component values for all your materials.
    However, if you are looking at customizing tables, look at TCK*.
    There are still more tables out there - e.g., for costing run (KAL*), for material ledger, for unit costing (CKIS, CKIP, CKKS). Have fun exploring.
    Remember to assign points if found useful.
    Regards
    Gulshan

  • Configurable Product in SAP CRM 5.0

    Hi All,
    I'm using CRM 5.0.
    In CRM 5.0, i should download material, sce, and condition type from R/3 or ECC.
    Is it possible for create material, sce, and condition type in CRM? Is it possible for create configurable product in CRM? Not download from R/3 or ECC.
    If possible, In which t-code should i access in CRM?
    Thanks.

    Hi Fariz,
    In sapgui, you can use transaction commpr01 to create products. Once you click on create button, you will be asked to enter product category. Next to that will be a check box named 'Configurable', which you can check to make the product configurable.
    For more info on Product creation, you may also refer to the foll link:
    http://wiki.sdn.sap.com/wiki/display/B1/ProductConfigurationinSAPCRM
    Hope this helps.
    Regards
    Nisha

  • Unable to assign item category product in SAP CRM

    when i am creating product(Material) i was unable to assign item category to Product.
    In products, My Item Category (Which is created ) is not loading in Item Category Assignment block.
    Plz give me appropriate Solution, Any Help will be highly appreciable

    Hello Ravi,
    CRM-specific questions can be posted on the http://scn.sap.com/community/crm Space, so the CRM specialists can note your question earlier.
    Perhaps you can try to post this question there too.
    Best regards,
    Laszlo

Maybe you are looking for

  • Servlet losing connection to bean after a one Unchecked exception.

    i get this exception continuously : 20010827175301793 ERROR 27 Aug 2001 17:53:01,793 CMServlet : java.rmi.NoSuchObjectException: <mapped> at java.lang.Throwable.fillInStackTrace(Native Method) at java.lang.Throwable.fillInStackTrace(Compiled Code) at

  • Ibook G3/300mhz - external monitor

    Hello Everyone and salutations from the world of Medieval Mac! Well I finally broke down and bought an OSX machine. Since I have a 3 and 1 year old I was limited to a purchase price of 70 dollars so I got a clamshell G3/300mhz ibook off of ebay. Lo a

  • Change the description of Custom transaction

    Hi All Business requirement is to change the description of custom transaction. I have changed in SE93. But, now this change should appear in all the roles(single and composite) wherever this transaction used. Do I need to update each role or Do we h

  • Help making a collage

    Hi, i am making a collage for a friend. I have all the pictures I want that I edited from photoshop and brought into illustator. I made an outline of a buffalo (he is from buffalo) using the pen tool. I filled it in with pictures but i need to know h

  • Internet Sharing on MacBook Pro, Mountain Lion

    I am having trouble enabling internet sharing on my macbook pro with os x mountain lion, version 10.8.3. My computer is connected to the internet from an ethernet cord, and I want to share the connection with my iphone wirelessly. I have tried going