Check fields Responsabilities WBS and WBE

Hi,
I d like to control a WBS and WBE with the responsible persons( PROJ-VERNR) and (PRPS_VERNR). Exactly a responsible persons "A" can only  change (CJ02-CJ20n), change original budget (CJ30), display original budget of him WBE (CJ31) and not change the value the wbe of the others responsible persons.
For example:
1- WBS responsible persons is A
2- WBE responsible persons is B
2- WBE responsible persons is C
3- WBE responsible persons.is B
3- WBE responsible persons is A
I tryed with validation of wbe without success.
I ask if there 's some exit or badi about this.
Can you help me?
thanks
Best Regards.
Sandro

Hi,
I' ve activate the Business Function OPS_PS_CI_1.
I 'm doing the test, and is OK for control the modify a wbe (CJ02 or CJ20n) for responsable, modify a cost planning of wbe (CJ40) but for the buget WBS (CJ30-31), it does not work, as if it did not user control.
I thinking a responsible persons "A" can only  change original budget (CJ30), display original budget of him WBE (CJ31) and not change the value the wbe of the others responsible persons, Like WBE the Cost Planning  (CJ40-41)
For example:
1- WBS responsible persons is A
2- WBE responsible persons is B
2- WBE responsible persons is C
3- WBE responsible persons.is B
3- WBE responsible persons is A
Can you help me?
thanks
Best Regards.
Sandro

