Caution: n00b question: What is an object starting with X

Please don't say a xylophone.
I mean if I have table z1234 and I see an error in a short dump where the object involved called xz1234, where did the object come from?
Kind regards,
Peter

Hi Peter,
Actually you are not very clear. You mentioned table Z1234 (Is this present in SE11 ?). You mentioned table xz1234. In fact i cannot find any table starting with X in my system. Are you sure xz1234 is a database table.
xz1234 should be some internal table declaration or work area for table Z1234.
DATA : xz1234 TYPE TABLE OF z1234.
or
DATA : xz1234 TYPE z1234.
As Thomas said we are gussing here. Need more information.
Regards

Similar Messages

  • Under Data Marts folder, what is the datasource starting with 8?

    hello BW gurus,
    Run rsa1 -> Source Systems, then pick the BW system itself as the client,  under folders BW DataSources ->  Business Information Warehouse -> Data Marts, we can see some datasources or infosources starting with 8, how these datasouces get created and what are the purpose of them? 
    We know that the datasource starting with 7 means the export datasource generated from PSA, but have no idea what is for datasource starting with 8.   Anyone's explanation is greatly appreciated!

    Hi Kevin,
    The DataSources starting with 8 are the datamart data sources, or Export DatSources. This means that they would supply data from the BW system to the BW system.
    You will notice that the name is 8DataTarget, where DataTarget could be like an ODS object or an InfoCube. This means that data from this ODS or InfoCube can be updated to other data targets in the BW system using update rules.
    You can generate the Export datasource from the context menu of a data target.
    Hope this helps...

  • LiveOffice character objects starts with apostrophe

    Hi
    Using XI3.1 FP 1.8.
    When building a universequery in LiveOffice using objects that is defined in the DB as character, the columnvalues in Excel starts with a leading aposthrophe. Ex Costcenterdimension with values 100, K300 , LiveOffice returns in Excel as '100, 'K300.
    Is this by design in LiveOffice, that it treats objects that is characterobjects this way? I wouldnt like the the leading aposthrophe, because it affects formulas in Excel.
    When converting the objects to integer in the universe, everything is fine. But if the object is like my example with CostCenterdimension (values 100 or value K300 ) then I cant convert those (K300) that have a alphadigit.
    Any insight into this matter would be appriciated
    //Björn

    Nicos82 wrote:
    Ok thanks a lot.
    So you confirm that problem isn't related to database character set. And so we have no Oracle storage problems. This is a good info for me !
    I checked server environment variables and it seems that NLS_LANG is not set at all.
    Honestly I don't know what else checking more....
    I'm going to be confused.do you have data storage problem (incorrect characters in the DB) or
    do you have data presentation problem (client software can't handle Polish characters)?
    use DUMP or ASCIISTR function to inspect the content in the DB

  • What about numbers that start with Zero

    When I enter numbers that start with Zero (EX: 08794) in a cell, Numbers automatically drops the zero. I WANT THE ZERO. How can I do that. I've tried changing the formula to numerals and automatic. Same thing.

    Numbers starting with zeros are usually "labels" rather than "numbers" used in further calculations. If that's the case with yours, the easiest solution is to set the format of the cells where the 'numbers' will be inserted to Text.
    An alternate, useful only if all of the 'numbers' are the same length (eg. five digit zip codes) is to set a Custom format for the cell(s).
    Use the Cell Format Inspector ("42" button in the Inspector) to apply either of these settings.
    Regards,
    Barry

  • Powershell: what course to get started with?

    Hi,
    I have some basic knowledge on Powershell and would love to extend that in order to use with SCCM 2012, AD etc.
    I would like to do this with video training, found these ones:
    Windows PowerShell v2-v3-v4 Ultimate Training - CBT Nuggets
    ScriptingAnswers PowerShell 101 Class
    Lynda - Up and Running with PowerShell 5
    InfiniteSkills - Learning Windows PowerShell
    CBT Nuggets PowerShell 3 Toolmaking Scripting
    CBT Nuggets PowerShell 3 Foundation
    Windows PowerShell Fundamentals LiveLessons
    Any particular you could (un)advise?
    J.
    Jan Hoedt

    Free video training for PowerShell:
    http://www.microsoftvirtualacademy.com/training-courses/getting-started-with-powershell-3-0-jump-start
    ¯\_(ツ)_/¯

  • General questions on how to get started with Oracle OEPE and databases

    My company has a server in the cloud, written using Ruby on Rails. The server is designed to work with a browser, so it communicates via standard HTTP.
    The server has an SQL database.
    The server sends and receives HTTP requests from clients, which are then used to either update the database or retrieve information from the database.
    The database can be edited from a separate admin dashboard.
    I have recently rewritten our client software as a native android app. The new app makes calls to the server that look like browser calls. I have used Eclipse to develop the Android app.
    Sounds pretty standard so far, right? :-)
    I now want to replace the Ruby on Rails server with a new Java server that I will write. I want to use Eclipse to develop the new server. During development, I want to be able to have the new Android app communicate with the development server software that will reside on my desktop.
    So I was thinking that Oracle's tools might be perfect for me, if only I knew which tools to use. There are lot to choose from. :-)
    I believe that all I need is OEPE and a database. I would like to keep it pretty simple. I don't want to learn 20 new tools. It will be enough effort to become proficient in OEPE and a database.
    I looked at "Oracle Database Tools >> Connecting to an Oracle database" in the help files for OEPE 12.1.1. I tried going through the help files for Database connections, but I got to a "New Connection Profile" form that asks me for a SID, a user name, a password, etc. I don't have any of those. I tried to enter some data in the forms and ping the database, but I could not get any results from the ping. So my first question is: Do I have to sign up for an Oracle database in the cloud or is there a database contained within the OEPE software that I just installed. I will have to do the former anyway when I eventually deploy my new server software, so maybe the right thing to do is sign up for the "database in the cloud" service now, and use it during development.
    The other question I have is about getting a simple application client and server application sample. I found a "hello world" example at http://docs.oracle.com/cd/E13224_01/wlw/docs103/guide/webapplications/workshopJSP/tutorialJSP/TutorialJSPMakeJSP.html, but that is for WLS 10.3 and it doesn't seem to match the 12.1.1 software very well.
    So does anybody know where I can find a simple client and server sample program for WLS 12.1.1?
    If I can get these two questions answered, I can start making some progress.
    Thanks in advance to anybody who can help me navigate this minefield.
    Jim

    I wanted to add some information to my previous posting.
    1. The server I will develop will communicate ONLY with Android and iOS native apps, so the interface will not be HTML or XML. The information sent by the server to the client will be JSON. The information sent by the client to the server will be HTTP parameters, usually in the form of URL-encoded form data. This is not a browser-to-server server interface, so JSP is probably not appropriate for the server. The communication protocol will be HTTP.
    2. I don't need anything fancy on the server side. The server will simply be a Java program that emits JSON responses to the client and receives URL-encoded form data from the client. The server program will also make database queries and update the database.
    3. I don't understand how my native Android app will be able to communicate with my development server code running on my desktop. I want that communication to be over the internet, but my desktop does not have a static IP address, so I don't see how the app will be able to address the development server software on my desktop PC. I don't want to deploy the server software into the cloud every time I start a debug run, but I don't see any other way for my app to be able to address the server code over the Internet.
    If anybody has any ideas, I would appreciate hearing them.

  • How to find out what word doesn't start with a "#"?

    Hi,
    I need to find out the position in the text for the first word that doesn't contain a leading hashtag (#) - starting from the end of the text.
    This is a demo text:
    var demoText:String = "hello world #dontremoveme here #1remove #2removeme #3removeüäüö
    The position would be after the word here.
    How do do that?

    For quick and simple code, you can use String methods to get the character index of the "#". Below is an example that gets the index of the space character that is directly in front of the second "#". This code example assumes you are wanting to create a new String that has everything up to the second "#" character.
    var demoText:String = "hello world #dontremoveme here #1remove #2removeme #3remove";
    var index1:int = demoText.indexOf("#");// find first instance of "#" in the String
    var index2:int = demoText.indexOf("#", index1 + 1) - 1;// find the index of the space character right before the second instance of "#"
    var newText:String = demoText.substring(0, index2);// newText = "hello world #dontremoveme here"
    To explain line 3, you are searching for the index of the "#" character starting the search from the index of the first "#" + 1. The "+ 1" is to have the search start after the first "#" character. If you don't have that, you would keep finding the same index value as "index1". The "- 1" at the end is to decrease the index2 value so it will give you index of the space character directly in front of the "#". Line 4 creates a new String starting from the beginning of the original String up to, but not including, the space character in front of the second "#".
    If you needed something more complicated than just removing everything after "here" then I would need a different example.
    Edit: Here is a link to the AS3 API for the String class. String - Adobe ActionScript® 3 (AS3 ) API Reference

  • Install problems starting with version 11 no current owner of object in programData directory

    What I have found starting with version 11 of iTunes is that their is no owner of the object : C:\ProgramData\34BE82C4-E596-4e99-A191-52C6199EBF69\x64   you get the following when you try and look at the permissions of this object: "Unable to display current owner." This is one of the directories that is installed when you install iTunes.  When you try and look at this directory you do not have access rights even if you or the Administrator !! This is a bug in your install program and the only fix is to completely remove iTunes and go in safe mode and delete this directory and then reinstall.  Works find untill you come up with another update and you will have to do this all over again because when this directory path is created it does not have a owner of administrator so it can never be updated since the install program or anyone else in that matter can get access to this directory.  So you will fail the install everytime.  Please fix !!!

    More infomation:  I am running on a Lenovo H330 with Window 7 Home Premium w/service pack 1 and all patches applied. 
    Intel i5-2500 CPU @ 3.GHz 3.30GHz (dual core)
    8 GB memory
    64 bit Operatin System
    I have also ran the following helps from K Gazow: https://discussions.apple.com/message/20920363#20920363?ac_cid=tw123456#20920363
    This did not help I am still getting the following error:
    Now if you go into that same dir path you find that after doing the proceedure that K Gazow suggested and rerunning iTunes64Setup.exe (ver 11.0.2) it went in and deleted the x64 directory.  Thats is why I am getting this error now.
    When I click on "OK" it will try and backout the install and then I will get the following error:
    You go to see if that path is there and it is not, their is no Installer\ path under C:\windows\
    So now it looks like I will have to remove iTunes again and reinstall will update when I have that done.

  • DB is not starting with spfile .

    Hi ,
    i am running DB (10.2.0.4) DB on solaris.x64 platform.
    When i started the database after install , its giving error as
    SQL> startup
    ORA-00064: object is too large to allocate on this O/S (1,3994560)
    I checked the sga_target size in spfile , which is set to (729145600 bytes ~ 595 M)
    When installed another DB with sga_target size as 412 M
    and started the DB it gives follwing error .
    SQL> startup
    SQL> ORA-00821: Specified value of sga_target 412M is too small, needs to be at least 552M
    if i start the same DB with pfile where sga_target has set to 1632 M , the DB is starting successfully.
    My question is if it is starting with this higher value of sga_target in with pfile , why it is not starting with a lesser value.

    Cause:     The specified value of sga_target is too small for the SGA to accommodate all of the necessary SGA components such as the log buffer, buffer pools, shared pool, etc.
    Action:     Set sga_target to the recommended value or reduce the values of any SGA component size parameters you have specified.
    The previous solutions where correct, but if you're not providing a full path on the "CREATE SPFILE" make sure you have defined the parameter SPFILE. Otherwise you'll get the SPFILE created on $ORACLE_HOME/dbs/spfileDBNAME.ora
    Regards,
    Enric Moya

  • Own Customizing starting with Z or Y.

    Hi,
    quick question: it is known that project specific customizing needs to start with Z or with Y in order to avoid being overwritten in the next SAP version.
    Is there any other letter I may use in order to start my own customizing?
    Thanks,
    F

    Hi,
    No, for customer specific objects you've to use objects starting with Y or Z.
    But however, customer can apply for specific customer namespace though.
    http://help.sap.com/saphelp_nw70/helpdata/EN/57/38decf4eb711d182bf0000e829fbfe/frameset.htm
    Regards,
    Debasis.
    Edited by: Debasis Sahoo on Oct 16, 2008 4:25 PM

  • What happens if i boot with windows an install a new version of windows on mac book pro ?

    I tried to install a windows on my mac book pro but i couldn't because of i don't know different problems which finally in this forum they told me u can not because of my hard disk partitions ( Link to that post) , now i am using vmware but its really slow for windows 8.1 and visual studio .
    i have now a question , what happens if i boot with win 8.1 boot able DVD and install a new windows ?
    the main questions are :
    1. does it recognize any of my partition to select for windows installation ?
    2. if no , can i format any partition for new partition during windows installation?
    3. if i could install a windows , who is the boot loader ? windows or mac ? can i still boot to windows or what ?

    majid khalili wrote:
    I tried to install a windows on my mac book pro but i couldn't because of i don't know different problems which finally in this forum they told me u can not because of my hard disk partitions ( Link to that post) , now i am using vmware but its really slow for windows 8.1 and visual studio .
    Give your previous partition layout, you cannot install Windows via Bootcamp, unless you are willing to give up all your extra partitions and go back to EFI, OS X and RecoveryHD only configuration.
    i have now a question , what happens if i boot with win 8.1 boot able DVD and install a new windows ?
    the main questions are :
    1. does it recognize any of my partition to select for windows installation ?
    2. if no , can i format any partition for new partition during windows installation?
    3. if i could install a windows , who is the boot loader ? windows or mac ? can i still boot to windows or what ?
    1. Windows installer will not work and you will end up with driver issues.
    2. No.
    3. You cannot, but if you could, the Apple Bootmanager would be your Boot Manager/Loader.

  • SQL Developer Strangeness with database objects beginning with 'AQ'

    I have two separate but seemingly related issues.
    *1. I am experiencing a situation whereby database objects beginning with the letters 'AQ' are not included when performing a database export from SQL Developer (using the procedure described below).*
    Procedure:
    1. Create any database objects starting with 'AQ'
    2. Tools > Database Export
    3. Check every item in the 'Types to Export' step of the Export Wizard
    4. Progress to the 'Specify Objects' step of the Export Wizard
    Expected:
    The 'Specify Objects' step of the Export Wizard lists all database objects
    Actual:
    The 'Specify Objects' step of the Export Wizard lists all database objects EXCEPT those prefixed with AQ. As these objects are not listed, I am not able to export them.
    *2. Sequences that start with the letters 'AQ' do not appear in the object list*
    Any sequences starting with the letters 'AQ' are missing from the Sequences list in the left panel of SQL Developer.
    At a glance, it appears as though these are symptoms of the same issue that's described in [this thread|http://forums.oracle.com/forums/thread.jspa?threadID=898765&tstart=180]. I have attempted this in versions 1.5.4 and 2.1.1.64 under both Windows XP and Vista. Both exhibit the same problems.
    Thanks.
    Edited by: thrillhouse on 16-Mar-2010 17:27

    I have created a new bug for the first and reopened the bug for the second. In the latter case we fixed the AQ for most nodes, but it seems a few nodes, like the Sequences were not included.
    Sue

  • URGENT -What AIX version is compatible with OFA release 11i version 6.4?

    Hi I have to get my boss the answer to this question : What AIX version is compatible with OFA release 11i version 6.4? By the "end of the day" approximately 1 hour after the post time of this thread. This question is regarding an upgrade we are performing.
    Also if the version of AIX is provided, if someone knows the version of UDB that is compatible with that version of AIX, I would greatly appreciate it if you could post it as well. Thank you very much. Ive searched on google and clusty with no helpful results at all.

    Hello,
    On My Oracle Support, you can find notes about patchs for OFA 6.4 on AIX 5L.
    So I assume this configuration may be supported.
    Hope it can help.
    Best regards,
    Jean-Valentin

  • What does a file folder with a question mark in it mean when the computer won't start?

    What does a file folder with a question mark in it mean when the computer won't start?

    There are four general causes of this issue:
    1. The computer's PRAM no longer contains a valid startup disk setting when there aren't any problems with the disk itself. This can be checked for by pressing the Option key and seeing if the drive appears.
    2. The internal drive's directory structure has become damaged. This requires usage of an alternate bootable system to perform the repair.
    3. Critical system files have been deleted. This requires usage of an alternate bootable system to reinstall them.
    4. The internal drive has died or become unplugged. This is the most likely case if the computer took a sharp impact or there are unusual sounds coming from the hard drive's location.
    (68976)

  • My computer has a blinking folder with question mark on it at start... What is going on?

    My computer has a blinking folder with question mark on it at start... What is going on?

    The hatter wrote:
    also that the default is no longer set  asin when someone had windows as default and removed it w/o changing Startup Disk panel.
    Oh yes, I forgot that people still do that

