How to view code of all the custom and complex folder  folder

How to view code of all the custom and complex folder folder in EUL?

You do not need to run all the reports.
Also i am not sure about why do you need to see the code of every thing, i assume you will not get much from it.
If there is a certain folder you are interested in then this is the way.
Any way there is no way to get the code of the complex folders since they are logical join of other folders.
to get the code of the custom folder s you can use:
select * from eul_us.eul5_objs t
WHERE t.obj_type='CUO'
AND t.obj_object_sql1 IS NOT NULL;
you should look (and concatenate) at the obj_object_sql1,obj_object_sql2.....
Tamir

Similar Messages

  • How to find what are all the rules and events are monitoring for specific server in SCOM 2007

    how to find what are all the rules and events are monitoring for specific server in SCOM 2007.
    I need to know what are all the events, services, and rules are monitored for the specific server.
    Kindly help me friends.

    how to find what are all the rules and events are monitoring for specific server in SCOM 2007.
    I need to know what are all the events, services, and rules are monitored for the specific server.
    Kindly help me friends.
    Thanks for the question Sandoss. This is something that we all come across at sometime.
    Thanks & regards, Sumit Agrawal
    The lack of this feature is an inexcusable oversight for an enterprise management product.  They have some serious lightweights making design decisions on the SCOM team. 5 thumbs down. 
    BTW the answer is probably LOTS of stuff. Literally 100's of workflows are running on any server. 
    The following OpsMgr DB query will list all running monitors on a server. Change the name of @srv. I think this works pretty well.  I'd like some feedback if something is missing.
    DECLARE @srv varchar(30)
    SET @srv = 'your name here'
    SELECT mon.displayName as monitor, bme.FullName,bme.DisplayName as object,
    case
        when s.HealthState = 1 then 'healthy'
        when s.HealthState = 2 then 'Warning'
        when s.HealthState = 3 then 'Critical'
        else 'N/A'
    end as Health
    FROM state AS s WITH (NOLOCK)
    left join BaseManagedEntity as bme WITH (NOLOCK) on s.basemanagedentityid = bme.basemanagedentityid
    left join dbo.MonitorView Mon WITH (NOLOCK) on Mon.ID = s.monitorid
    where
    bme.FullName like '%' + @srv + '%'
    and s.HealthState <> 0
    and mon.IsInternalRollupMonitor = 0
    and mon.IsExternalRollupMonitor = 0
    order by bme.DisplayName, mon.displayName

  • How to view (or print) all the links (URL's) of a webpage?

    Years ago, when I was a Windows user, I recall my browser (IE or Firefox, can't recall which) having an option where I could print *all* the weblinks (URL's) at the end of the article.  I don't see this option anywhere in Safari.
    I'd not only like to print them, but even more-so, to *view* the URL's, so I can copy/paste them into a TextEdit file.
    Are any of these features possible in Safari 7.0.6 ?
    Thanks!

    Don't know much about SOA Composer (sorry - you've hit the BPM forum), but you should be able to see the business rules from the Oracle BPM Composer. If you've installed BPM, go to http://xx:####/bpm/composer and you'll see business rules after poking around a little. Let me know if you need more help finding them.
    Dan

  • My iPad keeps locking itself every few seconds, any ideas how to fix it... Drives me mad having to put my pass code in all the time and the screen keeps going blank :( HELP!

    My iPad keeps locking itself every few seconds, any ideas how to fix it... Drives me crazy as the screen keeps going blank and I have to constantly put in my pass code every few seconds. Can someone help me out please. The pass code lock is set at 10 minutes but it's happening every few seconds :(

    I've run into the issue and it seems to be related to an app not fully supporting the iOS you're on, the reboot doesn't usually solve it.
    I've solved it in the following manner(s):
    1) Backup the device to iCloud, then erase the iPad (Content and Network Settings).
    2) Setup the iPad and choose to restore from iTunes/iCloud Backup (wherever you backed it up)
    3) Perform any software updates
    I have not tried simply performing the software updates (which may fix it, but if it doesn't you won't be able to perform the above steps).
    Enjoy.

  • What is the transaction to view all the customer,i want customer list

    Hi All,
          Is there any transaction to view all the customer pertaining to a single comany code.
    Thx
    venu

    Dear Venu,
    Try using T-Code - S-ALR_87012179.
    This would give you list of Customer for a customers.
    Or else,
    Go to SE16 & enter tabke KNA1.
    Here you can gget list of all Customer codes, names & other details.
    Hope this helps,
    Reward if useful...
    Thanks,
    Jignesh mehta

  • Hello, I am trying to use a photo,that I've opened up in pages on a blank landscape, taken from my camera roll and use it as album cover art. All the custom text's will not paste when I copy.  Pic and texts are saved as a PDF, how can I paste the doc ?

    Hello, I am trying to use a photo,that I've opened up in pages on a blank landscape, taken from my camera roll and use it as album cover art. All the custom text's will not paste when I copy.  Pic and texts are saved as a PDF, how can I paste the doc ?

    Hello, I am trying to use a photo,that I've opened up in pages on a blank landscape, taken from my camera roll and use it as album cover art. All the custom text's will not paste when I copy.  Pic and texts are saved as a PDF, how can I paste the doc ?

  • How will get the source code of all the tables in a given schema using SQL?

    Hi All,
    How can we get the source code of all the tables in a given schema using SQL?
    Thanks in Adv.
    Junu

    Try something like...
    set heading off
    set pagesize 0
    col meta_data for a96 word_wrapped
    set long 100000
    SELECT DBMS_METADATA.GET_DDL(object_type, object_name, owner) ||';' AS meta_data
    FROM dba_objects
    WHERE owner = '<SCHEMA NAME>'
      AND object_type not in (<list of stuff you do not want>);                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • How to view what are all programs maped with the event....

    I am new to this events concept - could you please say
    in SM64 we can give Event....
    <b>How to view what are all programs maped with the event..</b>
    Thanks in advance.

    Hi Sam,
    See these links:
    How-to trigger a process chain using ABAP?
    Re: scheduling process chain 3 specific times a day
    NOTE: If you want to trigger the process chain from R/3, there are many examples in this forum. However, since the search function is not working now, I suggest you look at OSS Note 135637. This will show you how to do it also.
    Hope this helps.
    concerning to sm64 ..
    Triggering events manually ...
    Events let you start background jobs when particular changes in the R/3 System take place. When an event occurs, the background processing system starts all jobs that were scheduled to wait for that event.
    example : JOB_OPEN to create a background job..
    When scheduling a background job, you can specify it to start "after event".
    If you do so, you'll have to create an event in SM62.
    If a job is scheduled after event event and you trigger the event with SM64, the job will start.
    Events can be raised by external systems in SAP by sending a command to a SAP application server. You can also raise event in any program using function mosule BP_EVENT_RAISE.
    Reward if helpful.
    Regards,
    Harini.S

  • HT201269 I downloaded the iOS7, lost all the custom ring tones that I had on my phone, how do i get them back.  when I sync my phone, itunes says that they have been selected, but they don't show up on my phone

    I downloaded the iOS7, lost all the custom ring tones that I had on my phone.  the iTunes sync page says that they have all been selected but they don't show up in my phone? Help?

    I had the same problem and was able to fix it. Go to your iTunes and click on the Tones folder on the left under library. Some of my ring tones had an exclamation mark next to it and those were the ones that did not sync. You have to click on those and find it in your computer. Once the exclamation mark is gone, go to Tones section of your device in iTunes, make sure you select the tones you want synced, and click apply. I hope that helps you!

  • How to get all the custom tables created in database

    Hi,
    Is there any sql query present to fetch the name of all the custom tables(Not the tabless inbuilt tables which is given by oracle) present in any module like iExp,iRec or anything.
    Thanks

    It is difficult to differentiate custom tables from the seeded ones if there is no naming conventions followed during their creation. The custom schema or owner name can be used to differentiate them.
    Thanks,
    Neeraj

  • How to add F4 help for the custom field of a custom table

    Hi All,
    How to add F4 help to the custom table field? in the table maintainance when user clicks on F4 i want to provide possible values for this field I am trying to write the code in the screen of table maintainace like the following
    PROCESS ON VALUE-REQUEST.
      FIELD ZTEST_MAH_F4-KUNNR MODULE zVALUE_kunnr .
    But when i am double clicking on module it's giving options to create include program but after that it's giving user is currently editing the table i am not getting this can some body clarify my doubt it's gr8 if some body give some examp code
    Thanks&Regards
    mahesh

    Hi,
    Create a subroutine under the event and call the following FM
    1. Select all the related data into an itab, for ex i_kunnr
    2.    CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'
          EXPORTING
        DDIC_STRUCTURE         = ' '
           retfield               = 'KUNNR'
        PVALKEY                = ' '
           dynpprog               = sy-repid
           dynpnr                 = '1000'
           dynprofield            = <selection screen field>
        STEPL                  = 0
        WINDOW_TITLE           =
        VALUE                  = ' '
           value_org              = 'S'
        MULTIPLE_CHOICE        = ' '
        DISPLAY                = ' '
        CALLBACK_PROGRAM       = ' '
        CALLBACK_FORM          = ' '
        MARK_TAB               =
      IMPORTING
        USER_RESET             =
          TABLES
           value_tab              = <b>i_kunnr</b>
        FIELD_TAB              =
           return_tab             = < return table >
        DYNPFLD_MAPPING        =
         EXCEPTIONS
           parameter_error        = 1
           no_values_found        = 2
           OTHERS                 = 3

  • When i burn videos to a dvd-r disc it works on my macbook but not on a windows/pc or my dvd player. How can i make it work on all the above and not just a mac product?

    when i burn videos to a dvd-r disc it works on my macbook but not on a windows/pc or my dvd player. How can i make it work on all the above and not just a mac product?

    Unfortunately, the recording & movie industry does not respect the rights of the people who make them money, and thus you can only use the paid-for content in ways they see fit. Even if I lived in a bunker where no one else could possibly see the movie I paid for, therefor I'm not 'sharing it illegally', I would still not be allowed in a blue moon to copy that movie to DVD for TV viewing. Someone will tell you to get an AppleTV. How about Apple give us one for free? Until this changes, people wanting to use their content in multiple locations will continue to download music & movies via torrents, legally or illegally.

  • In Third Party sales order processing how we come to know that the customer

    Hi SAP SD Gurus,
    In Third Party sales order processing how we come to know that the customer is recived the Goods from the vendor?
    Thanks & Regards,
    Sreenivas.P

    From a high level view, the behavior should work like this:
    -  Sales order placed from customer PO via Tcode VA01. Purchase Requisition created upon saving the order
    -  Purchase order created with reference to Purchase Requisition via Tcode ME21N
    -  Receive confirmation from vendor that goods have shipped via EDI
    -  Create invoice receipt to vendor via Tcode MIRO
    -  Create billing document to bill customer via VF01

  • How do we view a list of the temporary and free sites we are using?

    Adobe Web Host - Free Sites /
    How do we view a list of the temporary and free sites we are using?
    When logged into Creative Cloud we used to be able to see the temporary and hoe many of the 5 free sites we were using. 
    Can’t find a list on my Creative Cloud account or when linking to "Manage" from within Muse /
    No mention of the free sites in the FAQs. Has there been a policy change ? Are free sites still included in the Subscription ?
    // from - Adobe Muse Help | Adobe Muse / Common Questions //
    When I publish in Adobe Muse CC, do I have to pay for hosting with Adobe?
    Adobe Muse CC allows you to publish your temporary website on the Adobe hosting platform at no charge for a 30-day trial period. This gives you the opportunity to send a live URL to your client for review. All sites in trial mode with Adobe will include the domain “businesscatalyst.com” in it. If you decide to take the site live by paying for the monthly hosting, you can transfer your own domain and remove the businesscatalyst.com subdomain. Or you can export the HTML and host the final site with a hosting provider of your choice.

    Yeah, not sure why they took it out of the cloud interface.
    But if you go to http://www.businesscatalyst.com/partnerportal and login with your cloud ID you will have access to all your cloud sites and many other features.

  • I have just used air display with macbook pro. i have disconnected now from apple tv. but my laptop screen is still very small like its connected to the tv. this means all the tabs and writing is very small, how do i full disconnect my laptop?

    i have just used air display with macbook pro. i have disconnected now from apple tv. but my laptop screen is still very small like its connected to the tv. this means all the tabs and writing is very small. like the display down the bottom where al the applications are, is n the middle of the page and not spread down the bottom. this is seriously annoying! all the writing is every small and the tabs are small and its hard to read.  the air display link has disappeared from my computer. but the laptop screen is still very small. i want to know how do i get rid of this and return my macbook screen to its normal size. thank you

    Hello chrispyw,
    If your content is still being displayed incorrectly, I would check the resolution setting for the built in display with this article:
    OS X Yosemite: Adjust your display’s resolution
    If it keeps happening whenever you use AirPlay then I would use this section of the following article to reset the display system:
    Apple computers: Troubleshooting issues with video on internal or external displays
    Reset the system
    You can reset the Mac's parameter RAM and SMC.Reset the resolution
    Start by resetting the Mac's parameter RAM. If the display does not come up, was previously set to an unsupported resolution, and still results in no video:
    Start up in Safe Mode.
    From the Apple () menu, choose System Preferences.
    Choose Displays from the View menu to open the preferences pane.
    Select any resolution and refresh rate that your display supports.
    Restart your computer.
    Thank you for using Apple Support Communities.
    Regards,
    Sterling