Similar Messages

  • Check validation of WBS and AGENT at SC level instead of PO creation time.

    Hi all,
            is there any function module to check the issues with the account assignment like agents are missing for cost center or WBS for a shopping cart , this is validated during PO creation but my requirement is to validate it during the SC Cart creation .
    Thanks
    Aditya

    Hi Adidya
    You are correct. Indeed all checks happen during PO only not through SC.
    You can use DOC check badi only
    How to get  blocked cost centers in SRM from ECC(Table CSKS(
    http://wiki.sdn.sap.com/wiki/display/SRM/META_READ_TABLE
    BR
    Muthu

  • One report to check WBS and Asset number

    Hi All,
    Please advice. Is there any report to check WBS and asset number belong to ?
    Many thanks in advance.
    Nies

    Please let me know your exact requirement.
    But KOSRLIST_PR will show (if you have valid entries) the settlement receiver something like below with WBS element information and settlement details:
    WBS ISC/00002-1-02       RECEIVER WBS2-COMP 1000
    FXA 1000/700000132/0     RECEIVER WBS2-COMP 1000                   100.00  AUC        Act
    Regards
    Sreenivas

  • Issue in Updating Customer specific fields in WBS using BAPI_BUS2054_CREATE_MULTI

    Hi Experts,
    I am able to create the WBS element using BAPI_BUS2054_CREATE_MULTI.But the issue is i am not able to update customer specific fields even after passing the fields as per specification in Function module documentation. I have also created an implementation of BADI  as per below specification in FM documentation:
    Procedure for Filling Standard Enhancements
    Before you call the BAPI for each object that is to be created or changed,
    for which you want to enter customer-specific table enhancement fields, add a
    data record to the container ExtensionIn:
    STRUCTURE:    Name of the corresponding help structure
    VALUEPART1:   Key of the object + start of the data part
    VALUEPART2-4: If required, the continuation of the data part
    VALUPART1 to VALUPART4 are therefore filled consecutively, first with the
    keys that identify the table rows and then with the values of the
    customer-specific fields. By structuring the container in this way, it is
    possible to transfer its content with one MOVE command to the structure of the
    BAPI table extension.
    Note that when objects are changed, all fields of the enhancements are
    overwritten (as opposed to the standard fields, where only those fields for
    which the respective update indicator is set are changed). Therefore, even if
    you only want to change one field, all the fields that you transfer in
    ExtensionIn must be filled.
    Checks and Further Processing
    Using the methods ...CREATE_EXIT1 or. ...CHANGE_EXIT1 of the BAdI
    BAPIEXT_BUS2001, BAPIEXT_BUS2002, and BAPIEXT_BUS2054, you can check the entered
    values (and/or carry out other checks).
    In the BAdI's second method, you can program that the data transferred to the
    BAPI is processed further (if you only want to transfer the fields of the CI
    includes, no more action is required here).
    But still i am unable to update fields though i am able to create WBS with rest of the fields except  custom fields.
    I am using attached code to achieve this.Do we need to code anything inside method create_exit1 or create_exit2 implementation for BADI or
    Please help on priority

    Hi Rahul,
    First observation from your code is that i could not find the assignment for the field
    GWA_WBS_EXTIN-STRUCTURE. I hope you are not filling this field, that could be one reason for failure. Try to do it and let us know if you still have the problem.
    Br..
    Dwaraka

  • WBS and NPLNR for Vendor Items in BSIK and BSAK  Table

    Hi  FI Experts,
    I created a PR for Network  . While creating PO for the PR  the network values are flowing into  PS_PSP_PNR and NPLNR of EKKN fields  .
    While doing a MIGO also the WBS and NPLNR are flowing to MSEG table  appropriate fields .
    While doing a MIRO transaction for PO   the vendor line item  posted in BSIK table populated with  neither WBS nor NPLNR (Network).
    When  payment is made for Invoice the clearing document(Payment Document)  from BSAK table should be populated with either WBS or NPLNR .
    Could you  please suggest if I need to manually run some transaction to get them Popluated .
    All the above helps me in writing a Vendor and Project wise outstanding balances report .
    Thanks in Advance ..
    Regards,
    Kishore.S

    Hi Srinivas,
    The minimun field required to make a vendor posting are as follows,
            wa_vendoritem-itemno_acc  = gv_count.
            wa_vendoritem-vendor_no    =  wa_vendor-newko.
            wa_vendoritem-item_text     = wa_vendor-sgtxt.
            wa_vendoritem-comp_code  = wa_vendor-bukrs.
            wa_vendoritem-pmnttrms     = wa_vendor-zterm.
            wa_vendoritem-bline_date   = wa_vendor-zfbdt.
            wa_vendoritem-item_text    = wa_vendor-sgtxt.
            wa_vendoritem-tax_code    = wa_vendor-mwskz.
            wa_vendoritem-profit_ctr     = wa_vendor-prctr.
    I think you missed the profir centre field which is mandatory for a vendor posting,or if is a new gl, it will derive the profit centre from the cost centre of the previous line(i.e. G/L line).  if it is not a new G/l , then you need to manually find the profit centre from cost centre and put the values. So double check passing these field , it should be working. Still have doubts please contact me.
    regards,
    Shobana.K
    Edited by: Shobana k on Jan 8, 2009 8:05 AM
    Code Formatted by: Alvaro Tejada Galindo on Jan 8, 2009 4:01 PM

  • INOB Issue while archiving WBS and Networks

    Hi All,
    I am using PS_PROJECT archiving object for archiving WBS Elements and Networks. But during Write phase, below error message was dislplayed:
    Error Message
    There is no entry for instance 000000000001489184 in either INOB or IBase
    Job cancelled after system exception ERROR_MESSAGE
    Could you please help me when this error occurs and how to solve this problem.
    Version: SAP R/3 4.7
    Regards,
    Sandeep

    Check tcode CUTABLEINFO and insert the instance number you have into the Instance(CUOBJ) field.
    Be sure to check at the very least at the bottom of the screen the check boxes for IBINOBS and IBINOWN.
    The owner of the configuration is the object that originated the instance.
    An observer of the instance is simply an object that needed a copy of the characteristic values in the instance. If any transaction can find your instance's owner, it's this one.
    Or
    You can also refer SAP 1470060 - Error CX 074 (There is no entry for instance XXX in either INOB or IBase)
    Hope it can assist you.
    Thanks & Regards
    JP

  • Product Hierarchy field in WBS

    Hi Everyone
    I have checked every where and still unable to find solution that whether can we add product hierarchy field in WBS or not? If yes then how can i?
    I have already checked at spro>img reference>project systems>structures>operative structures>user interface settings> define layyout of WBS element deyail screens
    But cannot get any answer or clue over there. I was wondering If the field Product heirarchy could add up (PRODH). please help

    Hi Master mind,
    What exactly do you mean by saying Product Hierarchy?  As Ken said, its not a standard PS field. If you wish to add this field at the WBS element level you will need to go for an enhancement CNEX0007    Customer-specific fields in WBS elements
    Regards
    Varun

  • Search help for user field for WBS element

    Hi,
    how can I add a search help to one of the user fields for WBS elements without modification? Is there an exit which I can use? I want to have a search help for field PRPS-USR02.
    Thanks for your help.

    Hi
    Create an elementary serach help using the Table USR01 or USR03
    see the steps
    1) Elementary search helps describe a search path. The elementary search help must define where the data of the hit list should be read from (selection method), how the exchange of values between the screen template and selection method is implemented (interface of the search help) and how the online input help should be defined (online behavior of the search help).
    2) Collective search helps combine several elementary search helps. A collective search help thus can offer several alternative search paths.
    3)An elementary search help defines the standard flow of an input help.
    4) A collective search help combines several elementary search helps. The user can thus choose one of several alternative search paths with a collective search help.
    5)A collective search help comprises several elementary search helps. It combines all the search paths that are meaningful for a field.
    6)Both elementary search helps and other search helps can be included in a collective search help. If other collective search helps are contained in a collective search help, they are expanded to the level of the elementary search helps when the input help is called.
    CREATION:
    Go to SE11  Tcode
    select search help
    give the 'z' search help name and create
    select the selection method ur table name eg : 'mara'
    dialog module 'display value immediately'.
    add the field whatever u want and lpos = 1 and spos = 1 and check import and export parameter.
    where left position when displaying and spos = search position
    and then save and activate ..
    See the links:
    http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ee38446011d189700000e8322d00/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ee45446011d189700000e8322d00/content.htm
    https://forums.sdn.sap.com/click.jspa?searchID=3173469&messageID=2176485
    https://forums.sdn.sap.com/click.jspa?searchID=3173469&messageID=3601619
    pls go through this for search help creation
    http://help.sap.com/saphelp_nw2004s/helpdata/en/41/f6b237fec48c67e10000009b38f8cf/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ee2b446011d189700000e8322d00/content.htm
    Search Help Exits:
    Re: dynamic values for search help
    Re: Dynamic search  help
    http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ee52446011d189700000e8322d00/content.htm
    http://www.sapdevelopment.co.uk/dictionary/shelp/shelp_exit.htm
    https://forums.sdn.sap.com/click.jspa?searchID=4390517&messageID=1712818
    Regards
    Anji

  • One wbs and one network

    Dear All,
    Recently I got the answer in forum that check Network Profile and instaed of Project ID give WBS Element in configuration. What does it mean ? I dont find any Project ID field or WBS field in Network Profile configuration settings. Please advice.
    Regards,
    Bekele

    I think it is for-Stipulates that when you create an activity, the system displays a list of all networks assigned to the WBS element or the project definition.
    It may not restrict us from creating more than one network under a WBS Element.
    Please confirm.
    Regards,
    Bekele

  • Display Columns from WBS and Activities in the same Report

    Does anyone know how to display Columns from a WBS and an Activity together so that they can be output to Excel?
    I need WBS Code, Actual Start, Actual Finish and Performance % Complete from the WBS and Activity Codes from Activities.
    I can produce them in a report but this gives me all the activities in a heirarchical format which then necessitates deleting the activity lines in Excel
    The Performance % complete which I want is available in Activities at the Summary Level but the Activity Codes are not at this level
    I could put the Activity Codes in as Project Codes at the WBS level but this will require a lot of maintenance
    Maybe someone knows an easy way to do this?
    John
    Edited by: user9088233 on Feb 3, 2010 11:50 PM

    user9088233,
    Your request interested me so I gave it the old college try. There are several ways to go about this task but here's one that is fairly quick and easy.
    I carefully read your description of what you need from P6. I've built a test layout using the fields that you outlined. Here's what I came up with. This should bypass the issue of having to create a P6 export. My solution is to build a customized layout in P6 and copy that info and paste it into an Excel spreadsheet.+
    Open P6
    Open neccessary projects & open a new layout containing these columns:
    ....Project, WBS,Activity ID, Activity Name, Perf. %, & (any codes or user defined codes)
    Group & Sort by: Project, WBS
    ....*Display Options* = "Show Group Totals" & "Show Summaries Only", Choose "OK"
    ....*Edit*, Select, All, Copy
    Open Excel
    ....Paste Highlighted data into your new worksheet.
    Hope this helps but it's usually hard to understand exactly what you need unless I can view your data,
    Good Luck & let me know how it turns out,
    p3_scheduler
    Edited by: p3_scheduler on Feb 8, 2010 2:40 PM

  • Can I use the fields Product allocation and Basic material for bifurcation of material

    Dear Users,
    We have a requirement for bifurcation of material so we need two field in material master for fulfilling the requirement. First requirement is material category like insurance or revenue etc., second requirement is department wise like electrical, maintenance etc, so i have choosen the fields 'Product allocation' in basic data 1 screen in material master for fulfilling department requirement and then in basic data 2 i have choosen 'Basic Material' field for fulfilling material category requirement. My doubt is whether this change will effect the reports and i need to know the effects of such changes.
    Thanks,
    Manoj

    As you are trying to use the standard fields, so you can read the F1 help for these fields.
    Also check in which table and program, the fields are used.
    Read the F1 help and find the table and program by using this document How to find Table name for a Field which is shown structure name on press F1.
    After reading this, If these fields are suitable for your requirement, then you can continue.
    Regards
    Dev

  • Adding new field in PO and PR screen

    Dear Friends,
    Kindly sugest the solution to add new custom field to PR and PO screen at item level in SOURCE OF SUPPLY TAB.
    regards
    Vishal

    Hi,
    Check the exit MEREQ001 for PR & MM06E005 for PO.
    Hope the above helps.
    Regards,
    Vivek

  • I'm trying to burn a dvd from idvd but I keep getting error message, broken assets, but when I check my drop zones and their content there's no error messages on any of them?

    I'm trying to burn a dvd from idvd but I keep getting error message, broken assets, but when I check my drop zones and their content there's no error messages on any of them?

    Hi
    And if You change view - in main "window/view field" so that You see the box-plot structure.
    No exclamation marks there either ?
    and non at the front page ?
    iDVD do not copy Your material - only points to where it is stored. So if on any external hard disks, USB-memories, CDs or DVDs are missing - assetts are broken.
    Or if You changed location of any material or directed iPhoto or iTunes or GarageBand to a new Library - Then iMovie/iDVD also get's lost.
    Yours Bengt W

  • Trouble with calculating fields. Can't select (check) fields. Also can't figure out what's wrong with a division field (percent) that I created. Keep getting the pop up that format of the field doesn't allow blah blah blah... Help!

    Trouble with calculating fields. Can't select (check) fields. Also can't figure out what's wrong with a division field (percent) that I created. Keep getting the pop up that format of the field doesn't allow blah blah blah... Help!

    1. Use the mouse to select the field and then press the space bar.
    2. A null string is the same as zero. What is the result for division by zero?

  • Unable to caluclate cost in CJ20 for wbs and network level.

    Hi All,
    I have a query in the project Builder(CJ20N).
    I created Project>WBS Elements>Network> and posted costs via assigning activity.
    If I select an activity and go to edit>Costs,  the "calculate costs" option is activated.  ( I get "Message Costs were calculated: See menu Edit -> Costs -> Planned - Actual")
    And also I am able to view the cost in Edit>Costs> Plan/Actual.. "Activity/Element". Please see the screenshots of Plan /actual comparison.
    However if I select the WBS or Network and go to edit>Costs,  the "calculate costs" option is disabled (frozen) and also in the same path Plan/Actual> "activity/Element"  option is disabled (Frozen).
    Request you to review the attached screenshot and advise is there any way to defreeze the option "calculate costs" and view the costs in WBS and Network level?

    Hi,
    why you want to see plan cost in project builder CJ20n? any specific reason please let us know...
    every structure report having this kind of feather as CN41n/CNS41 then check these two report.
    and lots of hierarchical report is there for seeking plant cost in project as Gokul suggested above.
    so in project builder only plan VS actual cost can be look like by network activity.
    Regards,
    Sanjeev

Maybe you are looking for

  • Error in Message Mapping "Target message IDOC: ORDRSP.ORDERS02 does not exi

    Hi, I have joined newly to the team. When I tried to open one message mapping it throwinf follwing error... "Target message IDOC: ORDRSP.ORDERS02 does not exist in software component version ID: 44423362454456485465.. Check whether the software compo

  • ???quick selection tool in CS6 PS???

    Suddenly, it's not possible to select two-color object with the quick selection tool in CS6 PS. Only the outline is selected. Forced to go into the brush tool and manually select the whole object, or select by color only which creates it's own proble

  • Pls help me how to download photoes from icloud to pc

    pls help me how to download photoes from icloud to pc

  • Firefox 4 is not starting

    Whenever I try to start Mozilla firefox 4, it begins to load (little circle icon next to pointer) but then nothing happens. It is shown under processes in the task manager as running, but nothing in applications. And nothing visually comes up. I"ve t

  • Radio Buttons selection

    Hi to all, I am using 5 radio buttons. i did some fire partial action for radio buttons.(means call some procedures). My problem is i select the first radio button,suppose it throws some exception then radio button selection is goes to last radio but