Discrete manufacturing

Hi everybody,
I'm new to discrete mfg.Can anyone of you suggest me from where to start and is there any training material for oracle App's Discrete Mfg ?.
plz help me..
Regards,
Prabhu.

I got no training documentation about Discrete Manufacturing.
Basic functionalities of Work in Process module are quite easy to implement :
- Enter the basic Work in Process setup (You'll find documentation about it into WIP Users guide, chapter Discrete Manufacturing)
- Create some Items that will be 'Built in WIP' and 'BOM Allowed' for End Item components
- Create some Items that will be 'Built in WIP' and 'BOM Allowed' for Component Items
- Create some Bills of materials containing these items (please refer to Bill of Materials User guide)
- Create some Routings for these items (at least Routing header, please refer in Bill of Materials User guide)
Then you will be able to work with Discrete Manufacturing module :
- You will be able to create Discrete jobs, and see how BOM and Routing are linked to Discrete jobs
- You will be able to schedule your discrete jobs (using Lead times defined at Item level, or using Routing)
- You will be able to enter some transactions on Job (Completion transaction, Component issue transactions or WIP transaction).
Then , Work in Process user guide will help you to implement other functionalities (Manufacturing costs based on component, resources cost ...), Resource requirements, Component requirements , serial number management...
Don't hesitate to ask question on precise points, if you encounter difficulties with it.

Similar Messages

  • OSFM  & Discrete Manufacturing Patch G Issues

    Hello Community!!
    Would like to know whether anyone had issue when applying discrete mfg patch G (DM_PF_G : Patch 2133107) which we applied to get upto current version for OSFM.
    I faced these specific problems and would like to know if anyone faced this issue.
    1) While applying the Patch, adadmin failed in between due to following error:
    -------------- E R R O R L O G I N F O -----------------
    ATTENTION: All workers either have failed or are waiting:
    FAILED: file WFRESGEN on worker 1.
    FAILED: file WFRESGEN on worker 2.
    FAILED: file WFRESGEN on worker 3.
    FAILED: file WFRESGEN on worker 4.
    FAILED: file WFRESGEN on worker 5.
    ATTENTION: Please fix the above failed worker(s) so the manager can continue.
    Start time for file is: Wed Feb 06 2002 18:45:42
    /oradev/test/testappl/fnd/11.5.0/bin/WFRESGEN APPS/APPS 0 Y DATABASE @FND:resource/wfver.msg
    Logfilename : /oradev/test/testappl/admin/TEST/log/l1117586.req
    Report filename : /oradev/test/testappl/admin/TEST/out/o1117586.out
    wferr:
    - WFRESGEN_FAILED
    - WFUPI_FAIL MESSAGE=ORA-04068: existing state of packages has been discarded
    ORA-04063: package body "APPS.WF_CORE" has errors
    ORA-06508: PL/SQL: could not find program unit being called
    ORA-06512: at line 1
    STATEMENT=BEGIN WF_CORE.SESSION_LEVEL:=0; WF_CORE.UPLOAD_MODE:='FORCE'; END;
    AD Worker error:
    The above program failed with error code 1.
    See the AD Worker log file and/or the program log file for details.
    work02.log
    Start time for file is: Wed Feb 06 2002 18:45:42
    ------------------ E N D O F E R R O R L O G I N F O -----
    I had TAR with Metalink and we did go back and forth and could not resolve this issue till i found that the patch zip file p2133107_11i_SOLARIS.zip had the wfcoreb.sql and wfcores.sql script files for package spec and body which caused the problem.
    Analyzing both spec and body, i found that the body had 4 parameters
    procedure Get_Error(err_name out varchar2,
    err_message out varchar2,
    err_stack out varchar2,
    maxErrStackLength in number default 4000);
    whereas the spec had only 3 parameters.
    procedure Get_Error(err_name out varchar2,
    err_message out varchar2,
    err_stack out varchar2)
    Discrepancy between spec and body was the cause of the worker to fail. By adding the missing parameter i was finally able to continue with the install.
    I even checked the latest update to this patch at Metalink and still find that the above error is not fixed.
    ID:1235184 Patchset::2133107 README
    Patch 11i.DMF_PF.G
    Product:Discrete Manufacturing
    Platform:Sun SPARC Solaris
    Language:American English
    Translations Required
    Version:11i
    Last updated:01-MAR-2002
    Size:137M (144628287 bytes
    Would like to know if anyone else had a similar issue while applying this patch.
    Thanks
    Gaja

    Hello Community!!
    Would like to know whether anyone had issue when applying discrete mfg patch G (DM_PF_G : Patch 2133107) which we applied to get upto current version for OSFM.
    I faced these specific problems and would like to know if anyone faced this issue.
    1) While applying the Patch, adadmin failed in between due to following error:
    -------------- E R R O R L O G I N F O -----------------
    ATTENTION: All workers either have failed or are waiting:
    FAILED: file WFRESGEN on worker 1.
    FAILED: file WFRESGEN on worker 2.
    FAILED: file WFRESGEN on worker 3.
    FAILED: file WFRESGEN on worker 4.
    FAILED: file WFRESGEN on worker 5.
    ATTENTION: Please fix the above failed worker(s) so the manager can continue.
    Start time for file is: Wed Feb 06 2002 18:45:42
    /oradev/test/testappl/fnd/11.5.0/bin/WFRESGEN APPS/APPS 0 Y DATABASE @FND:resource/wfver.msg
    Logfilename : /oradev/test/testappl/admin/TEST/log/l1117586.req
    Report filename : /oradev/test/testappl/admin/TEST/out/o1117586.out
    wferr:
    - WFRESGEN_FAILED
    - WFUPI_FAIL MESSAGE=ORA-04068: existing state of packages has been discarded
    ORA-04063: package body "APPS.WF_CORE" has errors
    ORA-06508: PL/SQL: could not find program unit being called
    ORA-06512: at line 1
    STATEMENT=BEGIN WF_CORE.SESSION_LEVEL:=0; WF_CORE.UPLOAD_MODE:='FORCE'; END;
    AD Worker error:
    The above program failed with error code 1.
    See the AD Worker log file and/or the program log file for details.
    work02.log
    Start time for file is: Wed Feb 06 2002 18:45:42
    ------------------ E N D O F E R R O R L O G I N F O -----
    I had TAR with Metalink and we did go back and forth and could not resolve this issue till i found that the patch zip file p2133107_11i_SOLARIS.zip had the wfcoreb.sql and wfcores.sql script files for package spec and body which caused the problem.
    Analyzing both spec and body, i found that the body had 4 parameters
    procedure Get_Error(err_name out varchar2,
    err_message out varchar2,
    err_stack out varchar2,
    maxErrStackLength in number default 4000);
    whereas the spec had only 3 parameters.
    procedure Get_Error(err_name out varchar2,
    err_message out varchar2,
    err_stack out varchar2)
    Discrepancy between spec and body was the cause of the worker to fail. By adding the missing parameter i was finally able to continue with the install.
    I even checked the latest update to this patch at Metalink and still find that the above error is not fixed.
    ID:1235184 Patchset::2133107 README
    Patch 11i.DMF_PF.G
    Product:Discrete Manufacturing
    Platform:Sun SPARC Solaris
    Language:American English
    Translations Required
    Version:11i
    Last updated:01-MAR-2002
    Size:137M (144628287 bytes
    Would like to know if anyone else had a similar issue while applying this patch.
    Thanks
    Gaja

  • MTO Discrete Manufacturing with multiple plants and sub-contracting

    Dear PP Gurus,
                           I am facing a problem, pl. help me out.
    My Scenario is as follows:
    I am having 4 plants with Make-To-Order Discrete Manufacturing scenarieo .
    Suppose to manufacture a particular Product , there are 10 operations.The first 4 operations are carried out in Plant A, 5th and 6th carried out in Plant B, Operations 7 is Sub-contracted to a Vendor. After the job-work from Vendor, the job returns back to Plant A and the remaining operations are carried out in Plant A.
    The whole scenario has to be mapped into SAP. Please guide me from the very beginning( Masterdata maintenance). Also, what shud be the MRP( Single-item multilevel or anything else)
    Your help is highly required by me.
    Thanks in advance,
    Soumyendu

    Hi Sadhukhan,
    For external processing in different company code, u need to specify PP02 in the routing for external vendor. In PP02 control key indicator must be set in external opn. Before that create purchase info record. Enter subcontract info record in routing. After running MRP , convert the PR to PO. Send the material by MB1B by 541 mvt. Receive the material by MIGO by 101 mvt.
    Reward if useful.
    Keerthi

  • SAP Best Practice for Discrete Manufacturing

    Hi colleagues,
    We are installing SAP BP for Discrete Manufacturing based on ECC 6.00. We have already installed the Baseline Layer 0. The problem we face now is that some of the building blocks required for Layer1 activation are not present amongst the ones already installed.
    How does one get these missing building blocks?
    Thank you.

    Dear,
    For detail information please refer the OSS notes,
    1040010 and 1223033 - SAP Best Practices for Discrete Manufacturing V1.603 CN
    Ensure that exactly the support package levels mentioned in the Quick Guide are implemented (not below and NOT HIGHER).
    Regards,
    R.rahmankar

  • The SAP Best Practices for Discrete Manufacturing V1.603

    Hai All,
    We are implementing SAP A1 for manufacturing company, so We selected SAP Best Practices for Discrete Manufacturing V1.603. Hear my question is after ecc 6.0 installation what level i need to update  the patches, because if i update all patches(up to date) it will give problem while building block updating.
    Thanks in Advance...
    Sushma Tatineni

    Dear,
    For detail information please refer the OSS notes,
    1040010 and 1223033 - SAP Best Practices for Discrete Manufacturing V1.603 CN
    Ensure that exactly the support package levels mentioned in the Quick Guide are implemented (not below and NOT HIGHER).
    Regards,
    R.rahmankar

  • SAP Best Practices for Discrete Manufacturing

    Hai All,
    We are implementing SAP A1 for manufacturing company, so We selected SAP Best Practices for Discrete Manufacturing V1.603. Hear my question is after ecc 6.0 installation what level i need to update the patches, because if i update all patches(up to date) it will give problem while building block updating.
    Thanks in Advance...
    Sushma Tatineni

    Dear,
    For detail information please refer the OSS notes,
    1040010 and 1223033 - SAP Best Practices for Discrete Manufacturing V1.603 CN
    Ensure that exactly the support package levels mentioned in the Quick Guide are implemented (not below and NOT HIGHER).
    Regards,
    R.rahmankar

  • Discrete Manufacturing Scenario

    Hi all, Can I have detailed information on customisation required to be done in discrete manufacturing.
    Regards,

    Hi Mr.Vivek,
    The following are some of the few settings done for Discrete Manufacturing.
    Please check this.
    For a Production Order,you have to use either standard order type's defined in the
    system or you can copy those order types and you can give your own name.
    <b>Some general settings for an order.</b>
    1. Define Order Type - OPJH.
    2.Define Order Type Dependent Parameters - OPL8.
    3.Define number ranges for Orders - CO82.
    4.Define number ranges for Confirmation - CO80
    5.Define number ranges for Reservations - CO83.
    6.Define number ranges for Operations - CO81.
    <b>Under Operation</b>
    <b>
    Availability Check</b>
    1.Define Checking group - OVZ2
    2.Define Checking Rule 
    3. Define scope of Check - OPJJ
    <b>under Scheduling</b>
    1.Define Scheduling parameters for Prod.Order - OPU3.
    <b>under confirmation</b>
    1.Define Confirmation parameters - OPK4.
    <b>For routing</b>
    1.Define Control Key - OPJ8.
    <b>For BOM.</b>
    1.Define Modification Parameters for BOM - OS27.
    2.Define default values - OS28.
    3.Define Allowed Material types in BOM header - OS24.
    4.Define Item Categories - OS13.
    5.Define allowed material types for BOM items - OS14.
    <b>Plant Parameters for Material Requirement Planning - OPPQ</b>
    I hope this will be helping you.
    <b>If useful reward points.</b>
    Regards
    Mangal

  • Scenario for Discrete Manufacturing..

    Dear All,
    Our client imports goods and then packages them at their site into different packages and boxes. After that those products are dispatched. The client wants to keep an eye on the status of packaging and for that they require a Manufacturing module.
    Can Process Manufacturing be implemented for this scenario or Discreet Manufacturing will be a better option?

    Hi,
    It basically boils down to how you track the status of your work orders, generally if you want to segregate by order then Discrete manufacturing is better, if you want to segregate by operational metrics in your plant irrespective of the number of goods you import then flow manufacturing is better.
    Thanks,
    karthik

  • Discrete manufacturing Resource Charge Type manual Versus Automatic

    We are implementing Oracle Discrete manufacturing, we want to know the pros and cons for using manual versus WIP move resource charge type and what is the best practice in this regards.
    Thanks
    Mohamed Abo Zekry

    <u><i><b>Steps for SD Variant Configuration</b></i></u>
    Some light on Variant Configuration in Detail.
    The procedure is as follows:
    1. Create a Material - KMAT type with Item category (002)
    2. Create Charateristics in CT04 - Zbike, where in values mention the Color of the bile like Red, Blue etc
    3. Create another characteristics in CT04 - ZPrice, where directly go the additional data tab and maintain the table SDCOM and field VKOND (ABAP Dictionary it will ask for)
    4. Assign these two characteristics to a Class in CL01 - ZBikeclass ( Type 300) in characteristics tab page.
    5. Then go to CU41 Configuration profile select the material and enter the description click on the class assignment ie assign Zbikclass.
    Now go back to CT04 - enter Zbike -go to values- select Red- go to extras - Other Dependencies - Select Procedure enter in front 10 write - $self.ZPrice='Red' and save
    6. Now go back go to extras - Other Dependencies - assignments and assign relationship ( by default it will come just save)
    7. Now select Blue- go to extras - Other Dependencies - Editor - Select Procedure enter in front of 10 write - $self.ZPrice='Blue' and save
    8. Now go back go to extras - Other Dependencies - assignments and assign relationship ( by default it will come just save)
    9. Now go to VK11 - Enter VA00 (Condition)(For Std RVA001 Pricing Procedure) - enter variant Red and Blue give the rates accordingly and create the sales order.
    Reward if it helps
    Regards,
    Anbu

  • What is profile option in discrete manufacturing?

    how can I create a new profile and what is the use of profile in discrete manufacturing?
    How can I query the profile, what are the tables?
    Regards:

    Profile Options Tables are :
    FND_PROFILE_OPTIONS
    FND_PROFILE_OPTION_VALUES
    FND_PROFILE_OPTIONS_TL
    To Check out the details about Profiles, review the below link.
    Oracle Apps: query to check profile options at all levels

  • Repetative manufacturing vs discrete manufacturing?

    hi
    what is the difference between repetative manufacturing and discrete manufacturing
                                                                                    regards
                                                                                    sanjay kumar nanda

    Basic difference is in REM, a same product will be manufactured for a long period of time...
    In discrete,the products will vary frequently....
    REM:prodcut dont change frequently
    components are staged at lines periodically
    Backflushing
    COst control is period based
    Discrete:Product chane freq
    COmponents are issued with ref to order
    COnfirmation
    COst control is order based,
    hope this helps...
    karthick

  • DISCRETE MANUFACTURING BASICS

    CAN ANYONE TELL ME WHERE I CAN FIND RESOURCES THAT EXPLAIN THE BASIC FUNCTIONALITIES OF DISCRETE MANUFACTURING. I JUST NEED TO HAVE A FOUNDATION OF THE FUNCTIONALITIES??
    GREATLY APPRECIATE IT!

    Hi,
    Maybe this link is help you:
    http://www.oracle.com/technology/documentation/applications.html
    Serkan.

  • Discrete Manufacturing Purging data

    Anyone experience or have knowledge that can help us in the area of Discrete Manufacturing Purging data?
    Is someone done it already and can assist us?
    Where can we find more detailed technic information than in the user guides about the frame and scope of each purging program, her data integrity, limits, limits on run time, runing times ect?
    Any help would assit us.
    Thanks in advance.
    Yaniv Snir
    Oracle Application Consultant
    Oracle Israel

    You might review the following guides;
    11i (11.5.10.2)
    Discrete Manufacturing
    http://download.oracle.com/docs/cd/B25516_18/current/html/docset.html
    Release12
    Discrete Manufacturing
    http://download.oracle.com/docs/cd/B40089_08/current/html/docset.html
    Adith

  • Discrete Manufacturing Student guide

    Hi
    Does anyone have any discrete manufacturing student guides available? If so could you let me know how I can access them.
    Thanks a ton.

    You might review the following guides;
    11i (11.5.10.2)
    Discrete Manufacturing
    http://download.oracle.com/docs/cd/B25516_18/current/html/docset.html
    Release12
    Discrete Manufacturing
    http://download.oracle.com/docs/cd/B40089_08/current/html/docset.html
    Adith

  • Steps for discrete manufacturing  in production planning module

    hi,
        my all dear sir, i am consused about the steps of discrete manufacturing in pp module. so please give me solution
          thank you sir

    Hi
    MM01 - make to stock with strategy 10 or 40
    CS01-BOM craetion
    CR01-workcentre creation
    CA01-Routing cretion
    MD61-Create PIR
    MD04-check the requiremnt
    MD02-Run theMRP against the FG
    MD04 -check the planned order for the PIR
    MD04-convert planned order to Production order and save the order
    or you can create directly without PIR CO01
    co02 -chnage order(release)
    MB1A -gooda issue
    CO11N-confirmation of order
    MIGO -GR of order
    CO02 -Teco(technical completion
    CO03 -dispaly of order
    -ashok

Maybe you are looking for

  • (11) TRIAL BALANCE REPORT에 PAID 된 INVOICE가 보이는 CASE

    제품 : FIN_AP 작성날짜 : 2003-05-13 TRIAL BALANCE REPORT에 PAID 된 INVOICE가 보이는 CASE ============================================== PURPOSE Applications 11.0.3 환경에서 AP의 Trial Balance Report 실행시 잘못 생성된 data가 보여지는 경우의 문제를 해결한다. Problem Description Paid 가 완전히 이

  • Report giving error when scheduled in background (ABAP/4 processor:PERFORM)

    Dear Freinds,            I have written a custom program and iam not able schedule in background, if check in SM37 the job getting canceleld and found as the error ABAP/4 processor: PERFORM_NOT_FOUND. Please could you let me know should i specify in

  • Zero Out Hard Drive Question

    I have been using my 27" iMac for various software testing. Now that my testing is complete I want to wipe the drive and start fresh. In Disk Utility there are many options to choose from when going to Erase > Security Options. Is there any benefit t

  • N97 Photo Gallery Bug

    Hey all. I've found yet another issue with the N97's software, and I'm looking to see if anybody else has had this come up with theirs as well, if anybody has their N97 anymore.  It seems that for some stupid reason, whether it be from constantly con

  • Preserve whitespace in xml parsing

    Hi, I am using PL.SQL to parse XML documents using DBMS_XMLDOM.. and using XMLTYPE... Below is the code... set serveroutput on declare      var_xmltype     XMLType;      doc          dbms_xmldom.DOMDocument;      ndoc          dbms_xmldom.DOMNode;