Batch creation at co11n and co15

Hi,
I wann create auto batch creation at the time of order confirmation i.e. at co11n and co15, can anyone tell step by step wht confg shd i require?
kindly assist

Hi,
If you are maintaining batch characteristics you cannnot create auto batch at the confirmation level as you have to create batch by the transaction MSC!N, then you can assign the batch number manually. IF you are not maintaining the batch characteristics then you can create auto batch at the prod order creation level that in the display mode or background, while doing confirmation you can automatically get the batch. If you want to get at the Confirmation level then the following steps
1. Control key OP00  Allow Auto GR
2. Scheduling profile OPKP   Auto GR
3. Order type dependant parameters OPL8 Batch search procedure for 261 mvt type for raw material consumption.
4. Material master MM01 workscheduling view batch reqd entry and batch managed and prod unit and prod stor loc
5. Define batch creationn for batch creation for prod order
6. Define batch creation for Goods movements
7. Activate batch internal number assignment
for 5,6,7 SPRO -- Logistics -- General -- Batch management.

Similar Messages

  • Mix of CO11n and CO15

    Hello,
    I know its not possible to mix confírmation on Order level and Operation wise confirmation. My problem is I need to have for first and last operation the actual time/quantity. All other operation can be confirmed with planned time/quantity (for financial controlling reason)
    Is it possible to confirm all operation from production order which are not confirmed yet in one step?
    Is there userexit and function to confirm automatically all outstanding steps by confirmaton of the last step?
    Thanks in advance,
    Evgenij

    Hello Evgenij
    Did you already try a milestone confirmation? When a milestone operation is confirmed, all the preceeding operations are also confirmed. The planned activities of the preceeding operations will be posted on the basis of the confirmed quantity.
    Take a look on this like for more details:
    http://help.sap.com/saphelp_erp60_sp/helpdata/en/b1/c04d69439a11d189410000e829fbbd/content.htm?frameset=/en/b1/c04d76439…
    BR
    Caetano

  • Auto Batch Creation Unique Fields

    Hi All,
    I have created 2 UDFu2019s in Marketing Documents ie Attribute1 (32Char) and Attribute2 (32Char). I have made a PurchaseOrder of 6 row Items and entered values to the above UDFu2019s. Now I copy that PO to GoodsReceiptPO and all the data along with the UDF values get copied to GRPO.
    In my 6 rows I have same item eg ABC repeated in 3 different random rows. This item is a Batch Management on every Transaction item. When I try to add the GRPO, a Batch setup Screen pops up, Onthis Screen on the upper matrix ie Rows from Documents Matrix you will find the 3 rows of the same Items. When you Click on Automatic Creation button, an Automatic Batch Creation Screen Opens. On this Screen you have 2 fields ie BatchAttribute1 and BatchAttribute2.
    What I want is how do I pass the udf values of GRPO ie Attribute1 and Attribute2 value on this Automatic Batch Creation Screen. I am trying it to do with SDK but I cant get the reference of which ROWs Automatic Screen is Opened as all the 3 item are ABC and they are on different different rows in GRPO (say on row1 and row3 and row6) and all these rows have different different values in the UDFs. I need to put the respective values from GRPO to the Automatic Batch Creation Screen BatchAttribute1 and BatchAttribute2 fields.
    I hope I am being able to explain you the entire scenario clear to you.
    Which is the unique key which is hidden on the Automatic Batch Creation Screen which sap knows and we are unaware. For that reason I explained you the entire scenario. My question was just that sap should let me know which is that field in SAP that is storing and passing the DocNo and Line No of GRPO to the AUTO BATCH Creation Screen. This fields are not visible to us, so how do I get the reference of this field on Auto Batch Creation Field or is there any other field by which sap recognizes during the time of Auto batch Creation. Would really appreciate you kind support for the same.
    Regards,
    Murtaza

    Dear Xiaodan AN,
    Thanks for your suggestion, I tied it but doesnu2019t seem to work. I am on form no 65053 which is the Auto Batch Creation Screen and I need to copy the GRPO Attribute UDF into AutoBatchCreate Attribute Field as per my scenario given above.
    Here is my code of Item Event,
    If pVal.FormType = "65053" and pVal.EventType = SAPbouiCOM.BoEventTypes.et_CLICK And pVal.ItemUID = "37" And pVal.BeforeAction = True Then
    CopyAttribute(pVal, BubbleEvent)
    End If
    Public Sub CopyAttribute(ByRef pVal As SAPbouiCOM.ItemEvent, ByRef BubbleEvent As Boolean)
            Dim frmAutoBatchNo As SAPbouiCOM.Form
            frmAutoBatchNo = My_Application.Forms.GetForm("65053", 1) 
            Dim rowno As String
            rowno = pVal.Row
    End Sub
    As per your suggestion I tried to get the row of item event but for all the 3 items I am getting the same value of rowno = -1
    Can you futher explain me with an code
    Kind Regards,
    Murtaza

  • Co01 co02 batch creation

    how to restrict batch creation in co01 and co02?
    in co01 na co02 user is able to put any kind of value for batch.
    my requirement is user should put the predefined batch for particular material only.
    how to get it done??
    regards
    chandramani

    Hi ,
    Is it creating  a new Batch No's ? , u can try Enhancements of this FM
    VB_CREATE_BATCH
    in this FM main program , search for CALL Custom --> u will get list of  Enhancements , try EXIT_SAPLV01Z_002
    see its documentation.
    regards
    Prabhu

  • Batch creation through ME21N, ME22N and MSC1N

    Hi All,
    Please note we are already using EXIT_SAPLV01Z_001, EXIT_SAPLV01Z_002, EXIT_SAPLV01Z_003, EXIT_SAPLCLFM_002, EXIT_SAPLV01Z_012, EXIT_SAPLV01Z_014 for Batch creation based on different logics for Material type, Plant and PO doc type and currently using these exits for logic it allows us to create new internal batch number during PO creation (ii) change already existing batch with some new number (of couse this number must not be used in some other PO) in PO change and (iii) create new internal batch number using MSC1N, by inputing plant, stor. loc etc. But currently i can create batch with 1 digit, 2 digit, and so on.
    The requirement is to allow user to create batches only with 10 digits during:
    (i)PO creation (ME21N)and PO change(ME22N) and also during
    (ii) transaction MSC1N
    currently in all three ME21N, ME22N or MSC1N it allows to create batch with 1 digit, 2 digit,3 digit and so on . i want to create batch with only 10 digit.
    Please tell this is possible through configuration steps or some changes are required to be done in above said user exit.
    Regards
    Rahul Shukla

    Hi Jurgen,
    Thanks for your reply.
    In ME21N i am able to assign batch in PO
    (1) By clicking on 'create' button appearing just side of Batch field in item Tab "Material". I think this create button is appearing due to user exit being applied here. Here it creates and assigns internal number automatically (from range 01in Batch_Clt) based on the Material type and Plant combination (Some logic defined in user exit)
    (2) By putting any random number manually (both numeric and alphanumeric)whether 1 digit, 2 digit,3 digit in Batch field in item Tab "Material" it will accept and in this case also po is saved.
    same way i can do changes in batch number in ME22N and able to save.
    In MSC1N also due to user exit applied if i give Material number alone  and enter, it assignes the internal batch number based on Material type and plant logic defined in user exit.here also if i input some random number manually in batch field it accepts and that random batch number is created for material.
    Now i want that i should be able to put random batch number manually but that number must be out of the number ranges defined in Batch_CLT object (Also the number must be exact 10 digits length as is there in defined number ranges) and not any random alphanumeric number . Also i am not able to understand how it is accepting random alphanumeric number (like ABC111)although all number ranges defined are numeric only.Also external number range is 0008000001 - 0089999999 which is numeric only.
    Regards
    Rahul

  • Batch number format setup and auto batch creation during first GR

    Dear all,
    This is a batch question.
    I know that both the master batch and the stock data for the batch are created automatically during the first goods receipt. Thus, I do not need to create this data manually.
    My question are following:
    1 - what is the machnism that trigger this auto-batch creation in the system during the first goods receipt? is it from some kind of configuration?
    2 - If I want my batch number to appear in certain format, for example, first four digit is customer code, middle two code is country code (i.e. US, UK), and the remaining as goods receipt date. How do I setup this in the SAP system.
    3 - If batch classification is active, one can assign characteristic values to the batch when entering the goods receipt. HOwever, normally when I perform a goods receipt in MIGO, after putting in the production date and the batch number, I will hits the checkbox and if no problem, I will post the 101 document. WHERE in the MIGO screen I can assign the characteristic value to the batch?
    Thanks.

    My question are following:
    1 - what is the machnism that trigger this auto-batch creation in the system during the first goods receipt? is it from some kind of configuration?
    ==> Yes - See IMG activity 'Define batch creation for Goods Movements'
    2 - If I want my batch number to appear in certain format, for example, first four digit is customer code, middle two code is country code (i.e. US, UK), and the remaining as goods receipt date. How do I setup this in the SAP system.
    ==> See exit EXIT_SAPLV01Z_003
    3 - If batch classification is active, one can assign characteristic values to the batch when entering the goods receipt. HOwever, normally when I perform a goods receipt in MIGO, after putting in the production date and the batch number, I will hits the checkbox and if no problem, I will post the 101 document. WHERE in the MIGO screen I can assign the characteristic value to the batch?
    [[> See IMG activity 'Activate Batch Classification for Goods Movements in IM"

  • Help needed for automatic batch creation for by-products(PP-PI)

    Hi,
    In the Goods Recpt tab in transaction COR1, we have a field for creating a batch manually for the header material. On clicking on create, a pop up is generated whch facilitates creation of batch for the header material.
    At this point, if i go to the material list, I would like to see the same batch number ( same as header) written against the BY-Products.
    Essentially, when i create a batch for the header material, it should also create a batch with the same number for the by-product and populate the same in the materials tab.
    One important thing to note here is that when we click on create batch icon, the data is stored in a structure and the batch is actually created only when the process order is saved.
    Please advise if this can be achived by some standard settings in SAP or do we need to change the standard code. If later is the case, please advise about the point where to insert the required code. I have found a user exit at the point where batch numbe is created manually.
    Please advise.

    As per SAP Batch definition Batch is the quantity or partial quantity of a certain material or product that has been produced according to the same recipe, and represents one homogenous, non- reproducible unit with unique specifications. So logically you cannot have same batch number for two materials.
    If you want to find out the relation between batches of header material and by product that is produced during production, you can use Batch Information Cockpit.
    To see batch details in Batch Cockpit (T-code: BMBC), You have activate Batch where used function in IMG using path : Batch management-->Batch Where used list --> make setting for batch where used list.
    Regards,
    Sachin

  • Automatic Batch creation for a material.

    Hi Friends,
    we require automatic batch creation at the time of confirmation of process order for a particular material not for all the materials existing in the same plant and also not for  all the materials existing in the same material type.
    we have activated batch level at the material level,
    Pl give some idea,
    Regards
    Sadan

    Hi,
    Batch is created automatically either when an order is created or released. (setting in OPKP)
    I hope its not possible during confirmation.

  • Automatic Batch Creation at  the time of GR for Customer Returns

    Hi All,
    We are using batch management with functionality of automatic batch creation for variuos movement type 101/103/105/561 etc. with updation of classification in foreground. 
    We are even using automatic batch creation for Inbound delivery. By configuring IMG object "Batch creation Control for Inbound"
    Now we have a new requirement of automatic Batch creation for GR of Customer Return against Customer Return SO (Movement type 651). And updation of classification in foreground.
    I have tried a lot but couldn't find how to configure the same.
    Can I create GR custmor returns 651 thru transaction MIGO?
    Any suggestion how to achieve this.
    Thanks
    Sanjay

    Hi,
    What Sairam said is correct, the idea of automatic batch creation is so that when you manaufacture or create an item you can allocate the characteristics to that batch and give it a number.
    You then sell that batch to a customer.
    When the customer returns the item the system should NOT automatically allocate a new batch number to it because this is breaking a VERY important audit trail.
    In batch management (in some inductries more than  others) it is VITAL to have a full audit trail of a bathc so that any problems concerning that batch can be traced back to their origin. What you are trying to do is to break that audit trail (although I can fully understand what you are trying to do).
    I would leave the batch allocation for returns as manual and then when you transafer the item from returns to unrestricted (or quality etc.) tyou can then input the new characteristics.
    Steve B

  • Batch Creation or Batch Determination for 531 movement type

    Dear Experts,
    I have some confusion with Movement type 531 -
    1) Can we do Batch determination for 531 movement type.
    2)  Can we do the automatic Batch creation at the production order level or confirmation level. In this case i have done the settings but in confirmation screen i have to create batch manually through Menu Path.
    3) I have to enter characteristics value manually in confirmation screen as i have select classify batches in foreground. But in material master we have Batch Class type so can values comes from there to batch of confirmation screen.
    Thanks & Regards,
    Saurabh Kumar

    Hello
    Please read carefully notes 191368 and 194619. These are very old correction notes and they are already implemented on your system, however, they provide the following information about the system design:
    For a by-product or co-product, no batch determination is executed anymore. The subsequent stock determination is not executed anymore either.
    and
    No batch determination for by-products may be executed during the confirmation.
    It means that the batch determination for movemen 531 is not a functionality of the standard system.
    I have never tested this scenario, however, as far as I know, the batch can be created automatically for the by-product if you are using internal number range on OMCZ.
    BR
    Caetano

  • BATCH CREATION

    Hi All,
    Plz Tell me the procedure of <b>Batch Creation</b> in detail....with example...
    Thanks & Regards,
    <b>Anil Kumar</b>
    Edited by: Csaba Szommer on Dec 14, 2011 12:40 PM

    Hi,
    Batch Creation can be done in process of Batch Management and it  is used for subdividing the material.
    You can follow the following customising steps for Batch.
    1.Create Characterstics,CT04
    2.Create Class,CL02
    3.In material master, select classification view and tick batch management
    4.Go to Logistic General->Batch Management->Batch Det and back Chk->Condition table-> Define Inventory Management Condition table
    4.2 . Like wise Define Acess Sequense,
    4.3.Strategy Types,
    4.4.batch Serch Procedure,
    4.5.Batch Srech Procedure and allocation,
    4.6..Condition Record: Logistic->Central Function->Batch Management-> Batch Determination->Batch serch Stratergy->For Inventory Manament-> Create
    Once you do all customising steps,Then you can receive the material as per you requirement.Example....Lets say Sulphuric Acid you are receiving 98%,70% and 50% purity.According to you requirement and supplied by the  Vendor you can keep in three different batches.This characterstic of material you can maintain in creating the characterstic.
    Hope the above will be helpful and then reward.If your question is answered, pl close it.
    Regards,
    Biju K
    Message was edited by:
            Bijay Kumar Barik
    Message was edited by:
            Bijay Kumar Barik

  • Trigger Batch Creation from ME2xN

    Hi guru, I've to trigger a batch creation...
    These batches are created from standard code in Purchase Order Transaction, I've seen the BO of Batch object doesn't have any events, there is CL_PO_ITEM_HANDLE_MM class but the only event is CHANGE, and I don't know if I can use it.
    How can I trriger the BATCH creation event?
    Thanks a lot.
    Antonio

    Sorry but I don't understand... Standard code call the method Batch_Cration and there aren't enh-points to insert custom code, I've to trigger the Batch Object creation event.
    I've tried with workflow but CL_PO_ITEM_HANDLE_MM class has only one event: CHANGED and BUS1001002 business object doesn't have any events.
    So... How can I use workflow?

  • Any standard transaction code to check Batch Creation Date of a batch?

    Please let me know if you know any transaction to check batch creation date of a batch , preferably with valuation information.

    Hi
    You can try with MB5B. It wont give batch creation date, but it will give posting date (most of the cases posting date may be batch creation date)
    Otherwise you can try to pull the information at table level MCHA-ERSDA and develop query.
    regards
    Srinivas

  • Batch Creation Date  as a Virtual Characteristic in 0IC_C03 Inventory Cube

    Dear Experts
    Currently we have a Stock Aging report based on Document date. But our management requirement is Batch date wise.
    Currently I am having Batch Creation date as an Attribute of 0Material info Object.
    Is it possible to create a Virtual Characteristic for Batch Date and Include in the Cube?
    If Possible please explain me the Procedure to Create Characteristic.
    Thanks in Advance.
    Viru
    Edited by: Lankem-IT on Apr 15, 2011 3:43 PM

    Refer link
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/30f15839-0cf1-2b10-c6a7-ebe68cc87cdc?QuickLink=index&overridelayout=true
    & check ur e-mail.

  • Auto User Creation on Hire, and Auto User End Dating on Termination

    Hi Everyone,
    We are using HR and OTL in an environment with very high employee turn over. Currently we need to create a user and assign an OTL responsibility so that employee timecards approve in OTL. At the moment, we do it manually (ie HR ask the sysadmin to create a user and add the resp).
    Does anyone have any suggestions on how we might automate this? Ie when an employee is created in HR, a user is created and the OTL responsibility is added. Additionally, how can we have the user and resp end-dated when the employee is terminated?

    Hi
    Please see this note - Batch Creation Of User Accounts [ID 226738.1]
    You can use User Hooks to automatically assign OTL responsibilities.
    Srinivasa

Maybe you are looking for