Maybe you are looking for

  • Upgrade 10.4.11 to 10.5, admin and root login are toast

    I wasn't sure if I should post this under Installation and Setup or Account and Login, as it involves both. Short version: After upgrading my G5 tower from 10.4.11 to 10.5, all logging into admin or root accounts stops working, except for logging in

  • Iphone: new computer, dated backup

    Hi everyone, I just had my old macbook stolen and had to buy a new macbook pro. I've gone through a lot of the discussions regarding how to move one's iphone to the new computer, but still have some questions. Clearly, it is ideal to use migration as

  • Upgraded iPhoto and lost all my pictures; how do I recover them?

    I updated to the new Iphoto on August 12 and not I can't find any of the pictures I had.  I can't find them anywhere on my hard drive.  Does updating delete all your pictures?

  • JMS adapter for MQSeries: Changing from MQ5.3 to 6.X libraries

    Hi, Can someone point in the direction of documentation as to how I would migrate/update a BPEL 10.1.3.5.0 environment using JMS adapters for MQSeries 5.3 to use new libraries for MQSeries 6.x. In a test env I have located the following, but I am not

  • Server-side includes not working

    Running CF9.x on Apache 2.2 Win 7. I inherited an older html multiple page site that we are breaking down into includes using html server-side includes: e.g. <!--#include file="includes/sidebar.html" -->,  and saving the page as a .html file, which i