How to link snp_scen_task to which interface or LKM used

Hi, I need to know how to link snp_scen_task to which interface and KM used.
my sql as below:
--start--
SELECT *
FROM [dbo].[SNP_SCEN_TASK]
WHERE TASK_NAME3 ='Generate Control File'
and DEF_TXT like '%os.system%'
--end--

You can find the required information from the work repository documentation which defines the structure and content of all the repository tables and is now available on My Oracle Support. Simply login to http://support.oracle.com, and look for Doc ID 1903225.1

Similar Messages

  • How to link a search help to a parameter using which syntax

    hi
    how to link a search help to a parameter using which syntax

    Hi
    by useing this <b>F4IF_INT_TABLE_VALUE_REQUEST</b> you can creat a search help for a parameter on the screen
    under <b>AT SELCTION-SCREEN ON FIELD</b>
    write a selct query and store that values in the internal table and call that internal table in that FM
    <b>example</b>
    TYPES : BEGIN OF ST_OBJID_SH,
             OTYPE TYPE HRP1000-OTYPE,
             OBJID TYPE HRP1000-OBJID,
            END OF ST_OBJID_SH.
    DATA : IT_OBJID_SH TYPE STANDARD TABLE OF ST_OBJID_SH.
    DATA : WA_OBJID_SH TYPE ST_OBJID_SH.
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR S_OBJID-LOW.
    *  IF S_OBJID IS NOT INITIAL.
        SELECT OTYPE OBJID FROM HRP1000
                     INTO TABLE IT_OBJID_SH
                     WHERE OTYPE = 'D'.
    IF SY-SUBRC EQ 0.
    * SEARCH HELP FOR QUALIFICATION.
        CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'
          EXPORTING
    *              DDIC_STRUCTURE         = ' '
            RETFIELD               =  'OBJID'
    *              PVALKEY                = ' '
           DYNPPROG               = SY-REPID
           DYNPNR                 = SY-DYNNR
           DYNPROFIELD            = 'S_OBJID'
    *              STEPL                  = 0
    *              WINDOW_TITLE           =
    *              VALUE                  = ' '
           VALUE_ORG              = 'S'
    *              MULTIPLE_CHOICE        = ' '
    *              DISPLAY                = ' '
    *              CALLBACK_PROGRAM       = ' '
    *              CALLBACK_FORM          = ' '
    *              MARK_TAB               =
    *            IMPORTING
    *              USER_RESET             =
          TABLES
            VALUE_TAB              =  IT_OBJID_SH
    *              FIELD_TAB              =
    *              RETURN_TAB             = RETURN_TAB
    *              DYNPFLD_MAPPING        =
    *            EXCEPTIONS
    *              PARAMETER_ERROR        = 1
    *              NO_VALUES_FOUND        = 2
    *              OTHERS                 = 3
        IF SY-SUBRC <> 0.
    *           MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *                   WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
        ENDIF.
      ENDIF.
    <b>Reward if usefull</b>

  • Adobe form & webdynpro which interface shoud i use?

    Hi all,
    I am doing a demo using webdynpro and adobe form
    I want to download or print the form from webdynpro after the document was approved.
    So which interface can I use? I saw somebody use ABAP based and other use XML based?
    What are the differences between ABAP based and XML based?
    Thank you.
    Richard
    Edited by: Richard.Wang on Apr 23, 2010 1:54 PM
    Edited by: Richard.Wang on Apr 23, 2010 1:55 PM

    Hi Richard,
    As of NetWeaver 7.0 SPS10 we strongly recommend you use ZCI forms with an XML interface only.
    Because additional central features have been added in subsequent SPs (input help and dropdown list boxes),
    we generally recommend that you always use the most up-to-date Support Package for Web Dynpro ABAP.
    We recommend that you always use forms with an XML interface. Existing forms with an
    ABAP Dictionary-based interface can be used as print forms. We do not recommend their
    use as interactive forms.
    Please go thru the below link, i copied the above text from this link only. You will get an clear idea where to use XML Interface and ABAP Interface.
    [http://help.sap.com/SAPHELP_NW04S/helpdata/EN/2c/241a427ff6db2ce10000000a1550b0/content.htm|http://help.sap.com/SAPHELP_NW04S/helpdata/EN/2c/241a427ff6db2ce10000000a1550b0/content.htm]
    Regards,
    Chandran S

  • Which interface would you use to list each element of a vector?

    Which interface would you use to list each element of a vector?

    The laugh's on you, twit! Nobody takes kindly to lazy bums trying to cheat on their homework nor exams. Take a hike loser!

  • Motion Tracking: How to link a object which is not the tracked one?

    Hello,
    I have a video, its a landscape and the camera is moving from left to right. I want a flare appearing on the right side. There is one point which is always in the picture, I used this point to track the motion.
    But the problem is, when I want to link optical flares with the tracking point, the flare is always ON the tracking point, but I want it a little bit more on the right side...
    How is it possible to link a Object which is not exactly on the tracking point?

    Usually you would apply the tracking info to a null and then use an expression to tie the position property of whatever you are trying to attach to the null with a simple expression. If you need update the position then you can either add value + to the front of the pickwhip generated expression or, and sometimes this is best, add a second null, parent null 2 to null 1 and then use the a layer space transformation expression on the position property of your effect. The expression looks like this:
    p = thisComp.layer("Null 2");
    p.toComp([0,0,0]);
    If I did not if I did not accurately understand the problem then please post a screenshot of your project with all of the properties for the layers in question revealed.
    Here's what a project would look like:

  • How do I tell iCal which email address to use in Address Book?

    iCal's help files on how to set an email alarm for iCal are clear as mud to me. If I click on alarm in Info of an event, select email as type of alarm, then a popup says must add card with name and own email in Address Book. Fine, click on Open Address Book. Well, then what? I already have more than one card in there with an email address for me. Even if I select one, nothing happens. So how do I make the connection? How can I tell iCal which card to use? I see nothing in Address Book menus or help files.

    Hi Guys,
    Been dealing with a similar issue for about 3 years now, so I know your pain. Apple will not solve this problem because they're a stickler for standards, no matter what the rest of the world really needs. Since I'm a developer at heart, I decided to tackle the problem on my own and built a software product called Zamain for Mac to support sending Apple iCal invitations from multiple Apple Mail email accounts. It also resolves common Apple iCal to Microsoft Outlook/Exchange problems. I originally built the product for myself, but soon realized that this can help others as well.
    Although I know that this is a shameless plug for my product, I urge you to give it a try because it will really make your life easier. I have been using it every day for past 6 months and I can tell you that it saved me a lot of grief.
    You can get Zamain for Mac at www.zamain.com.
    Thanks!
    -Jon
    As per the terms of agreement, I must disclose that I may receive some form of compensation, financial or otherwise, from my recommendation or link above.

  • Want to get rid of photo on iPad but have no garbage to dump it, came from my laptop, now I want to know how to desync my photo, which computer to I use, which itune do I use?

    Want to download the itune so I may desync my photos.
    Last year I synced the photos from my laptop to my iPad, now I want them GONE. Which itune do I use? There are too many for me to know the right one.
    I read that I go to the right of my screen then I click on library, then click on photo. Guess what, I have nothing of that sort on my screen.
    Please help.

    The links below have instructions for deleting photos.
    iOS and iPod: Syncing photos using iTunes
    http://support.apple.com/kb/HT4236
    iPad Tip: How to Delete Photos from Your iPad in the Photos App
    http://ipadacademy.com/2011/08/ipad-tip-how-to-delete-photos-from-your-ipad-in-t he-photos-app
    Another Way to Quickly Delete Photos from Your iPad (Mac Only)
    http://ipadacademy.com/2011/09/another-way-to-quickly-delete-photos-from-your-ip ad-mac-only
    How to Delete Photos from iPad
    http://www.wondershare.com/apple-idevice/how-to-delete-photos-from-ipad.html
    iPhoto for iOS (iPad): Delete photos from iPhoto
    http://support.apple.com/kb/ph3137
    How to: Batch Delete Photos on the iPad
    http://www.lifeisaprayer.com/blog/2010/how-batch-delete-photos-ipad
    How to Delete Photos from iCloud’s Photo Stream
    http://www.cultofmac.com/124235/how-to-delete-photos-from-iclouds-photo-stream/
    Delete Pictures from Your iPad
    http://www.dummies.com/how-to/content/delete-pictures-from-your-ipad.html
     Cheers, Tom

  • How to set up set which NIC card to use for multicast?..

              I just downloaded Rolling Patch 1 for WLS6.0SP2.
              While reading the README file it says
              " ISSUE 42518: Provided a way to set which NIC card to use for multicast traffic
              Can anyone tell me how to set this?. on my WebApplication server it has two NIC
              cards and I want to use the NICcard which is being used to talk to internal network
              for multicast messages.
              One more thing,
              Can anyone one tell how to search for bugs (ISSUES) in weblogic. I am looking
              place where I enter ISSUE number and should get the detailed description of bug/issue
              etc..
              Thanks for helping,
              Nilesh
              

              Thanks Kumar, I'll try this.
              Does this -Dweblogic.interfaceAddress used only for multicast. Or this is also
              used to talk to AdminServer?.
              The other problem I am facing is when I restart the AdminServer in recovery mode
              it's not finding my WebApp servers, because my webapp servers are on public network
              and my admin (management) server is on private network.
              please look at http://newsgroups.bea.com/cgi-bin/dnewsweb?cmd=article&group=weblogic.developer.interest.management&item=1217&utag=
              , for more details about my problem.
              Thanks,
              Nilesh
              Kumar Allamraju <[email protected]> wrote:
              ><!doctype html public "-//w3c//dtd html 4.0 transitional//en">
              ><html>
              >You should be able to do it via console in 6.1
              ><br>Not sure if it was added in 6.0
              ><p>For 6.0 you can set this via command line
              ><br>java -Dweblogic.interfaceAddress=<addr>
              ><p>You need 6.0 SP2 RP1
              ><p>--
              ><br>Kumar
              ><p>Nilesh Shah wrote:
              ><blockquote TYPE=CITE>I just downloaded Rolling Patch 1 for WLS6.0SP2.
              ><br>While reading the README file it says
              ><br>" ISSUE 42518: Provided a way to set which NIC card to use for multicast
              >traffic
              ><br>"..
              ><p>Can anyone tell me how to set this?. on my WebApplication server it
              >has two NIC
              ><br>cards and I want to use the NICcard which is being used to talk to
              >internal network
              ><br>for multicast messages.
              ><p>One more thing,
              ><p>Can anyone one tell how to search for bugs (ISSUES) in weblogic. I
              >am
              >looking
              ><br>place where I enter ISSUE number and should get the detailed description
              >of bug/issue
              ><br>etc..
              ><p>Thanks for helping,
              ><p>Nilesh</blockquote>
              ></html>
              >
              

  • How to display the image which in KM folder using url iview

    Hi Friends
    How to display the image, which is under KM folder structur using the url iview.
    i trying using url iview url as  \document\testfolder\abc.jpg as url for the iview.
    but its now working .. so please help me how to slove this problem
    If is not the correct way then please suggest me best way to achive this.
    Thanks
    Mukesh

    Hi Mukesh,
    I think this may work,
    1, Create a HTML Layout.
        You can put your image wherever  u want with HTML Codes.
        Check this, [Article|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/3915a890-0201-0010-4981-ad7b18146f81] & [Help|http://help.sap.com/saphelp_nw04/helpdata/en/cc/00c93e9b2c3d67e10000000a114084/frameset.htm]
        With this, u can use the standard KM commands also.
    2, U need to use KM Navigation iView for this rather than KM Doc iView.
    3, In the Nav iView, u can use &rndLayoutSet=nameOfUrHTMLLayout to force the view with this new layout.
    Regards
    BP

  • How does disk utility decide which optical drive to use for burn?

    This is a somewhat daft question and purely out of interest.
    How does disk utility decide which optical drive bay to open for burning?
    I have two drives in a MacPro and both have the same capabilities (DVD-RW). Why does it sometimes open the lower one, and sometimes the top one?

    Grant Bennet-Alder wrote:
    The estimate is based on how long it already took to do how many blocks, and how many blocks are left to do. If you told it to overwrite 35 times, it will be a long, long time before it completes.
    The estimate is made grossly large by the presence of Bad Blocks that need to be Read during the test (not the case with Erase and Write Zeroes).
    Each Block is written with some redundancy bits, so that small errors can be corrected on reading. A Bad Block causes the drive to re-read. and re-read, and re-read, in hopes of getting correctable data the next time. This should NOT be an issue in writing. But if the drive stops responding (which can and does happen with a bad drive) the Erase function will just sit there, thinking it is making progress, and stretching out the time.
    Thanks, Grant.
    If I read your reply correctly, Erase and Zero Out free space shouldn't elongate the process, because there's no read occurring.
    The drive will not be Mounted while Disk Utility works on it, so it will not be on the Desktop. But ask Apple System Profiler \[ About this Mac > More Info > Serial ATA ] if the drive is still THERE . If it cannot be seen, you have your answer -- the drive dropped out of sight while being tested -- Bad Drive.
    Well, now I am confused. It's a FW800 drive. It's on the Desktop. And it appears under FireWire in System Profiler. AND Disk Utility shows a mount point. But the Unmount and Eject buttons are grayed out.
    Will the drive be mounted if it fails to respond to Disk Utility? That doesn't seem to make sense.
    How do I determine its status? It appears to be stuck at "1 day, 5 hours" but it'll take an hour for that to change. I think it's been that long since I first noticed the time.
    Harv

  • How to Link After Effects Buttons/Interface to Scripts?

    Hey, guys.
    I'm trying to write a script that displays certain messages when a caertain button is pressed in After Effects itself (not buttons in my script). I was wondering if there was a way to, for example, display "This is a button" when I click on the render button. Does anyone know if this is possible with the tools provided in ExtendScript Toolkit CS6?
    Thank you.

    Yeah, I don't think it's possible, even if you were to write a C++ plugin with the SDK.  You could definitely detect when buttons are pressed with you wrote a plugin, or even a ScriptUI plugin.  As for attached event listenters to core AE ui elements, I cannot think of a way to do that off the top of my head. . . if I think of something that could work, I'll definitely post.  Maybe you can be more specific as to what you are trying to acheive if you could do that.  Why do want to detect clicks on ui elements that are part of the standard AE ui?

  • Opening Links in Mail, Which Safari Window is Used?

    It appears that whenever I click on a link in a Mail message, it always seems to open up in a new tab on the same window. Regardless of how many windows I have open in Safari, it's always the same one.
    Is there a way to configure this?
    I'd prefer that Mail links open in a new Safari window, or have them open in the last active Safari window.
    Thanks.
    OS X 10.8.5
    Safari 6.1
    Mail 6.6

    Linc,
    Sorry, I think I should have been more specific.
    I have it set to Automatically. When I click on a link in Mail, the link opens up in a specific Safari window, the same one, for each and every link in Mail I click on. Each link adds a new tab to this specific window. Regardless of how many windows are open in Safari and regardless of which Safari window was last active, the Mail links always open in the same Safari window. Each link opens in a new tab in this specific Safari window. Even when I quite Safari (leaving this specific window open), Mail links keep using this window.
    I don't want Mail (or links from other apps, like RSS readers) to open in new windows. Then I wind up with lots of windows, one for each new link. This is what I seem to get if I choose Never.
    I'd prefer it if Safari would open the mail links in the last active Safari window. This doesn't seem to be an option in the Safari preferences. I was wondering if there was some other way to achieve this. Perhaps via Terminal, editing some preferences file?
    I'm not even sure what logic Safari is using to pick the window. It's not last active. Is it first window opened? I suppose I should try that out.
    Either way, if you have any other suggestions, that'd be great. Otherwise, thanks for you help.

  • How can I find out which iTunes account was used to make a purchase?

    Without really understanding how iTunes and Apple IDs worked, I created a US iTunes account on my MacBook Air as some of the content I wanted wasn't available in the Australian iTunes store.  So I had two iTunes accounts on the one device and I just switched between one account and the other.  But eventually I ran into problems with the whole 35 Day and 90 Day restrictions when trying to change between one and the other.  So now I'm going to use two separate devices to manage the two accounts, but I want to be able to remove everything I bought from the US iTunes account from my MacBook Air and keep only the stuff I bought from the Australian store.  Is it possible to find out which account was used to buy a particular song/video/TV programme?

    Select the tune and then - Get Info - in the dialog box is a note of the Apple ID used to purchase.
    MJ

  • Delegate control, how can I find out which one is being used?

    I am working with some mysites customizations and came across a delegate control. How can I tell which control SharePoint is currently pointing this delegate control to?  If someone already swapped it out, how would I know?
    <SharePoint:DelegateControl runat="server" ControlId="ColleaguesLink1" Scope="Farm" />
    What does ColleaguesLink1 currently point to?  What did it originally point to?

    This blog post may get you started (same applies to SharePoint 2010):
    http://usingsystem.wordpress.com/2008/04/11/sharepoint-delegatecontrol/
    I hope this helps,
    Regards,
    Yuri Lausberg, MCP, MCAD, MCSD, MCTS, MCPD

  • How do I track down which (sub)VI is using all of my CPU resources?

    Hi,
    I'm having some trouble debugging a project...
    Problem:
    Every once in a while, all my Vi's in the project seem to freeze up or execute extremely slow. The machine's CPU load rises to 100% (99% for the LabVIEW.exe process). The normal CPU load with the application running is around 10-15%.
    Windows and LabVIEW are still responsive, albeit very sluggish. I can run the "Performance and memory" tool but I can't find any abnormalities.
    Question:
    Is there a way to find out what's causing the high CPU load? For example by showing the CPU load per VI in memory.
    Any input is appreciated.
    Kind regards,
    Pieter-Jan

    Thank you all for the replies. I was out of the office last week and didn't get a chance to reply untill now.
    My first thought was also a loop with no timing in it, like billco suggested. The problem is finding which loop is causing the problem, as six seperate loops run continuously and make a wide variety of subVI calls, some static, some dynamic.
    @altenbach: The profiler will only show VI's that have started and terminated execution. This means that if I start the profiler when the applicaton has already frozen, I can see very little happening.
    I could start the profiler before starting any of the VIs, but the problem usually only occurs after hours or days of running. And when it freezes, I can nolonger shut it down properly.
    I have attached two logs of the profiler: One during normal operation and one while the application was 'hanging'.
    @crossrulz: I've checked memory usage in the task manager, and it is not excessive.
    The project is a bit large to post here (around 300 VIs).
    Also, the total CPU load goes up to 100%, but when I tested with a single untimed loop I can only get it to go up to 50% because it's a dual core machine and a single loop can only take over one of the processor cores. This makes me question the theory of the untimed loop...
    Any ideas?
    Attachments:
    ProfileData_Hanging.txt ‏446 KB
    ProfileData_Normal.txt ‏443 KB

Maybe you are looking for

  • Error while Import

    Hello, Oracle:10.2.0.3.0 OS: Windows 7 I have two dump files as dump14.dmp>> DATA_ONLY dump15.dmp>>METADATA_ONLY I am getting error while doing import in this way-[First import metadata then data] C:\Users\abc>IMPDP system/xyz@TDB  remap_schema=scott

  • Problem connecting wirelessly with home hub 3.

    Kodak gave me advice onthis problem. Entered security key in upper case instead of lower and it solved the problem . No help from BT on this.

  • Upgrade to final cut pro x from final cut express; full price ?

    Is there i way of upgrading Final Cut Express 4 to the new Final Cut Pro X ? Or, one has simply to buy the FCPro X for full price ?

  • Charging issues- how do I know it's charging?

    Just picked up my Droid X today. Turned it off, plugged it in to charge it. All that appears is the motorola symbol, but no battery icon or anything like shows up- then it disappears. So I unplug it, try to turn it on by pressing the power button, an

  • HT201335 How to do AirPlay mirroring with iPad mini and ATV2?

    My iPad mini and my Apple TV 2 (both up to date) don't want to do AirPlay mirroring. Why? Regular AirPlay works. I can't even see the AirPlay button in the taskbar.