Is possible to create a TO automatically after production order confirmation?

Hi all
I have just a question in order to know if we can configurate a procedure to a Production Order, so my question
is possible to create a TO automatically after production order confirmation in a standard enviroment?
Thanks in advance for all your comments

Hi Gurus,
Thank you for your help in this case.
Process:
The customer create a production order in CO01 and then they confirm the order in CO15, after confirmation TR is created ( we can see this in LB10 ) and negative stock is created (  we can see this in LS24 ).
Requirement:
They are asking to create the TO automatically after the production order confirmation. Negative stock is afecting the process.
Workaround:
They are creating the TO in background in LB10. ( negative is fixed )
Question:
Can we create the TO automatically after confirmation in standard configuration?
if no ,  how can we confirm this TO .using a JOB option?
TR created after confirmation
    TR header
LS24 negative units.
Regards!!
Ronald

Similar Messages

  • GR after production order confirmation

    Hi pp guru...
    kindly suggest me how i will check GR after conformation.....GR should be after confirmation.
    kindly suggest me how i will do
    regards
    aqueel

    Hi,
    Find below the reply from the forum member Mr. Tara Bhapkar:
    1. Use Tcode BS02 ( Customising User status profile). (eg:PP000001)
    2. Select the order type which you want to configure (eg:PP000001) and choose "Details" button.
    3. In the User status table do the following:
    a. In the status no field type"1" , status field "Sta1", short text"GR not allowed", lowest no "1", Highest No "2". Mark a tick in the initial stats check box.
    b.Next line, type status no field "2" ,status field "sta2", short text"Gr allowed", lowest no "2" , highest no "2".
    4. Select the STA1 line and choose details. select the "create"button.select the "GR for prod order", mark "forbidden
    radio button" and "not active ratio button".
    5. Select the STA2 line and choose details. Select the "create" button. select "confirm order", mark "allow radio button" and "set radio button" Next choose "GR for prod order" , mark "allow radio button" and "set radio button".
    6.Save.
    7. Now assign your Status profile" PP000001" in the production order type (OPJH) -
    Status profile header:- PP000001
    8. Create a prod order and check whether the required scenario is working.
    Hence it will not allow you to do GR without order confirmation
    When sometimes you directly want to do GR withought confirmation you can directly assign sat2 to the production order through co02.
    Also to read further from the thread, follow the link below:
    [Thread - BS02|Re: Prevent Goods Receipt without confirmations;
    Hope it helps,
    Regards,
    Rohit.

  • How to create credit note automatically after PGR?

    Hello SD Gurus,
    Client's Business Process: Return Order (ZRE, ZPOR, ZARE, and ZMTR) is created with reference to billing document number and item category used for this order type is REN or ZREN. After the order is created, they do PGR (Return Delivery Type is LR) and then credit memo is created "manually". So, the issue with this process is that it is very time consuming and a lot of manual intervention is required.
    To-be Process: The requirement is to create credit note "automatically" after the PGR is done to reduce the manual intervention and expedite the process. If item category is REN, then credit note will be created with invoice value. If item category is ZREN, then credit note will be created with Zero Value.
    How should I write code in the user exit MV50AFZ1?
    Regards,
    Mohammed Anwar

    Hi
    Apart from Lakshmipathi's suggestion you can share the below logic with your ABAPER. There are two BAPIs we use to create billing automatically. Check whether you can call these BAPIs in userexit you have mentioned in your post.
    CALL FUNCTION 'BAPI_BILLINGDOC_CREATEMULTIPLE'
    * EXPORTING
    *   CREATORDATAIN         =
    *   TESTRUN               =
    *   POSTING               =
            TABLES
              billingdatain         = billingdatain
              conditiondatain       = conditiondatain
    *   CCARDDATAIN           =
    *   TEXTDATAIN            =
    *   ERRORS                =
              return                = return3
              success               = success
          CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
            EXPORTING
              wait = 'X'.
          READ TABLE return3 WITH KEY type = 'E'.
          IF sy-subrc = 0.
            record-inv_rem = return3-message.
          ENDIF.
          WAIT UP TO 2 SECONDS.
    *      READ TABLE return3 WITH KEY type = 'E'.
    *      IF return3-type = 'E'.
    *        WRITE:/ return3-message.
    *      ENDIF.
          READ TABLE success INDEX 1.
          CLEAR: vbeln_vf.
          vbeln_vf = success-bill_doc.
        ENDIF.
    Thank$

  • How to create Oppertunity doc automatically after lead in CRM SALES

    Hi,
    how to create oppertunity doc automatically after creating lead in crm sales
    Thanks7regards
    kishor kumar

    Hi Kishore,
    Create SAP Business Workflow for Opportunity from Lead 
    Use
    A lead is a business transaction that describes, stores, updates, and manages the potential business interests of a business partner, and the interactions based on this over a period of time. The goal is to provide the "sales" area with the information gained in the lead, in order that it can be used as a basis for deciding whether to create an opportunity.
    The information gathered in the lead is transferred to the "sales" area via the workflow "create opportunity from lead".
    In the workflow, you decide whether the opportunity is generated manually or automatically.
    If the lead-specific attributes Priority and Lead group fulfill specific criteria, the workflow automatically generates an opportunity. Otherwise, the workflow sends a work item to the sales employee responsible, for manual creation. Once he has checked the data in the lead, the sales employee can either reject this lead or create an opportunity from it.
    The workflow is automatically started when the lead is saved.
    The sales representative entered in the lead is first taken as the sales employee whose task it is to create the opportunity based on the information in the lead. This person can be determined using partner determination in CRM, depending on the prospect in the lead, and can, for example, be a manager of a sales area. If no sales representative is entered, the workflow takes an organizational unit assigned in the workflow template, and sends the work item to all users assigned to the organizational unit.
    Prerequisites
    u2022     The type linkage for the start events AttributeChanged and SetErrorFree for the workflow WS10001011 are deactivated as a standard procedure, and, if you wish to start the workflow template, they have to be activated again in Customizing. The workflow task processors must also be maintained. In Customizing, choose Customer Relationship Management  Basic Functions SAP Business Workflow  Perform Task-Specific Customizing.
    u2022     The workflow template uses the user statuses SAAC (accepted by sales) and SARE (rejected by sales) of the status profile CRMLEAD. If you have defined several user statuses, the data flow for task TS10008154 (set status) must be adapted accordingly.
    u2022     When the opportunity is created, the workflow template uses the opportunity transaction type OPPT. If you have defined several transaction types for the opportunity, the data flow for task TS10008151 (create opportunity) must be adapted accordingly.
    u2022     If the sales employee rejects the lead, the workflow resets the qualification level to value 02 (warm). If you have specified your own qualification levels in Customizing, you need to adapt the data flow for task TS10007918 (change qualification level) accordingly.
    Process of Workflow WS10001011 (create opportunity from lead)
    The workflow "create opportunity from lead" is started when a lead is saved with qualification level Hot and status Error-free. The system uses the lead-specific attributes Priority and Lead group to check whether an opportunity can be automatically created, or a sales employee first needs to decide. If the sales employee decides that an opportunity can be created, the lead status is set to "accepted by sales", and an opportunity is created in the background. If necessary, this is forwarded to the sales employee to check. If the sales employee rejects the lead, the lead status is set to "rejected by sales", and the initiator is informed by mail.
    The workflow is ended if no opportunity is created and
    o     the lead is deleted or
    o     the qualification level of the lead is changed to a value other than Hot or
    o     the status of the lead is changed to a value other than Error-free.
    Path for the workflow:
    ==> SPRO
    ==> Customer Relationship Management
    ==> Basic Functions
    ==> SAP Business Workflow
    ==> Perform Task-Specific Customizing
    Select the Application Componenet  Abbrevation as CRM and expand
    Select CRM-BTX and expand
    Select CRM-BTX-LEA and click on Activate event linking  and acivate workflow WS 10001011
    It may helps you
    Regards
    Narayana

  • Transfer Order not created while performing GR for Production order

    Hi, I am facing a problem while recieving stock from a production order. The system does not create a transfer requirement or a TO.
    Let me give you a brief background.
    This is a new functionality introduced in ECC 6.0 for working with kanban in WM.
    Supply area is created for WM location.
    Control cycle is created for material, supply area. Warehouse, storage type and Bin is maintained in control cycle record. When the GR is done for production order material is recieved in this bin.
    1) Now when the Kanban is set empty a production order is automatically created.
    2) Once the production order is confirmed the material automatically shows up in the bin.
    A material document is created which shows IM movement type 101 and WM movement type 103. Also in material document Immediate auto TO checkmark is blank.
    3) *PROBLEM* - System does not create a TR or a TO. the material automatically shows up in the Bin. How can we enable an auto TR and TO creation.
    Following are the settings which I have already checked:
    1) In IMG, WM movement type 103 has auto TO indicator set.
    2) IM-WM interface for 102 movement type and 103 movement type is maintained.
    The main problem is: Although the material document displays WM movement type 103 and the stock lies in WM bin, System never created a Transfer requirement or a Transfer order.
    I would really appreciate if anyone can help me in this.
    Thanks

    Hi Mike,
    I do not know this function in SAP, so these are just my ideas:
    1.
    System does not create a TR or a TO. the material automatically shows up in the Bin.
    I think it's a normal SAP behaviour. If you do GR against a PO the quant(s) will appear in interim storage bin w/o TO. The TO is to move the quants from one bin to another, but in this case the quant comes from 'nothing' and arrives at the bin.
    If you make confirmation and consume the components refering to a PrdOrd, the components will disappear w/o TO from storage type 100 + dynamic bin, because there's no TO that could move them from dynamic bin to 'nothing'.
    So, these 'movements' are to change the WM stock level and TOs are not designed for this.
    2.
    There's difference between auto creation of TO and immediate TO creation. Please check what SAP help says in case of TOs for outbound deliveries:
    http://help.sap.com/saphelp_47x200/helpdata/en/c6/f8406c4afa11d182b90000e829fbfe/frameset.htm
    3.
    Now when the Kanban is set empty a production order is automatically created.
    So, if you remove the stock from the Kanban it triggers the creation of a PrdOrd. This is very logical in a Kanban system because it is a pull system. but your problem is not this, it's clear.
    If you just created an automatic TO and would remove the stock from Kanban-bin, a new PrdOrd would be generated, and so on. As many times you remove the stock a new PrdOrd is created and this might be the reason why no TO is crated automatically. In this case this would be a push system and not kanban system.
    I do not know this process but if we concentrate only on the pull system, maybe this Kanaban is to store the FG until an event (e.g. shipment) should trigger the stock removal from this bin. (just my assumption)
    Please try to mark the TR creation for the movement type w/o auto / immediate TO and tell us the result (whether you get the TR if you confirm the PrdOrd).
    Regards,
    Csaba

  • Costing affect with MRP at planned order level and after production order

    Dear all,
    How the costing affect with MRP at planned order level and after production order completion?
    Edited by: Maulik on Jun 24, 2009 1:59 PM

    Dear Maulik,
    check Mr. Vinod's inputs abt costing
    1. Maintain following master data:
    MM01 Material Master with Costing and accounting view. Make sure all the cost Std, Moving avg etc is maintained along with valuation class in Accounting view 1. In costing tab pls make sure "with qty structure" and "Material Origin" are ticked.
    CS01 BOM with components marked with costing relevance in Status/Long Text Tab. Also check all the qty are correct.
    CR01 Work Center in Basic data tab maintain standard value key sau SAP1 and in costing tab maintain the workcenter, activity type and formulas (Usually standard formulas like for Machine Hours SAP006, Labour SAP007, Setup Activity SAP005 is used).
    KL01 Cretae activity types, in basic data tab maintain ATyp Category AS "1" and cost element (as provided by your FI Guy).
    KP26 Activity pricing, here with the combination of Activity type and the cost center you assign price to the activity.
    2. SPRO Activity
    Maintain Costing sheet IMGControllingProd cost controllingProd Cost PlanningBasic settingoverheadsdefine costing sheet.
    OKKN Define costing variant, you define costing type (In the costing type, you define the purpose of a material cost estimate by specifying, for example, which field in the material master record the costing results can be transferred to like std price, moving avg etc), Valuation Variant (defines how the prices are prioratized), date control and transfer structure.
    3. Costing Process Flow:
    1. CK11N CREATE COSTING RUN
    2. CK24 CREATE PRICE UPDATE (You Mark and release the prce to be updated)
    4. COSTING VARIANT WRT PP
    1. OPL1 DEFINE COSTING VARIANT WRT PP
    2. OKK4 or OPN2 DEFINE VALUATION VARIANT
    3. OKK1 or OPM1 DEFINE COSTING TYPE
    4. OPL8 ORDERTYPE DEPENDENT PARAMETER (assign the above creted costing type for both planned and actual)
    Hope this will throw some light on product costing.
    Regards
    kumar

  • Users are not able to create POs from PRs having Production Order (F)

    Hi Gurus
    Users are not able to create POs from PRs having Production Order (F) as creation indicator.
    Whenever we are trying to convert the PR to PO we are getting the error message "Requisition has different doc. type NB and item cat. >&<" based on the below OSS# 938154 condition for the creation indicator type F.
    Would you please investigate and advise what OSS notes are required to be able to use item category L (subcontracting) on a PO for a requisition generated from a network activity via Procurement Type = "Preliminary requisition for WBS element".
    Thanks,
    Sada.

    Hi Ajay & Andra
    Whenever we are trying to convert the PR to PO we are getting the error message "Requisition has different doc. type NB and item cat. >&<" based on the below OSS# 938154 condition for the creation indicator type  Production order (F).
    Our Business requirement as shown below.
    1).The problem - we currently have no way to "direct requisition" an item to be procured via      subcontracting - only itu2019s possible via MRP.
    2).These behaviors are inconsistent as the requisition process should not impact the procurement process.  Can we find a way to influence the creation indicator on the requisition so that it does not appear as a production order?
    Please suggest any alternate method for achieving this.
    Thanks & Regards
    Sada

  • After production order settlement, where does the cost go?

    Dear Experts,
    I understand after we did the "order settlement" for production order, the cost will be settled to material manufactured from the said production order.  Say, the total cost is $10,000 to produce 1000 units of finished goods (FG), then the cost settled to each individual FG at $10 each, am I right?  Where can I see the settled cost in the material master?..
    I checked in the cost center report, S_ALR_87013611, I can see the cost Credited from "production" cost center with a breakdown in settlement cost element such as machine hour, setup and personnel hour.  I understand the other side of Debit was to the production order, and only after order settlement, I'm not sure which cost center will be Debited.
    That would be the CO side, how about the FI, would there be any cost posted to the GL side after production order settlement to the material?
    Please advise..
    regards,
    Abraham

    Hi Abraham,
    It's not the button i mentioned. I was just trying to take u to the accounting document from the settlement screen. well just drill down the settlement screen and u'll get it. No big deal.
    But more important is the concept. I'll share my understanding here. (cost by production order)
    Any value that flow into controlling module should have a cost object. Here production order is the cost object.
    First u create a production order (cost object) for say 1 unit of X with a std price of Rs. 10
    Std price comes frm material master as a result of std cost estimate
    U start production - Raw materials are consumed - 2 qty x Rs.3.
    Entry RM Consumption Dr Rs. 6    Inventory Cr Rs.6 (Prod order is debited with Rs.6)
    Activity (Let's say machine hours - 3 Hrs x Rs.2) According to the routing it was  2 hrs but actual production took 3 hrs.
    Entry - None - But production order is debited with Rs. 6.
    When production is complete for 1 qty of X, entry flows
    Finished Goods Dr Rs.10    Change in Stock  Cr. Rs.10  (Production order is credited with Rs.100
    Abraham, now visualise both sides of the production order. It will have debit of Rs.12 and credit of Rs.10.
    Now accountant sees the production order and confirms the values are ok and puts the status of TECO to the order. which means the order is technically complete.
    Now when u run the order settlement, this production order is picked up by the system (due to it's status). System sees difference between debit and credit of Rs 2.
    So it cedits the production order with Rs. 2. Now both debit and credit of production order is equal (Rs.12)
    Entry Price diff A/c Rs,2     Change is stock A/c Rs.2
    Now this rs. 2 is settled to COPA. It does not flow to material.
    Reason:  in a std costing system materials are valued at standard cost and
    Hope this helps. Do revert in case of doubts.
    Best Regards
    Vimal

  • Batch is not determined automatically in PRODUCTION order for components

    Hi All,
    Am working on the batch determination for the components by Goods receipt date(FIFO) during production order confirmation.
    All the required settings are completed upto batch determination.But when click on the batch determination tab,batch is not picking in production order confirmation goods movement screen even though three batch stocks are available.
    Kindly find the attachment for your reference.
    Would grateful to your quick response.
    Thanks!
    Asirvad

    Hi,
    In general it should not be a problem. Request you to check below:
    For the Batch Determination to work in production order for the components, you should have a value for the “batch entry” field. The values if set to “3” will carry out batch determination automatically and if set to “blank” will not carry out batch determination for the components in the production.
    As well please refer the link for step by step checking.
    SAP Batch Determination - SAPs'WORD - We SAP For Your Cause
    Hope success :-)
    Regards,
    Krishnendu.

  • Is it possible to create a playlist, automatically, that contains recently added podcasts for the iphone 4s?

    Is it possible to create a playlist in itunes on the iphone 4s, that automatically contains recently downloaded podcasts?

    Is it possible to create a playlist in itunes on the iphone 4s, that automatically contains recently downloaded podcasts?

  • Special stock inicator set automatically in production order

    Hi there,
    could anyone pls let me know, how to set the special stock indicator 2 to a component line, is the prod. order already assigned to project.
    I have a material master for component: lot size: EX, Bom explosion: empty (indiv and coll), when I create a prod. order and assign it to WBS, always have to set manually the special stock indicatot component by component.
    I d like this "2" automatically assign, if prod order is assigned to WBS.
    How
    ould it be done?
    Br
    Lovagszent
    Edited by: Maria Györgyi Kovacs on Nov 23, 2010 12:24 PM

    Dear
    Just to make you understand , Lets take the following example
    Assembly is X which is for any Project WBS.
    X is assigned in the network and X is having ind/coll requirement as 1 in MRP4
    the BOM of material X has X1/X2/X3 as child materials.
    X1 is having blank in the ind/coll requirement in MRP4
    X2 is having value 1 in the ind/coll requirement in MRP4
    X3 is having value 2 in the ind/coll requirement in MRP4.
    In this situation following is the result
    X1 and X2 will get Special stock indicator as 2 where as X3 will have blank in Special stock indicator field.
    Test with simple example and check in Production Order Compoenent Oveview also whether Special Stock Filed is getting updated with 2 or not .
    Hope you understood the concept
    Regards
    JH
    Edited by: Jiaul Haque on Nov 23, 2010 1:14 PM

  • How to create a Reservation for my production order

    Hi,
    I have a production order for that I need to purchase 2 materials. but my problem is when the material come there is no reservation for my production order. someone can take it for another production order. How can I do that the system create a  reservation after the GR
    Thank

    Dear,
    When you create and release production order, the reservation is created for that order. Now you should first activate the Avelability check in production order.
    It is PP configuration
    Then you need to activate dynamic aveailability check in goods issue in MM configuration.
    Hence if the stock is reserved for your production order, then no one can issue and system will give error message.
    please come back if required.

  • Disable certain changes in sales order after production order release

    We are in the MTO scenario and are also using variant configuration. The business requirement is that after a production order has been released (REL status) the preceding sales order item should be “locked” for certain changes. Such changes would include VC and some other fields (e.g. quantity and dates). Some minor changes like texts should still be allowed.
    The best idea we could come up with is to put some validation in the sales order user exits, but there are some disadvantages. It seems kind of strange though that there would be no such functionality in standard SAP (e.g. some changes in the order can’t be made after a delivery has been created). Is there by chance anything in the configuration that we missed?
    I found this old thread, but it still seems to require user exits. Unfortunately couldn't find anything specifically on the production order / SO integration.
    Thank you!

    Hi Jelena,
    Try in the userexit MV45AFZZ
      (form userexit_field_modification)
    Example:
    select * from afpo where kdauf = vbap-vbeln
    and   kdpos = vbap-posnr.        
    if sy-subrc = 0.
    select single * from aufk where aufnr = afpo-aufnr.
    if aufk-loekz = ' '.                                 
    select single * from jest where objnr = aufk-objnr
    and   stat  = 'I0002''   
    and   inact = ' '.
    if sy-subrc = 0.
    screen-input = 0'.
    endif.
    endif
    endif.
    endselect.
    .H.Terras

  • How to Close Planned Overhead Rates after production order/ CK40N

    Hi,
    While creating production order,it will pick planned overheads from Costing Sheet.After closing the production Oder,how will we close the planned overheads?
    For example: We have maintained the planned overheads as 3% in the costing sheet.Over a period of time we have observed the actual overheads is only 2%.How to deal with this in the system.In this case how to close the planned overheads which we got from costing sheet?
    Kindly advice me
    thanks
    Sunitha

    Hi,
    If i understand you correctly,currently your planned overhead rate is 3% and you wants to change to 2%.
    if this is the case goto your Overhead rate in configuration and copy overhead rate key which is with plan overhead type(2). and change 3% end as of today and copied one with new rate (e.g 2%) as of tomorrow and till end of life(12/31/9999)....
    hope this helps you.
    Thanks,
    Rau

  • To create varaibles in Mail Forms for Order Confirmation

    Hi All,
    I am having an requirement to send an email for order confirmation with some customer dependent data and some product data to be sent along in the mail, This has to be done through action.
    I want to use mail forms for this but in this I am not able to create variables in the mail form through which i can pass th value to the variables in the mail form.
    Please suggest what to do for variable creation in mail form.........
    Is there any standard oder confirmation template available as it is available for campaign??????
    Thanks and Reagrds
    Mayank

    Hi Mayank,
    I am not sure but u can try below standard smartforms :
    CRM_SERVICE_CONF_EXT
    CRM_ORDER_SERVICE
    Regards,
    Dipesh.

Maybe you are looking for

  • How to populate a Row type data?

    Hello All, Looking for a BAPI to change PO's I found the BAPI called by the Massive change of PO's. I am in 4.6B so I do not have access to BAPI_CHANGE_PO. I tested BAPI MASS_CHANGE_PURCHASE_ORD directly in SE37 and I know how to fill the tables to m

  • Release Strategies in Purchase Order - possible values of caracteristics

    Hello, I have the following situation at hand. We use in a company code a release strategy for POs. One of the caracteristics is the "plant" (CEKKO-WERKS, multiple values). Strategy is working fine. Now I have to implement in another company code- in

  • Is there an easy way to make mp4 (gopro)thumbnails visible in Organizer?

    Hi, I see different post about Organizer not being able to generate thumpnails from gopro-files. But they are all quit technical... So is there (going to be) an easy solution to make these files visible in adobe Organizer? Or which programm would be

  • Best practice when changing a lot of forms

    Hi gurus, if you have a lot of forms to manipulate and a lot of logic to change, what would be the best practice ? Making some manipulation objects would be a nice thing. When I think of about 200 items or more on nearly every standard-form in B1 not

  • HT1925 If I remove and reinstall will I lose all my songs????

    If I remove and reinstll Itunes will I lose all my songs???? I have XP on my computer and am having alot of problems getting Apple Application Support back on etc