Locking of Material

Hi All,
I have a scenarion file to RFC. The scenario works great, except if i have multiple files. The system locks up the material code.
Is there a way to force XI to process the files 1 after the other 1 has been processed?
Kind Regards,
Danny

Use the EOIO QOS int he file adapter, this makes sures the files aer being processed in the order win which they enter queue...for this you have to maintain the queuename.
Chk this link -> Quality of Service EOIO section , it answers ur question.
http://help.sap.com/saphelp_nw04/helpdata/en/7b/94553b4d53273de10000000a114084/content.htm

Similar Messages

  • How to lock a material

    Hi All,
    How do lock a material
    Please let me know
    Thanks in advance
    Kumar

    Dear Sunil,
    First thing why you want to lock the material?
    If it is non-moving material you can block for all activity.
    Goto MM02- Basic data 1 - X-plant Material status - make it "Z1".
    Hope it will solve you issue.
    Reg/ Shankar G.

  • Mass locking in material code

    Dear all,
    I want to know the transaction code of mass locking the material code.. i can do it individual thru mm02 but i want to do in mass and 2nd is mass locking of material for QC only....pl. suggetst...
    thanks
    sachin

    You can do it through MM17 trxn
    Check
    MASS DELETION OF MATERIAL

  • BAPI - Locking the Material

    Hi Guru's,
    I'm using the BAPI_GOODSMVT_CREATE to do the Movement types 101.
    The problem is updating perfectly, but if i process the number of records at the same time with the same material number, it is giving the error as
    "The XXXX Data is locked by the user XXXX". I know this error is coming because the BAPI is still working on updating the material data for the previous movement, at the same time the program is trying to do the movement type.
    My question is hoe to check whether the BAPI is updating the Table or not???
    Thanks,
    Adi.

    write a select single to check if the bapi updated the table
    or in the bapi_transaction_commit use wait = 'X'.
    check [this discussion on SAP Fans|http://www.sapfans.com/forums/viewtopic.php?f=13&t=309992]
    MM BAPI Commit - Lock Issues

  • Group Data locked for material

    Hi,
    I have an interface that failed because the "Group Data" of the material was locked.
    I am aware of "Material being locked by another user". However I don't know how the group data gets locked or what group data refers to.
    In most cases when I run the interface after some time, the material posts correctly. But I'd like to know what exactly locks group data and how I can check if it has been unlocked subsequently.
    Thanks.
    Urmila

    Hi,
      This message comes usually when you attempt to change the material using fm calls and material header MARA is locked (that is material itself is locked) by some other user .
      What you can do is to call lock fm ENQUEUE_EMMARAE
      before calling your material update logic and see whether the lock is successful. If the lock is successful then you can proceed with the update logic.
    Sri

  • While assigning batch material  get locked in different plant.

    Dear Guru,
    After  implementation ,frequently  facing problem, In CO02  we are  assigning the  batch manually  to the  material  but  one material  is  configured  with valuation type  domestic / import. while  assinging the  bacth to the material  system  showes to another  user  who iis entering the same material in different plant  is  xxxx  user is locked the material  so  u cant  assign  the batch, but   batch we are maintiaining  in   material level. (batch maintianed in material  level.)
    currently we are going  in sm12 transcationa and removing the lock, but   we want to know why it is happening. what is the root cause for the error.
    Please  advice.
    Thx
    Nara

    HI
    It is Standard SAP at a time same material or its masters cannot be used by multiple users ids or with same user id also
    system gives error material is locked.You can unlock it thru SM12 but be careful while soing so some the data which the another user using may be or may not be lost.
    the better way is to ask the user to come out of that material or release it after doing his work
    Regards
    Anupam Sharma

  • Lock Box configuration Material

    Can u plz send me today the LOCK BOX material to my id.
    Plz do this favour to me regarding the config steps and any material of LOCK BlOX.
    meeswathi at gmail
    points will be assign,
    Regards
    Swathi

    Lock box Configuration steps:
    1./NOBAX- Define posting data .Destination and Origin and also company code,  house bank, account id, bank account, clearing account and posting key and document type.
    2. /NOBAY- Control parameters. No change. Format -BAI2
    3./NOB10-Define lockboxes for house bank. Copy existing lock box number and assign lock box number to your house bank and company code.
    4./NSE11-ABAP Dictionary .Choose table FLB01, FLB02, FLB07, FLB08, FLB09,FLB26, FLB24 and click display on each table.
    5.FLB2-Main lockbox program. Click execute.
    Please assign points if it is useful.
    Edited by: Abdul Karim on Apr 18, 2008 4:15 PM

  • ALE-IDOC ISSUE(material getting locked for enhancement)

    Dear all,
    I have extended the idoc and enhanced inbound material master function module to suite the requirement .
    The challenge is that the material is getting locked when the material sent from bd10 and prodction version view for which function module extended is not getting created.The error log says that "material is locked".But when the idoc is processed again from we19 the material is not getting locked and PV(production version is successfully created).
    Can anybody guide me how this locking issue can be resolved?(have done unlock -lock before and after BDC for Production version).
    Thanks.

    Hi,
    If some one using the same material in another session, definitely the idoc will fail as the material is locked... In order to overcome this first lock the material u want to send, if doing this u get foreign lock then u will know that already someone locked it , so once gain process the same record until the foreign lock is gone, once it is gone process ur record and then unlock the material.
    Regards,
    Nagaraj

  • Material Group Migration - Locking of transactions??

    Hi gurus,
    I am looking at mass change of material group in the material masters for reporting purposes. Are there any impacts to any transactions such as certain transactions cannot be processed as the material master is locked during the migration? I need this information to determine when would be the good time to do the mass maintenance. Thanks in advance

    Hi,
    Yes, the mass maintenance of material group will be locked the material from any transaction.
    You may do it when there is no traffic or less traffic.
    Cheers,
    Girang

  • How to check for locks on a material - without using Enqueue function

    Hi
        We have a requirement in which - we need to check the lock ( exclusive ) on a material before we call the BAPI to update the material.
    I don't want to actually lock the material before calling the BAPI - the BAPI itself acquires the lock as a part of its processing. All I want to do is to check whether lock on a material exists before calling the BAPI - thus avoiding any lock related issues on the material in the BAPI call.
    How do we just merely check whether material is locked - any standard function module /SAP tables where in material lock is stored that we use/interrogate ?
    Correct answers will be promptly rewarded.

    Hi ,
          There is standard function enqueue_read ,based on material number .
    Pass the material number to FM ENQUEUE_READ if sy-subrc = 0 then material is locked otherwise not .
    Please reward if useful.

  • Lock material and manage language

    hi
    1- What is the transaction that can lock a lot of materials in the same time?
    2- when i creat a purchase requisition, the followin message display :
    "No designation in french, complete material "
    so, how we can manage the language for a given material?
    best regards

    Hi
    Goto, T.Code: MM06....there you can Lock your material as per your required level....
    To maintain French Language for your Material.....Goto   MM02 -
    > Additional data -
    > languages -
    > There you can maintain the language...
    Reward if useful
    Regards
    S.Baskaran

  • How to lock material

    Hi ,
    I need how to lock the material ?
    in which t.code we can lock the material.
    thanks,
    srii.

    hi
    In material master there will be a lock symbol push button.
    Please press the lock and if you unlock you can go and unlock in the same place
    If it is non-moving material you can block for all activity.
    Goto MM02- Basic data 1 - X-plant Material status - make it "Z1".
    Hope it will solve you issue.
    Reward points
    Cheers
    Snehi
    Edited by: snehi chouhan on Jun 23, 2008 10:49 AM

  • Locking material master

    I want to lock the material master record after it has been created so  that no one can change it afterwards. Is it possible to still create revision levels to this material using ECM (Engineering Change Management)?

    Hi Kari,
    We can lock Material master  for fields which are lock-relevant. You do this in Customizing for the Material Master in Define Lock-Relevant Fields.This can be done through authorisation. This requires you to have the corresponding authorization for authorization object M_MATE_MAF. No changes can be made until we unlock the material
    Hope this helps.
    regards
    Anand.C

  • Problem with unlocking and locking the Materials in MARA using idocs.

    We are sending a inbound idoc from one cluster to the other to update the materials
    If the material is locked ( MARA-MATFI=x ) before it needs to be unlock it  ,update it and lock again .
    If its not locked ,we just need to update it and lock the material .
    When we are trying to implement this the materials are not getting locked at all times .
    the update inbound idoc is being sent to 5 clusters at a time .
    The same material is getting locked in some clusters and some it is not . (But the data is being updated in all the clusters )
    Can you please suggest me a solution or give me an idea where the problem would be lying.

    The client has a Keystone Server where alll the Master data is kept and there are 5 Production Servers .
    When ever there are any updates to the Materials they are first updated in the Keystone server .
    And with the help of a Batch Job they send inbound idocs to the 5 Production Servers.
    On the Production servers if the material in MARA  that needs to be updated is locked ,it needs to be unlocked updated and locked again .
    Hope i have  given u the clear idea of the scenario

  • Goods(Material) issue to production

    Hi All,
    While issuing materials against production orders, my client has specific requirement to issue material from a specific supplier only to production. Stocks are lying at plant from various sources(suppliers). We have stocks with split valuation with different sources of supply on the single material code.
    How can it be restricted to any one of the supplier(source of supply).?
    Within a storage location, I have the stocks seperately identified supplier wise as "IMPORTED" & "DOMESTIC".
    While issue of goods can't i issue only material in "IMPORTED" stock and lock the material issue of "DOMESTIC" stock.
    In split valuation, during each material movement the system prompts to select the valuation type.
    In this case either "Domestic " or "Imported". So can i somehow block the prompting of any one of the valuation type?(say domestic)..
    Durga.

    Hi,
    You can restrict the goods movement by applying STOCK DETERMINATION RULE for your material as you have the option of selecting a valuation type and restricting it from issuing the material.
    Please read the documentation and if you want a detailed setting on how to customize revert back..
    https://forums.sdn.sap.com/click.jspa?searchID=18444194&messageID=5740972
    Regards,
    Deepak.

Maybe you are looking for