Special characters for projects

Hi experts,
          Kindly explain to me how to define multiple Special characters in project system.
Regards,
Shynu John

Hi,
Do you mean Special characters for the Project coding mask?
If that is the case, you can define the special characters in OPSK. A maximum of 8 special characters can be defined in it.
And then create the project coding mask in OPSJ using those special characters as per your requirement. Alpha-numeric and numeric characters combination can be used along with the special characters while creation of coding mask.
Regards,
Kabir

Similar Messages

  • How do you turn off the special characters for letters?

    How do you turn off the special characters for letters? Where you hold down the key and it comes up with variations of the letter. For example ï í î ò œ å ß ł û
    It is very annoying when I try to play any online games. Thanks for the help

    Thank you so much It worked Thank you

  • How to restrict special characters for a specific column

    Dear gurus,
    i have a table emp with a field field_1
    in this particular field_1 is an address column where data can be like '12 st first floor' but suppose mistakenly user has entered the data as '12 st first floor & ' it should be restricted (not using trigger but can this be possible by using constraints )so for this how can we restrict the special characters not to get entered into the column.
    regards,
    friend

    Another way of doing it.
    drop table test_table;
    create table test_table (col varchar2(50));
    alter table test_table add constraint chk_address check (NOT regexp_like(col, '[[:punct:]]+'));
    insert into test_table
    (select  'some text' col from dual);
    1 rows inserted.
    insert into test_table
    (select  'some text!' col from dual);
    Error starting at line 20 in command:
    insert into test_table
    (select  'some text!' col from dual)
    Error report:
    SQL Error: ORA-02290: check constraint (FDL_DEV.CHK_ADDRESS) violated
    02290. 00000 -  "check constraint (%s.%s) violated"
    *Cause:    The values being inserted do not satisfy the named check
    *Action:   do not insert values that violate the constraint.
    insert into test_table
    (select  'some text House#32' col from dual);
    Error starting at line 23 in command:
    insert into test_table
    (select  'some text House#32' col from dual)
    Error report:
    SQL Error: ORA-02290: check constraint (FDL_DEV.CHK_ADDRESS) violated
    02290. 00000 -  "check constraint (%s.%s) violated"
    *Cause:    The values being inserted do not satisfy the named check
    *Action:   do not insert values that violate the constraint.
    insert into test_table
    (select  'some text
    (with new line)' col from dual);
    Error starting at line 26 in command:
    insert into test_table
    (select  'some text
    (with new line)' col from dual)
    Error report:
    SQL Error: ORA-02290: check constraint (FDL_DEV.CHK_ADDRESS) violated
    02290. 00000 -  "check constraint (%s.%s) violated"
    *Cause:    The values being inserted do not satisfy the named check

  • Escape special characters for OData response

    Hi all,
    I'm facing a problem on HTTP response when some special characters are in my entity fields.
    For example I've got a Edm.String field which has characters like ###, ", < (two number signs ## are ok, but three invoke an error)
    When I set output format to xml via URI parameter $format=xml, I get following error:
    <message xml:lang="en">In the context of Data Services an unknown internal server error occured</message>
    Exception /IWCOR/CX_DS_INTERNAL_ERROR in class /IWCOR/CL_DS_EP_WRITER_OUTPUT method /IWCOR/IF_DS_EP_WRITER_OUTPUT~WRITE and Line 39
    If I use JSON as output format, HTTP response code is 200!!, but payload just ends on the character which cannot be interpreted:
    (ABAP)-JSON generator can handle double quotes much better than XML format:
    How can I escape these output strings, without adding chars which will appear in response payload?
    Thanks,
    Steffen

    Hi Uwe & Ron,
    thanks for your ideas, but maybe we're not talking about binary data?! This field is an example from TADIR table.
    OData entity definition for this field:
    Versid
    Edm.String
    0
    0
    20
    ABAP field definition:
    Data Type        CHAR  -  Character String
    No. Characters       20
    Decimal Places        0
    Output Length        20
    Convers. Routine    <empty>
    Uwe did you mean another debugger view?
    SE16 output for this line:
    What if I want to store and receive data with these special chars like ####, ", <, >,... in a ABAP char field (respective OData Edm.String)?
    Thanks,
    Steffen

  • Entering special characters for Social Beat on G'Zone Ravine?

    I've figured out how to enter special characters in a text, or in mobile IM. But I am unable to find a method for doing so in Social Beat. My username and password both use special characters, but I cannot find the option to enter these.

    Thank you for your inquiry and I apologize for any confusion. I am providing you steps for how to change your symbols to special characters when your at the long in screen when using the Social Beat application. I was able to locate this information from the online user manuel and here is a link for further reference. I hope these steps as listed below helps.
    To using Symbol Text Input to insert symbols or punctuation, follow these steps from the text entry screen:
    1. Press the Left Soft Key, select Symbols, then press the Center Select Key [OK].
    2. Press the Right Soft Key [Next] to view the next 12 symbols or Left Soft Key [Prev] to view the previous 12 symbols.
    3. Select the symbol you want to insert using the Directional Key, then press the Center Select Key [OK] to select it.

  • Special Characters for Receiver JDBC Adapter

    Hi,
    Our Scenario is Proxy -PI-JDBC (SQLServer ). We have special characters in the payload and we are abel to see the special characters in PI.According to JDBC Faq we used haquot attribute and concatenated with Prefix N'<Value>'. But still when the data is posted in the database we cannot see the special characters.
    Please let me know your inputs.
    Thanks,
    Sainath

    Reference following thread, add a attribute of "hasQuot", map constant "No" to it, to see solve your problem or not:
    Re: how to use todate function in JDBC adapter
    Regards.
    Liang

  • How can we handle for german special characters for EXCEL -----URGENT

    HI All,
    I have report like to display data in more than one operating unit like german,us,spain.... etc
    I used the xml version like
    <?xml version="1.0" encoding="ISO-8859-1"?>
    and
    <?xml version="1.0" encoding="ISO-8859-2"?>
    In the above versions I am able to view the output well,but problem with the german/Spain letters.
    in place of germna letters .. it is displaying somethign others
    eg: 1.NYMPHENBURGER STR. 14 MÜNCHEN BAYERN 80335 Germany
    in excel report it is showing as
    NYMPHENBURGER STR. 14; MÃ?NCHEN;BAYERN;80335;GERMANY
    I registred the template with English Language and terrritory as United States..
    Result: I am able to view the ouput without any issues
    Issue: displaying other characters in place of German/Spain letters
    The report has the Customer Ship To address and Short descriptions ..
    please how can we fix this isssue.. it is very urgent for me
    Thanks,
    HTH
    Edited by: user9135824 on Nov 29, 2010 5:07 AM

    Hi All,
    Any body can provide the solution for this.
    Thanks in Advance

  • Special characters for iweb

    Anyone know where the umlaut is?

    Tom, Maybe it was the font....what do you think?
    Yes, at least some versions of Bitsumishi seem to be "challenged" in terms of character repertoire:
    http://www.dafont.com/bitsumishi.font
    No way to use that one for anything beyond ascii. Perhaps you can find a more complete version somewhere.

  • Special characters for 0BATCH

    Dear Gurus,
          For our 0BATCH characteristic there is a loading problem with value "#". We need to restrict the users for not to input value "#". For BATCH as I know "#" is not acceptible. Here my question , is it acceptable if we have "#" along with characteristics as below ?
    Eg: 1) test#   2) #test  3) te#st
        Can please anyone tell me which one is acceptable by BW.
    Rgds,
    Ram

    Hi,
    For some Materials Batch is not there in ECC, the nit will display "#" inreports, so if you restrict it in reports, you may get wrong information, because eventhogh the Materail Transaction data is therte in system, but you are not displaying, so first correct the Material bathes which are not created Batches in ECC.
    In report you can Exclude it, for users also in Authorizations, find the role where the Batch is loacetd and don't give "#", so at the time of user input it will tell you don't have authorization.
    Thanks
    Reddy

  • REPORT S_ALR_87013558 - NOT ABLE TO USE SPECIAL CHAR(*,+) IN PROJECT DEF

    Hi to all,
    when using standard report S_ALR_87013558 , i don't manage to use special characters such as * or + . Do i need to apply a note or set something in customizing?
    Thanks for your help.
    Ciao, Carlo

    Hi Carlo,
    The customizing for using special characters is found in OPSK tcode. It is called "Define Special Characters for Project".
    Ciao,
    Dave

  • Sending special characters to non-unicode non-sap system: user exit

    Hello All,
    We are sending data from a SAP unicode system to a non-sap non-unicode system via IDOC. The idoc is standard idoc GLMAST which contains gl account information.
    Some text fields contained in this idoc can contain special Polish characters. If they are sent unchanged to the non-unicode system, they give problems in the destination system.
    What we would like to do is to build a user exit to convert these special characters, for example : 'é' becomes 'e', ....
    We used enhancement object ALE00001, function EXIT_SAPLBD11_001 and implemented it, but it seems this exit is not called. Can this user exit be used for this functionality?
    We also tried to change in SM59 the type of system of the destination to non-unicode, so that SAP replaces those special characters by #. But, than the error 02. Codepage not found is given in the idoc. Note: the link to the external system is not set up yet, so no actual connection is possible. Is this why we receive this error, and will this functionality work in the end with a non-sap system?
    Thanks for helping.
    Kind Regards,
    Bart Pelsmaekers

    I faced this problem in many project i implement below logic.
      DATA: c_splchar(2) VALUE '90',
            c_defaultchar(1) type c VALUE '#'.
    You have to move one by one character to this function module
              CALL FUNCTION 'URL_ASCII_CODE_GET'
                   EXPORTING
                        trans_char = spl_char
                   IMPORTING
                        char_code  = spl_code.
    All non unicode(Better you check) are always greater than 90.
             if spl_code is gt c_splchar.
                move c_defaultchar to c_splchar.
             endif.       
    "Reward points if usefull"
    Thanks,
    Narayan

  • German Special Characters not displayed correctly in RTF  using code

    Hi ,
    In my code we are using webdynpro method
    WDResourceFactory.createResource(
    byte[] data, String resourceName,WDWebResourceType
    Type)
    Here in our code we are implementing this as
    ITemplateElement templateEl = wdContext.currentTemplateElement();
    WDResourceFactory.createResource(
    templateEl.getReportData(),
    reportName.substring(0, reportName.lastIndexOf('.')),
    WDWebResourceType.RTF); reportName.lastIndexOf('.')),
    Here templateEl.getReportData() returns a set of bytes which has some
    german special characters.
    We are generating the Bytes using String.getByes(),Just before
    String text = new String(in);
    collector.putBusinessObject(boName, bo);
    reportDocTemplateParser(collector, text);
    collector.removeBusinessObject(boName);
    String generatedText = collector.generateRTF();
    out = (null != generatedText) ? generatedText.getBytes() : null;
    The out put is the if i am giving a word with german special characters for eg:
    Betriebsübersichten it first gets converted to bytes and then passes through method WDResouseFactory.createResourse(.....) which creates an RTF file and finally in the RTF file it appears as Betriebsbbersichten the special character is not displayed correctly.
    i came to knw that while converting into bytes we have to make it RTF supported encoding.ie for eg generatedText.getBytes('cp1252').i even tried with other charactersets like ISO-8859,cp1253 and so on but none of them worked.
    It would be really great if you could suggest the needful.
    Thanks and Regards
    Neeta

    I soved this by using get_data function of response object. Then converting this into ISO-8859-1 charset.
    See code below.
    DATA :  lv_encoding   TYPE abap_encoding,
              lv_conv       TYPE REF TO cl_abap_conv_in_ce,
              lv_x_string   type xstring.
      lv_x_string = pv_http_client->response->get_data( ).
        lv_encoding = '1100'.
        lv_conv = cl_abap_conv_in_ce=>create(
                              encoding = lv_encoding
                                 input = lv_x_string ).
        lv_conv->read( IMPORTING data = pv_result ).

  • Finding special characters in a columns using SQL

    Hi,
    I have a column (Object_Name) which accepts character values. I want to find out such kind of records which has special charaters in my columns Object_Name. Please let me know, how do I write SQL statement for the same.
    Thanks for your time in advance.

    To find, for example, a comma in the OBJECT_NAME column try:
    SELECT OBJECT_NAME
      FROM MYTABLE
    WHERE INSTR(OBJECT_NAME,',')>0;To find multiple special characters, for example @ # + - _ , . : ; at same time try:
    SELECT OBJECT_NAME
      FROM MYTABLE
    WHERE INSTR(TRANSLATE(OBJECT_NAME,'@#+-_,.:;','@@@@@@@@@'),'@')>0;add a @ to the string '@@@@@@@@@' each time you add a character to the string '@#+-_,.:;'
    max

  • Special characters issue in output XML - file adapter  - SOA 10.1.3.4

    Hi,
    I use a DB adapter and File adapter to retreive data from database and create output XML file.
    For the database record which have special characters (for example ' , <, >), it will just output the same character in XML file, which cause other system to reject this XML file because of those characters.
    Anyone have this issue ? How can i resolve that ?
    Thanks

    Try converting the characters to &lt; and &gt;. This should work. Make sure the stand-alone & character is converted to & amp; (written with space as HTML will convert it back to &).
    -AR

  • Special Characters in phone numbers - 6085

    I have looked through the entire User's Guide for my 6085 and cannot find how to store special characters, such as pause, in the telephone number. Lots of info about special characters for texting but not phone number. Is this feature not available?

    Pressing the '*' key 3 times gets you a 'p' (2 second pause), and pressing it 4 times gets you a 'w' (wait).
    NB: I've not tried this on a S40 phone like the 6085 so test it before taking my word for it!
    Was this post helpful? If so, please click on the white "Kudos!" star below. Thank you!

Maybe you are looking for

  • Problem in GUI_DOWNLOAD Function.

    Hello Friends. I am trying to do is to download data in a file from a  BAPI structure and make a flat file with this format and then try to upload the same data in different client via LSMW. What happens is that I get the download of the file content

  • How can I use flash builder for php?

    Hello! I saw a flash banner maker website http://ideal-banners.com/. My question that how can I use a flash builder for php?

  • Need input: do process chain/InfoPackages changeable on PROD in your compa?

    We have to make our big process chains/InfoPackages changeable on our production system.  But you know whenever we modify a process chain and activate it or save a changed InfoPackage, the annoying Change Request window pops up to force you to create

  • Different Sender ID

    Hi All, In our host trading partner i configured "Sender ID" as "XXX" In our host B2B, can we have a different sender ID's... if Yes , Please tell how to configure this? While creating a Operational capabilities we have a tab called Dcoument Exchange

  • Continuation in Smartforms

    Hi all, Im facing a problem in smartforms. firstly i have a page1 defined. it contains "include texts" that run into some 4 pages. and then i have a page 2 defined in which i have a table which also has the potential to run into 3 or 4 pages. but thi