Query Generator Funny error message

Hello Experts, Not sure if you ever seen something like this, but be great if anyone can offer me some insight...
on a normal query with parameter I have something like thsi
/*select from ORDR t0*/
declare @begandate as datetime
/* where */
set @begandate = /* t0.docdate*/ '[%0]'
and it runs fine with just about any table, view...etc.. But as soon as you have a UDT in SBO... put in like
/*select from ORDR t0*/
declare @begandate as datetime
/* where */
set @begandate = /* t0.docdate*/ '[%0]'
select * from dbo.[@bos_del_pri] a inner join ordr b on b.u_prioritycode = a.code
where b.docdate = @begandate
it give me funny error messages, "Only one epxression can be specifed in the select list when the subquery is not intrudoced with Exist"
This is ran at a SBO 2005B PL35... when I ran a similar query in SBO 2005A PL45 I get soemthing like
"must specify table to select from".. I know this error message doesn't make sense, but not sure if anyone has encounter the same problem, and if yes possible solutions?
Thank You

Hello Friends,
This is in accordance to provide the information that Query Generator does not work with parameters and User defined tables together. As per my experience in SQL UDT tables start with "@" and variables declared in SQL are also prefixed with "@" so SQL does not make any difference between UDT of SAP and variable of SQL. Thus we are not able to use ([%0] parameters and UDT tables) together.
Please correct me if I am wrong.
Please forgive me if i have posted wrong information  
I look forward to your reply.
Regards,
Murtaza

