How can I change Cost Code (WBS Code) separator?

Hi,
I was thinking that cost code separator is always dash "-".
But in our Demo database I saw that code separator is slash "/"
Where can I set the separator for cost codes?

There is a data definition called Cost Code Separator. You can change the default value to what you want the separator to be.

Similar Messages

  • How can i change the restrictions pass code

    How can i change the restrictions pass code

    Disable restrictions, then re-enable such. You'll be prompted for a new passcode.

  • How can I change back my security code to default

    I am user of N73(music edition).
    Someone had changed my security code. So I can't format my phone memory. What should I do to change back my security code to default.

    Hi zarni
    I would normally suggest re-installing current version of phone software with Nokia Software Updater which returns it to Nokia default 12345 lock code. However there have been unsubstantiated reports that very latest version of NSU will not give you option of re-installation any longer unfortunately.
    Happy to have helped forum in a small way with a Support Ratio = 37.0

  • How can we change Cost Center in Material document(MIGO).

    Dear Experts,
    Wrong cost center selected in Purchase order, the same copied into" MIGO" document,
    now i need to maintain right cost center .
    please guide me, to change cost center.

    Hi
    If the PO is completely delivered, simply go to KB11N and transfer the value from old cost center to new cost center
    If you are yet to receive the goods, reverse the MIGO, change the PO and do MIGO again
    Regards
    Ajay M

  • How can we restrict Cost Center Company Code wise in Equiment Master (IE01)

    Hello Experts,
    Here is one requirement is to restrict cost center in equiment master (IE01) However SAP System is behaving as per SAP Standard function.
    Please see screen shot to understnad better my requirement.
    I want to pass relevant cost center in equipment master which lies in relavant company code. Like if company code is 1000 in equipment master then only 1000 company code cost center should be enter and if user enterd any other company code cost center then SAP System should show error message.
    While in current in SAP Standard functionality is to show just warning message and allow entering cost center whether it is from different company code.
    Like in below screen it showing error only if Cost center is from different company code. It should be not allowed to enter other company code cost center.
    Please guide how to solve this issue.
    Message was edited by: Inderjeet Pal

    Try this code in the include ZXEQMU02 of Enhancement IEQM0003 to achieve the desired check.
    DATA:V_BUKRS TYPE ILOA-BUKRS.
    CLEAR V_BUKRS.
    SELECT SINGLE BUKRS FROM CSKS INTO V_BUKRS
       WHERE KOSTL = DATA_ILOA-KOSTL.
    IF V_BUKRS IS INITIAL.
       MESSAGE: 'Cost Center and Company code do not match' TYPE 'I'.
       RAISE POSTING_NOT_ALLOWED.
    ENDIF.
    Consult your ABAPer in case any finetuning of the code is required.
    Jogeswara Rao K

  • How can I change my verification code phone number

    I don't have the iphone with the keychain access enabled anymore. how can I change my verification code phone number? Thanks

    https://discussions.apple.com/message/25175756#25175756

  • How can i change the phonenumber for my security code in keychain on ios 7.03

    how can i change the phonenumber for my security code in keychain on ios 7.03?

    i have changed the phonenumber under icloud preferences keychain. after the update on ios 7.03 there is no sms arriving for the security code because there is a double international code in the telephone number like +49 +49. How can i fix this?

  • When i open open illustrator he asks for a serial code, while i have the creative cloud package. How can i change this?

    when i open open illustrator he asks for a serial code, while i have the creative cloud package. How can i change this?

    marijvelt,
    Please contact your IT admin to get the product licensed.
    If you still face the issue. Please drop me a mail @[email protected]
    -Pragya

  • HT4865 How can I change the incorrectly listed cellular number for SMS code

    I listed my iPad cellular number incorrectly to receive an SMS code which musted be listed to progress further. So I cannot retreive the four digit number
    which was sent to the incorrect number. How can I change it to the correct cellular number?

    From http://support.apple.com/kb/TS4644:
    Devices using iOS 7.0.3 or later: Tap Settings > iCloud > Account, then tap Keychain. Check that the phone number listed under Verification Number is correct. If not, enter another phone number.
    Macs using OS X Mavericks v10.9 or later: Choose Apple () menu > System Preferences. Click iCloud, then click Account Details. Check that the phone number listed under Verification number is correct. If not, enter another phone number.

  • HT4623 forget my iphone in friends house and she know how to unlock it how can i change my pass code without my iphone

    forget my i phone in my friends house and she knows how to unlock it how can i change my passcode without my iphone.

    If the "Find My iPhone" feature was already setup on the device, log in via iCloud.com and remotely lock the device.  Otherwise nothing can be done.

  • How can i change the source code of current date in oracle reports

    Hi All,
    How can i change the source of the current date to the sysdate of the database in oracle reports. I have more than 300 reports. is there any way to change quickly with opening each reports. I am working on reports11g on windows enviornment.
    Thanks in advance.

    benz wrote:
    Hi All,
    How can i change the source of the current date to the sysdate of the database in oracle reports. I have more than 300 reports. is there any way to change quickly with opening each reports. I am working on reports11g on windows enviornment.
    Thanks in advance.You have to use Reports Trigger named BEFORE PARAMETER FORM and write the following sql
    select sysdate into :Parameter_name from dual;
    give your format mask at Parameter_name.
    Hope this will help you
    If someone's response is helpful or correct, please mark it accordingly.

  • How can I change the country after a massage saying that check the security code

    How can I change the country after a massage saying that check the security code

    Massage?
    Why not ask the masseuse who gave you the massage?

  • I have a Canadian iTunes account how can I redeem an iTunes HD code

    I have a Canadian iTunes account how can I redeem an iTunes HD code that I received from an Amazon purchase. I tried to redeem it and it says that it is a US code only. I have heard you can create a new account with an American billing address and redeem it that way. But could I also change my current account to an American address (I have a US shipping address) redeem the code and switch back to the Canadian address or would I lose the digital copy. Does anyone have any experience with this? I have an Apple TV and would rather not have to log in and out just to watch movies.

    You can't redeem it except in a US iTunes account. Since you got it from Amazon I would return it and ask them to replace it with one from the CAD store.
    If you have a US iTunes account then you can switch to the US Store and redeem it there.

  • I want to receive and send data in ASCII how can I do? (Have the code)

    I use my program connect to server (the server is .exe file) after I connect in ms-dos mode I want to send the command from client to server but nothing is happen such as I want to send MOVE 50 it means move 50cm nothing is back(may be because I haven't convert it to ASCII first) How can I change mycode to read and wrtie ASCII code?
    public class proxy_server {
        /** Creates a new instance of proxy_server */
        public static void main(String args[]) throws IOException {
                Socket sock=null;
                PrintWriter out=null;
                BufferedReader in=null;
                sock = new Socket("localhost", 3000);
                out=new PrintWriter(sock.getOutputStream(),true);
                in=new BufferedReader(new InputStreamReader(sock.getInputStream()));
                BufferedReader stdIn = new BufferedReader(new InputStreamReader(System.in));
                String userInput;
                while(( stdIn.readLine()!=null)){
                    userInput=stdIn.readLine();
                    out.println(userInput);
                    System.out.println("echo"+in.readLine());
                out.close();
                in.close();
                stdIn.close();
                sock.close();
    }

    we usually should use a blank-line-check as an exit condition.Certainy not 'usually'. See below.
    I was just talking about a primitive stdin input on
    console.But nobody else was, especially the OP.
    Simple null check on readLine while loop often causes
    confusion among Java newbies becuase they can't exit
    the program.
    If and only if you define your operating instructions so that pressing ENTER is the way to exit the program, you would include the blank line check. Not otherwise, and certainly not 'usually'.
    Otherwise they can always type Ctrl/Z or Ctrl/D to exit the program. And that's the correct way to clear up the confusion. Terminating the loop on a blank line just adds to the confusion

  • How can i get a power bar code i only have a ee mobile wifi

    How can i get a power bar code i only have a ee mobile wifi which doesnt allow me to sent texts .. ive tried the sim card in a unlocked phone but it wont send texts

    You could try putting your SIM into an EE phone. It's only a SIM, it should be be able to send an SMS.

Maybe you are looking for

  • Fields recorded at formscentral does not match the field order in form

    Is it possible to change this? I know I can re-order them from within formscentral but is it possible to adjust form to send them in the right order in the first place? Thanks, D

  • Error while deployment BAT file

    When deployment BAT file i have an error with description "1" and Message ID "10006". Therefore bat file has been successfully executed on client computer. The customer asks reports of deployment so i can't show report with errors only)) Can anybody

  • Apple tv bought in Switzerland, moved to Brazil

    Hi everyone, I just wonder if my Apple TV, last gen., bought in Switzerland, will work in Brazil, cuz I am moving. Many thx, Franz

  • Help With Creating HR Schema on Oracle 10g

    Hi; I am new to oracle and need help to setup HR schema to practice tutorial for Oracle SQL Developer 1.2. Any help and guidence will be highly appreciated. Found this script "hr_code"in C:\oracle\product\10.1.0\Db_1\demo\schema\human_resources but d

  • Mozy online backup and Airport Extreme

    I am using a service called Mozy, that allows me to do unlimited backup to there servers. It was working beautifully everything would back up. Then about a month ago, it stopped. Everything I back up is on a external drive and that drive is connected