Maybe you are looking for

  • Error in smartform printing where main data of the form is blacked out

    Hi Guys, I encountered a problem when printing my form. The main window is blacked out (not blank) but viewing it in SAP data are correctly displayed. The main window is a table. Hope you guys can help. Thanks a lot. Ian

  • Is there something wrong with the new update that keeps disconnecting my internet from my iPod touch 5g?

    My home wifi has been disconnected from my iPod touch once again. It happened once yesterday morning and again this morning. After reattempting to connect again and again to the internet yesterday, it finally worked. But now I have the same problem.

  • Material Master and CMIR Texts not copied after Client Copy

    Hi All, We had a scenario wherein we had to copy our production client and create a new client (Preproduction). When we performed the client copy, i see that the texts maintained in material master (sales text) and Customer material info record are n

  • How to merge two PDF

    Hi forum, This is my first day in learning Javascript for acrobat I used the tutorial script to merge 2 pdf, but its showing syntax error, please help, i am just a beginner, Below is my code // Create a new PDF document: var newDoc = app.newDoc(); //

  • Sigma X3F to DNG conversion - suggested workflow?

    Now the latest version of Adobe Camera Raw 6.1 supports all Sigma cameras (DP1, DP1s, DP2, SD9,  SD10, SD14). http://www.adobe.com/products/photoshop/cameraraw.html Do I have to tick the linear DNG in options of Camera Raw 6.1 ? Sigma/Foveon X3F imag