Exit for replacing WBS element characters while copying from Project

Hi All,
While copying a Project from other Project/template in CJ01, we are getting only first 10 letters of a WBS element are getting replaced.
The requirement is to have replacement of letters even after 10th character in WBS element.
The SAP Note 502322 suggests to have user specific (custom) replacement logic in the user exit CNEX0033.
Anyone has worked around such requirements?? If so can you share it,,,?????
Regards
Pavan

Hi,
While creating a Project in CJ01 by giving a template, the new Project will get created with all WBS elements from the template Project.
In standard system, the WBS Element which has more than 10 characters will get copied till 10th character only.
Now we need to work on user exit CNEX0033, so that entire WBS element name should get copied in the new Project.
Anyone has worked on such requirement???
When i create new Project in CJ01, the exit CNEXX0033 will trigger..
If so can you suggest me how to move further??
Regards
Pavan

Similar Messages

  • Vendor wise/Invoice wise consumption for each WBS element

    Any standard report from SAP, which provide details of Vendor Purchase order / Contract, details of SES with WBS no. and details of Vendor invoice in columnar form.
    SAP system can not generate standard reports giving vendor wise/Invoice wise consumption for each WBS element of particular asset.
    Please help me to get this report.
    Thanks in Advance.

    Hi
    Your starting point should be CJI3 report or any PS report... Here you get the FI Doc no
    If this FI Doc No is generated from MM, check the Header segment of the document.. It would have MM Doc NO + Fisc Yr populated in the ref key... This gives you the link between FI & MM
    From here on, you can take it forward... You can look up this doc no in MSEG Table and find the PO no... Then go to EKBE table for other PO details....
    br, Ajay M

  • Reversing TECO status for Multiple WBS elements

    Hi,
    Question on setting and then reversing TECO status for a WBS element.
    When a project is closed technically in project builder, all underlaying items (wbs, network/activity) are technically closed as well.
    When you try to undo this, only the status of the top element is changed, not the underlaying items.
    Is there any way in which we get the underlaying items changed as well (mass change is not an option)
    Regards,
    Jatinder Bansal

    You can try two methods :-
    1.  Open project in project builder, Select project definition and then go to WBS Overview under project definition, now select all WBS Element and then undo TECO status. Now all the WBS status will be updated. But, this will not have any effect on network and its activities.
    2. Open the project in planning board, now select all the objects, now undo the TECO status. This will change the status of all selected objects like WBS,Network and activites....

  • Tables for Budget allocated and spent for a WBS element

    Dear experts,
    I am new to PS domain, kindly tell me the table names where I can find the Budget allocated to a WBS element and Open budget for a WBS element.
    Thanks & Regards,
    Murthy.

    Hi,
    I think by conversion cost you mean Production cost of the turbine.
    Since you do both the actvities Material procurement and production under the same WBS. The budget cannot be tracked separelty.
    Have 2 different WBS strucute one for procurement and one for production. However you can add the existing Nwk activities to these WBS.
    Regards,
    Ramesh-

  • FM for standard WBS element change - CJ92

    Hi all,
    Is there any function module to make changes in standars WBS element/proj.def tocde- CJ92.
    If any knows, please provide me the same.
    Thanks much!
    Chandra.
    Edited by: Sekhar on Apr 7, 2010 1:10 PM

    Thanks... Is this work for standard WBS elements ?

  • How to carry forward budget next year for single wbs element

    Hi,
    i want to carry forward budget next year for single wbs element.
    pl suggest me.
    Thanks & Regards
    Purna.M

    Hi,
    Go to CJCO click on Dynamic Selection and in master data of WBS element select No of person responsible and give the person responsible and execute.before that maintain no of person responsible in that specific WBS element.
    hope it will solve ur problem.
    Regards
    Avinash

  • Header WBS for two WBS elements

    Dear All,
    Is it is possible to create a Header WBS for two WBS elements which were
    triggered by Two different line items in a sales document.Please detail the process
    if a possibilty for the same exists.
    Award points are assured for valuable replies.
    thanking you
    Best regards,
    R.Srinivasan

    Dear Sunil,
    I am using the Standard project with same structures only.I am not able to get the header WBS for Two WBS elements triggered from the same sales order.what are other possibilities for this problem.
    Can you please elobrate your reply
    Thankingyou,
    Best regards,
    R.Srinivasan

  • How do we get complete hierarchy for a WBS element??

    Hi All,
    Is there any FM to get complete hierarchy for a WBS element??
    Or any other method that would achieve this requirement ??
    Eg:
    C.00103.1
    C.00103.1.1
    C.00103.1.2.3
    C.00103.2
    C.00103.2.1 etc
    If i give C.00103.1, all the WBS elements in the hierarchy should be displayed.
    Any pointers are of  great help.
    Regards
    Prathima

    Hi,
    Available Methods
    Getinfo : Read detailed information about WBS [ BAPI_PROJECT_GETINFO ]
    Maintain : BAPI: Project maintenance [ BAPI_PROJECT_MAINTAIN ]
    SaveReplica : Replicate work breakdown structure (ALE) [ BAPI_PROJECT_SAVEREPLICA ]
    The WBS hierarchy object type defines the hierarchy of the WBSelements. A project definition always has exactly one hierarchy. If theposition of a WBS element changes, the whole hierarchy has to berebuilt. Therefore, the WBS hierarchy object type has only one command:
    Create. Every WBS element receives exactly one entry in the table parameter IWbsHierarchieTable with which it defines its position.
    Command: Create
    Use this command to create or change a WBS element hierarchy for aproject definition. Enter the WBS hierarchy object type and the Create
    command in the table of the IMethodProject parameter. The commandrefers to all entries in the table of the IWbsHierarchieTable parameterthat contains the data for the data for the hierarchy. Each entry inthe IWbsHierarchieTable refers to a WBS element that describes its position relative to the other WBS elements.
    Example
    - Positioning WBS elements TRAINING , TRAINING.1 and TRAINING.2 . (WBS elements TRAINING.1 and TRAINING.2 are subordinate toWBS element TRAINING. WBS element TRAINING1 is positioned on the left of TRAINING.2.)
    IMethodProject
    OBJECTTYPE = WBS-Hierarchy
    METHOD = Create
    OBJECTKEY =
    REFNUMBER =
    OBJECTTYPE =
    METHOD = Save
    OBJECTKEY =
    REFNUMBER = I
    ProjectDefinition
    PROJECT_DEFINITION = PD-TRAINING
    IWbsHierarchieTable
    WBS_ELEMENT = TRAINING
    PROJECT_DEFINITION = PD-TRAINING
    UP =
    DOWN = TRAINING.1
    LEFT =
    RIGHT =
    WBS_ELEMENT = TRAINING.1
    PROJECT_DEFINITION = PD-TRAINING
    UP = TRAINING
    DOWN =
    LEFT =
    RIGHT = TRAINING.2
    WBS_ELEMENT = TRAINING.2
    PROJECT_DEFINITION = PD-TRAINING
    UP = TRAINING
    DOWN =
    LEFT = TRAINING.1
    RIGHT =
    Notes
    Further Information
    For more information, see the R/3 Library under PS Project System -> Structures -> EPS Interface
    Regards,
    Vijetha.

  • How to find Annual Budget for a WBS element ?

    Hi All ,
    Is there any way by which i can find the annual budget for a WBS element ?
    I have been working on this for a long time , but couldnt get the answer .
    So getting back to this place .
    Thanks in advance .
    Regards,
    Ambar .

    Hi,
    This link may help you.
    how to get the budget amt and commited amt and available amt?
    Regards,
    Shamma

  • 2 boms for same wbs element

    hi all
    is it possile to create 2 separate bom of same material for one wbs element ?
    e.g.
    i have material " M " and wbs element is " W "
    so now i want to create 2 boms for this wbs .

    Hi,
    You can't create more than one WBSE BOM for a Unique conmination of WBS Element/Material/Plant/Usage.
    Hope this clears you.
    Regards,
    Hari.

  • Creation of a new wbs elements to an already existing project

    1. i am using BAPI_BUS2054_CREATE_MULTI to create a new wbs element in an already existing project.When this is done then i am using BAPI_PS_PRECOMMIT and then bapi_transaction_commit
    so this creates the wbs element which i guess but only the element.
    2. Now i need to attach the networks to it which are there in BOM so i am taking all the network data from the table afko joining it with aufk.It is giving all the network data which was there attached prior to the project but the new one it is not showing.The query is
    SELECT afkoaufnr afkopronr aufkpspel aufkktext aufk~loekz
    INTO (afko-aufnr, afko-pronr, aufk-pspel, aufk-ktext, aufk-loekz)
    FROM  ( afko AS afko INNER JOIN aufk AS aufk ON aufkaufnr = afkoaufnr)
    WHERE afko~pronr = w_wbs_cur-psphi.
    3.Now i am comparing this data from above to the BOM data and take the difference of the networks which are to be created.
    But as the above query is not returning the new wbs so it is getting failed.

    i am already using this
      CALL FUNCTION 'CONVERSION_EXIT_KONPD_INPUT'
        EXPORTING
          input     = g_znpsdata_old-project_definition
        IMPORTING
          output    = w_wbs_cur-psphi
        EXCEPTIONS
          not_found = 1
          OTHERS    = 2.
    do i need to use the other one also

  • Application designer aborted while copying the project  PPLTLS84CUR,

    Hi All,
    I doing a PeopleSoft installation, Pt8.49.17, FSCM 9.0, oracle 10.2.3 on Aix5.3. Application designer was aborted automatically while copying the project PPLTLS84CUR. Shall I copy the project again? Need your suggestions.
    Thank you

    Hi,
    VP1 id/password is not working when I was trying login into datamover after running pt849tls.dms, pslanguages.dms, & tlsupgnoncomp.dms in bootstrap mode. I verified VP1 id is available in psoprdefn. Please let me know why VP1 stopped working as usual and how to fix this issue.
    Thanks.

  • User Exit - adding defualt WBS Element in addi.tab for IW31 - Servi.Order

    I am facing a problem with adding WBS Element in Addit.Data tab for Service Order creation using IW31.
    At the time of creating service order using TCODE IW31, I have to maintian default values like WBS ELEMENT, for this I am using a USER EXIT "IWO10010".
    The problem is getting dump error. Becuase, it is NUMC type and I am passing the value with character + numeric. Like "EX/1232/22".
    Field length is NUMC - 8.
    "CAUFVD-PSPEL"
    If I create manually without using user exist, the field WBS Element is accepting the value and service order is creating successfully with WBS Element.
    This is also same as CAUFVD-PSPEL.
    I Couldn't understand How the SAP system will works?
    Any solution for this.
    Note: Creating Service Order IW31, Passing WBS Element with user exist with same field (CAUFVD-PSPEL) giving dump error showing "Passing Character values". If I create manually, and enter character + numeric in the same field CAUFVD-PSPEL, system creating service order without any error.
    Help me out
    thanks
    Sekhar

    self answered

  • Copying WBS element (a/c assignment ) from sales order  to Service order

    HI Controllers,
    I got one requirement it is , we need to copy the account assignment (WBS element ) from sales order line item to service order line item . Morever same  wbs element shud be used to create automatic settlement rule in service order.
    This should also work even if user changes the WBS element later. i.e, updated WBS element should again update service order and settlement rule automatically.
    << Moderator message - Everyone's problem is important. Please do not ask for help quickly. >>
    Thanks in advance
    Sneha
    Edited by: Rob Burbank on Apr 25, 2011 1:39 PM

    Hi Sneha
    You can use Exit MV45AFZB in order to copy the account assignment objects... Use the Form  USEREXIT_MOVE_FIELD_TO_COBL with in MV45AFZB
    You can use the same exit to update your settlement rule as well
    br, Ajay M

  • Settlement to cost center posted for statistical WBS element

    We have the following scenario
    Statistical WBS elements with assigned Cost center posted for actual postings
    Network assigned to statistical WBSE and settlement rule on the same WBSE
    On settlement run CJ88  the network costs are transferred from network to Cost Center posted in the WBSE.
    Issue:
    While analysing the active availability control the assigned value is doubled. This happens only of the networks are settled. System considers the Actual values from network + Statistical value from WBSE to caculate the assigned values.
    Simulation details as under.
    SP-SET-02-3  (wbs element)
        COSS 2011 11 0007101000     0001240704 KOAO D INR                 100.00  INR
        NWA 500000002408 0010
            COSS 2011 04 0007101000     0001240704 KOAO O INR                 100.00- INR   S  -- does not contribute to assigned value
            COSP 2011 04 0007101000     0001240704 COIN D INR                 100.00  INR
            COSP 2011 01 0007101000     0001240704 KPPP D INR                 100.00  INR   M   -- does not contribute to assigned value
    Hence the assigned value gets doubled and eating up the budget.
    Anyone encountered similar issues pls share the possible solutions.

    Hi Mohit
    It is against SCN's rules to post the same discussion thread twice. You have already posted a similar question in the below thread. Please refrain from doing this and close one of the threads.
    Initial balance upload of revenue GL accounts with wbs
    Regards
    Sowmya

Maybe you are looking for

  • I can't get my iMac (mid 2011) to connect to my tv using a mini dvi to hdmi

    How do I get my iMac to connect to a toshiba tv using a minidvi to hdmi cable?

  • How to sync new Macbook Pro with 2011 iMAC on Snow Leapord

    Hello, This is my first post so hello! My small business has an office iMAC and a Macbook Air both running 10.6.8. The two aren't synced in any way other than that the Air can access files from the iMAC's hard drive via the network. I have 2 email ac

  • In need of advice regarding Mbp15

    Hi ! I have never owned a mac before so I'm quite noob at this. I am however planning on getting the mbp15 i7 with the 7200 rpm hdd and ~1600x resolution screen. I am hardcore windows user and I am going to purchase the mbp with the thought of instal

  • Problem in processing incoming IDOC

    Hi All, I have a problem while processing Incoming IDOC in the system. While I try to process and FI IDOC (without purchase order) in the system, by giving the appropriate GL account and cost centre where the document should get posted to (in transac

  • Can't open web browser in solaris 10

    I'm on the java desktop for solaris. I click on the browser it acts like it is going to open and then nothing happens. Is there something else I need to set up. Thanks In Advance aslaton