Error when trying to search a sales order created by other user

Hi. I'm running SAP HANA One PL 04. I have a problem when I log on with User1 and try to search for sales orders created by another user. I got an error message. I think the user has enough permissions.. Is there anything else I should consider??
Hope anyone can give an idea why this happens
Thanks

Similar Messages

  • Has anyone got a "runtime error" when trying to search in itunes store?

    has anyone got a "runtime error" when trying to search itunes store?

    I assume since you are posting in the iTunes U for iOS forum that you are having issues with the IOS version of the app. What is the exact error message?
    Can you participate in a course's discussion from iTunes U's Course Manager (https://itunesu.itunes.apple.com/coursemanager/)?

  • Error when trying to search archive

    I'm having an issue when trying to search my messenger (v2.0.1) archives. When I choose File > Search Archive I get a "Novell Messenger Archive Login" box connecting to <serverIP>:8310. The globe will just spin and spin and finally after a few minutes I will get the error that the server is not responding.
    I've checked everything that I can think of and everything would seem right, but its not working. Any suggestions or tips on why this is going on or where I can start to troubleshoot?
    The system is GroupWise 7.0.1 running on NetWare 6.0 SP5.

    picture of error message. CLICK.

  • On Windows Platform, encounters error when trying to open an Indesign document created from MAC

    Hi all,
    On Windows Platform, encounters error when trying to open an Indesign document in INDD format created from Mac. Error received "Either the file does not exist, you do not have permission, or the file may be in use by other application". I am currently using Adobe Indesign CC 9.2 Trial version.
    Kindly advise how can i open this document on windows platform and allows me to edit the document.
    Thanks!
    With Rgds,
    Fiona Choy

    Normally there is no problem to open any INDD opening on Windows, when created on the Mac.
    But Mac user are often not aware on the naming limitations. A file name must not contain /, \, |, :
    It should not contain any extended character, it is not a primary problem but will be, if something links to that file, so avoid also: ÄÖÜäöüß+&
    You can use all other non A-Z a-z, 0-9 and - and  _
    I personally would also recommend to avoid spaces.
    This is valid for the INDD file itself but also for all linked content.

  • Account Determination Error When Posting Goods Issue Against Sales Order

    Hello SAP Experts,
    We are currently experiencing a problem during goods issueance against sales order (VL02N). The system terminates the issueance and gives error:
    "Account XXXXXX requires an assignment to a CO object".
    We have tried maintaining the GL account in OKB9 and assign a default profit center there but i didn't work. The material master also contains the profit center. We were only able to post the transaction if we try to default the a cost center in FS00. However we dont want to assign a default cost center as cost centers differ by plant. We are wondering why it asks the cost center considering that it already contains the sales order assignment. We checked the field selection of the GL account, movement type and even the posting key and all showed that the cost center is not required. We are now in a dead end situation here. Please please help us.
    Thanks in advance!

    Dear,
    Message no. KI235?
    GO TO T-CODE FS00 AND EDIT COST ELEMENT AND THEN YOU ASSIGN COST CENTER
    Please check this link,
    [Account Determination |"Account 'xxxxxx' requires an assignment to a CO object"]
    Regards,
    R.Brahmankar

  • Runtime error when I add materials to Sales order

    Hi All,
    The user attempted to add materials to Order 4002262638.    When adding 05302 and 05804 to the sales order, SAP
    went to the hourglass and then created the Timed out Runtime Error message.
    The Error at SAP Standard program LZVA_PRO_ALLOF01 at statement,
    When I press enter after giving materials its getting timed out due to long execution time. Looks the select query is taking lot of execution time.
    SELECT DISTINCT vbap~vbeln
             vbap~posnr
             vbap~kwmeng
        FROM vbap INNER JOIN vbak ON vbapvbeln = vbakvbeln
                  INNER JOIN vbep ON vbapvbeln = vbepvbeln
                                 AND vbapposnr = vbepposnr
        INTO TABLE lt_vbap
        WHERE vbak~kunnr  IN r_hienr  AND
              vbap~prodh  IN r_prdha  AND
              vbap~abgru  EQ space    AND
              vbep~wadat  LE gv_datbi AND
              vbep~wadat  GE gv_datab AND
              vbep~edatu  NE '00000000' AND
            vbep~bmeng GT 0 AND
              vbap~kwmeng GT 0.
    Please let me know your ideas.
    Thanks in advance,
    Rama

    Hi,
    Check if some user exits have been written in the includes attached to main porogram in sales order.
    May be the exits arent properly written or activated
    Regards,
    Dhananjay

  • Error when trying to search for folders within an Exchange server

    I am working on an existing application that searches folder within an exchange server in asp.net C#
    The code is very basic is like this 
    FolderView view = new FolderView(int.MaxValue);
                view.PropertySet = new PropertySet(BasePropertySet.IdOnly);
                view.PropertySet.Add(FolderSchema.DisplayName);
                view.PropertySet.Add(FolderSchema.FolderClass);
                view.PropertySet.Add(FolderSchema.ParentFolderId);
                view.Traversal = FolderTraversal.Deep;
                FindFoldersResults findFolderResults = service.FindFolders(new FolderId(WellKnownFolderName.Root, mailbox), view);
    This code has been working on another Exchange server before.
    However when I try to change the exchange server I try to scan I get an error like this :
    Microsoft.Exchange.WebServices.Data.ServiceVersionException: Exchange Server doesn't support the requested version.
       at Microsoft.Exchange.WebServices.Data.ServiceRequestBase.ProcessWebException(WebException webException)
       at Microsoft.Exchange.WebServices.Data.ServiceRequestBase.GetEwsHttpWebResponse(IEwsHttpWebRequest request)
       at Microsoft.Exchange.WebServices.Data.ServiceRequestBase.ValidateAndEmitRequest(IEwsHttpWebRequest& request)
       at Microsoft.Exchange.WebServices.Data.SimpleServiceRequestBase.InternalExecute()
       at Microsoft.Exchange.WebServices.Data.MultiResponseServiceRequest`1.Execute()
       at Microsoft.Exchange.WebServices.Data.ExchangeService.InternalFindFolders(IEnumerable`1 parentFolderIds, SearchFilter searchFilter, FolderView view, ServiceErrorHandling errorHandlingMode)
       at Microsoft.Exchange.WebServices.Data.ExchangeService.FindFolders(FolderId parentFolderId, FolderView view)
       at ExchangeSyncService.ExchangeToSqlService.SyncFolderForSubUser(ExchangeService service, Mailbox mailbox, Int32 nUserID)
    The Exchange server that succeeded and failed are both Exchange 2010.  I am searching are both Exchange 2010, and I checked the documentation that FindFolder is supported by all versions of Exchange 2010. 
    Is it really a version error or something else? Anyone have any insight on this?

    problem solved thanks Glen can I ask you a new question? I ran into another error after solving that problem I got an error message that says 
    Microsoft.Exchange.WebServices.Data.ServiceResponseException: The SMTP address has no mailbox associated with it.
       at Microsoft.Exchange.WebServices.Data.ServiceResponse.InternalThrowIfNecessary()
       at Microsoft.Exchange.WebServices.Data.ServiceResponse.ThrowIfNecessary()
       at Microsoft.Exchange.WebServices.Data.MultiResponseServiceRequest`1.Execute()
       at Microsoft.Exchange.WebServices.Data.ExchangeService.InternalFindFolders(IEnumerable`1 parentFolderIds, SearchFilter searchFilter, FolderView view, ServiceErrorHandling errorHandlingMode)
       at Microsoft.Exchange.WebServices.Data.ExchangeService.FindFolders(FolderId parentFolderId, FolderView view)
       at ExchangeSyncService.ExchangeToSqlService.SyncFolderForSubUser(ExchangeService service, Mailbox mb, Int32 nUserID) 
    The line of code that triggers this problem is 
    FolderView view = new FolderView(int.MaxValue);
                view.PropertySet = new PropertySet(BasePropertySet.IdOnly);
                view.PropertySet.Add(FolderSchema.DisplayName);
                view.PropertySet.Add(FolderSchema.FolderClass);
                view.PropertySet.Add(FolderSchema.ParentFolderId);
     view.Traversal = FolderTraversal.Deep;
                FindFoldersResults findFolderResults = service.FindFolders(new FolderId(WellKnownFolderName.Root, mb), view);
    The error gets triggered on service.FindFolders. I am trying to grab all the folders from 1 user's account I am trying to access with a super admin account that has all access to all mailbox to all users on the server.
    Any idea what is going on there?  
    It worked on my previous server just not working on this new server here. 
    Thanks

  • Network timeout error when trying to search in itunes

    Every time I try to click on an app in the itunes app store, or do a search, I get the following error message:
    "We could not complete your itunes store request. The network connection has timed out. Make sure your network settings are correct and your connection is active, and try again"
    All browsers, email, and everything is working just fine with no issues. The itunes storefront pulls up just fine, but does not function when clicking on things due this (erroneous) error message. I cannot even do a search without getting this message.

    I've been having the same issue for the last 4 days. Still happening, today. It's making it impossible to search for any tv shows or music. I click on a link in iTunes, it 'searches', and then times out. Sometimes I can get to that link after trying 4 or 5 times. Most times, I can't get in at all.
    I'm getting very frustrated.

  • Odd error when trying to search on btplc

    Is this at my end?
    CFML Runtime Error
    General SQL Error
    Request
    /search/index.cfm
    File Trace
    //rdfp0282/extranet/*********/search/index.cfm
    |
    +-- //rdfp0282/extranet/*********/search/SuggestedLinks.cfm
    Type
    Database
    Query Error
    An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: TCP Provider, error: 0 - No connection could be made because the target machine actively refused it.)
    Datasource
    BTPLC_SEARCH_LIVE
    Native Error Code
    SQL State
    SQL
    Tag Context
    CFIF (//rdfp0282/extranet/*********/search/index.cfm, Line=547, Column=2)
    |
    +-- CFMODULE (//rdfp0282/extranet/*********/search/index.cfm, Line=589, Column=5)
        |
        +-- CFIF (//rdfp0282/extranet/*********/search/SuggestedLinks.cfm, Line=2, Column=1)
            |
            +-- CFSTOREDPROC (//rdfp0282/extranet/*********/search/SuggestedLinks.cfm, Line=9, Column=2)
    Source
    6 :
    7 : <cfset strCriteria=ATTRIBUTES.Criteria >
    8 : <cfset strMethod=ATTRIBUTES.Method >
    9 : <cfstoredproc procedure="proc_SuggestedLinksFetch" datasource="#CALLER.dataSource#">
    10: <cfprocparam dbvarname="@searchCriteria" cfsqltype="CF_SQL_VARCHAR" value="#strCriteria#">^ Snippet from underlying CFML source
    -+-No longer a forum member-+-

    caller
    struct
    APPLICATION
    struct
    Collections
    thegroup,sharesandperformance,news,Societyandenvironment,innovation,careercentre
    DSN
    BTPLC_SEARCH_LIVE
    FileExtensions
    .html,.htm
    Mode
    [empty string]
    Path
    \\rdfp0282\extranet\*********
    Url
    http://www.btplc.com
    CRRegScheme
    Responsible business registrant
    ContentTypeList
    [empty string]
    PathFromRoot
    search\index.cfm
    Quote
    SearchCategory
    careercentre
    ShowAllPagesLink
    YES
    ShowPageLinks
    0
    TCriteria
    TMethod
    and
    TPage
    0
    TPosition
    0
    TSearchCollection
    [empty string]
    TStartRow
    [empty string]
    TSummary
    Yes
    TType
    [empty string]
    blnSearchAll
    1
    catList
    [empty string]
    ctList
    [empty string]
    dataSource
    BTPLC_SEARCH_LIVE
    dsn2
    bt_media_centre
    dsn3
    climate_change
    intMaxPosition
    10
    intPageSize
    10
    intTotalResults
    0
    qrySuggested
    [empty string]
    rb10Checked
    [empty string]
    rb1Checked
    CHECKED
    rb2Checked
    CHECKED
    rb3Checked
    CHECKED
    rb4Checked
    CHECKED
    rb5Checked
    CHECKED
    rb6Checked
    CHECKED
    rb7Checked
    [empty string]
    rb8Checked
    [empty string]
    rb9Checked
    [empty string]
    sHaveResults
    NO
    searchCriteria
    searchTermIds
    [empty string]
    searchwhat
    all
    splitbyCategory
    [empty string]
    strCollectionList
    thegroup,sharesandperformance,news,btmcsqlnews,responsiblebusiness,btmcsqlSandE,innovation,careercentre
    strDisplayCollections
    [empty string]
    strRoot
    \\rdfp0282\extranet\*********\
    cffile
    struct [empty]
    cfthread
    struct [empty]
    cgi
    struct
    AUTH_TYPE
    [empty string]
    AUTH_USER
    [empty string]
    CF_TEMPLATE_PATH
    \\rdfp0282\extranet\*********\search\index.cfm
    CONTENT_LENGTH
    40
    CONTENT_TYPE
    application/x-www-form-urlencoded
    CONTEXT_PATH
    [empty string]
    GATEWAY_INTERFACE
    [empty string]
    HTTPS
    off
    HTTP_ACCEPT
    text/html,application/xhtml+xml,application/xml;q=(REMOVED BY ME)
    HTTP_ACCEPT_CHARSET
    ISO-8859-1,utf-8;q=(REMOVED BY ME)
    HTTP_ACCEPT_ENCODING
    gzip,deflate
    HTTP_ACCEPT_LANGUAGE
    en-gb,en;q=0.5
    HTTP_AUTHORIZATION
    Basic Og==
    HTTP_CONNECTION
    keep-alive
    HTTP_CONTENT_LENGTH
    40
    HTTP_CONTENT_TYPE
    application/x-www-form-urlencoded
    HTTP_COOKIE
    RD028cookie1=R*********
    HTTP_HOST
    www.btplc.com
    HTTP_KEEP_ALIVE
    115
    HTTP_REFERER
    http://www.btplc.com/News/Articles/Showarticle.cfm?ArticleID=(REMOVED BY ME)
    HTTP_USER_AGENT
    Mozilla/5.0 (Windows; U; Windows NT 6.1; en-GB; rv:1.9.2.6) Gecko/******** Firefox/3.6.6
    PATH_INFO
    [empty string]
    PATH_TRANSLATED
    \\rdfp0282\extranet\*********\search\index.cfm
    QUERY_STRING
    [empty string]
    REMOTE_ADDR
    REMOTE_HOST
    REMOTE_IDENT
    [empty string]
    REMOTE_USER
    [empty string]
    REQUEST_METHOD
    POST
    SCRIPT_NAME
    /search/index.cfm
    SERVER_NAME
    www.btplc.com
    SERVER_PORT
    80
    SERVER_PORT_SECURE
    0
    SERVER_PROTOCOL
    HTTP/1.1
    SERVER_SOFTWARE
    Microsoft-IIS/6.0 BlueDragon.NET/7.1
    Blue * denotes that I've removed the info
    -+-No longer a forum member-+-

  • ERROR WHEN TRYING TO ACCESS A FORM FROM A SCHEMA OTHER THAN APPS.

    We are having a archive schema and we want the same standard form to be used to point
    to this scehma and get teh details of archive orders. what are the basic setups
    that needs to be done to achieve this.
    What are the basic grants and setups that we will have to provide
    when we do this.
    What we have tried is that the datagroup for the responisbility of the form is attached to the Custom schema.
    But We are getting some errors.
    Errors are given below are received when i click and try to access the form.
    ORA-00942: table or view does not exist has been detected in FND_GLOBAL.Initialize
    APP-FND-09126The Custom event WHEN-RESPONSIBILITY-CHANGED raised unhandled excpetion. ORA-04067: not excuted,stored procedure PUBLIC.FND_DEBUG does not exist.
    Please help!!

    Hi ,
    Thanks for your update.Do ihave to give grants for all the standard objects also. How do i find what are the objects that i will have to give grants? I tried taking trace but it doesnt show any SQL's.
    Please let me know.
    Regards,
    Sajna
    Edited by: user10983581 on Jun 16, 2009 8:14 PM

  • I keep getting an error when trying to delete a folder I created in iCloud drive?

    Hi, I have created some folders in the root level of my iCloud drive and now I want to delete them, (using icloud.com). The problem is that I keep getting a message telling me that they cannot  be deleted and to try again later and then they just re-appear !!!  Anyone got any ideas / have experienced this issue?
    Many Thanks.

    Mail > Preferences > Accounts > Account Information. Outgoing Mail Server: smtp.gmail.com
    Mail > Preferences > Accounts > Advanced. Port 993 with SSL checked. Authentication: Password.

  • ODBC 8.1.7 Error when calling a stored procedure that owned by an other user

    I am testing my application VB for certified to use the
    Client 8 with ODBC Driver 8.1.7.0 , because today this application
    have been working with Client 7 and ODBC driver 7.3 version 2.5.
    But i have some surprises:
    Set qy = con.CreateQuery("", "{CALL OFS.INSERT_DEPT (?,?,?)}")
    OFS is the owner of the proc
    (other combinations {BEGIN ...;END;} also doesn't work, except the owner executes the stmt)
    qy(0) = "6"
    qy(1) = "ABCDEF"
    qy(2) = "L88"
    at this point it gives an VB error:
    40041 Object Collection: Couldn't find item indicated by text.
    PS: With previous ODBC Driver 7.3 v2.5 this error doesn4t occur.
    I have the rights to execute the procedure
    GRANT EXECUTE ON OFS.DEPT TO OFS_USERS;
    Is there any other way to get this procedure work? Its a BUG ?
    My Procedure:
    create or replace procedure INSERT_DEPT(
    in_deptno in number,
    in_dname in varchar2,
    in_loc in varchar2)
    is
    begin
    insert into dept(deptno, dname, loc)
    values(in_deptno, in_dname, in_loc);
    end;
    show errors;
    GRANT EXECUTE ON OFS.INSERT_DEPT TO OFS_USERS;
    Environment:
    Client:
    VB 5.0 SP3 (using RDO 2.0)
    NT 4.0 SP6
    Oracle8i Client 8.1.7.0.0
    Oracle ODBC Driver 8.1.7.0.0
    PS: This error already occured with Oracle ODBC Driver 8.1.7.7.0
    Server:
    Oracle8i Enterprise Edition Release 8.1.7.4.1
    Win 2000 SP2
    Thanks in advance.

    I have no problem executing that statement from ODBCTest on my machine
    Client:
    Win2k,
    Oracle ODBC driver 8.1.7.7
    Oracle client 8.1.7.0
    Server:
    Oracle 8.1.7.0
    First, can you try replacing the ?'s with explicit parameters? I can't imagine that an error binding the variables would cause an error like this, but I'd just like to rule it out.
    Second, can you grab the ODBC SDK from Microsoft <http://www.microsoft.com/data> if you haven't already and try that statement from within the ODBCTest sample application? If that works for you, then there must be something in the layers between your application and the ODBC driver which are confusing things. Which API are you actually using from VB? I'm guessing ADO, but I'd like confirmation on that.
    Third, did you set any parameters to non-default values when you configured your DSN? I left everything as-is on my machine, so I'll try to replicate any changes you might have made to see if that changes anything.
    Finally, can you post the connection string you're using?
    Justin

  • Getting error 80072f0d when trying to search for N...

    Hi there,
    I'm getting an error when trying to search for Nokia Lumia 800 update through Windows Phone 7 Connector on my Mac. Attached below the is the full error message. Can anybody help me with this, please? Thank you very much!!
    Some more info, my phone currently runs OS version 7.10.8107.79.
    Here now the error message:
    We aren’t able to check "NOKIA Lumia 800" for available updates right now. Please try again later. If you need to contact support, reference error 80072f0d
    Current Version: 07.10.08107.03

    Hi,
    Thanks for your feedback both of you.
    It may be required for you to reset the Lumia in order for the update to be installed. You will find this option in Settings>About>reset your phone. This will erase all information on your phone so make sure you have synced all contact and calendar data with your respective Exchange Active Sync accounts and your media files with Zune. You can use the app Reinstaller to download all (paid) apps again. When prompted select BUY for your app and it will be recognized as bought before and you will be allowed to install it again.
    Hope this helps,
    Kosh
    Press the 'Accept As Solution' icon if I have solved your problem, click on the Star Icon below if my advice has helped you!

  • Error  : Sales order 'create with Reference' to the contract

    We have made a value contract. Now we are trying to make a Sales order 'create with Reference' to the contract.
    when we do that, we am getting error 'copying material in any value contract item is not permitted'
    Any help or directions would be greatly appreciated . We are on Ecc 6.0
    Rohit

    As of now my value contract has just one material. so i dont need assortment module settings. right?
    in VTAA settings are as follows
    Target type: OR  
    Source type: ZK1
    there is only on item category
    Target item category: TAN   
    Source item category: WKN
    Copying requirement : 301
    update doc flow : 2
    pricing type : C
    cont item copy mode : A
    DataT am using 151,102,002
    There are no schedule line.
    Rohit
    Edited by: rohit kumar on May 15, 2008 7:36 PM

  • Error when trying to save a file

    I get this error when trying to save any file (newly created or not) word document in MS word 2010:"You are attempting to save a file type (plain text files) that has been blocked by your File Block settings in the Trust Center".
    I followed the directions given by the Microsoft Knowledge Base article 922850, but I am still having this issue. I can still save files as PDF but not in any kind of word format. 
    I also tried opening another file copy and pasting under a different name and it doesn't help.
    Please Help.
    Bruce

    Hi,
    Please try the following methods:
    Using Administrative Template files and the Office Customization Tool to disable the restriction
    Use a trusted location, or create an exempt location
    Quote from:
    http://support.microsoft.com/kb/922849/en-us
    Regards,
    George Zhao
    TechNet Community Support

Maybe you are looking for

  • Why does iMove '08 take so long to process video??

    In iMove '06, I could record from my DVR into my machine, edit out what I didn't want, then immediately export the video to iDVD to burn it. The entire editing/burning process took about 1.5 hours. Now due to the fact that iMovie has to process the v

  • Supported Video Cards - I Know...Not Again!!!

    Hello, I had to remove an extension awhile back from the Extensions folder in <<System - Library - Extensions>> and i noticed a few Driver.bundle's. What caught my eye were the videocard driver bundles. They are: Apple Intel GMA 950GLDriver.bundle Ap

  • LEA IN 4.7E and ECC 6.0

    Hi All, In our project LEA is in 4.7E R/3 and CRM is in seperate platform. We have to decouple that connection b/w 4.7E R/3 and CRM, we have to upgrade that r/3 to ECC 6.0. and then we have to couple the ECC6.0 and CRM. Now there is any difference in

  • Component Palette - Is there a way to..?

    The length of the component palette on my JDeveloper 3.1 got reduced for reasons that are not clear to me. I can scroll through the palette to view the components but this is not convenient. When I reinstalled JDeveloper 3.1, the length of the palett

  • Web Service in Web Intelligence

    Hi, I am a newbie to this and am facing a problem.I want to write a Web Service in java which can act as DataSource for the document.I would be glad if anyone could tell me how to proceed or give a sample web service in java so that i can understand