System Status Lock

In my company I am creating project, with reference to WBS / Activity we are creatin Purchase order. We want a temporary status in project by virtue of which we can avoid any further PO against the particular project. How to achieve this ?
I tried to do this with lock status in PS but although I set up Lock for Header level WBS still I can make PO against the project.
Wht is significance of system stastus lock ?
Pl suggest.  
Regds

You can either use user status for controlling this, I've mentioned about how this needs to be done is previous post, link below:
Re: Project Purchase order
Else you can set Lock Account Assignment  for the WBS, this will stop PO creation against the WBS.
Regards
Sreenivas
Pls close the post if satisfied

Similar Messages

  • WBS status locked - system allows consumption

    Dear Experts ,
    I need expert opinion on the following two points.
    1. My WBS status is locked. But the system allows consumption of materail (ie 261 movement) against production order assigned  to the WBS
    2. My WBS status is locked. But the system allows to create schedule lines against the scheduled agrrement assigned to the WBS.
    Due to the above two phenomeneon , the system is allowing comitment & incurrence to happen even for closed WBS.
    Are the functionality described above are part of standrad PS process.
    If yes, then how to tackle these points. If no, then is there any PS configuration for providing checks.
    Thanks & Regards,
    Vishal Murmoo

    Hi Khader Sir/ PSR
    Thanks for the reply .
    As suggested by PSR , the user status should be used to prohibit business transcation . In my case for Order Confirmation , Goods Receipts & Schedule delivery .
    I made the configuration chnages for user status ( locked), which prohibits all the above mentioned transcation. This user status is mainatined for the concerned WBS .
    But still i found that it is actaully not working .The system allows  Order Confirmation , Goods Receipts & Schedule delivery .
    against WBS having user staus locked.
    Is it that i have missed some configuration.
    Need experts suggestions on this matter
    Regards,
    Vishal

  • Lock the BT field though system status

    Hello,
    we need to lock all the field in our contract(ZTA) all the time, even if the contract changes user status(E0002  --> E0003, E0004...). Is there any system status to avoid to modify the fields at header and item level? And even at the first status, Opened?(this is because the contract always going to be copy of the quotation, so none modifications)
    Each user status contents a transactional control, INPR, CONC, FINI... with different actions I0005, I0008... (checking BS33) but i don´t find the proper one. if there is any document about, it would be perfect.
    Thank you in advance.
    Luis Angel Fernández

    Hi Luis,
    In the Badi implementation proceed as follows :
    1. Do whatever check you want to carry out for the status. You can use the CRM_ORDER_READ function module to get the status of the transaction. Pass is_fieldcheck_com-ref_guid in a table to CRM_ORDER_READ to do so.
    2. After that loop on the table ct_input_field_names and do the following.
      LOOP AT ct_input_field_names INTO wa_input_field_name.
        wa_input_field_name-changeable = 'A'.    "Display Only
        MODIFY ct_input_field_names FROM wa_input_field_name INDEX sy-tabix
        TRANSPORTING changeable.
      ENDLOOP.
    <b>Reward points if it helps.</b>

  • System status HU Lock

    Hi,
    Could some one explaine about system status HU ?
    I have HU with system status is lock. why is lock ? lock by user or by transaction ?
    Thanks & Regards,
    Saiful arif

    Hi,
    you can check the system status of an HU in transaction humo f.e.: add HU number + execute -> menu: edit - display HU -> go to tab 'status'. Here you can see the status of the HU. If you see status 'LOCK' there, then the HU was locked by someone.
    You can also check the system status of an HU in table HUSSTAT with the object number (you can find this under the status info in humo, when you click on the information button next to the system status field). This object number is always HU + VENUM (the internal HU number filled up to ten characters with zeros). When status I0517 is active, it means that the HU is locked.
    You can check in transaction bs23 what you are allowed to do with an HU that has status "I0517  LOCK Locked" (double click on this line). Here you can see that you are not allowed to do anything with an HU that is locked, just unlocking is allowed.
    In this transaction you can check for all HU statuses what is allowed and not allowed to do with an HU if it has that status.
    You can lock and unlock an HU in transaction HUMO: add HU number + execute -> menu: edit - (un)lock HU.
    Regards,
    Ely

  • Why not all fields dimmed or show in display mode after system status TECO and CLSD for Project

    Dear All,
    When Sets the system status TECO or even CLSD all fields for WBS Elements are not goes to Display mode. User can still edit them or change then.
    The fields are:
    1. WBS Element Description, technical name: PRPS-POST1
    2. Person responsible number, technical name: PRPS-VERNR
    Other Progress and Customer enhancement tab pages for WBS Element all fields there also editable in TECO and CLSD system status.
    The client do not want to set LOCK system status for master data option.
    Is there any enhancement or standard way of doing that?
    Regards
    Saqib Usman

    Dear Saqib,
    Its a standard behavior of the system. In CLSD status, transactional data like Procurement gets restricted along with WBSE no and its scheduling details. But it allows to you change like WBSE desc./Responsible person.
    Also go thru the below link for clarification of WBSE system status:
    http://help.sap.com/saphelp_470/helpdata/en/ee/41f82246ee11d189470000e829fbbd/content.htm
    For locking all master data, as above experts suggest, you should use MDLK/LKD.
    Regards
    Shishir

  • System status LKD REL for operation & phases in Process order

    Hi Gurus,
    We have a process order in which system status for operations & phases is LKD REL due to which user is not able to confirm the process order. The status of process order is REL PRC APNG APRS BASC BCRQ GMPS MACM RESA SETC. One of the user from planning has set the status to LKD due to some artwork changes. Now another user set the status to unlock. Locked status from order status was reset but at operation & phases level the status is still LKD REL & hence order confirmation is not allowed.
    I try to again set the status to lock but i am getting message system status LKD is active (ACT 40547870 0010) which is similar to one which we get during order confirmation.Pls. suggest.
    Regards
    Amit 

    Hello Amit
    If the status LKD is not set for the order header, this is possibly an inconsistency.
    Please open an OSS incident to SAP for further analysis.
    BR
    Caetano

  • System status table

    hi all,
    i am locking/unlocking(status) the account assigment of network at header level using CN22 transaction, it is updating the status in table JEST.I just want to know which table that system status update when iam  locking/unlocking the account assigment of network at activity level
    Thanks in advance
    RK

    Hi,
    Table JEST also contains the status records for Network Activities.  The object numbers (JEST-OBJNR) begin with 'NV' for Network Activities and 'NP' for Network Headers. 
    You can find the corresponding Network Activity object numbers in table AFVC (AFVC-OBJNR = JEST-OBJNR for Network Activities).  The AFVC-AUFPL value can then be linked to CAUFV-AUFPL to find the Network (CAUFV-AUFNR) that is entered in transaction CN22.  I was able to confirm this by changing a Network Activity status which also changed the table entries in JEST.
    Regards,
    Jamie

  • Error  " RFC Status :-  Lock table overflow "in event trace  ( SWEL )

    Hi experts ,
    I will not mention this post as URGENT but you guys can understand the importance as I am in PRD Support of my workflows .
    My Workflow is throughing error in SWEL  , as below   and after error its getting deactivated .
    The workflow is triigering based on the  BO : DRAW and event CREATED .
    Error :  RFC Status           Lock table overflow
    In feedback after error the message is : A system error has occurred in lock management .
    I have resolved the deactivation problem after error  , but   can any body please suggest me  what is the root cause of this error , so that i can try to avoid that error .
    Regards
    Prabhudutta
    Edited by: Prabhudutta Behera on Nov 20, 2008 5:58 AM

    This error I have not faced. i will suggest you to check SWU3 transaction Code and check everything is configured. Also check SM12 and SM58. Also I will ask you to contact the Basis Guys related to this issue. Also check WF-BATCH is having all the authorization required. Try to replicate this from the system where Workflow is working.
    Thanks
    Arghadip

  • System status INCM is active

    Hi all, I am working in SRM 4.0 and when I try to do a confirmation, the system throws this message:
    System status INCM is active
    Transaction CO Through-postings from FI has been locked 
    I check all periods in FI, CO and MM and all are OK.
    What can be happened?
    Thanks in advance
    Rosa

    Sorry! the problem was solved, there is a period in CO that have problems and it was locked....
    Sorry about this
    ROsa

  • Set system status in sales order

    Hi gurus:
    I need when i creates a sales order (crmd_order, cic0) the system status set by default = "Lock Distribution"
    thanks in advanced
    Ivá

    Hi Ivan,
    Glad to know that.
    Please confirm and close this message by giving
    the point / score to my last reply.
    So others will know if they have similar problem nad use
    this information in the future.
    Cheers,
    Gun.

  • Internal Order - System Status LKD

    Hi All,
    For an internal order which has system status LKD active, can I mark it for deletion?
    When tried to do so, I get an error message like
    " E BS 013 System status LKD is active (ORD XXX)
      KO 424 Order XXX / Mark for deletion "
    What can be done?
    Thanks ,
    Janani

    Hi,
      if your order is marked for deletion then you can't put it for locked status and it goes other way around i.e. if your order is lkd ,it can't be marked for deletion.
    Reward points if it helps.
    Regards
    Karan

  • System status WCRE is active (ACT #2)

    dEAR SIR
    When iam doing production order creation by co01 iam geting error as shown below
    System status WCRE is active (ACT #2)
    Message no. BS013
    Diagnosis
    Object ACT #2 has system status WCRE (Work center until release). According to this status, transaction 'Release operation' is not allowed.
    Procedure
    You can only carry out the requested function if this is allowed according to the status of the object.
    pl give solution
    regards
    Baswarj

    Dear,
    WCRE - Indicates Workcenter Until Release.
    Please check the status of you work center CR02 it should not be locked or active for deletion flag also the usage as 009. Also check the setting of OP45.
    Go to BS22 transaction for "I0270 - WCRE Work center until release" double click and for release  make it allow.
    Refer this thread,
    prod.prder system status
    Regards,
    R.Brahmankar
    Edited by: R Brahmankar on Aug 11, 2010 1:54 PM

  • System Status WCRE is active unalbe to release production order

    Unable to release production order,
    System status is WCRE is active.

    Hi
    WCRE - Indicates Workcenter Until Release.
    Please check the status of you work center
    Go to CR03 transaction, In the Basic Data view check click on Admin Data to view the status if it is in Locked Status.
    Regards
    Venugopal

  • Opportunity System Status

    Hello,
    We are working in CRM 5.0.
    We are implementingthe scenario for the opportunities.
    We have a number of statuses for the opportunity. When the last user status in the flow (ex. "Closed") are set the system should block the changes in the transaction.
    We have tried to assign the correspondent system status to the user status (ex. "Lock" - transaction AM05, or "Complete Actions" - transaction AM26 or "Terminated" - trnasaction C3CA).
    As a result the user status disappeared from the flow and was not anymore allowed to be set by the user.
    Do you know why this problem appears and if there any other transactions that we can use to lock the opportunity for changes?
    Thanks,
    Julia

    You have to customize for your Status Profile (Define status profile for user status) the "Transaction Control".
    Steps:
    1. Select your status profile
    2. Double click on the final status from the selected profile
    3. Create a new entry for transactions control
    4. For business transcation  "Change document" select the check-box "Forbidden".
    BR,
    Florin.

  • System Status CLSD in PS

    Business Requirement:
    If a Project System Status is CLSD, I need to lock out users from changing this Status. I also need to allow access to a some group of user's who can re-open projects.
    Suggestion needed

    Hi,
    I agree with earlier postings on this issue.
    I would only add a few details:
    Create a user status which will automatically get triggered by system status "closed". Further, in this user status, please ensure that "Revoke status "Closed" is forbidden. Assign an authorization key to this user status.
    Regards
    Muraleedharan.R
    091 9880028904

Maybe you are looking for

  • Data is not getting reconciled with the R/3 Source

    Hi Gurus, I am trying to extract data from R/3, and i did extracted data from R/3 to PSA (no target is created yet), the records in R/3 are arround 1003 (2lis_11_vaitm) and after extraction the data records in PSA are around 5000+ , and i don't have

  • MacBook REALLY slow after Aperture install

    After I installed Aperture, my system slowed WAAAAY down. I'm talking as long as a minute to bring up a menu. I made sure that all import was finished, all previews made, and in fact at times the system works as before. But then, all of a sudden, som

  • NI 9411 AI-DI synchronization

    Hi all, I am using a cDAQ-9188 with two analog input modules (9234, 9215) and one digital input module 9411. I need to measure the frequency of a TTL signal with the 9411 and to synchronize this acquisition with the ones of the analog modules. I a

  • Exit stored procedure after UPDATE

    Hello, I have written a LOOP that calls a second Stored Procedure. In the second Stored Procedure I have 3 INSERTS each SELECT's values limited with a WHERE clause. Example: begin dynsql:=INSERT INTO destinationtable (ID,DATE,NAME) SELECT src.ID,src.

  • Can you file complaint with BBB against verizon?

    Have many comlaints 1. was over promised offer by rep. WAs told phone call would be pulled. Sent 2 request for that. No response 2. It seems now that I am complaining my bill is increasing. Very strange. I have an access plan of $210 and this months