Query displaying unit error

hi, after implementing new sps we found out problem with displaying unit by quantity keyfigures, we are on SAPKW70020. When I execute query I find following:
Material      Quantity
XZY            11.520 ***
Instead of unit there is  11.520 ***
Have You any advice?
Thanks

Hi,
these r the main reasons pls can u look it,
1)may correct field is not assigen to the unit  ok if ur assigend correct one only may multiple units will be there(like kg,to,ea) at that time in query properties u should not slect the displsy scaling factors for keyfiguresthen it shows all unit measures.
2)if u donot want the units along with quantity then u create the CKF for that keyfigure ,in  datafunctions there is a function NODIM(ur keyfigure)and save that cKF and kep that CKF instead of kf.
Thanks & Regards,
k.sathish

Similar Messages

  • BEx Query:  Attribute not display Unit of Measure (UOM)

    In a BEx I am trying to create a query that displays attributes to 0EMPLOYEE.  One of the custom attributes is the employee's rate of pay.  We have the hourly rate, nightly rate, etc.  This attribute is a numeric attribute with currency assigned as the Unit of Measure.  I am trying to create a query displaying the pay rates from the attributes of 0EMPLOYEE but remove the unit of measure in the output.  I am aware this can be done on key figures using the NODIM formula.  How can I remove on an attribute?
    Example:  Output is $10.25 UOM.  I want it to display as $10.25.
    Thanks.

    Hi,
    Create a Formula Variable with Replacement Path for this Attribute.
    Use NODIM function for the Formula Variable.
    Let me know if it works according to your requirement.
    Regards,
    Geeta

  • How to display an error message after validation in Formatted Search?

    Hi SBO experts,
    if an error is detected on validation in a Formatted Search, how to display an error message to the user entering the data?
    Thanks & Regards,
    Raghu Iyer

    i created a formatted search query & attached it to the field 'Quantity' at Line Item level in Sales Order screen. just for testing purpose, i eneterd the following code lines in the query validating 'Quantity'
    if $[$38.11.0] > 50
    begin
    select @error = 1
    select @error_message = 'Vendor code cannot begin to X sign.'
    end
    the system throws the error : Internal error (8180) occurred [Message 131-183]
    actually, i need to display an error message to the user if Quantity is not in multiples of the OITM.SalFactor2
    if $[$38.11.0] % (SELECT T0.[SalFactor2] FROM OITM T0 WHERE T0.[ItemCode]  = $[$38.1.0]) > 0
    begin
    select @error = 1
    select @error_message = 'Error in Quantity.'
    end
    but, this expression to get the remainder itself seems to have some error
    $[$38.11.0] % (SELECT T0.[SalFactor2] FROM OITM T0 WHERE T0.[ItemCode]  = $[$38.1.0])
    i guess, % operator is used for modulo (to find the remainder of one number divided by another.) ? am i right ?
    Regards,
    Raghu Iyer

  • Query engine failed error for crytal report refreshing to new params in jsp

    Using licensed weblogic 8.1 server in production mode. Weblogic workhsop has inetegrated supprot for crystal reports 9. Using standalone report & accessing sql server through odbc, i got result for different parameters passed.
              Problem Area : Passing parameter to have specific report causes unexpected query engine failed error in com.crystaldecisions.report.web.viewer.CrystalViewer class. If viewer.refresh method is commented, then static (already saved) report is displayed through jsp. But using viewer.refresh method for dynamic report genertaion for new parameters through jsp gives above error.

    Hello
              I'm experiencing the same problem. Please let me know if you've any solution.

  • How to not display the error message ?

    hi everybody,
    I would like to know if it is possible to not display the error message in BO XI R2 when I try to refresh my reports ?
    (like "the query bla bla does not fetch any data...")
    Thanks for your help,
    Mario

    I've found this method to not display this error message but  the problem is that the prompt message when you refresh the report are not displayed:
    Has someone an idea ?
    Private Sub Document_BeforeRefresh(Cancel As Boolean)
    Application.Interactive = False
    End Sub
    Private Sub Document_AfterRefresh()
    Application.Interactive = True
    End Sub
    Edited by: Pascolo Mario on Oct 22, 2008 4:35 PM

  • Dc7900 crashes and has display driver error

    Hello,
    Just bought this off lease  unit and the computer keeps crashing. When it doesnt crash it has issues with the display at times and recovers saying that there was a display driver error and that it was recovered.
    Any idea on how to fix this? The comp was originally visa but now has windows 7 32bit business on it. My action center for windows 7 says on the maintenance tab that my intel graphics driver has stopped working what does this mean and how do I fix it?
    Thanks!

    Hello travisdahms,
    Welcome to the HP Forums, I hope you enjoy your experience! To help you get the most out of the HP Forums I would like to direct your attention to the HP Forums Guide First Time Here? Learn How to Post and More.
    I understand you are having issues with your Windows 7 on the HP Compaq dc7900 Business PC. I am sorry, but to get your issue more exposure, I would suggest posting it in the commercial forums, since this is a commercial product. You can do this at Business PCs - Compaq, Elite, Pro.
    I hope this helps. Thank you for posting on the HP Forums. Have a great day!
    Please click the "Thumbs Up" on the bottom right of this post to say thank you if you appreciate the support I provide!
    Also be sure to mark my post as “Accept as Solution" if you feel my post solved your issue, it will help others who face the same challenge find the same solution.
    Dunidar
    I work on behalf of HP
    Find out a bit more about me by checking out my profile!
    "Customers don’t expect you to be perfect. They do expect you to fix things when they go wrong." ~ Donald Porter

  • Normal query display nothing

    hi,
    i'm reporting very strange behaviour:
    I've a pl/sql function body returning sql that generate correctly an sql.
    The query retrieve several data (more than 10000) (i've a debugging field on my page, that displays the content of the query).
    When i paste the query inside oracle sql developer the data are retrieved correctly.
    However in apex the report displays
    report error:
    ORA-01403: no data found
    The story is that the datas are in for sure by the way i've copied /pasted this query in another report and it works correctly:
    Any issue for you about the syntax or regard some item prop??
    SELECT TBCONTATTI.NORECORD NR, ROWNUM, TIPOLOGIA,
    COGNOME,NOMEPROPRIO,NAZIONE, CAP,
    COMUNE, IDENTITA FROM TBCONTATTI, CORRISPONDENZA WHERE CORRISPONDENZA.RELCLIENTE=TBCONTATTI.NORECORD
    by the way i've copied /pasted this query in another report and it works correctly:
    Any suggestion would be great
    thanx

    hi,
    FORGET the previous post: i have to practice a little bit with Apex:
    the story is that i was using pl/sql function returning sql query and first time i ran the queries, it was working correctly why i got the same columns in a couple of conditional selects(why populates conditionally the same report region).
    When i've changed the columns suddenly one of the queries started to return NO DATA FOUND inside the report because (i've simply added another to a select) i was not aware to change as well Use Generic Column Names (parse query at runtime only).
    I found that this is absolutely required inside your pl/sql RSqlQ.
    That's all: i've to discover APEX a little in depth.
    However a better message then NO DATA FOUND, would be better when you have pl/sql RSqlQ. Would be interesting to have ' Nr of columns doesn't match what specified in report attributes/region definition. Try to use generic columns and headers'
    Maybe is difficult to detect a situation like this...
    thank you a lot however
    Message was edited by:
    Marcello Nocito
    Message was edited by:
    Marcello Nocito

  • ICI - How to display custom error messages in SAP CRM

    Hello,
    we are working on a custom Contact Center which interfaces with SAP CRM Version 7 with Enhancement Package over ICI.
    The basic call functions like accepting, hanging up, holding and retrieving are fully implemented and are working already.
    Our goal is to display error messages in the CRM so that clients know there is something wrong, for example why he can't be log in successfully (e.g. the telephony server isn't reachable).
    We already found the ICI Documentation file which provides us the CRM SOAP error codes and tried to send SOAP Fault messages, but never got
    them to screen.
    Please find an attached example screenshot what we mean exactly, reproduced by trying to make a call with CRM user while BCM CDT isn't
    running in the background.
    Regarding to this topic we've the following questions:
    - Is it possible to display custom error messages on the CRM or is this functionality limited to SAP?
    - Could you provide us some further information on how to use this feature exactly (implementation details?) and how the SOAP XML should look like to get it work?
    Thank you in advance!
    Best regards
    René Holy

    NewUser7 wrote:
    Please correct me if I am wrong
    I need to create an entity adapter and attach an error handler with the adapter? or can i handle that in the event handler itself. I coulnt find any api for handling errorsYou can do it both ways but since we are talking about event handler now, then in 9.x you need to extend com.thortech.xl.client.events.tcBaseEvent class for creating a event handler. In tcBaseEvent class there are various flavors of handleError method. So use that as per my note earlier and you should be good.
    HTH

  • Display Custom Error Message in OIM 11g

    Hi,
    I'm trying to display an error message from a validation event handler but seems that am missing something. When the "oracle.iam.platform.kernel.ValidationFailedException" is thrown from a validation handler an error message is displayed: "An error occurred". If an error code is provided (see code below) then the message looks like: "An error occurred. The corresponding error code is ERR-0001". I guess that some resource bungle with corresponding messages should be provided.
    the code used:
    package test;
    public class UserGeneralValidationHandler implements oracle.iam.platform.kernel.spi.ValidationHandler
    @Override
    public void validate(long processId, long eventId, Orchestration orchestration)
                   throws ValidationException
    String errorCode = "ERR-0001";
    String message = "Simple validation message.";
    ValidationFailedException ex = new ValidationFailedException(message);
    ex.setProcessID(processId);
    ex.setErrorCode(errorCode);
    throw ex;
    Q:
    1.What is missing for complete solution?
    2.What is the algorithm that used by OIM to find default or non default resource bundle?
    3.How to change out-of-box validation messages? For a sample "The organization ABC does not exist." message is shown if non existing organization is provided during user creation and I'd like to have a different one.
    Regards
    Serge

    rename OIMUI.jar  to OIMUI.zip
    find logging_en and loggin.properties.
    Modify the "IAM-2050512" error message with your custom message
    Find Agent and agent_en.properties.
    Find Note[ERROR_SUBMITTING_REQUEST].text.  Modify the message. Make sure the message must be the same with in logging.properties("IAM_2050512")
    Deploy
    change the  OIMUI.zip to jar
    replace the existing OIMUI.jar
    login to weblogic  and redeploy OIM (oim.ear)
    no need to restart OIM server.
    Test:
    create a request in web console again, you must see the custom message when you hit the submit button
    hope this helps.
    -rad

  • Displaying Custom Error Message in ALV

    Hello Experts,
    Usually, when an error occurs in editable ALV, the standard WD ALV functionality marks the particular error cell in red and displays the error message.
    I want the same functionality for custom error messages in event ON_DATA_CHECK. I'm able to display the message, but looking for a way to mark cells as well.
    Please help....

    Hello friend,
    I think this link will help you much more clear on the coloring of the ALV concepts.
    http://help.sap.com/saphelp_smehp1/helpdata/en/5f/ec57c72a1349c8bfdda56d976e9399/frameset.htm
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/f0625002-596c-2b10-46af-91cb31b71393?QuickLink=index&overridelayout=true
    Thanks,
    Sri Hari

  • Display custom error message in enhancement spots

    Hi all,
    Is there someone here who've encountered having the need to display custom error message in an enhancement spot? Could you help me please.. I can't find any reference from the net.
    Thanks in advance
    Regards,
    Aris

    Hi,
    The error message can be only displayed in enhancement spots based on thr program flow.
    You have to determine where its getting called for ex: in PBO or PAI etc.....
    You have to find the right place to display the error messages . for ex: using a memory id ......

  • No display of error message log in dialog box

    Dear MM Experts,
    During enter incoming invoice (MIRO), when we click simulate after entering all necessary data, all error & warning messages are displayed in a dialog box if there is red traffic light. In our case despite red traffic light error messages are not displayed as shown in below screen shot. Only warning messages are displayed & document canu2019t be posted. Please let me know if anyone has encountered such behavior & knows the solution. We just want to see the error messages in dialog boxes so that necessary data can be entered and document can be posted.
    Additional information: 1. No GR needs to be done, 2. GR based IV is unchecked in PO, 3. No validation is active for the company code,
    Thanks & regards,
    Avinash

    Hi,
    Thanks for your response.
    Our problem is not to post a particular invoice doument, the main problem is that error log is not displayed in MIRO. For example if balance is not zero then this error should be displayed in error log dialog box, which is not happening due to which we are not able to post any invoice document as error is not known to the user. Please let me know if any suggestions.
    Additional information: We have deactivated all validations & BADis. We also tried to compare with other systems where error log is displayed properly however our ABAP consultant could not find any difference. Any Input on how to compare is also welcome.
    Thanks & best regards,
    Avinash

  • How can I connect my MBA 11" 2012  to my Imac 21.5" mid 2010 as a display unit. Connected using a mini display port cable and this did not work. Any guidance welcome. Thanks. John

    I bought a belkin mini display unit cable( new) and connected the thunderbolt port in the MBA ( 11" , mid 2012) to the Imac mini display unit port using this cable. Pressed the CMD & F2 keys on the Imac keyboard as required but this did not work. Should I try with another cable ? Should i try with a thunderbolt cable ( recommended by appple support ) -- but they too were not sure about this. Is the Mid 2010 21.5" Imac not able to function as an display unit? Any guidance would help and will be much appreciated.

    Welcome to Apple Support Communities
    Only the 27-inch iMac and Mid 2011 and newer iMacs can be used as an external screen, so you can't use your Mac as an external screen. See > http://support.apple.com/kb/PH11302
    You can still use your iMac as an external display, using an application like ScreenRecycler

  • My server is displaying an error - what setting needs to be changed?

    I have the problem posted below, that apple.com acknowledges, but there is no specific information on how to fix it. My server company does not know which setting needs to be changed. Can anyone help? This happened suddenly, and I did not even change anything about my webpage.
    Some web servers may display an error on a website created in iWeb:
    "Parse error: parse error, unexpected T_STRING in [filename].html on line 1."
    The settings on some web servers may cause difficulty parsing the line in a published iWeb document that establishes XML compliance. If you get this error message on your published website, please contact the administrator of your web server.
    This issue does not occur on sites published to .Mac.

    See this thread:
    http://discussions.apple.com/thread.jspa?threadID=1374430&tstart=0

  • Huey Pro calibrator- error message  display measurement Error

    i am using this huey pro calibration.. it had been a year without problem... but now i am trying to calibrate my apple cinema display LCD 30 inch it keep saying error message- display measurement error.. and huey support never answer my e-mail. any idea? how can i fix it.. i did re install software many times but same thing happen.. so right now i can;t calibrate my monitor.. any help please

    >a nice NVidia card... Please help Adobe!
    1a - what is the model nVidia card, and what is your driver version?
    1b - for instance, I have a GTX 285 and driver 296.10
    2a - aside from the occassional Adobe employee, this is a user to user forum, not Adobe suport
    2b - how to contact Adobe...
    Adobe contact information
    http://www.adobe.com/support/contact
    In the US - Adobe General support 800-833-6687 M-F 5am-7pm Pacific
    In the US - Adobe Install Problems 800-642-3623
    In the US - Adobe Activation 866-772-3623 Open 24/7

Maybe you are looking for

  • Which computer

    OK everyone... I am having a tough time deciding what computer to get. I narrowed it down between 2. A 15" Powerbook G4 and the 20" iMac G5 (the model right before the built in isight.) Help me decide. Do I want the 2.0 ghz G5 with a 20" screen or do

  • How can I download songs i made with my ipod on my pc ?

    How can I download songs i made with my ipod on my pc, i tried to share them with iTunes but it never worked i don't know where the file goes and iTunes doesn't seem to have the file...

  • What event will be triggered by check button on ALV?

    Hi, What event will be triggered by the standard check button on ALV? ON_DATA_CHECK is only triggered by a change in an editable field on ALV, so if no change were made, ON_DATA_CHECK wouldn't be triggered. I also tried events for before and after st

  • Incorporation of Fuzzy Block From Simulink into LabVIEW Through SIT

    I am working on a project where I am using Simulation Interface Toolkit. In my applciation, I am using PXI-8176 with a PXI-6070E DAQ card. I generated my model using Simulink in which there is a Fuzzy Logic Control block. However, when I run my appli

  • Contribute 6.5 and FTP

    Do any versions of Contribute support FTP over SSL (FTPES) One of our customers cannot connect to our servers using Contribute CS3 because it doesn't support this. They can warrant the upgrade cost should this be supported. Thanks Alex Edit: Sorry, y