Using different configured views for different user group in crm2007

Hello SAP Expert,
Want to clarify if the BADI (Configuration Access Determination BADI ; BSP_DLC_ACCESS_ENHANCEMENT)  is used as design time or Run time. By looking the help of this BADI it says "This Business Add-In (BAdI) is used in the UI Configuration Tool (CRM-FRW-CON) component." Looks like this is at configuration time not at run time.
The actual requirement is that for a set of users which work on a particular department, we want to have some extra information on 2 views and rest of the views they would be using same as entire organization. We are inclined towards using config role rather than zviews. If we were to use zviews then it would not be a difficult one.
We were thinking of a mechanism to show the configured view based on user's Business Role at runtime. e.g. we have 2 roles A and B. Role A user have only 2 views specific to them and all other views they use same as Role B. We do not want to use ZView rather use Role Config Key to distinguish the views. What I was thinking that we should be able to create these 2 views with Config Role A and all  views (including these 2) with Config Role B. On Business Role A and Business Role B both, We will assign Config Role "B". but at runtime system should determine if the Business Role is A and Component is CMP1 then use the view V1 with Config Role A not the default view with config role B. (we can maintain that information in a Z table). This is not based on runtime profile but to use configured view at runtime.
Any thoughts/ help really appreciated.
Best regards,

Hi Amithab,
you can use badi CRM_BP_UIU_VIEW_CONFIG  of enhancement spot CRM_UIU_BP_ENHANCEMENT for your requirements. Please read the badi documentation because you need also a implementation of badi CRM_BP_UIU_CONFIG_CALLBACK (same spot). SAP considers badi CRM_BP_UIU_VIEW_CONFIG only for use at dynamically loading different configuartions of view details for business partners or contact persons at runtime. But you can use your badi implementation also for other views. You have to redefine method DO_CONFIG_DETERMINATION in your views. And call your badi from there. For this copy&paste the logic of DO_CONFIG_DETERMINATION of bp details to the views you have to load dynamically at runtime.
We have used this approach for access controll and granting special access to views dependent on different employee functions.
Best regards
Michael

