Followed all guideline still ABAP Query won't save: foreign namespaces msg

Hi Experts,
I was testing for the first time how to create APAB Query and followed a step by step in a link to complete it. Saving is now a problem i have followed every instruction I can get online but still I am getting the message that
u201CTest objects cannot be created in foreign namespacesu201D
I have done everything suggested in the following SAP message:
u201CProcedure:
Assign the object to a package whose name begins with /GRC/.
If you want to create the object as a test object, you can also assign it to a local package (begins with $) or a test package (begins with T).u201D
Any more help here? This is a test on an IDES system.
Thanks

Hi,
Are you trying to name your SAP query /GRC/... That namespace is reserved to SAP. You should use name starting with Z, which is reserved to customers, and save it to $TMP package.
Sandra

Similar Messages

  • Tried to upgrade Firefox, followed all the steps, but on homepage still says I need to upgrade to the latest version.

    On the start page it said that I needed to update Firefox to the latest version. So I clicked on update and followed all the steps. I clicked to save to desktop, but there is no icon there and when I go to the start page, it keeps saying that I need to update Firefox to the latest version. Also when I try to play my games at Pogo.com, it says I have a pop-up blocker on and the games will not load. How do I get rid of this? Can't find a pop-up blocker in my tool bars. Is it a part of the Mozilla Firefox?

    You are updated see your user agent :
    Mozilla/5.0 (Windows NT 5.0; rv:9.0.1) Gecko/20100101 Firefox/9.0.1
    all you have to do is to '''set another page as the home page''', see why is that in '''cor-el''' reply [https://support.mozilla.org/en-US/questions/905310 here] .
    for pop-up blocker : go to '''TOOLS''' > '''OPTIONS''' > '''CONTENT PANEL''' and '''UNCHECK''' ''Block Pop-up Windows [ ] '' then click '''OK''' to save it, '''exit firefox and restart-it'''. (By default, Firefox blocks annoying pop-up windows on websites. Unchecking this option will disable pop-up blocking). '''OR''' do an exception in exceptions area.
    for more info : [https://support.mozilla.org/en-US/kb/Options%20window%20-%20Content%20panel Options window - Content panel]
    thank you
    Please mark "Solved" the answer that really solve the problem, to help others with a similar problem.

  • Tricky dynamic date variant in ABAP query

    Hello All,
    In an abap query there is a date field in the selection screen with from & to values.
    I am trying to create a dynamic variant that will fill the following data into those fields:
    From date: will be left blank
    To date: will show today's date - 90 days
    For example, if today's date is 01/12/2006 the variant should fill the following data into the fields:
    From date: <blank>
    To date: 01/09/2006
    I have tried all the methods I know with dynamic dates calculation in the variant definition but did not manage to create such variant.
    Any help will be very appreciated and points would be rewarded generously !
    Thank you very much,
    Ronen

    If the "from" date is meant to be left blank (beginning of time) and the "to" date is some date plus or minus number of days from today, you use the "current +/- days" dynamic date calculation format as was mentioned earlier.  Likewise if the "from" date is some date plus or minus today's date, and the "to" date is infinity -- you only need the one Dynamic Date calculation.
    To do this, first don't think about this as a date range, think of your Dynamic Date calculation as if this were a single parameter and not a select-option.  You are really saying "my date is anything LT/LE this date" or "my date is anything GT/GE this date" -- not a range
    In the Save Variant screen, find the desired date select-option and:
    1. Choose in column "Selection Variable", a "D" (Dynamic date calculation)
    2. Use F4 in the "Name of Variable" column
    3. Find "Current date +/- ??? days" or "Current date +/- ??? work days" in the popup, as appropriate
    4. For "I/E" (include/exclude) column select as appropriate
    5. For "Option" column, choose "LE", "LT", "GE", "GT", "NE" as appropriate
    6. After clicking green check mark, enter your plus or minus days (and factory calendar if using work days).
    7. Finish saving your variant.
    8. You may not see your changes in your variant until you back all the way out of the variant and then redisplay it.  You'll see a greyed out date along with the symbol matching your choice (LT, LE, etc.)
    Unfortunately if you don't have infinity on either end of the date you are limited to 999 days differences as far as I am aware.  If that is the case you can populate TVARVC table with parameter or selection variables, maintain them with STVARV transaction by hand, or use an ABAP program in batch to regularly calculate the values.  Then you can reference the TVARVC values in your variant instead of the Dynamic Date calculation.
    If someone knows a way to bypass the use of TVARVC for date ranges that are more than 999 days apart please let me know.  TVARVC works well but it is extra effort whereas Dynamic Date calculation would be much easier to maintain if the date range could be made larger than 999 days.

  • Performance tuning for ABAP Query (created from t-cd SQ01)

    Hello all,
    We created ABAP Query report from transaction SQ01.
    But the generated report has an appropriate SQL statement which causes performance problem.
    To solve this issue, I guess the easiest way is;
    0. Give up to use it.
    1. Copy it to another object in the customer namespace.
    2. Ajust SQL statement.
    But I'm wondering if there're appropriate ways to adjust SQL statement of Query.
    Could anybody give me any better idea?
    Thank you
    Yuko

    You can try this: Create 2 ranges, for objnr and cdtcode and fill like:
    ra_objnr-sign = 'I'.
    ra_objnr-option = 'CP'.
    ra_objnr-low = 'OR*'.
    append ra_objnr.
    ra_code-sign = 'I'.
    ra_code-option = 'CP'.
    ra_code-low = 'CO*'.
    append ra_code.
    SELECT objnr udate utime
    FROM jcds
    INTO TABLE it_jcds
    WHERE objnr IN ra_objnr
    AND stat = l_tj02t
    AND cdtcode IN ra_code
    AND inact = space
    Regards,
    John.

  • Question in ABAP query

    Hello All:
       I created ABAP query and when I transported the system created transport number but it also creates defualt description "transport for ABAP query". I did a mistake by not going to tranports and updating the description to something meaningful! I created several queries and all have same description "Transport for ABAP query" and when I go to se10 it does not tell me what query the transport is tied to!! Is there a way I can find the query I created based on tranport request number? Please help me.
    Thanks.
    Mithun

    Hi Mithun,
    Go into SQ02 or SQ03 and click the Transport button to get into the Query Transport functions (or you can execute RSAQR3TR from SA38).
    Select the Display radiobutton at the top of the screen.
    Input the transport number in the "Dataset with imports" field at the bottom of the screen.
    Click execute and you will get a list of the Query Transport contents.
    hope that helps
    Points Appreciated
    Robin

  • How to find T-Code assigned to ABAP Query...

    Hi All,
    I have ABAP query, Infoset and user grp with me.
    Can anybody let me know, how to find the T-code assigned to this ABAp Query.
    Regards,
    Sanjay

    Hi.
    In SQ01 tcode .. Check the Program attached to the SAP Query .
    Then Goto Tcode SE93 and Open this Program.
    There you can find the (Transactions)Tcodes created for this program.
    Note: You can also check in TSTC table using the Program name. It a Tcode is already created for ur Query then it will be in TSTC.
    REWARD IF HELPFUL,

  • Can't open my photo library after upgrading to iPhoto 11.  is it possible to load iPhoto 9.0.1 after loading 11?  have followed all other instructions but it still won't let me open iPhoto.

    can't open my photo library after upgrading to iphoto 11.  Is it possible to download iphoto 9.0.1 after installing '11.  Have followed all the other instructions and am in a loop which doesn't allow me to access iphoto or my photos.

    when iphoto wouldnt open we read the trouble shooting info and it said that we may have needed to download 9.0.1 if we had an older version.  We obviously didn't download it before the upgrade and wondered if it would cause problems or indeed solve the problem if we downloaded it now!
    When we try to open iphoto is says:
    To open your library with this version of iphoto it first needs to be prepared
    To prepare the library use the iphoto library upgrader available from Apple.
    We have downloaded this twice now and it still sends us this message when we try to open iphoto. 

  • My macbook won't shut down.  Had MacDefender and followed all instructions for removal but still get told can't shut down cause their processes are running.  Any suggestions?

    I followed all directions and quit all processes, emptied trash etc.  When I try to shut down I get pop-ups telling me apps are running even though I quit them.  I can't install upgrades because I can't shut down.  Doing a hard reboot doesn't help at all.  Any suggestions?

    If any of the apps won't quit on you in future, try ti kill them in Terminal:
    killall Finder
    then hit enter
    If you don't know the official app name (how OS SX sees it), go to COMMAND_OPTION_ESCAPE and see the official name in the running app list.
    The power button method above works 100%, but will bypass saving of session states for all services, so your OS X could be unstable after reboot and won't remember some settings you had prior to shuting down. Use it only as a last resort.

  • Why can I download Gmail to my mac's mail - but I can not send?  I have followed all instructions I can find but it still won't send.  Any thoughts?

    I have a strong desire to use the native apps on my Mac for mail and calendar - but my new position is using Gmail.
    I can send mail and calendar works fine - but I can not send mail.  I have followed all the directions and still can't see to get it to work.
    Is there a step I am missing?  Has anyone else successfully tackled this issue?
    Thanks
    Bill

    Are there any error messages to give us a clue?
    There is no 'issue', millions of people use Gmail with a Mac, they send mail so the 'issue' is with your machine so we'll concentrate on that. Post the SMTP settings that are in use for this account, post the authentication method as well, tell me whether you have activated Google's '2 Factor' authentication method if you have.

  • TS1398 I followed all your ideas above but still Ipad won't connect

    MY ipad will not connect to the bt wifi box at home. It tells us that the password is incorrect but isn't. We have followed all of the ideas above but none will work. Thanks

    Some things to try first:
    1. Turn Off your iPad. Then turn Off (disconnect power cord for 30 seconds or longer) the wireless router & then back On. Now boot your iPad. Hopefully it will see the WiFi.
    2. Go to Settings>Wi-Fi and turn Off. Then while at Settings>Wi-Fi, turn back On and chose a Network.
    3. Change the channel on your wireless router (Auto or Channel 6 is best). Instructions at http://macintoshhowto.com/advanced/how-to-get-a-good-range-on-your-wireless-netw ork.html
    4. Go into your router security settings and change from WEP to WPA with AES.
    5.  Renew IP Address: (especially if you are droping internet connection)
        •    Launch Settings app
        •    Tap on Wi-Fi
        •    Tap on the blue arrow of the Wi-Fi network that you connect to from the list
        •    In the window that opens, tap on the Renew Lease button
    6. Potential Quick Fixes When Your iPad Won’t Connect to Your Wifi Network
    http://ipadinsight.com/ipad-tips-tricks/potential-quick-fixes-when-your-ipad-won t-connect-to-your-wifi-network/
    ~~~~~~~~~~~~~~~~~~~~~~~~~
    iOS 6 Wifi Problems/Fixes
    Wi-Fi Fix for iOS 6
    https://discussions.apple.com/thread/4823738?tstart=240
    How To: Workaround iPad Wi-Fi Issues
    http://www.theipadfan.com/workaround-ipad-wifi-issues/
    Another Fix For iOS 6 WiFi Problems
    http://tabletcrunch.com/2012/10/27/fix-ios-6-wifi-problems-ssid/
    Wifi Doesn't Connect After Waking From Sleep - Sometimes increasing screen brightness prevents the failure to reconnect after waking from sleep. According to Apple, “If brightness is at lowest level, increase it by moving the slider to the right and set auto brightness to off.”
    Fix For iOS 6 WiFi Problems?
    http://tabletcrunch.com/2012/09/27/fix-ios-6-wifi-problems/
    Did iOS 6 Screw Your Wi-Fi? Here’s How to Fix It
    http://gizmodo.com/5944761/does-ios-6-have-a-wi+fi-bug
    How To Fix Wi-Fi Connectivity Issue After Upgrading To iOS 6
    http://www.iphonehacks.com/2012/09/fix-wi-fi-connectivity-issue-after-upgrading- to-ios-6.html
    iOS 6 iPad 3 wi-fi "connection fix" for netgear router
    http://www.youtube.com/watch?v=XsWS4ha-dn0
    Apple's iOS 6 Wi-Fi problems
    http://www.zdnet.com/apples-ios-6-wi-fi-problems-linger-on-7000004799/
    ~~~~~~~~~~~~~~~~~~~~~~~
    How to Boost Your Wi-Fi Signal
    http://ipad.about.com/od/iPad_Troubleshooting/a/How-To-Boost-Your-Wi-Fi-Signal.h tm
    Troubleshooting a Weak Wi-Fi Signal
    http://ipad.about.com/od/iPad_Troubleshooting/a/Troubleshooting-A-Weak-Wi-Fi-Sig nal.htm
    How to Fix a Poor Wi-Fi Signal on Your iPad
    http://ipad.about.com/od/iPad_Troubleshooting/a/How-To-Fix-A-Poor-Wi-Fi-Signal-O n-Your-iPad.htm
    iOS Troubleshooting Wi-Fi networks and connections  http://support.apple.com/kb/TS1398
    iPad: Issues connecting to Wi-Fi networks  http://support.apple.com/kb/ts3304
    WiFi Connecting/Troubleshooting http://www.apple.com/support/ipad/wifi/
    How to Fix: My iPad Won't Connect to WiFi
    http://ipad.about.com/od/iPad_Troubleshooting/ss/How-To-Fix-My-Ipad-Wont-Connect -To-Wi-Fi.htm
    iOS: Connecting to the Internet http://support.apple.com/kb/HT1695
    iOS: Recommended settings for Wi-Fi routers and access points  http://support.apple.com/kb/HT4199
    How to Quickly Fix iPad 3 Wi-Fi Reception Problems
    http://osxdaily.com/2012/03/21/fix-new-ipad-3-wi-fi-reception-problems/
    iPad Wi-Fi Problems: Comprehensive List of Fixes
    http://appletoolbox.com/2010/04/ipad-wi-fi-problems-comprehensive-list-of-fixes/
    Connect iPad to Wi-Fi (with troubleshooting info)
    http://thehowto.wikidot.com/wifi-connect-ipad
    Fix iPad Wifi Connection and Signal Issues  http://www.youtube.com/watch?v=uwWtIG5jUxE
    Fix Slow WiFi Issue https://discussions.apple.com/thread/2398063?start=60&tstart=0
    How To Fix iPhone, iPad, iPod Touch Wi-Fi Connectivity Issue http://tinyurl.com/7nvxbmz
    Unable to Connect After iOS Update - saw this solution on another post.
    https://discussions.apple.com/thread/4010130
    Note - When troubleshooting wifi connection problems, don't hold your iPad by hand. There have been a few reports that holding the iPad by hand, seems to attenuate the wifi signal.
    Wi-Fi or Bluetooth settings grayed out or dim
    http://support.apple.com/kb/TS1559
    ~~~~~~~~~~~~~~~
    If any of the above solutions work, please post back what solved your problem. It will help others with the same problem.
     Cheers, Tom

  • Have followed all your instructions to enable cookies but still cannot sync

    I have followed all the various instructions on your support site and still cannot sync my Mozilla account. I have unlinked the machine in question and now am told that cookies are not enabled. I know that they are as I changed the settings to ask me every time and that is working. What do I do now?

    Hi romekm,
    Thank you for your question. What does this warning look like? Cookies do not need to be enabled in order to sync AFAIK.[[How do I create a screenshot of my problem?]]
    [[How to fix preferences that won't save]] is a good reference if the cookies are not saving.
    Please post back with your results.

  • TS2570 I am getting runtime error R6034 when opening iTunes i have followed all instructions on reinstalling and it still occars

    I am getting runtime error R6034 when trying to open iTunes I have followed all instructions for reinstalling iTunes but it still occurs can any help please?

    Click here and follow the instructions. You may need to completely remove and reinstall iTunes and all related components, or run the process multiple times; this won't normally affect its library, but that should be backed up anyway.
    (99537)

  • I've followed all the instructions in order to restore my ipod touch yet it won't even turn off or show the red slipper to shut down. I've tried holding down both buttons each at a time it doesn't do anything. Anybody ever experience this? If so help?

    I've followed all the instructions in order to restore my ipod touch yet it won't even turn off or show the red slipper to shut down. I've tried holding down both buttons each at a time it doesn't do anything. Anybody ever experience this? If so help? Should I just go to the apple store?

    Try:
    - iOS: Not responding or does not turn on
    - Also try DFU mode after try recovery mode
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings
    - If not successful and you can't fully turn the iOS device fully off, let the battery fully drain. After charging for an least an hour try the above again.
    - Try on another computer
    - If still not successful that usually indicates a hardware problem and an appointment at the Genius Bar of an Apple store is in order.
    Apple Retail Store - Genius Bar       

  • HT201210 I am trying to restore software on my iPad which is connected to my PC with iTunes when i'm in recovery mode a warning comes up "The iPad could not be restored an unknown error occurred (1604) I have followed all suggestions  but still my iPad is

    I am trying to restore software on my iPad which is connected to my PC with iTunes when i'm in recovery mode a warning comes up
    "The iPad could not be restored an unknown error occurred (1604) This i have discovered probably a USB timing problem ?
    I have followed all suggestions  but still my iPad screen is locked with a iTunes logo and a USB cable beneath it, wish I had never bothered
    to update it now. Any help would be appreciated. rg

    When I restart my iPad the connect to iTunes comes up and stays on until it shuts down again, I have read a report from Apple support suggesting I reinstall iTunes so I might try that again and also your suggestion which i shall also try, but thanks again - rg1547

  • ITunes unable to recognize iPod, error message along the lines if "iTunes has detected an iPod but unable to recognise" I have followed all the trouble shooting tips and am still stuck? I am now being told by a friend I need a link sent to me to fix this

    Hi,
    I am need of help! I have had this issue for a while now and it's becoming frustrating.
    My iTunes installed on my HP Windows 8 Netbook is unable to recognize my iPod, the error message along the lines of "iTunes has detected an iPod but unable to recognise"
    I have followed all the trouble shooting tips and am still stuck? I am now being told by a friend I need a link sent to me to fix this??
    Someone please help me fix this problem.
    Many thanks.
    Matt.

    Hi
    So just close iTunes and re-open iTunes thats it and that worked for you?
    When you say reset your settings do you mean to factory settings? As my iPod was swapped at the store for a new one and the problem is still there...
    Thanks.

Maybe you are looking for