How to lock wbs element

Hi all,
I would like to seek your help on how to lock wbs element in a report program. Is there any bapi or function module for that? The requirement is to lock the wbs element when the user process/run that particular WBS. If the user exit to the report program, then that is the time that the other user can be able to process the WBS.
Please help. Thanks in advance.

There is no BAPI or function module to lock on unlock a WBS element.Goto Tansaction CJ02,put in the WBS element and repsetive project.
in CJ02, go to EDIT->STATUS->LOCK/UNLOCK.
Hope this clarifies your query.
Regards,
teja

Similar Messages

  • How to activate WBS Element in Sales Order

    Dear All,
    How to activate WBS element in sales order?
    Thanks & Regards,
    PM

    Basically in case of Repair and overhaul material is taking inside for repair purpose..for that we create service order in which we r creating component, operation(time. labor, machine) besides we create notification to allow overhead activity for this special activity..
    once this service order r created and notification is set.. we r estimating cost for this process and updating sales price(DP82) which further send to customer for approval.. once v receive approval v issue a goods along with parental serviceable material to Plant for Plant maintenance estimation..
    so all this procedure obey just like project , in this case we have to assign WBS element into sales order level..
    WBS elemet is nothing simply its hierarchy which shows what r the steps followed in project(CJ20N)..
    Correct me if i m wrong..
    thanks
    Mk

  • How to lock WBS lement in a program or user to avoid double posting in FBS1

    Hi Experts,
    I have an issue, i need to lock WBS element to a report or user to avoid double posting if other user is also running the same report.
    Hope to hear answers.
    Thanks,

    workaround found.

  • How to make WBS element field in Notification a mandatory.

    How to make WBS element field in Notification a mandatory.
    Should I use USer Exit.
    In cutomization I didnt find ant standard customization

    Hi,
         If it is about WBS element field in Maintenance Order then check up user exit ;- IWO10009 PM Order: Customer Check for 'Save' Event
    For Notification i am not sure whether this field is ther , but anything u can perform checkings via 
    QQMA0014 QM/PM/SM: Checks before saving a notification
    Alternatively u can also explore via Transaction variant SHD0 ..
    regards
    pushpa

  • How to populate WBS element and Project definition in Additional Tab

    Hi,
    I have a 2 requirements
    1) we need to populate WBS element and Project definition of an order in PM
    IW 32 trasnaction (Additional data tab).
    2)Also i need to program settlement rules in CJ02 for WBS elements .
    How do i approach ?  when i do manually it is taking the values in IW 32 when the status is released.
    So i think first we need to chnage the Status from Created to released and then start working on step 1 and Step 2
    Kindly suggest.
    Thanks,
    Pradeep.

    Problem one solved ......
    Basically we need to put the status of WBS elememnts and then write a BDC for additional data tab.
    Looking into issue 2......

  • How to change WBS Element in FI Entry for Asset

    Hi all,
    I have a scenario where an asset has been capitalized with  WBS element 1. After several months we realized that it has to go to WBS element 2.
    We update the Asset Master Data with a new WBS Element 2.
    Depreciation from this date onwards is posted to WBS Element 2 (this is expected), but in FI the asset acquisition cost is still in WBS element 1.
    Does anyone know how to rectify the FI document with correct WBS element i.e  WBS Element 2
    Any advice would be greatly appreciated
    Regards
    Pramod Saraswat

    Hi Pramod,
    In posted document you cant change the WBS element.
    In order to post on WBS 2 , you have to reverse the acquisation entry posted on WBS1. Then update correct one in  asset master then post acquisation.
    Ravi

  • How to use WBS element in Asset master data upload

    Dear All
    Does any body know how to treat field WBS element in Asset master during upload.
    Field POSNR in table ANLA is of 8 characters, but WBS element which is entered in asst master is more than 8 char.
    I vaguely remember tht with wbs system internally assign a different number.
    Has anybody come across this issue?
    Please help
    Thanks
    Sanjeev

    There are in the asset 2 fields for PS
    One is filled when you do an settlement from an WBS (is not possible to fill in)
    The other one you found in the the tab time dependend like cost center.
    This field is available when you have assign the possibilety to do depreciation to an WBS.
    Paul

  • How to select WBS element of Level2 on Report Painter

    Dear PS Masters.
    I made project which has 3 levels.
    I want to see the result of only level 2
    on the report of report painter.
    However, when I select WBS element of level 2,
    the report shows level2 and level3 together.
    So, I want to exclude the result of level3 from the report.
    In order to solve it,
    I tried to uncheck the checkbox of "INCL.HIERARCHY" on Database Profile.
    But, even though I uncheck it on IMG, SAP check the checkbox automatically again.
    Pls give your advice.
    BR
    Y.Kaneko

    Raghu,
    Thanx for your info.
    On the report of CJE0, I could find the hierarchy button.
    This is the one what I want!!
    But, I'm wondering that how can I show this button on the
    report which I made by report painter GRR2.
    Pls give advice.
    BR
    Y.Kaneko

  • How to display WBS element while parking FI document from an excel??

    I'm using BAPI_ACC_DOCUMENT_POST to park/post FI document from an excel file. Accounting Document Numbers are generated that triggered the posting. When i'm viewing the generated document in transaction FBV0/FB03 it's found that the WBS element is appearing blank when the document is parked. But it's appearing fine when the document is posted. I'm unable to find the difference.

    Can you let us know how were you able to PARK documents using BAPI_ACC_DOCUMENT_POST?  Is there an exit provision in this BAPI?  Thanks in advance.

  • How to keep wbs element  field in display mode in me22n?

    Hi all,
    Can somebody please guide me how i can keep wbs element field available at account assignment Tab at item level in transaction me22n as display mode?

    Hi Dhruv,
    You can implement BADI ME_PROCESS_PO_CUST  and implement the method FIELDSELECTION_ITEM.
    I have pasted the SAP documentation available below. Please try this.
    Field selection (FIELDSELECTION_HEADER_REFKEYS, FIELDSELECTION_ITEM_REFKEYS, FIELDSELECTION_HEADER, FIELDSELECTION_ITEM methods)
    In the following methods, you can change the display properties of fields by supplementing or switching the field selection reference keys:
    At header level FIELDSELECTION_HEADER_REFKEYS
    Documentation for BAdI method FIELDSELECTION_HEADER_REFKEYS
    At item level FIELDSELECTION_ITEM_REFKEYS
    Documentation for BAdI method FIELDSELECTION_ITEM_REFKEYS
    You can implement special rules using the methods FIELDSELECTION_HEADER (at header level) and FIELDSELECTION_ITEM (at item level).
    Documentation for BAdI method FIELDSELECTION_HEADER
    Documentation for BAdI method FIELDSELECTION_ITEM
    Special Field Selection Item
    Functionality
    The FIELDSELECTION_ITEM method enables you to influence the field selection properties for a field.
    Parameters
    The following parameters are available:
    IM_HEADER - Document header
    The interface reference is of the type IF_PURCHASE_ORDER_MM.
    IM_ITEM - Document item
    The interface reference is of the type IF_PURCHASE_ORDER_ITEM_MM.
    CH_FIELDSELECTION - Fiele selection table
    By making changes to this table, you can influence the display properties of a field.
    This table consists of value pairs <METAFIELD|FIELDSTATUS>.
    The Metafield represents a business content (e.g. the PO quantity). Thus, for example, the database field EKPO-MENGE is linked to a certain metafield value just like the field MEPO1211-MENGE on the item overview screen in the purchase order.
    Through this abstraction, reference can be made to business contents on a uniform basis.
    Standard metafields are defined in the type group MMMFD.
    The field selection status has four possible instances:
    '-' Field is suppressed
    '*' Field is purely a display field
    '.' Input field
    '+' Mandatory field
    Notes
    Under no circumstances make any changes to the database within this method. On no account use Commits.
    For WBS element the meta filed no is 512.
    mmmfd_wbs_element     TYPE mmpur_metafield VALUE 512.
    In IF_EX_ME_PROCESS_PO_CUST~FIELDSELECTION_ITEM method you can write the code as follows:
    field-SYMBOLS : <FIELDSEL> like line of ch_fieldselection.
    DATA: l_persistent TYPE mmpur_bool.
    l_persistent = im_ITEM->is_persistent( ).
    READ TABLE ch_fieldselection ASSIGNING <FIELDSEL> WITH TABLE KEY metafield = '512'.
    IF sy-subrc IS INITIAL.
      <FIELDSEL>-fieldstatus = '*'. " Field is purely a display field
    ENDIF.
    Try this, it should work.
    Regards,
    Savitha
    Edited by: Savitha Madhavagiri on Jan 8, 2010 4:20 AM

  • How to find WBS element total asset value

    hello all,
    i have a requirement like this..
    i have displayed profit center wise PM orders  with total actual cost.....
    similarly i have another report where i need to display profit center wise WBS elements with total asset value....
    from which table do i need to take this total asset value ,how do i link this table with PRPS table...
    thanks in advance....

    hello all,
    i have a requirement like this..
    i have displayed profit center wise PM orders  with total actual cost.....
    similarly i have another report where i need to display profit center wise WBS elements with total asset value....
    from which table do i need to take this total asset value ,how do i link this table with PRPS table...
    thanks in advance....

  • How to find WBS-Elements of CO-DOC-Numbers

    Hi,
    I need to know, whether a wbs element exists for a CO doc number / CO item number, or not.
    I have to create an extractor to load the doc number - wbs element mapping into BI.
    Do someone have some R/3 table proposals?
    Exists a meta data repository like in BI or a used-in function for R/3?
    DataSource 0WBS_ELEMNT_ATTR extracts wbs elements as field POSID.
    DataSource 0CO_OM_CCA_9 extracts CO doc number as field BELNR.
    DataSource 0CO_OM_CCA_9 extracts CO item number as field BUZEI.
    Field 0AUXACCVAL is not useable in case of error in R/3: PM orders with wbs elements will not get an valid 0AUXACCVAL value.
    Thanks and regards,
    Wolfgang

    warnerja wrote:
    flounder wrote:
    DrLaszloJamf wrote:
    You mean x.length?<pbs>
    Depends upon your interpretation of "number of elements in the array"
    int[] numbers = new int[10];
    numbers[0] = 42;
    numbers[1] = 666;Number of elements in the array is 2 not 10.
    </pbs>If you used something other than a primitive type for the array element type you could have a case. A value of integer zero for the other elements is still a value, so there are indeed 10 elements there.Even if it were not primitive, every element would have a value. That value would either be null or a reference.

  • How to prevent WBS element for other Company code to be used in WO

    Hi,
    I am new to this forum and want to try this out.
    This thread is regarding: Area: plant maintenance, create/change work order, message control in wbselement in tab "Addit data"
    Detailed explanation:
    In our SAP system we have the functionality that when a user enters a wbs element in a Work order (Addit.Data Tab) he gets an error message CJ065 if the WBS element is from another Controlling area.
    We want in addition the functionality: show error message CJ 066 when the WBS element is for another Company code.
    I have searched in message control within PM, but here is only allowed to enter messages for application area IW.
    I have also tried to search for other message classes without finding where in customizing to maintain message class CJ.
    Please help
    Best Regards
    Ellen

    Thanks for your feedback Narendra,
    I have thought of that solution (using customer exit at save), but hoping maybe there was a setting in Customicing eather in CO or in PM to make message CJ066 appear. When looking at the source code it looks tlike there is a setting in customizing to be triggered, but I cannot find out where..
    BR
    Ellen
    Edited by: Ellen Ødegaard on Apr 29, 2008 2:08 PM

  • How to identify WBS elements with AuC status

    Hello Experts,
    We had earlier developed a report which determines whether the entered project id can be set to CLSD status or not. The problem arises with few WBS elements which have AuC statuses. The report is displaying them as closeable but we fail to close them through CJ20N. The problem is that the program captures the status of some projects as TECO but these projects have WBS elements which have statuses like "TECO BUDG AUC  SETCu201D because of which the system doesnu2019t allow CJ20N to close it. So can any one help me suggest any means by which we can detect whether any of a projects WBS elements are in the AUC status?
    Regards,
    Uday

    Hi Virendra,
    Thanks a lot for your inputs. I was trying to go through the tables in detail before I again get back to you about anything. From TJ02 I got to know that I0163 is the status code for Asset in construction costs. So I obtained the OBJNR values of all my WBS elements and I went through all the 3 tables TJ02, JCDS & JSTO that you had suggested. The data in JEST for 1 of the OBJNR values contained this I0163 value in 1 row. I wasn't however sure as to which particular status we could consider for the WBS from among the list. Is it something like the last row of the table would be the current status of the element & that all the other statuses just point to the various history of changes that it went through? (Am mailing you a copy of the same thread so that you would get the data displayed in a proper tabular format.)
    Regards,
    Uday
    MANDT   OBJNR              STAT    INACT    CHGNR
      400         PR00304257       I0001      X           002  
      400         PR00304257       I0002      X           004  
      400         PR00304257       I0005      X           001  
      400         PR00304257       I0028                   001  
      400         PR00304257       I0045                   003  
      400         PR00304257       I0064      X           002  
      400         PR00304257       I0067                   001  
      400         PR00304257       I0163                   001

  • How to Change WBS Element Status Profile

    Dear PS Experts,
    Once Status profile is set for WBS element, system is not allowing to change the same.
    What should I do to change the status profile?
    Moreover I will like to know the Table details in which Status profile details are kept for a WBS Element.
    Thanking you all.

    Hi,
    You can change the status profile on 'Control' tab of Project Definition. But this change will be effective for new WBS elements. I dont think you can change status profile for existing WBS. You will have to delete and re-create them.
    Status proflie for WBS is stored in JSTO table. Get OBJNR for WBS from PRPS table and insert in JSTO table to get status profile.
    Regards
    Shrikant

Maybe you are looking for

  • How to connect notebook NB505-N500BL to HDTV?

    Anyone know that if the Video card of notebook NB505 can support digital signal output through VGA port function? I want to connect it to my HDTV. Since no HDMI port for NB505, so I bought a VGA TO HDMI cable to connect them. But it doesn't work. Any

  • Does not work in Safari

    Downloaded and installed Safari on my PC. Went to my website, but it does NOT work. Have tried it on a different Safari, same problem. Specifically, the MENU does NOT work at all... What might be the remedy, please? And, as I am at it, the title on S

  • Can't get phone call out with volume.

    trying to make a phone call and can't hear the ring tone or the person on the other end unless I put them on speaker phone. Any suggestions?

  • Product Category assigned to a GL Account

    Hi  SAP Gurus Does anybody know where a Product category is assigned to a GL account? Or any tables I could visualize this? Any help is welcome. Thanks Roger

  • Closing Application Sharing Session leads to Exception

    Hi everybody, I have successfully configured the application sharing on a EP 7.0 (SP10). We have testet it and it works just fine. However, when the initiator closes the session, he gets an exception: com.sapportals.portal.prt.component.PortalCompone