Similar Messages

  • Specifying different initial views for different users in ALV web dynpro

    Hi Friends,
    I need to have 2 different initial view for my web dynpro application eg: View1 and View2. There will 2 group of users using the respective Views. However the first group should not be able to see other view(View2) and vice versa.
    Please tell me whether it is possible and if yes then how to do it.
    Regards,
    Saud

    Hi,
    the ALV component has a public attribute - R_COMPONENT which is of type ref to IF_SALV_WD_COMPONENT_TABLE
    you can call GET_PERSONALISATION on this reference to return a reference to the interface IF_SALV_WD_COMP_TABLE_PERS. This in turn has a method - SET_STANDARD_VIEW.
    I think that this should allow you to set which ever view you want.
    Hope it helps,
    Chris

  • How to hide ribbon from all item view for particular user group

    hi friends
    how to hide ribbon from all item view of particular list for specific user group.
    using OOB functionality or javascript. 

    Hello,
    Use this codeplex tool to hide ribbon to user group:
    http://spribbonvisibility.codeplex.com/
    If you don't want to use above tool then you have to add SPSecuritytrimming in "Rajiv Kumar" code for filtering based on user group permission.
    http://www.topsharepoint.com/hide-the-ribbon-from-anonymous-users
    Hope it could help
    Hemendra:Yesterday is just a memory,Tomorrow we may never see
    Please remember to mark the replies as answers if they help and unmark them if they provide no help

  • Different column views for different mailboxes?

    Is it possible to view different columns for different mailboxes?
    Normally, the "Sent" mailbox displays only "To," not "From;" and the other mailboxes display only "From" and not "To." That's fine. But I have another mailbox I've created where I've stored old sent mail, and I only want to see the "To" column, not the "From" column in that mailbox. When I select that mailbox and then choose View-Columns, whatever I choose is applied to the "In" box, and all the other mailboxes (except "Sent" )... is there another way to do this?
    G3 B&W   Mac OS X (10.3.9)  

    Column view settings are stored globally for all mailboxes. You cannot change them for one mailbox without also affecting the rest, except Mail allows you to have slightly different From/To and Date Sent/Date Received settings for Sent.

  • Hi I have two questions. I am using NAS 4.1 and was wondering is it possible to set a different session timeout for different users? How is the session timeout set? Thanks, YS

     

    <i>I am using NAS 4.1 and was wondering is it possible to set a different session timeout for different users?</i>
    Um, there is no such thing as NAS4.1.
    I'm assuming that you mean NAS4.0 (maybe NAS4.0sp1?). If so, then the session timeouts are specified in the session section of the NTV configuration files.
    AFAIK, you can specify session timeouts on a per user basis.

  • How to Configure Adapter for different environments?

    Hi
    I wanted to know solution to a pratical problem. If a communication channel is created by configuring a adapter, how is the configuration managed for different phases of the life cycle  i,e when it goes from development to QA to Production. A adapter may need to be configured differently depending upon the environment it is in. I hope one doesn't have to change it every time it is taken from one environment to another. Is there any concept like properties file in XI?
    Vijay

    HI,
    In general the Same evironment should be in both Dev and QA and also in Prod .
    Whatever we developed in Dev environment , if you transport it to QA , the same should work, similarly in Prod also.
    We have certain fecilities like cutomising the Communication channel with the Communication Channel Template.With this we can configure as per our needs.
    Eventhough it is not sufficient to meet your BS requirement , then we need to have
    Dynamic configuration see the below link for more details
    Dynamic configuration in adapter modules - /people/daniel.graversen/blog/2006/10/05/dynamic-configuration-in-adapter-modules
    Dynamic Configuration of Some Communication Channel Parameters using Message Mapping -
    /people/william.li/blog/2006/04/18/dynamic-configuration-of-some-communication-channel-parameters-using-message-mapping
    Regards
    Chilla

  • Can we use same number range for different  fields

    can we use same number range for different  fields. how can we see the number range defined for a particular field

    Hai,
    Yes you can have same number range for different fields  by using the same domain to the data elements that are user to your two fields.
    To see the range:
    Go to SE11,Type table Name open it-->double click on the DataElement adjasent to the field name ,You will get Domian ,Double click on Domain You will get Domain.There See Value range option .Value range cam also be defined by Value Table which will also at the Doamin level.
    <b>Reward points if it helps you.</b>
    Regds,
    Rama.Pammi

  • [SOLVED] how to use diffrent iptables rules for different ppp account?

    x86 plantform run arch linux system , have two network interface etn1 eth0 .eth1 connect to internet. eth0 connect to other terminals through switch. want use different iptables rules for different pppoe account .also want to know how to forbidden more than one terminals established pppoe link use same account at the same time .
    Last edited by linuxsir (2013-09-26 06:48:01)

    (You establish PPPoE sessions over the local network to the Arch machine? Which then routes the traffic?)
    first question ,yes that is exactly what i am done. second question i also have a small  scripts on windows pc to solve routes traffic problem
    route -p delete 0.0.0.0
    route -p add 192.168.9.0 mask 255.255.255.0 192.168.9.1
    route -p add 0.0.0.0 mask 0.0.0.0 192.168.22.0
    but after a while i found scripts is not necessary because windows always attempt to use PPPoE sessions as default internet connection local connection is also ok
    and use  -i pppX in my iptables rules dose not  solve my problem , because same account start PPPoE session could be marked as ppp0 or ppp1. it is hard to identified which account start session.

  • How do I use the same profile for two users on the same computer

    I use my laptop both at home and at work. And in each venue I use a different user log on. But I wish to have firefox use the same profile for each user log on. How can I get firefox to point to the same profile for each user?

    Note that only one user (Firefox instance) can use a profile folder at the time, so if you would switch the Windows user to another account then you would first have to close Firefox.
    * http://kb.mozillazine.org/Creating_a_new_Firefox_profile_on_Windows
    * http://kb.mozillazine.org/Shortcut_to_a_specific_profile
    * http://kb.mozillazine.org/Using_multiple_profiles_-_Firefox
    * http://kb.mozillazine.org/Bypassing_the_Profile_Manager

  • So how to specify different answer file for different install images in WDS snap-in?

    hello
    in WDS snap-in, in properties on server name, on client tab, we can define an answer file for unattended windows installation on WDS clients.
    my question is, maybe we have added multiple images in WDS snap-in (win xp image, win 7 , win 2008,...)
    now this one answer file applies to all of them ?
    so how to specify different answer file for different install images in WDS snap-in?
    thanks in advanced 

    Under the "Client" tab of WDS, you should only use an answer-file with settings relevant for the installation. This would be credentials for the WDS deployment share, international settings used during the setup and possibly also destination drive
    details (if you want the installation to take care of partitioning the disk etc). The settings relevant for unattend-files used under "Client" would only be of those in phase 1 (WinPE).
    However, if you would like to have specific unattend file for every installation, e.g. Win7, Server 2008, Win 8 etc, you can browse to the image under "Install Images" under the image Groups. There you can select properties for every image and
    have a personal unattend-file.
    hi Joel
    very cool. thanks a lot, that really helped me.
    best regards

  • Different mail ID for different workflows

    Hi All,
    As per my knowledge if we use mail task in work flow a e-mail will be triggered from mail ID maintained for user wf_batch , is there any way to send mail through different mail iD for different workflows by using mail tasks only, not by using a separate task and using some function modules in that to send mails.
    Thanks
    Vinod

    Hi,
    I have done this once. It is not the best I admit as many things must be considered, yet it worked.
    In the binding of an activity step, prior to the mail send step, I have included the calling to a custom FM.
    In this FM I have dinamically changed the mail address of WF-BATCH (the address was set in an ad-hoc paramenter.
    Then right after the mail send step, again in the following binding, I have run the very same FM, with different paramenters of course, to put the address back to where it was.
    Corrado

  • Java.util.logging - different log files for different loggers

    I'm having trouble configuring Java logging to use different log files for different loggers.
    In log4j, I would do this by configuring multiple loggers each with a different appender. But how can I do this with Java (java.util.logging) logging?
    This is the basic idea of what I'd like to do:
    com.mycompany.app1.level = FINEST
    com.mycompany.app1.<log file> = logfile1.log
    com.mycompany.app2.level = ALL
    com.mycompany.app2.<log file> = logfile2.log
    Any suggestions?

    This kind of thing?
    import java.io.IOException;
    import java.util.logging.FileHandler;
    import java.util.logging.Level;
    import java.util.logging.Logger;
    import java.util.logging.SimpleFormatter;
    public class LogTest {
        private Logger app1;
        private Logger app2;
        public LogTest() {
            // setup loggers
            try {
                // first logger
                app1 = Logger.getLogger("com.mycompany.app1");
                FileHandler filehandler = new FileHandler( "logfile1.log" );
                filehandler.setFormatter(new SimpleFormatter());
                app1.addHandler(filehandler);  
                // second logger       
                app2 = Logger.getLogger("com.mycompany.app2");
                filehandler = new FileHandler( "logfile2.log" );
                filehandler.setFormatter(new SimpleFormatter());
                app2.addHandler(filehandler);  
            } catch(IOException ioex) {
                ioex.printStackTrace();
        private void logStuff() {
            app1.log(Level.SEVERE, "a message for log 1");
            app2.log(Level.SEVERE, "a message for log 2");
            app2.log(Level.WARNING, "another message for log 2");
         * @param args
        public static void main(String[] args) {
            new LogTest().logStuff();
    }

  • Restricting  Access for SQ01 User Group

    Hi ,
    Please let me how to Restrict  Access for a   User Group  to only some of  the specific users?
    Thank you
    Edited by: Vibhor Arora on Apr 12, 2010 7:29 AM

    Hi,
    Can you please clarify what exactly you want to know, your request can be interpreted in a few different ways.
    If you are concerned that people have access to all user groups, then you need to remove access to S_QUERY activity 02 and I think activity 23.  They will lose access to all user groups that they are not assigned to via SQ03.

  • HOWTO: Configure JDeveloper for Power Users

    < !doctype html public "-//w3c//dtd html 4.0 transitional//en">
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <meta name="Author" content="JDeveloper Product Management">
    <meta name="GENERATOR" content="Mozilla/4.72 [en] (WinNT; I) [Netscape]">
    <meta name="Description" content="Configuring JDeveloper for the Power User">
    <title>Configuring JDeveloper for the Power User</title>
    </head>
    <body>
    <center>
    <h2>
    <font color="#000000">HOWTO: Configure JDeveloper for Power Users</font></h2></center>
    <hr WIDTH="100%">
    The default JDeveloper installation installs many components, however,
    it does not create easily accessible menus and shortcuts that many power
    users need.
    The common configuration problems that developers often face, but may
    not know how to fix include:
    <ul>
    Quickly Launching JDeveloper</li>
    Invoking the JDeveloper Help system (without running JDeveloper)</li>
    Adding external tools to JDeveloper's Tools menu</li>
    Editing JDeveloper Configuration files</li>
    </ul>
    This document explains how to perform the above tasks, and hopefully, you
    will learn how simple customizing your Windows &; JDeveloper environment
    can be.
    <center>
    <h2>
    <hr WIDTH="100%"></h2></center>
    <h2>
    Introduction</h2>
    This document contains instructions for configuring JDeveloper for the
    power user.
    The following instructions lead you through the steps necessary to:
    <ul>
    Add links to key JDeveloper configuration files from the windows start
    menu.  This makes it simpler to change JDeveloper's behavior.</li>
    Create Short cut menus to JDeveloper Help system</li>
    <img SRC="PowerUser_StartMenu.JPG" height=89 width=332>
    Create a Quick Launch menu to JDeveloper</li>
    <img SRC="PowerUser_QuickLaunch.JPG" height=27 width=309>
    Add key utilities to the JDeveloper Tools menu.  This makes your favorite
    utilities just a menu away from within JDeveloper.</li>
    <img SRC="PowerUser_ToolsMenu.JPG" height=351 width=214>
    Enable the JDeveloper Console window.  This allows you to see the
    results of statements such as System.out.println( "message" ).</li>
    Let you understand how easy customizing various aspects can be</li>
    </ul>
    <h2>
    <hr WIDTH="100%"></h2>
    <h2>
    Detailed Instructions</h2>
    1. If you have not previously executed JDeveloper, Run JDeveloper once
    and exit.
        This creates the initial JDeveloper.ini
    2. Create links to JDeveloper's key files.
    <blockquote>Right click on the Windows Start menu
    Select <u>Explore All Users</u> to launch an Explorer window
    We will refer to this as Explorer Window #2 because it has 2 panes
    (left &; right)
    Note: This directory structure is also used by the Windows Start menu,
    thus adding folders here is the same as adding menu items to the Start
    menu decedents, Adding folders here is the same as adding sub-menus!
    In the right hand pane of Explorer Window #2, double click on Programs.
    Double click on the Oracle JDeveloper Folder.
    Select menu File | New / Folder to create a new folder.
    Name the folder, Customize
    Right click on the JDeveloper icon (either one)
    Select the <u>Properties</u> menu to launch the  JDeveloper
    properties dialog,
    <blockquote>Switch to the Shortcut Tab.
    Copy the path portion of the Target string (exclude JDeveloper.exe)
    into the clipboard (Select + Ctrl-C )
    Cancel the Properties dialog</blockquote>
    Press windows Start | Run... menu
    Paste clipboard contents (Ctrl+V) in the open line.
    Press OK to create an Explorer window.
    We will refer to this as Explorer Window #1 because it has 1 pane.
    Note that Explorer Window #1 is  focused on your JDeveloper bin
    directory.
    Next we will create shortcuts to key JDeveloper files which are directly
    accessible from your windows start menu.
    Situate the two explorer windows so they do not overlap (shrink window
    size if necessary)
    We will be dragging from Explorer Window #1 to Explorer Window #2.
    // Create Shortcut to JDeveloper.ini inside of Customize folder/menu.
    In Explorer Window #2, Double click on Customize folder
    In Explorer window #1, find and select JDeveloper.ini.
    <font color="#000000">***Important:</font>  Right Click
    and Drag JDeveloper.ini from Explorer Window #1 and right-drag to Explorer
    Window #2 and release the right mouse button in the right pane.
    Then a small context menu appears, select the menu item <u>Create
    Shortcut(s) Here</u>
    This created a shortcut to JDeveloper.ini.
    // Create Shortcut to Tools.cfg inside of Customize folder/menu.
    Lets repeat the process for Tools.cfg
    Right click-drag from Explorer window #1 to Explorer Window #2 and
    choose Create Shortcut(s) Here.
    // Navigate to LIB dir
    In Explorer Window #1, lets navigate one directory level up by pressing
    the Folder UP arrow icon.
    Now Double click on the LIB directory Folder.
    // Create Shortcut to JDeveloper.properties inside of Customize folder/menu.
    Lets repeat the process for JDeveloper.properties.
    Right click-drag from Explorer window #1 to Explorer Window #2 and
    choose Create Shortcut(s) Here.
    // Create Shortcut to JBO.properties inside of Customize folder/menu.
    [Optional] Lets repeat the process for JBO.properties.
    Right click-drag from Explorer window #1 to Explorer Window #2 and
    choose Create Shortcut(s) Here.
    // Navigate to DOC dir
    In Explorer Window #1, lets navigate one directory level up by pressing
    the Folder UP arrow icon.
    Now Double click on the Doc directory Folder.
    In Explorer Window #2, lets navigate one directory level up by pressing
    the Folder UP arrow icon. This places us in the folder where the JDeveloper
    shortcut is.
    // Create Shortcut to JDeveloper.chm inside of JDeveloper folder/menu.
    Lets repeat the process for JDeveloper.chm
    Right click-drag from Explorer window #1 to Explorer Window #2 and
    choose Create Shortcut(s) Here.
    // Create Quick Launch Shortcut to JDeveloper.
    If you do not have the Windows Quick Launch Menu enabled, Right click
    on your Task bar, but not on any icons and Select Menu ToolBars | Quick
    Launch to display Quick Launch Menu
    Now Select JDeveloper from Explorer Window #1  and Right click-drag
    to the Quick Launch Area (on windows Task Bar) and choose Create Shortcut(s)
    Here.
    This creates a Quick Launch icon for launching JDeveloper from the
    Quick Launch area.
    To verify everything is OK, you can now select the Window Start menu
    | Programs | Oracle JDeveloper... and you should see links to all the new
    files we just added.
    When everything is as you like, close both explorer windows.</blockquote>
    3. Enable JDeveloper's output console window
    <blockquote>Select Windows Start menu | Programs | Oracle JDeveloper |
    JDeveloper.ini
    If windows asks you what to use to edit this file choose Write.
    Search for LogConsole=0 and change it to LogConsole=1
    Save the file and exit the editor.
    This Console window is very important for Advanced programmers because
    they can see various output including exceptions during their IDE interaction,
    Addin processing.</blockquote>
    4. Add more tools to JDeveloper's Tools menu
    <blockquote>Select Windows Start menu | Programs | Oracle JDeveloper |
    Tools.CFG
    If windows asks you what to use to edit this file, choose Write.
    Add the following lines to the END of your Tools.cfg file.
    <font color="#000000">***Important:  </font>Be sure to make
    appropriate path changes suitable for your environment.
    Note: You may want to add your own favorite tools to this file for
    invocation from JDeveloper.
    <table BORDER COLS=1 WIDTH="80%" >
    <tr>
    <td><font face="Arial,Helvetica"><font size=-1>## Shortcut to Netscape
    Browser on current node (HTML, gif, etc)</font></font>
    <font face="Arial,Helvetica"><font size=-1>Navigator <Current
    Node></font></font>
    <font face="Arial,Helvetica"><font size=-1>"C:\Program Files\Netscape\Com municator\Program\netscape.exe"</font></font>
    <font face="Arial,Helvetica"><font size=-1>.</font></font>
    <font face="Arial,Helvetica"><font size=-1>$NodeName</font></font>
    <font face="Arial,Helvetica"><font size=-1>## Shortcut to Netscape
    Composer on current node (HTML, gif, etc)</font></font>
    <font face="Arial,Helvetica"><font size=-1>## Note: Due to netscape
    modal issue, drag the node to netscape.</font></font>
    <font face="Arial,Helvetica"><font size=-1>Composer <Current
    Node></font></font>
    <font face="Arial,Helvetica"><font size=-1>"C:\Program Files\Netscape\Communicator\Program\netscape.exe
    -edit"</font></font>
    <font face="Arial,Helvetica"><font size=-1>.</font></font>
    <font face="Arial,Helvetica"><font size=-1>$NodeName</font></font>
    <font face="Arial,Helvetica"><font size=-1>## Shortcut to editing
    Tools.cfg</font></font>
    <font face="Arial,Helvetica"><font size=-1>Edit Tools.cfg</font></font>
    <font face="Arial,Helvetica"><font size=-1>C:\WINNT\system32\Write.exe</font></font>
    <font face="Arial,Helvetica"><font size=-1>.</font></font>
    <font face="Arial,Helvetica"><font size=-1>D:\jd3\bin\Tools.cfg</font></font>
    <font face="Arial,Helvetica"><font size=-1>## Shortcut to editing
    Gallery.ini</font></font>
    <font face="Arial,Helvetica"><font size=-1>Edit Gallery.ini</font></font>
    <font face="Arial,Helvetica"><font size=-1>C:\WINNT\system32\Write.exe</font></font>
    <font face="Arial,Helvetica"><font size=-1>.</font></font>
    <font face="Arial,Helvetica"><font size=-1>D:\jd3\bin\Gallery.ini</font></font>
    <font face="Arial,Helvetica"><font size=-1>## Shortcut to editing
    JDeveloper.ini</font></font>
    <font face="Arial,Helvetica"><font size=-1>Edit JDeveloper.ini</font></font>
    <font face="Arial,Helvetica"><font size=-1>C:\WINNT\system32\Write.exe</font></font>
    <font face="Arial,Helvetica"><font size=-1>.</font></font>
    <font face="Arial,Helvetica"><font size=-1>D:\jd3\bin\JDeveloper.ini</font></font>
    <font face="Arial,Helvetica"><font size=-1>## Shortcut to editing
    JDeveloper.properties</font></font>
    <font face="Arial,Helvetica"><font size=-1>Edit JDeveloper.properties</font></font>
    <font face="Arial,Helvetica"><font size=-1>C:\WINNT\system32\Write.exe</font></font>
    <font face="Arial,Helvetica"><font size=-1>.</font></font>
    <font face="Arial,Helvetica"><font size=-1>D:\jd3\lib\JDeveloper.properties</font></font></td>
    </tr>
    </table>
    Save the file and exit the editor.</blockquote>
    5. [Optional] To view the output of JDeveloper Addins as they are loaded,
    <blockquote>Select Windows Start menu | Programs | Oracle JDeveloper |
    JDeveloper.properties
    If windows asks you what to use to edit this file, choose Write.
    Search for jdeveloper.logOutput= line and change it to end with
    a dash
    jdeveloper.logOutput=-
    Save the file and exit the editor.
    This will place trace like statements invoked with Addin handling into
    the Console window.
    This is also the file which you will edit to add your Addin files to
    JDeveloper.</blockquote>
    6. Start Developing with JDeveloper.
    <blockquote>Your new shortcuts can make launching JDeveloper, JDeveloper
    help files, external utilities, and configuring JDeveloper super easy.</blockquote>
    <h2>
    <hr WIDTH="100%"></h2>
    <h2>
    Summary</h2>
    <blockquote>With the above configuration changes and the concepts understood,
    there is no end to your levels of customization that you may perform. 
    These represent but a few of the customizations that you can perform to
    make your day more productive.</blockquote>
    Please send corrections and suggestions to [EMAIL][email protected][EMAIL]
    </body>
    </html>
    null

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by John Jannatpour ([email protected]):
    < !doctype html public "-//w3c//dtd html 4.0 transitional//en">
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <meta name="Author" content="JDeveloper Product Management">
    <meta name="GENERATOR" content="Mozilla/4.72 [en] (WinNT; I) [Netscape]">
    <meta name="Description" content="Configuring JDeveloper for the Power User">
    <title>Configuring JDeveloper for the Power User</title>
    </head>
    <body>
    <center>
    <h2>
    <font color="#000000">HOWTO: Configure JDeveloper for Power Users</font></h2></center>
    <hr WIDTH="100%">
    The default JDeveloper installation installs many components, however,
    it does not create easily accessible menus and shortcuts that many power
    users need.
    The common configuration problems that developers often face, but may
    not know how to fix include:
    <ul>
    Quickly Launching JDeveloper</li>
    Invoking the JDeveloper Help system (without running JDeveloper)</li>
    Adding external tools to JDeveloper's Tools menu</li>
    Editing JDeveloper Configuration files</li>
    </ul>
    This document explains how to perform the above tasks, and hopefully, you
    will learn how simple customizing your Windows & JDeveloper environment
    can be.
    <center>
    <h2>
    <hr WIDTH="100%"></h2></center>
    <h2>
    Introduction</h2>
    This document contains instructions for configuring JDeveloper for the
    power user.
    The following instructions lead you through the steps necessary to:
    <ul>
    Add links to key JDeveloper configuration files from the windows start
    menu. This makes it simpler to change JDeveloper's behavior.</li>
    Create Short cut menus to JDeveloper Help system</li>
    <img SRC="PowerUser_StartMenu.JPG" height=89 width=332>
    Create a Quick Launch menu to JDeveloper</li>
    <img SRC="PowerUser_QuickLaunch.JPG" height=27 width=309>
    Add key utilities to the JDeveloper Tools menu. This makes your favorite
    utilities just a menu away from within JDeveloper.</li>
    <img SRC="PowerUser_ToolsMenu.JPG" height=351 width=214>
    Enable the JDeveloper Console window. This allows you to see the
    results of statements such as System.out.println( "message" ).</li>
    Let you understand how easy customizing various aspects can be</li>
    </ul>
    <h2>
    <hr WIDTH="100%"></h2>
    <h2>
    Detailed Instructions</h2>
    1. If you have not previously executed JDeveloper, Run JDeveloper once
    and exit.
    This creates the initial JDeveloper.ini
    2. Create links to JDeveloper's key files.
    <blockquote>Right click on the Windows Start menu
    Select [b]<u>Explore All Users</u> to launch an Explorer window
    We will refer to this as Explorer Window #2 because it has 2 panes
    (left & right)
    Note: This directory structure is also used by the Windows Start menu,
    thus adding folders here is the same as adding menu items to the Start
    menu decedents, Adding folders here is the same as adding sub-menus!
    In the right hand pane of Explorer Window #2, double click on Programs.
    Double click on the Oracle JDeveloper Folder.
    Select menu File | New / Folder to create a new folder.
    Name the folder, Customize
    Right click on the JDeveloper icon (either one)
    Select the <u>Properties</u> menu to launch the JDeveloper
    properties dialog,
    <blockquote>Switch to the Shortcut Tab.
    Copy the path portion of the Target string (exclude JDeveloper.exe)
    into the clipboard (Select + Ctrl-C )
    Cancel the Properties dialog</blockquote>
    Press windows Start | Run... menu
    Paste clipboard contents (Ctrl+V) in the open line.
    Press OK to create an Explorer window.
    We will refer to this as Explorer Window #1 because it has 1 pane.
    Note that Explorer Window #1 is focused on your JDeveloper bin
    directory.
    Next we will create shortcuts to key JDeveloper files which are directly
    accessible from your windows start menu.
    Situate the two explorer windows so they do not overlap (shrink window
    size if necessary)
    We will be dragging from Explorer Window #1 to Explorer Window #2.
    // Create Shortcut to JDeveloper.ini inside of Customize folder/menu.
    In Explorer Window #2, Double click on Customize folder
    In Explorer window #1, find and select JDeveloper.ini.
    <font color="#000000">***Important:</font> Right Click
    and Drag JDeveloper.ini from Explorer Window #1 and right-drag to Explorer
    Window #2 and release the right mouse button in the right pane.
    Then a small context menu appears, select the menu item <u>Create
    Shortcut(s) Here</u>
    This created a shortcut to JDeveloper.ini.
    // Create Shortcut to Tools.cfg inside of Customize folder/menu.
    Lets repeat the process for Tools.cfg
    Right click-drag from Explorer window #1 to Explorer Window #2 and
    choose Create Shortcut(s) Here.
    // Navigate to LIB dir
    In Explorer Window #1, lets navigate one directory level up by pressing
    the Folder UP arrow icon.
    Now Double click on the LIB directory Folder.
    // Create Shortcut to JDeveloper.properties inside of Customize folder/menu.
    Lets repeat the process for JDeveloper.properties.
    Right click-drag from Explorer window #1 to Explorer Window #2 and
    choose Create Shortcut(s) Here.
    // Create Shortcut to JBO.properties inside of Customize folder/menu.
    [Optional] Lets repeat the process for JBO.properties.
    Right click-drag from Explorer window #1 to Explorer Window #2 and
    choose Create Shortcut(s) Here.
    // Navigate to DOC dir
    In Explorer Window #1, lets navigate one directory level up by pressing
    the Folder UP arrow icon.
    Now Double click on the Doc directory Folder.
    In Explorer Window #2, lets navigate one directory level up by pressing
    the Folder UP arrow icon. This places us in the folder where the JDeveloper
    shortcut is.
    // Create Shortcut to JDeveloper.chm inside of JDeveloper folder/menu.
    Lets repeat the process for JDeveloper.chm
    Right click-drag from Explorer window #1 to Explorer Window #2 and
    choose Create Shortcut(s) Here.
    // Create Quick Launch Shortcut to JDeveloper.
    If you do not have the Windows Quick Launch Menu enabled, Right click
    on your Task bar, but not on any icons and Select Menu ToolBars | Quick
    Launch to display Quick Launch Menu
    Now Select JDeveloper from Explorer Window #1 and Right click-drag
    to the Quick Launch Area (on windows Task Bar) and choose Create Shortcut(s)
    Here.
    This creates a Quick Launch icon for launching JDeveloper from the
    Quick Launch area.
    To verify everything is OK, you can now select the Window Start menu
    | Programs | Oracle JDeveloper... and you should see links to all the new
    files we just added.
    When everything is as you like, close both explorer windows.</blockquote>
    3. Enable JDeveloper's output console window
    <blockquote>Select Windows Start menu | Programs | Oracle JDeveloper |
    JDeveloper.ini
    If windows asks you what to use to edit this file choose Write.
    Search for LogConsole=0 and change it to LogConsole=1
    Save the file and exit the editor.
    This Console window is very important for Advanced programmers because
    they can see various output including exceptions during their IDE interaction,
    Addin processing.</blockquote>
    4. Add more tools to JDeveloper's Tools menu
    <blockquote>Select Windows Start menu | Programs | Oracle JDeveloper |
    Tools.CFG
    If windows asks you what to use to edit this file, choose Write.
    Add the following lines to the END of your Tools.cfg file.
    <font color="#000000">***Important: </font>Be sure to make
    appropriate path changes suitable for your environment.
    Note: You may want to add your own favorite tools to this file for
    invocation from JDeveloper.
    <table BORDER COLS=1 WIDTH="80%" >
    <tr>
    <td><font face="Arial,Helvetica"><font size=-1>## Shortcut to Netscape
    Browser on current node (HTML, gif, etc)</font></font>
    <font face="Arial,Helvetica"><font size=-1>Navigator <Current
    Node></font></font>
    <font face="Arial,Helvetica"><font size=-1>"C:\Program Files\Netscape\Communicator\Program\netscape.exe"</font></font>
    <font face="Arial,Helvetica"><font size=-1>.</font></font>
    <font face="Arial,Helvetica"><font size=-1>$NodeName</font></font>
    <font face="Arial,Helvetica"><font size=-1>## Shortcut to Netscape
    Composer on current node (HTML, gif, etc)</font></font>
    <font face="Arial,Helvetica"><font size=-1>## Note: Due to netscape
    modal issue, drag the node to netscape.</font></font>
    <font face="Arial,Helvetica"><font size=-1>Composer <Current
    Node></font></font>
    <font face="Arial,Helvetica"><font size=-1>"C:\Program Files\Netscape\Communicator\Program\netscape.exe
    -edit"</font></font>
    <font face="Arial,Helvetica"><font size=-1>.</font></font>
    <font face="Arial,Helvetica"><font size=-1>$NodeName</font></font>
    <font face="Arial,Helvetica"><font size=-1>## Shortcut to editing
    Tools.cfg</font></font>
    <font face="Arial,Helvetica"><font size=-1>Edit Tools.cfg</font></font>
    <font face="Arial,Helvetica"><font size=-1>C:\WINNT\system32\Write.exe</font></font>
    <font face="Arial,Helvetica"><font size=-1>.</font></font>
    <font face="Arial,Helvetica"><font size=-1>D:\jd3\bin\Tools.cfg</font></font>
    <font face="Arial,Helvetica"><font size=-1>## Shortcut to editing
    Gallery.ini</font></font>
    <font face="Arial,Helvetica"><font size=-1>Edit Gallery.ini</font></font>
    <font face="Arial,Helvetica"><font size=-1>C:\WINNT\system32\Write.exe</font></font>
    <font face="Arial,Helvetica"><font size=-1>.</font></font>
    <font face="Arial,Helvetica"><font size=-1>D:\jd3\bin\Gallery.ini</font></font>
    <font face="Arial,Helvetica"><font size=-1>## Shortcut to editing
    JDeveloper.ini</font></font>
    <font face="Arial,Helvetica"><font size=-1>Edit JDeveloper.ini</font></font>
    <font face="Arial,Helvetica"><font size=-1>C:\WINNT\system32\Write.exe</font></font>
    <font face="Arial,Helvetica"><font size=-1>.</font></font>
    <font face="Arial,Helvetica"><font size=-1>D:\jd3\bin\JDeveloper.ini</font></font>
    <font face="Arial,Helvetica"><font size=-1>## Shortcut to editing
    JDeveloper.properties</font></font>
    <font face="Arial,Helvetica"><font size=-1>Edit JDeveloper.properties</font></font>
    <font face="Arial,Helvetica"><font size=-1>C:\WINNT\system32\Write.exe</font></font>
    <font face="Arial,Helvetica"><font size=-1>.</font></font>
    <font face="Arial,Helvetica"><font size=-1>D:\jd3\lib\JDeveloper.properties</font></font></td>
    </tr>
    </table>
    Save the file and exit the editor.</blockquote>
    5. [Optional] To view the output of JDeveloper Addins as they are loaded,
    <blockquote>Select Windows Start menu | Programs | Oracle JDeveloper |
    JDeveloper.properties
    If windows asks you what to use to edit this file, choose Write.
    Search for jdeveloper.logOutput= line and change it to end with
    a dash
    jdeveloper.logOutput=-
    Save the file and exit the editor.
    This will place trace like statements invoked with Addin handling into
    the Console window.
    This is also the file which you will edit to add your Addin files to
    JDeveloper.</blockquote>
    6. Start Developing with JDeveloper.
    <blockquote>Your new shortcuts can make launching JDeveloper, JDeveloper
    help files, external utilities, and configuring JDeveloper super easy.</blockquote>
    <h2>
    <hr WIDTH="100%"></h2>
    <h2>
    Summary</h2>
    <blockquote>With the above configuration changes and the concepts understood,
    there is no end to your levels of customization that you may perform.
    These represent but a few of the customizations that you can perform to
    make your day more productive.</blockquote>
    Please send corrections and suggestions to [EMAIL][email protected][EMAIL]
    </body>
    </html><HR></BLOCKQUOTE>
    null

  • Different zoom levels for different clips in the same project?

    Hi
    I am making a movie with videos from two different cameras. As a result some of the clips are cut down in size to a small portion of the screen. This can be solved if it is possible to use different zoom levels for different clips in the same project. I have not been able to do this. Is it possible?
    kind regards
    Soren

    You can scale the small clips up to the same size of the larger one... but you will get a quality loss.
    Using Motion or Scale to Frame Size commands
    Better to scale the large ones down to a Sequence that matches the smaller clip dimensions.

Maybe you are looking for

  • IDVD error during rendering/coding

    I'm very new to Mac--converted over from PC after 20 yr. We have a JVC HD camera, have uploaded the clips to iMovie08, done the editing, etc. After much searching on discussion groups finally figured out to choose share>export movie, then I went to i

  • Packages and packages

    Hi I was rereading Martin's principles of package architecture and was wondering how the concept of package in this context relates to the concept of a Java package after thinking a bit, I got the feeling these two concepts have nothing to do with ea

  • Database connection issue using SQLPLUS

    I have a WIN7 Host named DELL-i5 and a WINXP VM named VMXP on VMWARE. Now, the host has a Oracle 11g database orders, SID - orders, username - SYSTEM, password - abc123. I have set the listener to be on port 1521 using NETCA. The VM has Oracle client

  • Compteur TTL

    Bonjour, j'ai essayé de compter les fronts montants à partir de la broche ND_PFI_3 sur laquelle j'ai injecté un signal TTL, mais je ne sais pas comment spécifier sur quelle période je souhaite compter. Mon programme de comptage est le suivant : GPCTR

  • What is the tcode to process final salary?

    Hi all, Can someone give the tcode to process employee final salary? Thanks Jerry