Structure find

I am exploring Me2N transaction, I want to change the output flds. i.e passing my own structure instead of standard one. I copied the program into 'Z'.
If I select the 'scope of the list'   as 'ALLES_ALV' (ECC version) it is displaying in ALV format. but I am not able find the structure name which is created in the dictionary.
Can anyone help me....
Thanks

It's not a command, it's a class. DatabaseMetaData.

Similar Messages

  • Finder keeps restarting on login?

    My nearly 2 year old PowerBook exhibited some strange new behavior last night. As I was getting ready to back it up for the installation of Snow Leopard, I plugged in a 500GB external drive (WD "MyBook" I think it was called) that I hadn't used in many months. I was able to browse the file structure find and I just wanted to test pulling up an image. So I double-clicked an image file on the external hard drive and nothing seemed to happen. Nothing except I noticed after several seconds of waiting that both my processors were pegged and a look at the activity monitor showed several hung processes, specifically Finder, Preview, and something that looked like a Safari -something preview -something.
    I ended up killing those processes and trying again with the same results. Finally I restarted the MacBook Pro. Only when it restarted I would get the background wallpaper and most of the icons would load up, then the beach ball, then blue screen, then the icons, wallpaper, and menu again, beach ball, etc. This process keeps repeating indefinitely, I even left it for an hour and it was still doing it, with each cycle taking about 15 seconds.
    I can't select any menus, icons, or anything as the Finder appears to be nearing the finish of its loading and then restarts. There's no dock or alt-tab either.
    So far I tried zapping the P-RAM, repairing the permissions (both in Firewire target disk mode and single user login, and trashing the com.apple.Finder.plist file (also through Firewire Target Disk mode) with no changes to the results. Can anyone else offer any other ideas for what the problem may be and how I can fix it?

    Looking at the logs, a pattern emerges. In the ~User/Library/Logs/CrashReporter folder, Finder, Dock & quicklookd processes are crashing several times a minute. All of them are crashing on a com.apple.RawCamera.bundle thread, as displayed below.
    Is it safe to just delete this bundle off my workstation? Shouldn't that cure the problem?
    Process: Finder [4926]
    Path: /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder
    Identifier: com.apple.finder
    Version: 10.5.8 (10.5.8)
    Build Info: Finder_FE-6072200~19
    Code Type: X86 (Native)
    Parent Process: launchd [82]
    Date/Time: 2009-08-31 08:16:46.897 -0500
    OS Version: Mac OS X 10.5.8 (9L30)
    Exception Type: EXCBADACCESS (SIGSEGV)
    Exception Codes: KERNINVALIDADDRESS at 0x0000000098b4a549
    Crashed Thread: 0
    Thread 0 Crashed:
    0 com.apple.RawCamera.bundle 0x0e4be0a2 GetRawPluginsInfo + 9250
    1 com.apple.RawCamera.bundle 0x0e4bbc97 GetRawPluginsInfo + 23
    2 com.apple.ImageIO.framework 0x9590ec0b BuildPluginList + 250
    3 libSystem.B.dylib 0x901e489e pthread_once + 82
    4 com.apple.ImageIO.framework 0x9590eaf6 GetPluginAtIndex + 45
    5 com.apple.ImageIO.framework 0x9590f2f9 _CGImageSourceBindToPlugin + 80
    6 com.apple.ImageIO.framework 0x959152c1 CGImageSourceGetPropertiesAtIndex + 103
    7 com.apple.ImageIO.framework 0x9591522c CGImageSourceCopyPropertiesAtIndex + 120
    8 com.apple.coreui 0x93be7afd CUIRenderer::CopyImageMeasurements(long, CUIContext const*, __CFArray const*, __CFDictionary*) + 1917
    9 com.apple.coreui 0x93bdc635 CUIRenderer::CopyMeasurements(CGRect, CGContext*, __CFDictionary const*, __CFArray const*) + 341
    10 com.apple.coreui 0x93bdca57 CUICopyMeasurements + 75
    11 com.apple.finder 0x00067a1f 0x1000 + 420383

  • IMac does not recognize digital video camera plugged into USB port

    Hi Everyone,
    I received a Kodak Zi8 digital video camera as a gift recently. I was told it was compatible with macs. When I plug the camera into the USB port of the mac it doesn't recognize that it is there. I read on one discussion board to turn the camera on and off if necessary. I have done so and it still doesn't recognize it. Does anyone have a solution they could recommend? Thanks in advance.

    With the Zi8, you have to manually import the video into iMovie.
    Launch iMovie. Go to File - Import Movies. Find your camera volume (it may be called KODAK or NONAME), navigate into the folder structure, find the DCIM folder and import the .mov files you find there.
    Matt

  • Hierarchy level reporting

    Hello Guru's
    The end user has to prepare the excel file with data from say 10th level of hierarchy for Profit Centre.
    With the current reports which has the complete hierarchy structure, he has to scroll, pinpoint to the exact level of hierarchy and then copy and paste the relevant data from that level of hierarchy.
    The job gets difficult when we have many levels in the hierarchy.
    We wants specific report which will directly give the data of the specified level ?
    How can this be realised ?
    Edited by: saleem m on Mar 27, 2008 5:58 PM
    Edited by: saleem m on Mar 27, 2008 6:01 PM

    Hello,
    i have not tried that, but this should work...
    You can create the variable of the type hierarchy node with processing type "user exit" / multiple values.
    In the user exit you can read the hierarchy structure, find all nodes from the level 10 and assign this nodes to the variable.
    Regards,
    Kirill

  • Report manager of a person in HR

    Hi - Can anyone advise on how to report the manager of a person - the problem being that many of our chief positions are currently empty.  In this case we need to walk up the Org Structure, find the next occupied position and report the person in that position.  I was hoping there would be a standard report to do this but can't find one.
    I'm pretty new to ABAP so the more help (& code?) you could give the better.
    Thanks in advance, Chris

    Manager position of a person can be obtained by checking the rsign ='A' and relat = '012' for that employee . I have used this select for one of my programs .You can customize it to your requirements.
    SELECT A~otype
             A~objid
             A~relat
             A~rsign
             C~pernr
             D~usrid
             A~begda
             A~endda
             A~sclas
             A~sobid
      INTO   TABLE GT_REL
      FROM ( ( (  hrp1001 AS A
               INNER JOIN hrp1008 AS B ON  Aplvar  = Bplvar AND
                                           Aotype  = Botype AND
                                           Aobjid  = Bobjid )
               INNER JOIN pa0001  AS C ON  Aotype  = Cotype AND
                                           Aobjid  = Cplans )
               INNER JOIN pa0105  AS D ON  Cpernr  = Dpernr )
      WHERE A~plvar = '01'       AND
            A~otype = 'S'        AND
            A~relat = '012'      AND
            A~rsign = 'A'        AND
            A~aedtm IN S_AEDTM   AND
            B~bukrs IN S_BUKRS   AND
            D~usrty = '0001'.

  • Modifying a section's primary page template through API

    Hi all,
    I'm trying to remove the association between a placeholder on a given section and its data file from a remote machine (running automated tests). Using JDeveloper, I open the site structure, find the section, and update the Primary Page to remove the template parameters. For example:
    Before: Primary Page = @PAGETEMPLATE?placeholder1=datafile1
    After: Primary Page = @PAGETEMPLATE
    I can't find any IDC service that allows me to do this. Does this service exist? Or is there another way to break this association?
    Thanks again!

    Answering my own question...
    It's possible to use SiteStudio services (documented here: http://docs.oracle.com/cd/E21764_01/doc.1111/e10615/c11_ss_services.htm#sthref690) through RIDC to do this. Services of interest:
    SS_GET_ALL_SITES_EX2 to get site info (name and ID)
    SS_GET_FIRST_NODE_ID to get root node ID
    SS_GET_RELATIVE_NODE_ID to navigate through the site tree (parent, child, prior, next)
    SS_GET_NODE_PROPERTY to get a node property (e.g. label)
    SS_SET_NODE_PROPERTY to set a node property (e.g. primaryUrl)
    Here the primaryUrl property was the one I needed to update.

  • Efficent method to sort data from tab delimited text file

    I am currently writing a program to sort through data that was acquired and display it on a graph and some other indicators.  The file is a tab delimited text file with possibly 100,000s of data points.  the current method that I have tried using was that if I wanted all of the data from Oct, I would parse out the month from the timestamp, compare that to the desired month, and add it to the array if it is the same.  Other possible options of sorting are yearly and daily, possibly even hourly.
    The method does work, however it does take some time (up to a minute on a P4 3.6 GHz with 2 gb ram), and most of the other computers are not nearly as fast or with as much memory.  Is there a more efficent method to sorting the data??
    I attached my sorting vi as well as a sample data file.
    thanks for the advice.  It is saved in LV8.0.1
    Kenny
    Kenny
    Attachments:
    data sort.zip ‏84 KB
    oven1.txt ‏21 KB

    First of all, "sorting" has usually a different meaning (Sorting and numeric array ascending or descending, a string array aphabetically, etc.). Your data already seems sorted by date and time, you just want to pick a subset having certain characteristics.
    The main problem that is slowing you down is your constant growing of large arrays. This causes constant memory reallocations.
    Since your data is already sorted by date and time, all you need is to place your data in a sutable data structure, find the start and end point of your selection, then use "array subset" for example.
    Your code also seems to have a lot of unecessary complexity. See for example your "test for sort data" (see image below).
    the four cases only differ by filename --> only the file name belongs into the case and the file operation outside the inner case. Even better, just use autoindexing.
    that shift register does not do anything, because it always contains the same data. Using "index array" with index wired to [i] is equivalent to an autoindexing tunnel.
    You have a case structure to select which files to read, skipped files give you an empty array. Do you really need to do all these operations on an empty array. Why not place all code inside the TRUE case??
    Below is an image of one possible code alternative that addresses some of these points.
    Message Edited by altenbach on 10-26-2006 09:32 AM
    LabVIEW Champion . Do more with less code and in less time .
    Attachments:
    testForSortData.png ‏33 KB

  • Embedded video file

    Hi, I've been given a PDF with a video file embedded in it. Is there anyway I can export the video file out of the PDF?
    Thanks

    The obvious question is "do you have permission?".
    Adobe software intentionally does not include the ability to extract video content from a PDF document and save it to a file - there are some third-party tools which could inspect the PDF structure, find the embedded data and save it to file, but none of them are free. It's supposed to be difficult, because many PDF document authors use the embedded rich media annotation specifically to prevent people getting their hands on the "raw" footage.

  • Screwy Desktop After Last Update

    Rather than type again. I'm gonna copy and paste. I was in the wrong place. Thanks for the help, BDAqua.
    I am late doing my updates. I have a friend who has broadband. I usually go to his place to do it. I'm on dialup. So I waited and waited. But it wasn't gonna happen anytime soon. My friend got sick and then sicker at the hospital. As it stands he's a lot better. But he's gonna be a the hospital for a least another month. I'm so gland he's gonna make it. The guy almost died twice. I got a horrorible phone call in the middle of the night from his girlfriend saying the doctor said he doesn't believe he will live through the night. I don't think I cried more that night since my dad died. If he ever decided to get another tattoo it should read "Chuck Norris - Beta". He proved the doctors wrong and lived. Right now he has a tracheostomy and a tube going into his stomach for feeding. I can't imagine the horrors he has gone through. He's gonna pull through, but he has a long voyage ahead of him.
    Last week I began doing the update myself. This would be for the last ones; QuickTime (now 7.6.2), Java (now 11.9.0), iTunes (now 8.2) and Security. The Security was finished last night.
    Everything was fine a couple hours ago. Then I got a fright. I opened one of a desktop folder. The window didn't open to a list, icons instead. I then opened another folder (also desktop) same deal. Not a list. I ran Disc Utilities and checked my permissions. Everything was ok.
    I then restarted. A bigger scare.
    My desktop has changed, not the background, but the layout. The folders and documents on the desktop had scattered - not where they were before.
    I opened TechTools and booted off my eDrive. I ran tests on Volume Structures, File Structure, Finder Info; all said it was okay. Before I did all of this I reused Disc Utlities and checked the drive. It also said it was okay.
    I haven't done the update for Safari, that appeared after I finished with the four above. I opted to wait until my friend got better. I use Firefox anyway.
    It looks like all my data is there, just that a database or something got deleted or something.
    I haven't touched anything hoping it can be restore - if it can be done. If not I guess I could start from scratch and just redo my desktop; folders locations and window viewing prefs.
    The bright side is that I made a bootable back-up of my hard drive before I did the updates. I'm glad I was that paranoid.
    Specs: I'm using an iBook G4, running OS 10.4.11.
    What if anything can be done?
    Oh yeah. I'm just a regular user. I'm not that tech savvy. My friend was my Apple expert. I'm kinda flying blind here.
    Since writing that I did some additional looking. I checked the folders on the hard drive, not on the desktop.
    Those folders are exactly as they should. The folders that are Picture, Documents, Movies and Music as well as Applications and myself are correct. The icons are on the right spots inside their folder. The folders within are also correct, list where it was listed.
    It appears just the desktop folders and documents went screwy. I've opened some of them (documents), they work. That's good.
    I wonder if I should just redo it, but I should wait until I get a reply. Maybe there something more I need to check or something.

    Thank you Miss Samit.
    I've done as you wrote.
    I've recreated my desktop locations. My original plan was to boot off my clone drive and take a screen snap, move it to a flash drive and use it to map my desktop. But then recalled my friend's advice - NEVER change the clone. So I decided to boot off the drive and take out some paper and write out the layout. Restart from my laptop and do the deed.
    Done.
    I've restarted four times, waiting a minute or so before I repeated. Each time I did, the screen was as it should; correct layout. It appears to have been fixed.
    Thanks for your help, I was feeling very lost. As I wrote I usually go to my friend for help. The guy has fixed and saved my data on my iMacs back in the day. This would be the days when I had a very customized computer. I've learned my lession the hard way. For some bizarre reason I lost USB ability (iMac - Snow). There was some unknown conflict. Since then I don't play with the OS. Not worth the grief.
    Sorry for not writing sooner. I didn't sleep much last night, worst case scenarios dancing in my head. As it turned out I slept in. I feel much better now.
    I've decided to start a journal of problems and fixes. And various notes. The fist entry will be your solution.
    Out of curiosity, what caused this? Or was this just an OS hiccup?
    BDAqua thanks for the link. Not sure. I played with terminal ONCE and screwed it up. I was lucky/paranoid to have written notes of what I did. I had to get help puting it back the way it was. I haven't touched terminal since and that would be when I first got my laptop, three years ago. I'm scared of terminal.
    I would like to see a demonstration before I use it. Knowing myself, I would screw it up. 'Which idiot did this?' *raises hand*
    I did however download it.

  • Forms - redirect and from variable

    I have 2 questions on forms:
    Question 1
    I am having problems with the results of a form which are
    being sent into the recipient's spam folder since the senders
    address isn't showing up.
    I tried adding in <input type="hidden" name="from"
    value="[email protected]">
    but I am not sure that is the correct way to get the form to
    have some recognizable email address or
    where this should be placed in the code.
    Question2
    I also want to have the form go to a customized thank you
    page rather than the general one that formmail provides.
    I added in <input type=hidden name="redirect" value="
    http://www.center4creativity.org/temp/thankyou.htm">,
    but again I am not sure where this should goin the code of
    the form.
    You can see the most recent version of the form at:
    http://www.center4creativity.org/temp/contact2.htm
    Any help would be really appreciated, I have been trying to
    figure this out for a while now!
    Thanks

    change the name of the email field in the form from
    Email
    to
    email
    and formmail clone will use it as the "from" and "reply to"
    in the outgoing
    email. You'll probably have to also change the case in the
    javascript
    validation behavior.
    <input name="Email" type="text" id="Email" size="50">
    <input name="email" type="text" id="email" size="50">
    on the next problem- I think it's a syntax problem in the
    table structure.
    find this, at the start of the form code.
    <table width="325" border="0" cellpadding="2"
    cellspacing="4">
    <input type="hidden" name="recipient"
    value="[email protected]">
    <!--This is what will appear in subject line of email
    with response sent
    to Jeannie-->
    <input type=hidden name="subject" value="Contact Form
    Response from
    Center for Creativity"><br>
    <!--This is will appear in subject line of email with
    response sent to
    Jeannie-->
    <input type=hidden name="redirect"
    value="
    http://www.center4creativity.org/temp/thankyou.htm">
    <input type="hidden" name="from"
    value="[email protected]">
    <p>
    <tr valign="top">
    <td colspan="2">
    the stuff between <table> and <tr> is in no man's
    land. There can't be other
    tags there. Move it to after the <TD> tag, so it's
    inside a table cell. And
    remove the <P> tag. And remove the hidden field for
    "from" because it ain't
    gonna do nuthin'.
    <table width="325" border="0" cellpadding="2"
    cellspacing="4">
    <tr valign="top">
    <td colspan="2"> <input type="hidden"
    name="recipient"
    value="[email protected]">
    <input type=hidden name="subject" value="Contact Form
    Response from
    Center for Creativity">
    <input type=hidden name="redirect"
    value="
    http://www.center4creativity.org/temp/thankyou.htm">
    google on formmail clone instructions
    or go to
    http://scriptarchive.com
    -->formmail-->readme for details of all
    the form field names that can control the behavior of the
    form script.
    Alan
    Adobe Community Expert, dreamweaver
    http://www.adobe.com/communities/experts/

  • TIP: Fix for crashing iPods on (notebook) USB ports!

    I've read many stories here about iPods crashing on updates, or otherwise behaving unpredictable whilst connected to a computer. I also encountered such problems.
    Now I've found that, particularly on notebooks, there is an energy setting on the USB port(s) that is very likely to potentially cause problems if set incorrectly. This is especially true if USB-energy dependent devices like iPod are connected to it.
    To fix this, go to: system management -> computer management -> appliances -> USB controllers. There double-click on 'USB main hub' (or right-click and choose 'properties'). Next go to the 'energy management' tab and uncheck 'allow computer to switch off this device to save energy'. Repeat for every USB hub you may want to use for iPod or any other USB-energy dependent device. *
    Most likely this will fix any related problems.
    HTH!
    * NB: since my OS is in Dutch I've translated this into English myself. The exact terminology may therfore differ, but I'm sure you'll get the idea...
    PS: if this fix is helpful for many folks encountering these problems, perhaps the Admin or Mods can make it a 'sticky' topic to help new iPod owners in the future?

    There are several steps to get to the place in Windows.
    Ready...
    1a) Goto Control Panel
    1b) If your in Category View Select Performance Maintenance
    1c) Select System
    0r
    1a) Goto Control Panel
    1b) If your in Classic View Select System
    Or
    1a) Goto your Desktop
    1b) Right Mouse Click on My Computer
    2) Now that you are in System Properties, click on the Hardware tabsheet
    3) Click on Device Manager
    4) In the tree structure find Universal Serial Bus controllers
    5) Expand the USB controllers nodes
    6) Locate the a USB Root Hub
    7) Right Mouse click and select properties or just double click
    8) In the USB Root Hub Properties dialog box select the Power Management Tab
    9) Uncheck the Allow the computer to turn off this device to save power checkbox.
    10) Click ok.
    Repeat 6 - 10 for each USB Root Hub
    HP Pavilion zd8000 notebook   Windows XP Pro  

  • QuickAccess: Utility to improve development time inspired by quickdrop

    I have developed a small utility inspired by Quick drop and JKI RCF.
    The utility can make various common tasks very simple(e.g. adding cases to to case structure, finding a perticular case in case structure, changing VI properties etc. etc.)
    Also this utility supports plugins so new features can be added
    you can see the demo video below.
    I have sumbitted this utility as my entry in "Code Madness: Example Program Challenge 2011" If you like this concept i request all to provide a feedback as well as rating
    you can find my submission here: http://decibel.ni.com/content/docs/DOC-15287
    Also more importantly, i want to know your ideas about which of the task can be added as plugins in this to this utility.
    Tushar Jambhekar
    [email protected]
    Jambhekar Automation Solutions
    LabVIEW Consultancy, LabVIEW Training
    Rent a LabVIEW Developer, My Blog

    Tell Apple:
    http://www.apple.com/feedback/iphone.html
    There is no one from Apple here.

  • How to find the table in which data from a structure sits

    Hi,
    I want to know how to find the exact table where data sitting in various structures during runtime are stored.
    For instance,in ME23N we have various tabs and data in those are held in various structures. This we can see by checking the technical setting of each field.
    I want to know in which table the data is actually stored for each field and how to find them.
    Any other means other than using "WHERE USED" option?
    Thanks
    CM

    After checking for technical field from the screen, when you reach out to structure, you can dbl click on the particular field's data element. From this data-element you can get to know in which tables it is used. Also if the data element refers to some master data field then you can check out its domain and in the domain you can refer the<b> value table</b> for that domain. This is what i will do if i am not sure about anything.
    Hope it will help a little.
    Jignesh.

  • How to use ONE query to find out tree structure?

    ID------------upperID----------Name------------------------isFolder
    1------------ 0---------- Folder
    1------------------------------------1
    2------------ 1------------ Folder 1- Sub
    Folder--------------------1
    3------------ 2------------
    Folder1-Item1-A--------------------------0
    4------------ 1------------ Folder 1- Sub
    Item-----------------------0
    Hi all, if I have a table like above to demonstrate the
    folders and item relationship. This structure allows the user to
    create unlimited folders and items.
    Now I would like to use one query to find out the tree
    structure of this table, how could I do the query.
    Any help on this will be highly appreciated!
    Thanks,
    ez

    Also, see this thread:
    http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=1&catid=7&threadid=12 55788&enterthread=y

  • I perform a search, get results, find the message I was after. How do I locate this message within my (relatively) complex folder and subfolder structure?

    Hi,
    I use structured subfolder system to keep my emails organized (hundreds and hundreds of folders).
    When I perform a search, get a list of results and within this list I find the email I was after, HOW do I locate the message? In other words, how can I open the folder which contains that particular email?
    Thank you in advance for your time and effort.

    Not a perfect solution but maybe a workaround.
    http://www.ehow.com/how_8222645_folder-thunderbird.html

Maybe you are looking for

  • Configuration Management Software

    Hi all, I'm putting it out there early. In two weeks (Dec 14th) I am going to release rConfig. This free and open source software has been over a year in the making and is specifically designed by a highly expereinced network engineer (Me!) for netwo

  • 3D PDF with printed image shrinked

    Hi, recently I am testing the usage of 3D PDF for a project. Let me take a example: http://www.pdflib.com/fileadmin/pdflib/Cookbook/pdf/javascript_for_3d_animation.pdf It is a pdf file with 3D image on the right of the page. I first stop the animatio

  • PAP2T - Direct Connection

    I've been asked to setup our end of a VoIP connection (new to this), basically our office in Australia is going to connect our one handset directly to an office in India - I have no VoIP plan etc, just this box and an internet connection Our setup is

  • After Effects cannot load required font!

    After installing some new fonts I get the error message "After Effects cannot load required font for the AE interface.  Please replace the font or reinstall AE."  How can I fix this?  Do I really have to reinstall AE?  Someone please tell me that the

  • Seeing files in iCloud

    I know that varieties of this question have already been asked, but it ain't workin'. I have iCloud set up on my MBPro (MtnLion) and it shows a list of files. On my iPad3 these files are not showing up. Another support discussion suggested GoodReader