Error in query " Value '' of characteristic  is not a number with  spaces "

Hi Gurus,
I am facing an error in a query with the description:
Error
Value '' of characteristic  is not a number with  spaces
System error in program SAPLRRK0 and form RSRDR;SRRK0F30-01-
Description
This error is occuring in Production system only, the report is running fine in Development environment.
The error is also visible when I execute it in RSRT, I am not able to find the cause of error through RSRT.
Can anyone please help me with the possible solutions.
Thanks & Regards,
Shreyas

Hi Juergen,
thanks for the input, I tried to run the report after loading the master data but still there was no improvement.
I am not sure why this kind of problem is rising, some of the similar reports on same infoprovider are running fine.
Please let me know if you know anything about the cause of error.
Thanks & Regards,
Shreyas

Similar Messages

  • Error while deleting values of characteristic /1FB/COMPANY/Company (RFC des

    Dear all,
    I am trying to synchronize Company master data between local BCS system and SAP BW with UGMD_BATCH_SYNC program. In the synchronization mode, Full Synschronization (Write and Delete) was selected.
    However, I receive the following error message when executing the program:
    Error while deleting values of characteristic /1FB/COMPANY/Company (RFC destination )
    Message no. UGMD077
    Diagnosis
    When writing or deleting values of characteristic /1FB/COMPANY/Company errors occurred in the system with RFC destination . As the changes have already been defined in the local storage location this results in the master data being asynchronous between the local and remote storage location.
    System Response
    Processing is continued.
    Procedure
    Carry out a manual synchronization of the master data later using report UGMD_BATCH_SYNC. You can find additional information there under Application Help.
    FYI, RFC Destination for my data basis is left blank.
    What may causes this error and how to resolve it?
    Thank you.

    Hi MontyBurns,
    May I know what settings that I need to check in UGMDSYNC program? As far as I can tell, there is only one parameter that we need to specify in the program i.e. Field Name. As I am trying to synchronize from BCS to BW, I have chosen the followings settings:
    Source = LOCAL
    Target = ALLBW
    All,
    Interesting thing that I notice after executing the UGMDSYNC program is the following message:
    Synchronize/Display Variances Between Systems
         The compound dependencies for the attributes or texts are not defined
         uniformly in the systems investigated.
         Example:
         Texts are defined as language-specific in the local systems and as
         language-independent in remote systems (for example BW systems). The
         same can apply for other compounds such as version or time dependencies.
    System Response
         The display of differences between the systems will be affected. A
         manual synchronization will not be completely successful.
    Procedure
         1.  Ensure that the dependencies for the attributes and texts are the
             same in all systems.
         2.  Start the synchronization process again.
    Procedure for System Administration
    I can check the attributes and texts in BW via RSD1 by specifying InfoObject = 0COMPANY and checking the Master data/texts and Attribute tabs. But how do I check similar settings in BCS Workbench? I can't determine whether the Company text is language-dependent or not simply by displaying specific Company from Process View > Master Data > Consolidation Units > Company.
    Thanks.

  • I am getting this error message when I open Safari.  How do I make it go away?  "Error Safari 6.0 (v8536.25) has not been tested with the plugin SplashId.bundle (null) (v6.0.4(.  As a precaution, it has not been loaded.  ?

    Error
    When I launch Safari on my MacBook Pro
    Safari 6.0 (v8536.25) has not been tested with the plugin SplashId.bundle (null) (v6.0.4(.  As a precaution, it has not been loaded.  Please contact the plugin developer for further information.
    I am getting this message when I open Safari.  How do I make it go away?
    Thanks, Ed Williams

    To Remove plug-in
    1.) Open the SplashID desktop app
    2.) Navigate from Menu bar "File" -> "Plugin for Safari" -> "Uninstall".
    I could not find it in either Library/Internet Plug-ins nor ~/Library/Internet Plug-ins as others have suggested.
    Cheers!

  • Report painter- Characteristic can not be maintained with key figures

    We have added new characteristic ZZFIELD1 in CCSS report sructure for reporting and selected it in gen. selection list. While running report painter report, it gives an error that ZZFIELD1 cannot be combined with key figures.
    Any help to figure out what step is missing will be highly appreciated.
    This is a PS report painter report using PS database profile in the selection of parameters for the report
    Thanks

    The fields we have added is ZZFIELD1 ZZFIELD2 in the PRPS table. And the key figures used in the report is;
    AWKG - variance/accrual costs (basic key figure) with characteristic version 0, value type 32, fiscal year and period
    SWKG - cost (basic key figure) with characteristic version 0, value type 4, fiscal year and period.
    SMEG - quantity (basic key figure) with characteristic version 0, value type 4, fiscal year and period.

  • Error 'this.node.parentNode is null or not an object' with search highlight in certain topics

    goto
    http://www.afas.nl/profithelp/2_8_2/SE/index.htm
    Click 'zoeken' (search)
    Be sure that 'Zoekresultaten markeren' (search highlight) is
    checked
    Type 'activa'
    Click the topic 'activa'
    An error is displayed in the bottom left corner:
    'this.node.parentNode is null or not an object'
    If search highlight is not used, the error is not displayed.
    Any ideas?

    I think I have it, but it's almost unbelieveable.
    In the activa topic, the word is highlighted up to a point.
    Coming to the next instance of activa, you have this code:
    <li class=p-BulletedList><p
    class=BulletedList><b><span style="font-weight:
    normal;">V:</b> v</span>aste activa waarop wordt
    afgeschreven (Dit is de standaard waarde) . . . </p>
    Note the superfluous <b> and </b> tags,
    especially with the <span> calling for normal font-weight.
    Suppose this is a valid string. Because the opening tags are
    <b><span . . .>,
    the closing sequence should be
    </span>...</b>
    I'm not sure exactly why the error does what it does.
    Perhaps this is a simple html error that happens to come in
    an awkward place, or
    Because the browser expects </span> first, it treats
    </b> as text, so the <b> never gets closed, which
    confuses the search highlight script.
    I've run into something like this before. Repeated
    application, changes and deletion of font attributes in
    approximately the same place sometimes results in confused tags.
    Similarly, when you apply a build tag to styled text, and perhaps
    change the font attribute, opening and closing tags get confused.
    It may depend on the precise locations where you started and ended
    your highlights during editing.
    You'd expect this to be a harmless html error, but in this
    case, it breaks the highlight code, I believe.
    You're in a better position to test this than I am, so I
    await your results.
    Harvey

  • Process.start("winword", filename) can not open file with space in the path and name

    Hi,
    I am trying to write a class which can open file with selected application. for simplicity, now I just hard code the varaibles.
    the problem: if the path or file name has space in it, even it exist, winword still can not open it.
    could someone kindly show me what I did wrong and how to do it properly.
    Thanks in advance.
    Belinda
    public static class FileOpen
    public static void info()
    string path = @"c:\a temp folder\aaa 1.txt";
    if (File.Exists(path))
        // the file I am using in the sample does exist
         MsgBox.info("yes");
    else
         MsgBox.info("no");
    // working
    //Process.Start("winword", "c:\\aaa.txt");
    // not working
    //Process.Start("winword", "c:\aaa.txt");
    // not working
    Process.Start("winword", "c:\\a temp folder\\aaa 1.txt");
    // not working
    Process.Start("winword", path);

    string AppPath;
    AppPath = ReadRegistry(Registry.CurrentUser, "Software\\FabricStudio", "TARGETDIR", value).ToString() + @"help";
    string FileName = "'"+ AppPath + "\\ImageSamples.doc" + "'";
    try
    System.Diagnostics.Process.Start("Winword.exe", FileName);
    can any body please help for this.
    where i am making mistake?

  • THIS IS THE RIGHT ONE FOR THE BLUESCREEN (AND NOT THE ONE WITH SPACES!!!!))

    1. Reboot into single-user mode (hold Cmd-S while booting machine)
    2. Follow the directions OSX gives you when you get to the prompt (I think these were them - just type the two commands it tells you to):
    fsck -fy
    /sbin/mount -uw /
    3. Remove the following files:
    rm -rf /Library/PreferencePanes/ApplicationEnhancer.prefpane
    rm -rf /Library/Frameworks/ApplicationEnhancer.framework
    rm -rf /System/Library/SystemConfiguration/ApplicationEnhancer.bundle
    rm -rf /Library/Preferences/com.unsanity.ape.plist
    4. Exit, to continue booting normally
    exit
    so thats all but be sure to type ApplicationEnhancer
    instead of Application Enhancer...etc
    Job Geheniau Netherlands
    [email protected]

    BSG is is owned by Universal/NBC, which took their football and went home.

  • SMB errors copying from Windows Mac serv - "Not Enough Free Disk Space"

    Mac OS X 10.5.5 server with 4TB usable internal space (RAID5 volume) shared out via SMB so that windows workstations (XP Pro SP3) on local subnet can mount them.
    when copying files from internal drives on workstations to SMB share on the Mac fileserver, I get no problems. When copying files from external (USB 2.0) drives from workstation to server, i get constant errors of:
    "Cannot copy x: There is not enough free disk space. Delete one or more files to free disk space, and then try again."
    I've tried all different combinations of SMB settings with permissions and opt locks etc, but so far found nothing that works.
    Anyone run into this and resolved it?

    UPdate Update... after turning logging to high, i've found the following error in my SMB logs upon copying one of the seemingly random files (I can now make the error happen by copying the same file that caused the error)
    [2008/10/30 18:33:59, 2, pid=4571] /SourceCache/samba/samba-187.8/samba/source/smbd/dosmode.c:unix_mode(90)
    unix_mode(.) inheriting from .
    [2008/10/30 18:33:59, 2, pid=4571] /SourceCache/samba/samba-187.8/samba/source/smbd/dosmode.c:unix_mode(99)
    unix_mode(.) inherit mode 40755
    [2008/10/30 18:33:59, 2, pid=4571] /SourceCache/samba/samba-187.8/samba/source/smbd/open.c:open_directory(2105)
    open_directory: unable to create .. Error was NTSTATUS_OBJECT_NAMECOLLISION
    [2008/10/30 18:33:59, 2, pid=4571] /SourceCache/samba/samba-187.8/samba/source/smbd/dosmode.c:unix_mode(90)
    unix_mode(test123.jpg) inheriting from .
    [2008/10/30 18:33:59, 2, pid=4571] /SourceCache/samba/samba-187.8/samba/source/smbd/dosmode.c:unix_mode(99)
    unix_mode(test123.jpg) inherit mode 40755
    [2008/10/30 18:33:59, 2, pid=4571] /SourceCache/samba/samba-187.8/samba/source/smbd/open.c:open_file(391)
    z2e opened file test123.jpg read=No write=Yes (numopen=2)
    [2008/10/30 18:33:59, 2, pid=4571] /SourceCache/samba/samba-187.8/samba/source/smbd/dosmode.c:unix_mode(90)
    unix_mode(test123.jpg:Q30lsldxJoudresxAaaqpcawXc:$DATA) inheriting from .
    [2008/10/30 18:33:59, 2, pid=4571] /SourceCache/samba/samba-187.8/samba/source/smbd/dosmode.c:unix_mode(99)
    unix_mode(test123.jpg:Q30lsldxJoudresxAaaqpcawXc:$DATA) inherit mode 40755
    [2008/10/30 18:33:59, 2, pid=4571] /SourceCache/samba/samba-187.8/samba/source/smbd/open.c:open_file(391)
    z2e opened file test123.jpg:Q30lsldxJoudresxAaaqpcawXc:$DATA read=No write=Yes (numopen=3)
    [2008/10/30 18:33:59, 2, pid=4571] /SourceCache/samba/samba-187.8/samba/source/smbd/close.c:closenormalfile(399)
    z2e closed file test123.jpg:Q30lsldxJoudresxAaaqpcawXc:$DATA (numopen=2) NTSTATUSOK
    [2008/10/30 18:33:59, 2, pid=4571] /SourceCache/samba/samba-187.8/samba/source/smbd/close.c:closenormalfile(399)
    z2e closed file test123.jpg (numopen=1) NTSTATUSOK

  • Request not yet updated with datamart

    Hey guys,
    I am having trouble with an Upload.
    Some days ago I uploaded an Excel file in an ODS without any problems. Everything turns out green:
    Load: green
    Activation: green
    Yet the data is not in my Infocube yet, because when I run a query the data is simply not there.
    Now when I click 'manage data' on the ODS, I see this message that says 'Request not yet updated with datamart'.
    What can I do about this or what might be the problem?
    Thank you very much,
    Filip

    Hey Jürgen,
    I tried the "update 3.x" but it wasnt working.
    Next I tried to generate a datasource and to "update 3.x data", this 'worked' it didn't give me an error, but still my request is still "not yet updated with the datamart".
    Any ideas?
    Filip

  • Valuation area not yet productive with material ledger

    While doing goods receipt at MB1C,i got the below error:
    The description of the error is given below
    Valuation area XXX2 not yet productive with material ledger
    Message no. C+020
    Diagnosis
    The material ledger has been activated for the valuation area but material data has not yet been converted in this valuation area.
    Procedure for System Administration
    If you want to work with the material ledger, choose Accounting -> Controlling -> Actual Costing/Material Ledger -> Utilities -> Production Startup.
    There you can convert the data for the material ledger by following the instructions in the online documentation.
    Note
    Setting the material ledger to productive cannot be undone.
    See also:
    Actual Costing/Material Ledger in the SAP Library.
    The implementation guide for Actual Costing/Material Ledger.
    Can you kindly suggest me how to fix this error.
    Regards
    Sabera

    Hi Sabera,
    The Valuation Area is not activated for your material ledger. Go to SAP Access>>Accounting>>Controlling>>product cost controlling>>Actual Costing>>environment>>Production Start up>>Set Valuation area as productive.
    If you already activated Valution area in to Productive Statge.
    Then go to T.Code OMX1 and for your valuation area XXX2 tick the ML activation box.
    the error wont come
    regards
    srikanth

  • Catalog error : Index of values is missing for characteristic PLANTu0092

    Error" Index of values is missing for characteristic " in mapping 
    Hi
    We are in SRM
    I was trying to transfer Master records to catalog using
    BAdi : BBP_CCM_CHAR_MAINT but I’m getting an error’ Index of values is missing for characteristic PLANT’.
    Plant has multiple value.
    I’ve following code in the method ENHANCE_CTY_DEF
    ls_char_definition-char_name = 'PLANT'.
    ls_char_definition-char_datatype = 'CHAR'.
    ls_char_definition-MULTIVAL_INDICATOR = 'X'.
    APPEND ls_char_definition TO et_char_definition.
    Following code in the method VALUATE_PRODUCT
    **"plant data
    v_index = 1.
      ls_char_valuation-char_name = 'PLANT'.
      LOOP at t_plant into WA_plant.
    ls_char_valuation-char_value = WA_PLANT-PLANT_1.
      IF  WA_plant-PLANT_1 is not initial.
       ls_char_valuation-MULTIVAL_INDEX = v_index.
       APPEND ls_char_valuation TO et_char_valuation.
       v_index = v_index + 1.
      ENDIF.
      ENDLOOP.
    Can anyone tell me how to resolve it. I’ll definitely reward points to any useful answer.
    -Joe

    Hi
    Have you raised any OSS message with SAP yet ? If no, raise one immediately.
    Meanwhile, try this ->
    <u>It seems the Following code in the method VALUATE_PRODUCT
    has some problem -></u>
    **"plant data
    v_index = 1.
    ls_char_valuation-char_name = 'PLANT'.
    LOOP at t_plant into WA_plant.
    ls_char_valuation-char_value = WA_PLANT-PLANT_1.
    IF WA_plant-PLANT_1 is not initial.
    ls_char_valuation-MULTIVAL_INDEX = v_index.
    APPEND ls_char_valuation TO et_char_valuation.
    v_index = v_index + 1.
    ENDIF.
    ENDLOOP.
    Try changing the code - like this ->
    **"plant data
    LOOP at t_plant into WA_plant.
    v_index = sy-tabix.
    ls_char_valuation-char_name = 'PLANT'.
    ls_char_valuation-char_value = WA_PLANT-PLANT_1.
    IF WA_plant-PLANT_1 is not initial.
    ls_char_valuation-MULTIVAL_INDEX = v_index.
    APPEND ls_char_valuation TO et_char_valuation.
    ENDIF.
    ENDLOOP.
    Some SAP OSS notes to refer ->
    <b>Note 850613 - Maintaining the BBP_CCM_CHAR_MAINT BAdI using Customizing
    Note 875039 - BBP_CCM_CHAR_MAINT: Valuating predefined characteristics
    Note 724097 - Search of the comp. in case of structured characteristics</b>
    Do let me know.
    Regards
    - Atul

  • Query Values are not updated.

    Hello All,
    While refreshing the query on the cube 0IC_C03, i am not getting the correct values in the query,  Cube 0IC_C03 values and query values are differ.
    when i Tested inthe RSRV test it shows
    "<b>Dimension key 398 missing in dimension table /BI0/D0IC_C03P</b> "
    if any one knows plz guide me.
    Regards
    Chintaps

    Hello,
    I did not find DIM ID in DImension table. and
    when i checked Masterdata consistency check at RSRV level it gives-
    There is a inconsisitency in masterdata for 0MATERIAL.
    Characters not allowed characteristic values(characteristic 0MATERIAL)
    Value in SID table 000001000001/ correct value 000000000001000001/ SID in SID table 41037
    Value in SID table 000001000002/ correct value 000000000001000002/ SID in SID table 41038
    Value in SID table 000001000003/ correct value 000000000001000003/ SID in SID table 41039
    Value in SID table 000001000004/ correct value 000000000001000004/ SID in SID table 41040
    Value in SID table 000001000005/ correct value 000000000001000005/ SID in SID table 41041
    Value in SID table 000001000006/ correct value 000000000001000006/ SID in SID table 41042
    Value in SID table 000001000007/ correct value 000000000001000007/ SID in SID table 41043
    Value in SID table 000001000008/ correct value 000000000001000008/ SID in SID table 41044
    Value in SID table 000001000009/ correct value 000000000001000009/ SID in SID table 41045
    Value in SID table 000001000010/ correct value 000000000001000010/ SID in SID table 41046
    and i checked the program RSDMD_CHECKPRG_ALL for the 0MATERIAL
    Characteristic 0MATERIAL: 288 values from table /BI0/TMATERIAL do not exist in table /BI0/SMATERIAL.
    and  gives me a message Some versions are incorrect.     
    if anyone have an idea , please suggest me.
    Regards
    Chintaps

  • Multiple selection in Query Panel. Operator Does not equal generates error.

    Hi,
    I'm using Jdeveloper 11.1.1.4 and creating Oracle Fusion Web Application with ADF Business Components.
    I want to use multiple selection on LOV in ADF Query Panel with Table, but I get the following error
    when I use operator "Does not equal":
    Error: Unsupported model type.
    SelectMany does not support a model of type class java.lang.Integer.
    A simple example:
    Schema: HR
    Generate default Business Components for tables Departments and Employees.
    Model:
    Create List of Values for EmployeesView(DepartmentId)
    List Data Source: DepartmentsView1
    List Attribute: DepartmentId
    Display Attributes: DepartmentName (UI Hints)
    Create View Criteria EmployeesByDepartmentVC for EmployeesView
    Criteria Item:
    Attribute: DepartmentId
    Operator: Equals
    Operand: Literal
    Select "Support Multiple Value Selection" (UI Hints)
    ViewController:
    Create blank JSF Page: showEmployees.jspx
    Drag EmployeesByDepartmentVC from Data Controls to showEmployees.jspx
    Create Query=>ADF Query Panel with Table
    Run application.
    Press Advanced button.
    Select operator "Does not equal" and department names "Administration;Marketing"
    Press Search
    Error: Unsupported model type.
    SelectMany does not support a model of type class java.lang.Integer.
    Note: it works fine with operator "Equals"
    Best,
    Kees.

    Hi,
    I was reading:
    http://www.oracle.com/technetwork/developer-tools/jdev/jdev-11gr2-nf-404365.html#bugs_fixed_in_11.1.2.2.0
    Bugs Fixed in 11.1.2.2.0
    Bug.No. 13508184
    unsupported model type error thrown for multi select view criteria
    I have tested the use case described in this thread with JDeveloper 11.1.2.2.0 but I still get the same error.
    when I use operator "Does not equal":
    Error: Unsupported model type.
    SelectMany does not support a model of type class java.lang.Integer.
    Is there anybody who can tell me more about this bug fix?
    Thanks,
    Kees.

  • Error in  insert values query.

    String query = "INSERT INTO Students(STUDENTID,FIRSTNAME,LASTNAME,PARENTSNAMES,ADDRESS,CITY,STATE,POSTALCODE,PHONENUMBER,EMAILNAME,MAJOR,STUDENTNUMBER,NOTES) "+"VALUES (1,'john','David','Mr.David livingstone','1/369gandhi street','chennai','tn',600037,56690397,'[email protected]','ECE',3,'GOOD')";
    I want to insert a row in the table students in MS Access.
    Iam able to access the table using update and select queries but unable to insert rows.
    I get a error as follows:
    java.sql.SQLException: General error
         at sun.jdbc.odbc.JdbcOdbc.createSQLException(JdbcOdbc.java:6908)
         at sun.jdbc.odbc.JdbcOdbc.standardError(JdbcOdbc.java:7036)
         at sun.jdbc.odbc.JdbcOdbc.SQLExecDirect(JdbcOdbc.java:3065)
         at sun.jdbc.odbc.JdbcOdbcStatement.execute(JdbcOdbcStatement.java:338)
         at sun.jdbc.odbc.JdbcOdbcStatement.executeUpdate(JdbcOdbcStatement.java:288)
    can anyone help me?
    Regards.

    Use system.out.println(query) to print out your sql String. Then copy/paste your sql into Microsoft Access and execute the SQL there and see if you get an error. If you do, it won't be a general error, it will probably be a more specific error. I would worry about the / in your query String, and no space between before VALUES, but I'm not a human parser so it's better to let a machine handle it. Better still, you might want to try a using a PreparedStatement which handles escape syntax for you.

  • Function return value == -10. Native error code -2146824584 ADOBD.Recordset: Operation is not allowed when object is closed

    I want to call Stored Procedure that return records and output parameter, from CVI
    I can get output parrameter but when I want to get records stream I recieve following wrror:
    function return value == -10. Native error code -2146824584 ADOBD.Recordset: Operation is not allowed when object is closed

    in Stored procedure I create table variable and and insert into string values
    when I remove usage of table variable the error desappear

Maybe you are looking for

  • SharePoint 2013 multiple search boxes on a single page

    How can I have multiple independent search boxes on a single SharePoint 2013 page?  My scenario is this: 1. Search Box 1 is added to the master page 2. Search Box 2 is on a dedicated search page along with a search results web part. Search Box 1 is t

  • Pricing Condition Type PR00.

    Hi experts, I have a scenario where condition type PR00 shoul be mandatory in sales order   and document should not proceed further unless the basic price  is put while creating sales order. Also,  system should not allow double entry of PR00. I have

  • IPhoto in iPad arrange photos in albumes

    No one seems to be able to explain why you cannot rearrange photos in albums.  (the iPad version of iPhoto that is).

  • Forms 6i and 10g db issues

    My developer is having a couple of different issues. First, we have two databases, both are 10.1.0.3. Using Forms Builder 6i he can connect to instance A, but gets an error that shuts down Forms Builder when connecting to instance B. The only differe

  • Disabling constraints on a schema

    Guys and Gurus In Oracle 10g, is it possible to temporarily disable all constraints on a particular schema with the view of reenabling them at a later date? This would save time in a particularly massive schema. Many Thanks Message was edited by: The