How to change WBS code to description in IM52

Hi All,
I am using Investment Management. I would like to distribute budget in IM52. but in IM52 it shows the WBS code not the wbs description, how to make it change to description ?
Please help.
Cheers,
Nies

Hi Nies,
In the configuration of the Investment program type you can define if you want to represent the positions and measures (e.g. projects) by ID or text.
Please follow the path in the customizing:
SPRO>Investment Management>Investment Programs>Master Data>Define Program types
There is a field called "Repr.form" (Represent. of cap. inv. prog. position in graphic hierarchy) that determines if the ID or text will be displayed.
For example, if you set the value for 3 the investment program position will be represented by the code and the measure (in your case the WBS element) by description.
Hope it helps,

Similar Messages

  • How i Rename Item Code and Description

    Dear All,
    Can you please tell me how i change Item code and item description in sap b1 8.8.

    This can be very annoying.  If there's a typo in the product code, we cannot update it anymore (since there are already transactions with this product) and the item is not displayed in the correct place when the item list is sorted on the item code.  We can start a new product with the correct code and transfer the items in stock to the new product code, but then all the current transactions are still linked with the old/deprecated product.  Very annoying.
    If someone could find a method to rename the item code without losing the linked transactions, this would really be helpful.  Thanks!
    Regards,
    Pieter Verhaeghe

  • How to change company code in cost center master

    Hi,
    Can anyone throw me the light about how to change company code in cost center master? User make some mistake. They maintained wrong company code in cost center master and there are some transactions already posted to this cost center. I would appreciate all attention and point will be reqard. Thanks much
    Best Regards,
    Bird

    Hi,
    The cost center master data fields have time dependancy.  Following are the details of time dependancy.
    You can maintain master data for cost centers, cost elements, activity types, and business processes as time-based. Changes to any other time interval are possible at any given time. Data storage is also time-based. In this way, you can store multiple database records for a master data record, each holding different information.
    The time-based dependencies are determined by SAP and cannot be changed. The following dependencies are possible:
    Not time-based
    Day-based
    Period-based
    Fiscal Year-based
    Cost Center's company code field's time based dependancy is Fisal Year Based and hence, the company code can be changed on cost center only on new fiscal year.  And hence, system will not allow changing company code on cost center master data until new fiscal year if transactions are posted to the cost center.
    You may have to think of work around :
    1) Create new cost center with correct co code
    2) Repost the cost posted to old cost center (with wrong co code) to the new cost center.
    Explore the possibility of this work around on your system with the key user and then see whether this option works out.
    Hope this helps.  Pls. assign points if this is helpful.
    Regards,
    Chirag

  • How to change security codes when you forget them

    How to change security codes when you forget them?

    You need to ask Apple to reset your security questions. To do this, click here and pick a method; if that page doesn't list one for your country or you're unable to call, fill out and submit this form.
    (115681)

  • Change WBS code to WBS description in CJ30

    Hi All,
    How can we change the layout from the WBS code to WBS description, because in CJ30 it shows that the WBS with no WBS description . It make the user confuse when put original budget.
    Cheers,
    Nies

    Appreciate ur advice.
    How about this report S_ALR_87013558 ...can we make the description longer.
    Sreenivas, could you advice me in my thread....which i am asking about WBS and WBS + network..please..
    cheers,
    Nies

  • How to change company code in Assignment tab (CJ20n-project builder)

    Dear All,
    Is there any config to maintain company code in assignment tab (project builder) ? We have a problem in our project. It shows that in basic data, user put company code A (in basic data) but in Assignment tab they put different company code let say B. When we do settlement , two accounting document created to company code A and B. By right it should be only company code A. In addition, we cannot change the company code, when the status is already Release (REL).
    Please help how to change the company code B to A and how to reverse the accounting document that has been created under these two accounting document.
    Thank you.
    Best Regards,
    nies

    Now I understand your scenario, you have the Requesting Company Code and the Company Code Different.
    You usually use this primarily with IM module if you want to manage the asset under construction (cross company) belonging to a different i.e., company code (Requesting ) than company code on main WBS.
    You can not change the company code (Assignment Tab) as you already have actual posted against it.
    You've also created an AUC (in wrong company code) and even if you reverse the settlement you would not be allowed to delete the AUC or the delete the settlement rule (its grey out as its already used)
    What I can suggest is to reverse the settlement, lock this WBS which was created wrongly, create a new WBS and then continue with you regular process.
    Above are my views but you can expect views from others.
    Regards
    Sreenivas
    Please close the post if satisfied.

  • How to change sold to party description

    Hi all,
    I want to change sold to party description to customer in VA11/ VA21/VA01 (sold to party).
    Is there any possibility to change it?
    Please give me solution if it is possible............
    Thanks in advance
    Babu

    Dear Babu,
    There are two ways to change the description of Sold to party:
    1. XD02 / VD02 - Change the Customer description, which would be Master Data change & would effect all Documents.
    2. At time of Sales Order processing (which is what you want): VA01 / VA02 - Double click on Sold-to-party code & you will go to Header - Partner Data - Here once again click on Customer Code of required partner (Sold-to-Party in your case) & make the necessary changes.
    There changes would be applicable only for the particular Sales Order & the Master Data would not be changed.
    Hope this helps...
    Thanks,
    Jignesh Mehta

  • How to change country code in phone numbers

    I am using iPhone ios4.1.I am living in India how I want to change my country code in phone numbers it is showing +1 infront of every phone number how to change it

    Settings>General>International>Region Format.

  • How can change my code without using if else in procedure

    Hai ,
    I have wrote code like this
    if RPTFORMNTH='M' then
    SELECT coalesce(SUM(IN_RWEEKS),0),
    INTO C2_COL1
    FROM HS_CASEDTA_DTLS_TB
    WHERE UPPER(VR_HAUNM) like NVL(case when HAUNM='0' then null else UPPER(HAUNM) END , UPPER(VR_HAUNM))||'%'
    AND IN_ULBOBJID=ULBOBJID AND CH_FLAG!='D'
    AND VR_RPTFORMNTH=VR_RPTFORMNTH
    AND IN_YEAR=IN_YEAR;
    ELSE
    SELECT
    coalesce(SUM(IN_RWEEKS),0),
    INTO C2_COL1
    FROM HS_CASEDTA_DTLS_TB
    WHERE UPPER(VR_HAUNM) like NVL(case when HAUNM='0' then null else UPPER(HAUNM) END , UPPER(VR_HAUNM))||'%'
    AND IN_ULBOBJID=ULBOBJID AND CH_FLAG!='D'
    AND
    TO_DATE(('01/'||VR_RPTFORMNTH||'/'||IN_YEAR),'DD/MM/YYYY')
    BETWEEN to_date('04/' || to_char(RPTYEAR-1),'MM/YY')
    AND add_months(to_date(RPTFORMNTH || to_char(RPTYEAR),'MonYYYY'),1)-1;
    END IF;
    My query is without using if else and replicate data in if and else how can i modify code.Observe that only where condition i want changes that's why i used if else without that how can i modify where clause with that two conditions.Please give me guidance.
    Regards ,
    rajendar.

    hi,
    I think you want your condition to change inside the where clause so you could have only one select statement. If that is so try this:
    SELECT coalesce(SUM(IN_RWEEKS),0),
    INTO   C2_COL1
    FROM   HS_CASEDTA_DTLS_TB
    WHERE  1 = CASE WHEN RPTFORMNTH='M' THEN
                    CASE WHEN UPPER(VR_HAUNM) like NVL(case when HAUNM='0' then null else UPPER(HAUNM) END , UPPER(VR_HAUNM))||'%'
                              AND IN_ULBOBJID=ULBOBJID AND CH_FLAG!='D'
                              AND VR_RPTFORMNTH=VR_RPTFORMNTH
                              AND IN_YEAR=IN_YEAR
                   THEN 1
                         ELSE 0
                    END
               ELSE --  RPTFORMNTH !='M'
                    CASE WHEN UPPER(VR_HAUNM) like NVL(case when HAUNM='0' then null else UPPER(HAUNM) END , UPPER(VR_HAUNM))||'%'
                              AND IN_ULBOBJID=ULBOBJID AND CH_FLAG!='D'
                              AND TO_DATE(('01/'||VR_RPTFORMNTH||'/'||IN_YEAR),'DD/MM/YYYY')
                              BETWEEN to_date('04/' || to_char(RPTYEAR-1),'MM/YY')
                              AND add_months(to_date(RPTFORMNTH || to_char(RPTYEAR),'MonYYYY'),1)-1
                         THEN 1
                         ELSE 0
                    END
               ENDMessage was edited by:
    Bobbydj
    hi Are, after belatedly reading Rob's post, I think his post is better. I was only looking at your highlighted code, but he took the most common conditions inside the where clause.

  • How to changes  standard sap label description

    Hi !
    I heard that there is a way ton change standard sap label description. 
    Please tell me how to do this ?
    Thanks
    moshe

    Hi Solman
       You can do that using the method i have mentioned in
    my earlier post to change the descrptions. Mostly these
    will be used for Product Attributes in Material Master
    to give meaningful names as per our business. You can
    find the same if you go through the documentation
    following the below path
    IMG -> Sales & Distribution -> System Modifications ->
       Create New Fields( without Condition Technique).
    Here check the documentation of "Reserve Fields in the
    Customer Master Record"
      Hope that can help you understand better.
    Kind Regards
    Eswar

  • How to change my podcast info, description etc..?

    hello,
    I was wondering how i change my description in my podcast once it has been submitted to apple? also It says Unknown on there under the title, how can i change that? what is supposed to be there?
    the podcast is located here:
    http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=266982101
    subscribe to my podcast
    just a collection of time-lapse movies that i have filmed.
    thanks
    thomas

    I think there's a bit of a delay. To get the best answers on this, however, you may wanna post here:
    http://discussions.apple.com/forum.jspa?forumID=1107

  • How to change commodity Code for material grp in certain plant

    Hi,
    I would like to change commodity code for some material group under certain plant
    May I know how to do this.
    I went to the following SPRO path, however, the table does not mention the plant and the material group for me to change.
    SD>Foreign Trade/Customs>Basic Data For Foreign Trade>Define Commodity Code/Import Code Numbres by Country.
    Please let me know.
    Thank.
    Tuff

    Hi,
    Commodity codes are define at country code level not on basis of plant or material group
    Weather it is one plant or many plants belongs from one company or different companies the commodity code is unique and it define by country legal authorities which are responsible for foreign trade.
    You can add commodity code for country and then you individually or by mass change you can change in material master.
    Kapil

  • How to change the code page on windows 2008 r2 ?

    How do I configure a specific code page on windows 2008 r2 ?
    I understand that I can go into control panel and change regional settings but if  want to change the code page from one codege to say CP850 how do i do that ?.
    There is no option in the control panel to select  code page ?
    Thanks

    Hi,
    I have followed the below steps which did not cause any issue to my server. Have a full latest backup and then follow the below steps.
    Create a start up batch file that includes all the commands you want.
    Then edit the registry to point to your start up file.
    http://technet.microsoft.com/en-us/library/cc779439%28WS.10%29.aspx
    c:\startup.cmd
    @echo off
    chcp 437
    HKLM\SOFTWARE\Microsoft\Command Processor
    AUTORUN="C:\startup.cmd"
    Thanks,
    Umesh.S.K

  • HOW DO CHANGE  COUNTRY CODE FOR ITUNBES I STILL HAVE CREDIT IN ANOTHER COUNTRY?

    how do i change country code for itunes if i still have credit in another country?

    Click here and request assistance.
    (63856)

  • How to change security code on asha

    Please tell how to change secrurity on asha 311

    Menu » Settings » Security » Access Code » Security Code. Did that help?

Maybe you are looking for

  • Apple TV2

    Hi to all when I stream my music from iTunes the album art is showed on my HDTV but only for a short period (2-3 songs) and then I get slow scrolling pictures of animals which certainly are not on my MacBook Pro. Th music continues normally. Has anyb

  • Can someone tell me why Safari windows follow from space to space?

    I open a new space via Mission Control.  I want to have only a couple terminal windows in there.  For some reason Safari windows follow me when I switch from one space to another.  Why is this?  It doesn't happen with email, Firefox, or any other app

  • Clear the  inspection

    Hi All, while do the GR for the material from the vendor , the stock posted to the quality . since we maintained the QM view in the material master with the quality control key 0007. Now we need to  transfer the stock from quality to unrestricted . h

  • Reduce the height of a rectangle in d2k forms

    Hi, i have one proble in d2k forms. how to reduce the height of a rectangle at runtime which is used in the d2k forms layout. give me answer immediatly because i need urgently.

  • Symbol to call back on the main timeline with Label?

    Hi, I have a symbol called Panel_1. When it slides out, I have a button inside to call out to Panel_2. I created Panel_2 on a main timeline (only 1 frame) using a Label called "Label_2". This code doesn't work with I click. sym.getComposition().getSt