Wildcard character in Org value

I have a requirement wherein ,I have to provide access to all cost centers with pattern 200ABUS,200CDUS,200XYUS,etc.
I want to use 4th and 5th character as wildcard,but neither + nor ? works.I have tried 200++US and 200??US,but system didn't recognize these as wildcard character.
System is currently on SAPKB70106 support pack for SAP Basis Component.
Is it possible to use single wildcard character in org value?

Hi,
I recommend you use the search function.  There is the same topic on the 1st page of the forum. 
In R3 role design , "filling character" for org level required
The quick answer is that you cannot achieve what you want.

Similar Messages

  • Saprouter:wildcard character error

    Hi people,
    I stopped the saprouter and when I try to start other time I have the next error message:
    WARNING: Wildcard character used in route target
    What can i do?

    I push a # in the two lines for the documented them and try to execute saprouter.exe -r and the next message are:
    command line arg 0:     saprouter.exe
    command line arg 1:     -r
    main(): pid = 6084, ppid = 0, port = 3299, parent port = 0 (0 = parent is not a SAProuter)
    reading routtab: ./saprouttab
    ERROR => SNC field without SNC active, skip line 2 [nirout.cpp   7806]
    ERROR => SNC field without SNC active, skip line 5 [nirout.cpp   7806]
    ERROR => SNC field without SNC active, skip line 9 [nirout.cpp   7806]
    ERROR => SNC field without SNC active, skip line 13 [nirout.cpp   7806]
    Now I have configured the OSS1 with the note 96655, and when I try to logon on the system I have the error message:
    Unable to connect to message server.
    Edited by: David Esquivel on Sep 19, 2008 3:11 PM

  • Can't open my IBA project: error parasing document index: invalid character in attribute value

    Hi guys,
    I am new of iBooks Author and I am not HTML code savvy (expect the very basics). I have to send an iBooks for an University exam and I can't open my file anymore.
    I was working on it since Saturday, I saved many times and I have quit the iBooks Author and rebooted my iMac few moments ago. There were no crashes.
    The project is a iBook with pictures, videos and some Tumult Hype animations. It is 248Mb.
    Now I can't open the file (but I can see it in quick view). The error message is in the subject, but here it is again:
    "Progetto iBooks" couldn't be opened. Error parsing document index: invalid character in attribute value.
    Now, I have to send the project today (here in Italy it is now 7:10 am) and so I am kind of desperate.
    Any suggestion?
    I am already working on making a new ibook, but if someone could give me a workaround to fix it and open it on iBooks I would be extremely grateful.
    Best regards,
    Sebastiano

    Hi Sebastiano,
    Did you ever get any answer? I have the same problem and now have to work from an old version again (good thing I had backup one manually!)
    Thx
    JP.

  • How to recover file with this error?: Errore durante l'analisi dell'indice del documento: invalid character in attribute value

    Hello, I have a big problem with my ibooks Author file,
    after saved and close file, don't re-open!!
    we receive this message: Errore durante l'analisi dell'indice del documento: invalid character in attribute value
    please help me!
    I redid the file three times

    I have solved!!! the problem was on the .mp3 files included on file, after I have converted all the mp3 on mp4 (5 files corrupted was not converted), reload new files on mp4 and all it's ok (saved and closed saved and closed)

  • Role Expert: Org values Missing

    Hi,
    I ran the 3 Backgrnd jobs in sequential way: Org Value/Transaction/Activity Sync jobs and jobs were completed with no errors. I checked the log files and i see no major errors as well.
    But after completing the jobs, i tried creating a role and assign the org values to the role. But i dont see the org values under each org levels such as Company Code, Sales org etc..
    Did I miss any config steps here?
    Thanks
    Sundaram

    Hello All,
    Even we faced this issue and was resolved by running the three BG jobs again but in a sequence as follows:
    1. Transaction Sync.
    2. Object Sync.
    3. Activity Sync.
    Please try this and lemme know if you still face an issue with the same.
    Regards,
    Hersh.

  • ORG values for parameters not set in configuration

    Hi All,
    We are creating parent / child roles for FICO & MM for a project. The business requirement / configuration is such that the org values are available only for Company code and Purchasing organization. What is the appropriate way to set this up in the child roles? For e.g. should we put in * for plant , purchasing group etc or leave it BLANK
    Please provide your comments
    Thanks in advance
    Vijaya

    Hi
    FI relies on company codes (mainly) and MM relies on plant, Porg etc (again - mainly) but, without all the other objects being filled in your roles won't work.
    It depends on your client's needs I suppose but it does sound a little open to me but each set up has their own design requirements, you'll have to put * in the rest of the very many org levels (and cost centres, release strategies, etc - too many to mention at org/object) if you aren't given the information either due to lack of knowledge by the functional guys (not likely, hopefully) or a top down 'do what I say approach'.
    I'd get the spec in an email from somebody responsible for the implementation from the business and save it for the auditors...
    Cheers
    David

  • Reading files using wildcard character

    Hi Everyone,
    I currently implemented a servlet that reads contents of a specific directory using File class:
    File contens = new File(directory_path);
    After this I would simply call contents.list(), which would list all of the files in that particular directory. And this works fine but I need to filter some of the files out so I came up with a solution of using a wildcard character:
    File contents = new File(directory_path + "SomeString" + "*");
    I would assume that this should give me all of the file names that begin with "SomeString" but it does not work that well. Instead I get null trying to instantiate a new instance of a File object and NullPointerException when I try to call list() method on it.
    How can I read directory contents if I want only certain file names that begin with "SomeString" for example.
    Any help will be greatly appreciated!
    Thanks in advance,
    Y.M.

    You can create a FilenameFilter and use it like this:
                myFilenameFilter filter=new myFilenameFilter();
                String[] dirArray=new File(myPath).list(filter);
       class myFilenameFilter implements FilenameFilter {
          public boolean accept(File dir, String name) {
             if (name.startsWith(SomeString)) return true; else return false;
    }where SomeString is a globally accessible String.
    V.V.

  • Error parsing document index: invalid character in attribute value

    Hi,
    I am working on an eBook with iBook Author. Once in a while, after I finish working, and want to reopen my eBook a few hours or days after I get the error:
    'title' could not be opened
    Error parsing document index: invalid character in attribute value
    I have to go back to an old backup I always do before quitting.
    What is the reason of this error message and anyw ay to fix/repair it on a version I just saved?
    Thanks,
    JP.

    Hello,
    I have the same error, but for me the above solution did not work.
    Did I understand correctly? This is what I did:
    1. I changed the extension of the IBA file in ZIP
    2. I unzipped the file
    3. in the folder with the unzipped book I have changed the file index.xml in index.html
    4. I zipped it all back (in a ZIP file)
    5. I renamed the extension ZIP archive in IBA
    6. I tried to open the book and I got  the error that there was no index.xml file
    7. I changed the extension of the IBA and in ZIP
    8. I unzipped the file again
    9. I changed back index.xml to index.html and I zipped it back (compressed it)
    10. I renamed the extension ZIP archive in IBA
    11. I opened the book
    Is this correct?
    The problem is that I am still receiving the same error message: Error parsing document index: invalid character in attribute value
    Did I do something wrong?
    If you can help I would be very greatfull, I worked hard on this book and it is the only backup that I have saved.
    Thank you!

  • Wildcard Character

    Hi, I use this piece of code to scan through an entire HTML file:
    while (!scanner.nextLine().matches( "TEXT HERE" )) {
    // do stuff
    // do other stuffIs there some kind of wildcard character that I can in the .matches() method use so that the following line in the HTML file would return true to the above statement:
    <b>TEXT HERE</b>Or perhaps there is something in the API that I haven't seen which could do the searching for me in an easier way? Thanks.

    ".*?TEXT HERE.*"

  • Wildcard character selection

    Hi all,
    What is the wildcard character to find words....i.e;any word with any number of alphabets, starting with any alphabet between A to Z and ending with any alphabet between A to Z...i.e.,apple,zebra,america..etc...
    Actually I need this to distinguish between words and numbers.
    Do please help me...
    Thanking in advance
    Aswathy

    I wrote an Introduction to regular expressions ... recently, so if you're using 10g ...
    C.

  • The wildcard % character is not working

    It's been about 4 or 5 years since I have used Oracle so please be patient with my questions (out of the field but now I'm back). For instance, when I select emp% using the % character it Oracle is treating it as a regular character and returning no rows. Do I have to update a table to identify the wildcard character? I seem to have forgotten how to do this

    Do you use LIKE operator or just simply equivalence (=)?
    E.g. should be something like
    SELECT *
    FROM blahh
    WHERE blahhhh LIKE 'emp%'Also remember that Oracle data are CASE SENSITIVE i.e. 'EMP' is not the same as 'emp'.
    Gints Plivna
    http://www.gplivna.eu

  • Promoting org values in development system

    Hello,
    I have to promote org value called LEC in the development system. Can anyone suggest me how to do this.
    Thanks

    Authorization field can be changed to Organization field using PFCG_ORGFIELD_CREATE by using SE38 or SA38 transaction.   Please use TEST MODE before executing into real mode.
    u2022     Organizational level fields should only be created before you start setting up your system. If you create organizational level fields later, you might have to do an impact analysis. The authentication data may have to be post processed in roles.
    u2022     The fields "Activity", "ACTVT" and "Transaction code", "TCD" cannot be converted into an organizational level field.
    In addition, all affected roles are analyzed and the authorization data is adjusted. The values of the authorization field which is now to become the organizational level field are removed and entered into the organizational level data of the role.
    Note: Table for Org Element- USORG
    Refer to Note 323817 for more detail.

  • Org. value sync job in ERM

    Hello experts,
    Scenario: Our backend system consist HR component, but we do not use it and therefore do not want to implement the HR RTA
    So my question is, Is it possible to skip the HR contents for the org. value sync job in ERM? As we encounter error when running the report, and if possible, we would like to skip the HR contents which is not neccessary for our environment.
    Appreciate any feedback for this, thank you in advance.
    regards,
    weihow

    Hello Wei,
    If your system has SAP_HR component installed then you must install the VIRSAHR component for GRC as well. Reason being that there are some function modules which are there specifically for system with SAP HR component installed. If SAP HR is there then GRC applications will use the functions available in VIRSAHR component for activities. If you do not install them then this can lead to problems. You can refer to SAP Note 1086823 which confirms this.
    Regarding the ORG value sync job, you can customize it to not to pick any specific type of data. It will pick all the ORG value related data in your system.
    Regards,
    Varun

  • CRM security - is look up table possible for Sales org value

    I have a requirement in CRM role where the sales organization value has to taken from a table. Since this value is different between development, Quality and production.
    Please advice if I can set the field to all the three values or is there way make the field value in role point to a table where the sales organization value will be maintained.

    Hi ,
    Did you mean to say you will have one sales org value in DEV?
    another in Quality? third variation in Production?
    If this is the case , its not a good practice
    Answer:
    If you have tried all standard options and still insist that table is the method you want to follow:
    creating a custom authority object, custom field name  with the option to have one of the three values from the table under the field name is possible (ABAP DEVELOPER should work with you on this ).
    Regards

  • Pruchase org value based on purchase group?

    Hi,
    I need to find out  Immidiate next level of Purchase ORG value based on
    Purchase group.
    Is there any tables? or function module?
    Please let me know .
    Thanks in advance.

    Hi,
        Please explain what do you want to do exactly..you are saying "I need to find Purchase ORG value based on Purhcase org, does any one can help.".!!!
       The FM "BBP_OM_DETERMINE_RESP_PGRP" gives you all the details for a Purchasing group i.e.the Purchasing Org to which it belongs to...You just need to pass the Purchasing Group details in IS_OBJECT..eg. O 50000077,then in ES_PURCH_DATA,You get the Pur ORG details.
    BR,
    Disha.
    Pls reward points for useful answers

Maybe you are looking for

  • Excise invoice number range - for selling to SEZ

    Dear All, While creating excise invoice for selling in SEZ unit, Excise invoice type is taking Deemed instead of LOU.  Because of this system is asking to allocate number range using J_1IEXLOC number object. Series group is 12 for EXPORT. As selling

  • Error importing objects into a client

    Hi All I have a scenario where i am getting the following error. Import failed because of business system transfer of object Communication Channel | XXX_123 | RFC_ABC_Receiver_XX: Obligatory transport target for business system XXX_123 not found in S

  • Umlaut characters getting distorted while displaying in Web dynpro java

    Hi All, I have a scenario where I am reading some string values from  a properties file placed in java DC. The values read from properties file are to be displayed in  Web Dynpro application. The string values contain some umlaut characters eg (ü,ä).

  • ADRL assembler command causes fatal error

    Hi, I'm trying to use the following assembler instruction: adrl r12, 5f but I get: /Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/../libexec/gcc/arm-appl e-darwin9/4.0.1/as: fatal error in /Developer/Platforms/iPhoneOS.platform/Developer/us

  • Web API 2 $expand

    Hi, Does web API 2 $expand supports only with EF or does it supports another data storages as well? Thank You, Sammani