Determine the component/group for what I want to test

Hello expert,
       in the following path, how can I determine the component for what I want to test ?
     test script>attributes>general tab-->component
      and also how to determin "group " in the "insert statement" function
Many Thanks,
Edited by: CETZHBO on Nov 24, 2011 7:00 PM

what are universal buttons? and when you say they are the
same on each layer, do you mean they look the same (which is
irrelevant)? or do you mean something else?
and each button loads a different video means you want an flv
file to play when a button is pressed? if so, do you want to use
the video class or flvplayback class to display your flv?

Similar Messages

  • Is JaxB the correct tool for what I want

    (New to JaxB/XML, but good with Java)
    I'm using an XML document to hold information about classes. Currently I'm using JaxB and it seems to work ok, but I just had one consern. It would be nice (both faster and less mem) if I could read the XML information into the classes I was using in my program directly. Right now with JaxB, I am reading them into some generated classes and retrieving that information from those classes and putting it into my main classes. What I would like to do is while information for classes is being read in, don't create more memory for them to be stored into, instead store it directly into the main classes. I'm thinking this would be faster. Any ideas? Should I stick with JaxB or is something else better suited for what I want. As an example, my program reads in a List[] Float, but what I really need is a float[] (Yes I know how to convert, but it'ld be nice to start with the float[]) As another example, I read in 3 floats right now as Float[] but what I really need is a class called Vector3f() I'm using, derived from those 3 floats. It would be nice to give me that Vector3f directly instead of making a Float[] and me having to make a Vector3f

    That's List Float up there, not List[] Float :)

  • The employee grouping for account determination

    Dear experts!
    Now, I'm getting some issues about The employee grouping for account determination.
    - The first, when I define Employee grouping for account determination, after that I want to know How do I can assign Employee to Employee grouping for account determination.
    - Second, where is I can assign employee group, employee subgroup to Employee grouping for account determination?
    Help me, please!
    Regards Huy!

    First you go to Employee grouping for account determination and make two groups for two Company codes or EE Groups or EE subgroups Etc then assign to company codes In the Standard feature PPMOD Now in the table where you assign Symbolic to GL accounts you assign same symbolic with different groups like this.
    Example:
    Symolic A/C            EE Group for acc determination                                                GL
    001                                    1                                                                                2010201
    001                                    2                                                                               2010202
    Regards.
    Muhammad Afrasyab

  • Does anyone know what the black rectangle about the receiver on the 4S is for?  I want to put a screen cover on my phone but don't know if that should be covered or not.

    Does anyone know what the black rectangle about the receiver on the 4S is for?  I want to put a screen cover on my phone but don't know if that should be covered or not.

    Refer to this article under section 4: Verify that the Apple Mobile Device USB Driver is installed
    iOS: Device not recognized in iTunes for Windows
    http://support.apple.com/kb/TS1538

  • What determines the file encoding for ${C:file.txt} = 'abc' ?

    What determines the file encoding for  
    ${C:file.txt} = 'abc'
    I'm always getting ASCII as the encoding for file.txt after executing that assignment.

    Thanks so much.   I'll keep looking for the MSFT doc on this.  I scanned Bruce Payette's book and did not find anything there.   
    It turns out to be one of those "by rote" things you have to learn about PowerShell.
    My concern about the lack of documentation is that MSFT might change the underlying code in the future to use Unicode and that might break some existing code.  If there was some MSFT provided documentation declaring ASCII as the intended encoding they
    might provide plenty of warning if they do a switch in encoding.
    I note also that if you try to write characters outside the ASCII set (see example below) that character substitution happens to find an ASCII character to use in place of the one outside the ASCII set.  In the example below a 'v' is substituted for
    the '√' character:
    ${C:xo.txt} = '√'

  • How to determine the purchasing group using BADI BBP_PGRP_FIND

    Hello Friends
    We use SRM Server 5.5 (Classic scenario).
    As you know that, purchasing group has the responsible product categories in PPOMA_BBP, when user creates the shopping cart to determine the purchasing group. 
    In our case, we should determine the purchasing group using other criteria.
    MM side is OK to determine the purchasing group using specific criteria.
    Because Material Master has the purch. Group information. 
    In case of SRM, we should develop the logic using BBP_PGRP_FIND BADI.
    But I’m not sure how to use this badi.
    We want to determine the purchasing group based on the following logic.
    If described shopping cart without product ID
    Do Standard purchasing group determination logic.
    Else
    Assign the purch group from MARC- EKGRP (Purchasing Group)
    Is it possible to determine above the logic?
    If yes, Could you give me some information?
    Thank you,
    Best regards,
    SH
    Message was edited by:
            So Hee Lee

    Thank you for your answer.
    I found the way to develop the our logic using BADI: bbp_pgrp_find.
    But I’m not sure the following logic is correct.
    To differentiate described req. or product id req, We check the E_ITEM – PRODUCT using BBP_PD_SC_GETDETAIL.
    IF E_ITEM – PRODUCT is blank, Read the category ID to find the purchasing group.
    To find the purch. Group, we can use FM:  BBP_OM_DETERMINE_RESP_PGRP.
    Import parameter: IS_RESP_ITEM_DATA – Category _ID
    Export parameter: ES_PURCH_DATA
    ELSE
    CALL the customer function to read the R/3 purchasing group from MARC- EKGRP
    Search the HRT5500-TABNR using purchasing group from R/3.
    Search the HRP5500 – OBJID using HRT5500-TABNR
    Call the FM:  BBP_OM_DETERMINE_RESP_PGRP
    Import parameter: IS_RESP_ITEM_DATA – PROC_GROUP – OBJID
    Export parameter: ES_PURCH_DATA
    Thank you
    Best Regards
    SH

  • How to determine the mount point for directory /tmp ?

    Folks,
    Hello. I am installing Oracle 11gR2 RAC using 2 Virtual Machines (rac1 and rac2 whose OS are Oracle Linux 5.6) in VMPlayer and according to the tutorial
    http://appsdbaworkshop.blogspot.com/2011/10/11gr2-rac-on-linux-56-using-vmware.html
    I am installing Grid infrastructure. I am on step 7 of 10 (verify Grid installation enviroment) and get this error:
    "Free Space: Rac2: /tmp"
    Cause: Could not determine mount point for location specified.
    Action: Ensure location specified is available.
    Expected value: n/a
    Actual value: n/a
    I have checked the free space using the command:
    [root@Rac2 /]# df -k /tmp
    Output:
    Filesystem     1k-blocks     used     Available     Use%     Mounted on
    /dev/sda1     30470144     7826952     21070432     28%     /
    As you see above, the free space is enough, but could not determine mount point for /tmp.
    Do any folk understand how to determine the mount point for directory /tmp ?
    Thanks.

    I have just checked "/home/oracle/.bash_profile". But in my computer, there is no "oracle" under /home directory.Is this your first time Linux and Oracle installation? I had a brief look at your referenced link. The reason why you do not find a "oracle" user is because the instructions use "ora11g" instead, which, btw, is not standard. The directories of your installation and your installation source can be somewhat different from known standards and you will have to adjust it to your system.
    My best guess is that you have either missed something in the instructions or you need to ask the author of the blog what is wrong. The chance to find someone here who has experience with these custom instructions is probably unlikely.
    I suggest you try to locate the cluster verification tool, which should be in the bin directory of your grid installation. Alternatively you might want to check the RAC, ASM & Clusterware Installation forum: RAC, ASM & Clusterware Installation

  • Error when determining the CTIADM_PROF profile for agent xyz

    Hi,
    I have created the new cic frame work and assigned it to the position. when i run the TC - cic0, I am getting the following
    "Error when determining the CTIADM_PROF profile for agent xyz"
    Can you help me out ?
    Thanks in advance

    Hi Devi,
    Problem is your IC winclient profile definition don't have any profile definition for CTIAMD_PROF assigned to it.
    For this you can use standard profiles or may create your own CTI Component profile.
    Follow IMG path:
    Customer Relationship Managemet>Interaction Center WinClient>Component Configuration>Hidden Components>Configuration of CTI Component-->Define CTI Component Profile
    Use this profile defintion to assign it to CTIAMD_PROF in you IC winclient profile definition.
    Best Regards,
    Pratik Patel
    <b>Reward with POints!</b>

  • How the system determines the Requirement type  for one sales order

    Hi,
    SAP-SD Gurus,
    Please tell me how the system determines the Requirement type  for one sales order?
    Thanks & Regards,
    Sreenivas.P

    Hi,
    System follows some search criterial to determine the requirement type
    1. First, an attempt is made to find a requirements type using the strategy group in the material master.
    2. If the strategy group has not been maintained, the system will determine it using the MRP group.
    3. If the MRP group has not been defined, the system uses the material type instead of the MRP group when accessing the corresponding control tables.
    4. If no requirements type is found here, the system assumes a special rule and attempts to find a requirements type with the aid of the item category and the MRP type.
    5. If this is not possible, a last attempt is made to find a requirements type with the item category only.
    6. If the last attempt fails, the system declares the transaction as not relevant for the availability check or transfer of requirements.
    Please check the path
    SPRO->SALES & DISTRIBUTIONS->BASIC FUNCTIONS>AVAILABILITY CHECK AND TOR->TRANSFER OF REQUIREMENTS--->DETERMINATION OF REQUIREMENT TYPE USING TRANSACTION.
    Hope it will clarify
    regards,
    santosh

  • In Iproc : The system could not determine the internal source for item

    We faced the following error in the Iprocurement
    The system could not determine the internal source for item.
    kindly note that the item is :
    - customer ordered
    - customer ordered Enabled
    - Shippable
    -Internal Ordered
    -internal ordered enabled
    - OE Transactable
    - assigned to a valid organisation
    -assigned to mapped category
    - Assignment Set is Created  +Profile option
    -profile options for internally sourced is set to yes
    If there is any missing or set please let me know
    , best regards
    Tareq

    hi Kartik
    Please check whether your company is opted for " business area financial statments" in financial account- global setting of company code. If yes and you want to continue please maintain business area for the plant and material dvision combination under the transaction cde OVF0.
    Hope this will solve your problem.

  • Adding responsibility objects for the Notification Groups for a PA

    Hi Gurus,
    I am supposed to add responsibility objects for the notiifcation groups for a PA.. Could you please confirm the steps I am planning to follow
    1. Find out the Workflow
    2. Add the responsibilities objects ( Where can Add  those ( in the workflow or in Org Management?)
    3. Edit the rule to point to that PA..
    I am new to workflows ..points are assured for the help

    Just write your own composite Icon class:
    public class CompositeIcon implements Icon
      private Icon icon1;
      private Icon icon2;
      public CompositeIcon(Icon icon1, Icon icon2)
        this.icon1 = icon1;
        this.icon2 = icon2;
      public int getIconHeight()
        return Math.max(icon1.getIconHeight(), icon2.getIconHeight());
      public int getIconWidth()
        return icon1.getIconWidth() + icon2.getIconWidth();
      public void paintIcon(Component c, Graphics g, int x, int y)
        icon1.paintIcon(c, g, x, y);
        icon2.paintIcon(c, g, x + icon1.getIconWidth, y);
    }Hopefully a slightly more reusable solution. You could write all sorts of different layouts in this way.
    Hope this helps.

  • How do you determine the optimal size for Mozilla Firefox?

    How do you determine the optimal size for cache in Mozilla
    Firefox? I am using Firefox 7.0.1 on a 64-bit Windows 7 Ultimate operating system with 3GB RAM and 300 GB hard drive, but I have other computers running Windows XP. If the answer doesn't apply to all current versions of Firefox on all supported Windows operating systems, please explain the differences. Is there a formula for calculating the best cache size?

    I found that the best idea is to let Firefox decide that itself.

  • Is it possible to exclude single contacts from the mute? For example: I want to hear when I recieve an SMS alert even if I mute my iPhone 4.

    Is it possible to exclude single contacts from the mute? For example: I want to hear when I recieve an SMS alert even if I mute my iPhone 4 (I am a fireman).

    No iPhone apps have access to the necessary API's to do so...they're all sandboxed.

  • How to determine the proper size for Oracle 8i Data Base Objects

    Hi,
    I'm working on an Oracle 8i Data base. I'd like to know how to determine the proper size for the Data Base objects such as tables, datafiles, tablespaces...
    Thanks.

    Start with the docs.
    http://download-west.oracle.com/docs/cd/A87860_01/doc/server.817/a76956/schema.htm#949
    Best Regards
    Krystian Zieja / mob

  • Is the component uiscrollbar for use with text fields only

    Is the component uiscrollbar for use with text fields only?

    Yeah, it isn't in the library, you need to call it up using code.  It is documented in the help files though, so that should help you get it into use.

Maybe you are looking for

  • How to pass a java variable to a JSP custom action?

    I am trying the following code to display a list of 5 choices. But it shows me choices as <%= i %> and not the actual values of i as 0,1,2,3,4. what's going wrong? <body> <form> <test:SearchList name="testList" listSize="5" listWidth="300" multiple="

  • My macbook can't find home wifi

    My macbook air can't find the home wifi. It can, however, find the neighbours' wifis. The home wifi is working fine with my other laptop and iphone so the wlan router is working. I can't add the network by manually entering its name (says "no network

  • ITunes crashing after latest version upgrade

    I have a 64-bit Windows 7 laptop. I installed the latest version of iTunes (10.5.1) for 64-bit machines and now I get blue screen every time I open iTunes. Is anyone else having this issue? If so, any solutions? Thanks!

  • SDO_DISTANCE returning incorrect results

    I have a query that uses sdo_distance to find N nearest neighbors (line strings) to a lat/lon (point). The problem is that sdo_distance is giving me geometries which it says are 0 units (in this case meters) from that lat/lon when in fact they are mu

  • Best business Apps

    While studying Chinese in China I used some great apps to help me with my study. Pleco etc etc.. Now I am back home and I need productivity apps . Can people tell me what they use so I can try em out please Thanks guys