Similar Messages

  • Funny error message after a pooldive

    Hi, I permanently receive a funny error message since we fell together into a swimmingpool:
    This accessory is not made to work with iPhone
    Would you like to turn on airplane mode. Mode to reduce audio interferences.
    You will not be able to make or receive calls
    The iphone has no accessories plugged in and we both dont want to use the airplane mode. Help! I am getting nuts!

    Your lucky it works at all. You might be luckier still, it may dry out and the fault might go away but I doubt it. Power it down give it chance to dry out properly. Put it somewhere warm (not hot) and dry (obviously) for a few days.
    You could contact Apple Care but your warranty is void if the iPhone is damaged by moisture so its going to cost you. The iPhone has a moisture sensor so they will know its been wet at some point even if it has dried out.
    Good luck.

  • Generate an error message that Adobe Reader 8 or later is required

    Afternoon all,
    I have created a form (in Acrobat 10 Pro) with a lot of scripts and we have determined that they do not all work as desired in Adobe Reader 7 and earlier.
    Is there a way to generate an error message if a user opens this form with Adobe 7 or earlier?
    We would like a message to pop up advising the user that Adobe 8 or later is required for this form.
    It does not have to lock them out or anything, we just want to advise them.
    Thanks much,
    Steve

    Thanks,
    This is how my bosses want this done. For one part, some of the functionality we are using just doesn't exist in Reader prior to version 8. For others, the users don't really have an option to go elsewhere.
    As for thescript, i am not sure how to apply it. Where do i access the initial page's open event?
    I do know how to enter document level scripts (this form has several) but what does "outside of a function definition" mean and how do i do that?
    Thanks everyone,
    steve

  • Troubles generating an error message in WebDynpro ABAP

    Good evening guys.
    I set the following code in enhancement method (pre-method) of ONACTIONNAVIGATE method, which is triggered after push the "Review" button in WebDynpro Application FITE_REQUEST:
    method PRED78YJIDJ8M8KXTC2MXQI1XK5O . "Exit of ONACTIONNAVIGATE (in ZENH_FITV_FPM_02 )
      data: L_CURRENT_CONTROLLER type ref to IF_WD_CONTROLLER,
            L_MESSAGE_MANAGER    type ref to IF_WD_MESSAGE_MANAGER,
            TEKSTO TYPE STRING.
      IF NAVIGATION_TYPE = 'FORWARD'.
        L_CURRENT_CONTROLLER ?= WD_THIS->WD_GET_API( ).
        call method L_CURRENT_CONTROLLER->GET_MESSAGE_MANAGER
          receiving
            MESSAGE_MANAGER = L_MESSAGE_MANAGER.
    report message
    CALL METHOD l_message_manager->REPORT_T100_MESSAGE
      EXPORTING
        MSGID                     = '00'
        MSGNO                     = '398'
        MSGTY                     = 'E'
        P1                        = 'Test'
        P2                        = 'Test2'
       P3                        =
       P4                        =
       MSG_USER_DATA             =
       IS_PERMANENT              = ABAP_FALSE
       SCOPE_PERMANENT_MSG       = CO_MSG_SCOPE_CONTROLLER
       VIEW                      =
       SHOW_AS_POPUP             =
       CONTROLLER_PERMANENT_MSG  =
       MSG_INDEX                 =
         CANCEL_NAVIGATION         = 'X'
       ENABLE_MESSAGE_NAVIGATION =
    RECEIVING
       MESSAGE_ID                =
    ENDIF.
    endmethod.
    Unfortunately, this code is not working, because the message is not appearing. I generated this piece of code with the WebDynpro Code Wizard, but even so is not working.
    The standard application generates standard messages an places them in WDR_MESSAGE_AREA WD component, in the View MESSAGE_AREA, regarding blanks in text fields that are located on another WebDynpro component (FITE_VC_GENERAL_DATA, view GENERAL_DATA_VIEW). I put my own code in WD component FITV_FPM, in the LAYOUT_VIEW. But I wanna the messages also appear at WDR_MESSAGE_AREA WD component, MESSAGE_AREA view.
    Do you know why I am having trouble generating an error message in this standard Webdynpro? It is not possible to generate an error message to appear in another Webdynpro component, but the same WD application?
    Regards guys!

    Hi
    you can store message ID, message no and message type in the context node in ur exit and make this context node interface enabled. Map this node to the component where you want todisplay the message. read the context node .
    Call the method for displaying the messages and pass message id, no and type from context node.
    invalidate this context node using method "invalidate" from interface if_wd_context_node.
    Regards
    Vishal kapoor

  • Report Builder get shut down... without generating any Error Message

    Hi Every One,
    I am generating the reports in Report Builder 10.1.2.0.2. And the report is based on the view, when I want to generate the PDF, the report builder get shut down without generating any error message. But I can run the report to see live Preview (Paper Design ).
    What can be reason that its not generating PDF file format.
    Thanks in Advance for your time.

    Hi Saumen,
    I don't think so that .. I have memory problem or some other issue on the hardware side .. bcos I used the same report builder on same machine against the same instance.. to generate the 70K pages PDF file ... but nothing happened ...And this report is fetching only 10 records. during the execution of the report, Report Builder get close. without generating any message. without keeping any processor busy.
    I am feeling that report builder try to write in the PDF file format .. but unable to write.. may b some thing is wrong on the privileges side of the VIEW. But I have Select Priv on the view.
    When I try to trace the report, I got the message in the trace file that " Report Aborted on user request"
    Thanks,
    Mohsin

  • When I'm trying to download to jurrasic park builder app I'm getting a funny error message - MZCommerce.purchasableaesettobigfordownlad-message

    When I'm trying to download to jurrasic park builder app I'm getting a funny error message - MZCommerce.purchasableaesettobigfordownlad-message. Does anyone know what this means and how I can download the app?

    You have to download it through Purchased.
    In iPhone, tap App Store > Update > Purchases > tab the icloud icon to download your app.
    If app is over 50 MB, make sure your Wi-Fi is connected.
    Message was edited by: ckuan

  • Generate an error message in UIX

    Dear sirs...
    how can i use ActionErrors in the UIX page to view a custom error message?
    thanks for any help.

    Hi Mustafa,
    in case you have access to MetaLink, you can read
    Note 329454.1: How To Display Struts Action Errors or Messages in a UIX
    URL: http://metalink.oracle.com/metalink/plsql/ml2_documents.showFrameDocument?p_database_id=NOT&p_id=329454.1
    Regards,
    Didier.

  • Javascript generated validation error message not rendering properly.

    Hi guys. I am a web developer looking for some help with a Safari issue.
    I have a web form with client side validation. The page is built in asp.net and uses a validation summary to display the error messages in an unordered list. The validation is not the standard asp.net version, but a version they came up with at the company I work at.
    The validation produces some javascript in the page, which appears just before the closing </form> tag, which I understand can cause issues in Safari? However I cannot change the place it appears on the page because its part of a sort of CMS template.
    The validation text appears fine in other browsers, but in Safari it produces a white space. However if you highlight over the space, the text is revealed, and then stays on the page. Also if you scroll the page so that the space disappears off the top of the page, and then scroll back up again, the text is visible. Also if you click the submit button again the text is revealed.
    I have also found that if you use Safari in the Transparent Window mode, it all works fine.
    If anybody out there has any ideas what could be causeing the problem, I would be extremely grateful.
    Mac Mini Mac OS X (10.4.9) Safari 2.0.4

    Hi,
    no, there doesn't exist a client side JavaScript API for this. The message element is only rendered if there is a component error detected in the lifecycle. This means there is nothing you can hook into (e.g. using document.getElementById())
    Frank

  • Website Storage Settings Panel generates script error message

    I am using Chrome, XP sp3 and the latest flash 11.1.102.55
    When I click on the Website Storage Settings Panel here:
    http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager07.htm l
    the panel starts loading but after a few seconds I get a pop up with the following message:
    A script in this movie is causing Adobe Flash player to sun slowly.  If it continutes to run, your computer may become unresponsive.  Do you want to abort the script? Y\N
    Actually, all the settings panels do the same, but I discovered it while attempting to use the above.
    Aborting the script causes the Panel box to go crazy, with it running like a very fast movie through many different looks and nothing is able to be clicked on.
    Not aborting the script causes my computer to become unresponsive as warned.
    I have cleared the cache before doing this.
    Same thing happens in Firefox - which I use when Chrome doesn't work.
    Same thing happens in IE - which I do not use.
    No idea what to do - definitely welcome suggestions!!!!
    Thank you.

    Because you mention Safari I want to pass along this post by VIDEOTRANS from another thread.***************************************************************************************I found a fix for the streaming failure.... 422 error.  I my case it was AVAST anti-virus that blocked Comcast's server from streaming the content to my   Mac Book.  I added the server address:  secure.xfinitytv.comcast.net   to the excluded server list in the Web Shield preferences.  Now the streaming works on every channel...  By excluding ther comcast server it allowed the stream to play in my browser, and no longer blocks it.... YAY!***************************************************************************************Here is a link to the other thread. http://forums.comcast.com/t5/XfinityTV-Website/Error-Message-422/m-p/2469238

  • Funny error message for printer installation

    hello every time i try to install my HP deskjet 1050 j1410 driver i get this error
              setup encountered an unexpected error in the package contents
              the package will not be installed
              please contact your vendor for a new package
    does anyone know what might be causing this error.
    im totally lost.
    thanks you for your time,
                                                    noelie

    Hi again Noelie,
    I found a better link that I think might be the one you are looking for:
    When you install the HP software, the erroro message:  Fatal error during installation. The installer has encountered and unexpected error installing this package.  This may indicate a problem with this package.  The error code is 2753
    Click HERE to view the HP Solutions Document for this error message.
    Let me know if this link does  not work.  Thanks, and good luck!
    Regards,
    BethenyF
    Click the Thumbs up to say thanks. Mark Accepted Solution if the solution solves your issue.

  • My emails from the last five years have disappeared and trying to receive new emails generates an error message

    My antivirus scan secured a FakeAlert threat. Now, all emails from the past five years are no longer visible in my Inbox and are not in the Deleted Items folder. Any time I try to receive a new email I receive the following message:
    "There was an error downloading the following message:
    From: <sender>
    Subject: <subject>
    This message may contain a virus or there is not enough disk space. Skip this message?"
    Enter No:
    "Unable to write the email to the mailbox. Make sure the file system allows you write privileges, and you have enough disk space to copy the mailbox."
    I have write privileges and 184 GB of free disk space. I recently deleted many emails and compacted my inbox. I cannot restore any files that the scan deleted because there are none visible.
    I have contacted my antivirus software providers and they concluded that the problem lies with my email software. Can you please help?

    REmove all emails from the Inbox to other folders.
    When it is empty do the next stage.
    If you are using a POP mail account and have some emails in the webmail view that are missing in Thunderbird, you could get everything currently on the server downloaded again.
    Make hidden files and folders visible:
    * http://kb.mozillazine.org/Show_hidden_files_and_folders
    In Thunderbird
    * Help > Troubleshooting Information
    * click on 'Show Folder' button
    * '''close Thunderbird now - this is important. '''
    * clickon 'Mail' folder
    * click on mail account name
    * Locate and delete these files: '''Inbox and Inbox.msf'''
    * locate and delete this file: '''popstate.dat'''
    * close the window - top right X
    * restart Thunderbird
    A new Inbox will be created.
    A new popstate.dat file will be created.
    It keeps a record of everything downloaded, as it is new and empty, TB will believe everything currently in server Inbox needs to be downloaded.
    This will get everything currently in server Inbox back in Thunderbird. As you already have some emails, you may get some duplicates, but only the once.
    I would not expect any emails are recoverable from the Inbox in Thunderbird because they may have been corrupted by either an unknown reason or by the antivirus program doing something with the file to make emails lose information, it is possible that when you compacted the file emails were lost. Compacting removes 'marked as deleted' emails, but if it didi not know where a marked as deleted email ended, good emails could have been removed due to the corruption.
    In future, compacting should be done on a regular basis, but never compact a file/folder that you think may be corrupted. Getting the error message saying the file may be corrupted was a good hint that somethig was wrong.
    Report back on results.

  • Printing generates an error message E1 on Brother printer

    When I print a Firefox webpage on my Brother printer HL-3070 CW it does not work. The printer kicks in but after just one second of fan trust it posts an error message "Unable to print E1" (Kan ej skriva E1 in swedish). I then need to shut off the printer and restart again in order to reset the printer.
    With other documents the printer works fine (OS test page, word processor files, pdf files).
    I checked with the Brother support without any luck.

    Hi hornbacher,
    Please check out the troubleshooting steps listed in this kb article: [[Fix printing problems in Firefox]] sometimes Firefox's cached printing settings need to be reset.

  • I have elements 8, it will not open anymore and it generates a error message.

    can anyone help me with this? I have been looking for a contact number or someone to call and that seems to be not available. The message says that Photoshop Elements has encountered a problem and needs to close, there is not a specific error code so I really dont know where I sould start. Any help would be appreciated.

    You'll need to update to at least ACR 8.2 for the 70D to be recognized.  The normal way to update PSE12 to the latest CR is to use Help / Updates in the Editor which should update to ACR 8.5.
    According to Adobe's website PSE12 shipped with ACR 8.1 and you say it says yours is reported as ACR 8.0.
    Are you using PSE 11 and not 12?  PSE 11's maximum ACR version is 8.0.

  • WebI Report on SAP BW Query Universe shows error Message

    Hi,
    I build a universe on a SAP Query und developed a WebI Report on top of that. With a SAP_ALL user everything is fine. But then I tried it with a user and its rolls decribed in the Best Practice Guide and I Recieved the following Error:
    Datenbankfehler. Der Datenbankfehlertext lautet: Die MDX-Abfrage SELECT  { .[4B5IPTSAQ8V8UTEVIADGC2NWX], .[4B5IPTKM7A9JC6VFCGB420P75], .[4B5IPUUPD1VSFY44BGP5QCHHT], .[4B5IPTZZ97GYDFYBO4FSM4MMP], .[4B5IPU7NS62NW2HRTYI4W6LCH], .[4B5IPUFCB4ODEP17ZSKH68K29], .[4B6HSC27R5177KZU77OUK5K7L], .[4B5IPW4SITI1JPCTAH37EO9SH], .[4B5IPTCXOBNTTKBZ6M8RRYQHD], .[4B5IPVHQXXOWZTQGSYW6KIDN5], .[4B6HTFBKNZZMESEG0VNLY6ZYP], .[4B69NESW3JU3TBXLMLYMUM0EP], .[4B6HSC9WA3MWQ7JAD1R6U7IXD], .[4B5IPV2DW0HHYKNKHARI0EG7L], .[4B5IPUN0U3A2XBKO5MMTGAIS1], .[4B5IPVX3ZUWC12TD4N0V4MB2P], .[4B5IPX775MIL4U223NEWSY3DD], .[4B5IPWRU3PB63KZ5RZA88U5XT], .[4B5IPWK5KQPGKYFPM57VYS781], .[4B5IPVPFGWAMIG9WYSYIUKCCX], .[4B5IPXMK7JQ0634YFBJLD20SX], .[4B5IPWCH1S3R2BW9GB5JOQ8I9], .[4B5IPWZIMNWVM7ILXTCKIW4NL], .[4B5IPVA2EZ37H770N4TUAGEXD] }  ON COLUMNS , NON EMPTY CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( .[LEVEL01].MEMBERS, .[LEVEL01].MEMBERS ), .[LEVEL01].MEMBERS ), .[LEVEL01].MEMBERS ), .[LEVEL01].MEMBERS ), .[LEVEL01].MEMBERS ), .[LEVEL01].MEMBERS ), .[LEVEL01].MEMBERS ), .[LEVEL01].MEMBERS ), .[LEVEL01].MEMBERS ), .[LEVEL01].MEMBERS ), .[LEVEL01].MEMBERS ), .[LEVEL01].MEMBERS ), .[LEVEL01].MEMBERS ), .[LEVEL01].MEMBERS ), .[LEVEL01].MEMBERS ), .[LEVEL01].MEMBERS ), .[LEVEL01].MEMBERS ), .[LEVEL01].MEMBERS ), .[LEVEL01].MEMBERS ), .[LEVEL01].MEMBERS ), .[LEVEL01].MEMBERS ), .[LEVEL01].MEMBERS ), .[LEVEL01].MEMBERS ), .[LEVEL01].MEMBERS ), .[LEVEL01].MEMBERS ), .[LEVEL01].MEMBERS ), .[LEVEL01].MEMBERS ), .[LEVEL01].MEMBERS ), .[LEVEL01].MEMBERS ), .[LEVEL01].MEMBERS ), .[LEVEL01].MEMBERS ), .[LEVEL01].MEMBERS ), .[LEVEL01].MEMBERS ), .[LEVEL01].MEMBERS ), .[LEVEL01].MEMBERS ), .[LEVEL01].MEMBERS ), .[LEVEL01].MEMBERS ), .[LEVEL01].MEMBERS ), .[LEVEL01].MEMBERS ), .[LEVEL01].MEMBERS ),  { .[0000072801] }  ), .[LEVEL01].MEMBERS ) DIMENSION PROPERTIES .[2ZRLISPFAC___F101], .[1ZRLISPFAC___F119], .[2ZRLISPFAC___F119], .[2ZRLISPFAC___F21], .[2ZRLISPFAC___F34], .[1ZRLISPFAC___F497], .[2ZRLISPFAC___F497], .[1ZRLISPFAC___F53], .[2ZRLISPFAC___F53], .[2ZRLISPFAC___F560], .[1ZRLISPFAC___F578], .[2ZRLISPFAC___F578], .[1ZRLISPFAC___F591], .[2ZRLISPFAC___F591], .[1ZRLISPFAC___F608], .[4ZRLISPFAC___F608], .[1ZRLISPFAC___F611], .[2ZRLISPFAC___F611], .[4ZRLISPFAC___F611], .[2ZRLISPFAC___F615], .[1ZRLISPFAC___F622], .[2ZRLISPFAC___F622], .[4ZRLISPFAC___F622], .[1ZRLISPFAC___F710], .[2ZRLISPFAC___F710], .[10COUNTRY], .[1PMOBJTYP], .[20COUNTRY], .[20POSTAL_CD], .[2PMOBJORT], .[2PMOBJTYP], .[2ZRLISPFAC___F720], .[5PMOBJTYP], .[2ZRLISPFAC___F734], .[1ZRLISPFAC___F735], .[2ZRLISPFAC___F735], .[2ZRLISPFAC___F737], .[5ZRLISPFAC___F737], .[2ZRLISPFAC___F738], .[5ZRLISPFAC___F738], .[1ZRLISPFAC___F752], .[2ZRLISPFAC___F752], .[1ZRLISPFAC___F804], .[2ZRLISPFAC___F804], .[2ZRLISPFAC___F806], .[2ZRLISPFAC___F807], .[2ZRLISPFAC___F808], .[1ZRLISPFAC___F82], .[2ZRLISPFAC___F82], .[1ZRLISPFAC___F846], .[1ZRLISPFAC___F851], .[5ZRLISPFAC___F851], .[1PMCAGTYP], .[2PMCAGTYP], .[2ZRLISPFAC___F852] ON ROWS FROM SAP VARIABLES INCLUDING .[20080825] konnte nicht ausgeführt werden. Fehler FUNCTION_NOT_FOUND. (WIS 10901)
    Any Ideas?

    A couple of tests to run:
    1.  Can you ask the Administrator user to run the report?
    2.  Can the regular user run a query with only one or two objects from the same db/tables?
    These should help to give a clearer picture of where the credentials might be missing.  Authorization can be configured on the BOE CMS, but it can also be erroring due to DB access rights. 
    - If test 1 fails, then it's probably a DB access rights issue. 
    - If only test 2 fails, then it's a CMS credentials issue. 
    - If both succeed, but the original query fails, then it's probably a specific object that's causing the problems.  In that case, you'll have to incrementally add or subtract objects to get to the culprit.

  • Restore couldn't complete. It generates am error message "backup is corrupt or not compatible with the iPone..."

    While upgrading my iPhone to IOS 7.0.6, I disconnected to answer incoming call. When I finish the call, the phone went to restore mode. I completed the upgrade and tried to restore from backup at my computer. However, restore couldn't complete due the error mentioned in the question. I need the data badly. How do I recover or what tool can I use to recover the corrupted backup file?

    Even if deleted all the backups shown in iTunes Preferences>Devices, check the actual backup folder on your computer to be sure there isn't one still there that needs to be deleted.  You will find them at one of the following locations:
    Windows XP: \Documents and Settings\(username)\Application Data\Apple Computer\MobileSync\Backup\
    Windows Vista/7: \Users\(username)\AppData\Roaming\Apple Computer\MobileSync\Backup\
    Mac OS X: ~/Library/Application Support/MobileSync/Backup/

Maybe you are looking for

  • Payment Term by Material

    Hi expert, Can we set payment term for each material. Do we have payment term fields in material master? regards,

  • Get Outbound delivery No. for Process Order

    Hi, I need to track <b>Outbound delivery number from process order number</b>. In Process order transaction (COR3) i couln't see delivery number anywhere. Also i tried querying LIPS table with order number , but this takes huge time . I could see the

  • Passing data in UICommand

    Hi, I have implemented my own UICommand as described in https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/kmc/implementing flexible ui one-step-screenflow.article. The purpose of the command is to create a link in km t

  • Since last update In Safari 7.1 commercial messages

    Since i updated to Safari 7.1 after every <enter> a new window is opening containing commercial stuff. How do i get rid of this problem. I turned the extension button off but no result yet.

  • OSX 10.4.6 - mDNSResponder

    Hi! When I open the console I always see some kind of error that happens very often and it seems like it's about my own computer IP that was given by my Vigor2200e router. Here is the error code: mDNSResponder: ERROR: pktResponseHndlr - received malf