Need 2 Know CUCO component- awardpoint

I need 2 Know component for CL_ICCMP_CUCOBT_IMPL class. Plz award points asap

Hi,
The component is BTORDER.
Kind regards,
Micha

Similar Messages

  • How to know what component call it?

    Dear experts!
       I have a problem as following: Both component BT111H_OPPT (opportunity) and BT115H_SLSO (Sales contract) call component GS_CM (Attachments) as a assignment block. In component GS_CM, the attribute FILENAME of context node VDOCUMENT has two set of value, type dropdown list, for example Droplist_01 and Droplist_02. i maintain code in method GET_V_FILENAME to supply dropdown list for attribute FILENAME. If GS_CM in component BT111H_OPPT, the attribute FILENAME only displays Droplist_01, and if GS_CM in component GT115H_SLSO, the attribute FILENAME only displays Droplist_02. So, in method GET_V_FILENAME of attribute FILENAME in component GS_CM, i must limit value depent what component (BT111H_OPPT or BT115H_SLSO) call the component GS_CM. But in method GET_V_FILENAME i do not know what component calls it. So, can i help me resolve this problem.
       Thanks for your concern!
       Longndtb.

    Hi,
    When the gscm object is created in each of the 2 components (ie opportunity and sales contract),by default an attribute of the GS-CM context node is set with the Bus object type of the calling object.
    Bus objects are object nos assigned to each of the one order objects in the backend.
    so for eg if the gscm component is called from the BT111H_OPPT,the attribute type_id of the context node CMBUSOBJ(context node in the component controller of the component GS_CM is set with the bus object type of opportunity ie 'BUS2000111'.
    and when it is called from the BT115H_SLSO component,the type_id is set with the value 'BUS2000121'.
    So in your get v method,read this attribute value of the context node  CMBUSOBJ of the comp controller .
    But you cannot directly read the comp contoller attribute in the get_v of ur attribute filename.Creat an atttribute in the VDOCUMENT context node impl class.Now in the Do prepare Output of your view impl(lets say lv_bus_object),set the value of this attribute using something like this:
    lr_comp_controller?=me->comp_controller;
    ie-> lv_bus_obj= comp_controller->typed_context->CMBUSOBJ->type_id .
    if the lv_bus_obj = 'BUS2000111',then calling component is  BT111H_OPPT
    and if  lv_bus_obj = 'BUS2000121' then calling comp is BT115H_SLSO
    In the get_v_filename ,you can do the coding by readin this attribute directly ie
    u can say: if lv_bus_obj= 'BUS2000111 then use this value,else this.
    Edited by: suvidha_24 on Oct 1, 2010 1:34 PM

  • Hello I need a help regarding application passbook.I need know if I can download the application passbook as passbook.ipa?

    Hello I need a help regarding application passbook.I need know if I can download the application passbook as passbook.ipa?

    Passbook is an app that's built into the iPhone. It's not availble for the iPad.

  • I need know how operate the tables RSBKDTP and RSBKDTPH

    hi, i need know how operate the tables RSBKDTP and RSBKDTPH. i need kwon things like:
    - the diference between this tables
    - How operate the table RSBKDTPH and RSBKDTP ? What type the DTP's are inserted in this tables? How often are inserted DTP's in this tables?.
    Thanks in advanced

    The basic difference is
    RSBKDTP  - retrieves based on Object version (DTP  and OBJVERS are keyfields)
    RSBKDTPH - retrieves based on Time stamp (DTP  and timestamp are keyfields)
    according to your requirement you can consider the tables for statical reports on DTPs

  • Need help with component label

    Hi all,
    I want to have label for my components. so when any existing components on the page is opened for editing(for example if I open any components in edit mode from foundation, Tab name is seen and if there is multiple tab like in textImage component its confusing what component is that)I am using fieldLabel properties to show label in my component but this properties is not working for me. Please advice...
    Thanks A lot in Advance..

    Hi,
    Yeah, its clear now. sorry for confusion. So as i understood you actually want to show label for your component not the tabs and OOTB using title will not help you. If you want to achieve this then you have to change your hierarchy.
    Yake an example:
    If your current hierarchy is like below
    dialog (tabpanel) --> items (widgetcollection) --> tab1 (panel)--> items (widgetcollection) --> etc.....
    then you have to move your tabpanel inside another panel which has property "layout" and value as "fit", so the new hierarchy will look like this
    dialog (panel) -->items (widgetcollection)-->Main Tab(tabpanel) --> items (widgetcollection) --> tab1 (panel)--> items (widgetcollection) --> etc.....
    and at panel use property "title" to set the main title
    The look and feel will be different than to normal tab panel obviously as you used panel but hope it will be fine.
    Let me know you need more information.
    I would also suggest you to refer - http://dev.day.com/docs/en/cq/current/widgets-api/output/CQ.Ext.TabPanel.html from more info.
    Thanks,
    Pawan

  • In need of a component

    I need a Programmable Unijunction Transistor to build a circuit for school and I can't find one. Please help!

    Try these from my  Version 10 Database:
    .SUBCKT 2N6027 1 2 3
    *      Model Generated by CZ LAB     *
    *           April 20, 2001           *
    *   Copyright(c) On Semiconductor    *
    *         All Rights Reserved        *
    *Commercial Use or Resale Restricted *
    *Programable Unijunction Transistor
    *MODEL FORMAT: PSpice
    *       anode  gate  cathode
    *node:    1      2      3
    Q1 2 4 3 NMOD
    Q2 4 2 1 PMOD
    .MODEL NMOD NPN(IS=5E-15 VAF=100 IKF=0.3 ISE=1.85E-12
    + NE=1.45 RE=0.15 RC=0.15 CJE=7E-10 TF=0.6E-8
    + CJC=2.2E-10 TR=4.76E-8 XTB=3)
    .MODEL PMOD PNP(IS=2E-15 VAF=100 IKF=0.3 ISE=1.90E-12
    + NE=1.5 RE=0.15 RC=0.15 CJE=7E-10 TF=1.6E-8
    + CJC=2.2E-10 TR=5.1E-8 XTB=3)
    .ENDS
    .SUBCKT 2N6028 1 2 3
    *      Model Generated by CZ LAB     *
    *           April 20, 2001           *
    *   Copyright(c) On Semiconductor    *
    *         All Rights Reserved        *
    *Commercial Use or Resale Restricted *
    *Programable Unijunction Transistor
    *MODEL FORMAT: PSpice
    *       anode  gate  cathode
    *node:    1      2      3
    Q1 2 4 3 NMOD
    Q2 4 2 1 PMOD
    .MODEL NMOD NPN(IS=2E-15 VAF=100 IKF=0.3 ISE=2.5E-12
    + NE=1.6 RE=0.15 RC=0.15 CJE=7E-10 TF=0.6E-8
    + CJC=2.2E-10 TR=4.76E-8 XTB=3)
    .MODEL PMOD PNP(IS=22E-15 VAF=100 IKF=0.3 ISE=1E-12
    + NE=1.7 RE=0.15 RC=0.15 CJE=7E-10 TF=1.6E-8
    + CJC=2.2E-10 TR=5.1E-8 XTB=3)
    .ENDS
    You might want to look to see if these components are already in your database. Look under TRANSISTORS in the database. These are the only 2 in mine.
    http://www.duncanamps.com/spicemiscsemi.html also has these same 2 but there are from different manufacturers. You can look at these also if you want.
    Kittmaster's Component Database
    http://ni.kittmaster.com
    Have a Nice Day

  • Need help with Component- TileList

    Hi,
    I'm trying to make a gallery using the component: TileList. Here is what I've done so far:
    I've created two arrays(aTop & aBottom) to store the movie clips(mc1-mc10 & mc11-mc20 respectively) which will be shown when the corresponding drop down menu is selected. I've placed the movie clips mc1, mc2, mc3...,mc20 off the stage so that they are not visible right now. What I need is when the user selects the drop down menu, then the corresponding images(movie clips) will be shown in the TileList that I've created.
    I've used the following code. Instance name for the TileList is: tlGallery & instance name for the Combo Box is cbClothes.
    import flash.events.MouseEvent;
    import flash.events.Event;
    import fl.data.DataProvider;
    import flash.display.*;
    var aTop:Array = new Array(mc1,mc2,mc3,mc4,mc5,mc6,mc7,mc8,mc9,mc10);
    var aBottom:Array = new Array(mc11,mc12,mc13,mc14,mc15,mc16,mc17,mc18,mc19,mc20);
    function showGallery(evt:Event):void
        if (evt.target.selectedIndex == 0)
            var dpImage1:DataProvider = new DataProvider(aTop);
            tlGallery.dataProvider = dpImage1;
        else if (evt.target.selectedIndex == 1)
            var dpImage2:DataProvider = new DataProvider(aBottom);
            tlGallery.dataProvider = dpImage2;
    cbClothes.addEventListener(Event.CHANGE,showGallery);
    After selecting the top-down menu, I'm getting 10 placeholders in the TileList but I can't view the images(movie clips). I need to find out where I'm making the mistake. Am I following the correct procedure to load  and show the TileList with the movie clips?

    Flash CS3 has this Example and it should work for any version:
    This example demonstrates how to create a TileList instance and dynamically populate its  contents with a symbol from the library.
    To run the example, follow these steps:
    Add the TileList component to the library.
    Draw a star and create a movie clip symbol from it named "star".
    In the symbol properties for star, check the box that says  "Export for ActionScript".
    Save this code as TileListExample.as in the  same directory as your FLA file.
    Set the Document class in the FLA file to TileListExample.
    package
        import fl.controls.TileList;
        import fl.data.DataProvider;
        import flash.display.Sprite;
        import flash.events.Event;
        public class TileListExample extends Sprite
            public function TileListExample() {
                var dp:DataProvider = new DataProvider();
                var totalEntries:uint = 42;
                var i:uint;
                for(i=0; i<totalEntries; i++) {
                    dp.addItem( { label:"star"+i, source:star, scaleContent:false} );           
                var myTileList:TileList = new TileList();
                myTileList.allowMultipleSelection = true;
                myTileList.columnWidth = 125;
                myTileList.rowHeight = 150;
                myTileList.dataProvider = dp;
                myTileList.columnCount = 3;
                myTileList.rowCount = 1;
                myTileList.move(10,10);
                addChild(myTileList);

  • I need know some values

    Hy:
    At this moment I developer one agent with Solstice Enterprise agents, and when I check the generated code I see some functions get and set, but I don't see how can I need do? for I can know the OID value in this function (get or set) , the name of the variable, etc, because I need this values for an other activities on my application.
    If you know How do I need do, I will appreciate your help.
    Regards
    Lucero

    Ecck... error was mine
    pl/sql code is compiling something without a problem...
    declare
    width number := 0 ;
    begin
    width := get_window_property('bla', width) ;
    end ;
    took me awhile since I was getting no errors...

  • I need know API to get password

    Hi,
    I have a procedure to login public users to portal users like
    PORTAL30.wwptl_login.login_url('user','PASSWORD','','url','');
    but in this procedure I needed put the password hard-coded and when I need to change the user password I will have to change the procedure.
    Somebody know a API to capture the password's user and pass this like parameter?
    Thanks

    Gloria,
    Passwords are one-way hashed you cannot get them back in clear text.
    Could you explain what you are trying to achieve?

  • Do I need an IIS component?

    For as long as I've been working with my current employer
    (just over a year) and for quite some time before that, we have
    published help files onto a dedicated server using an IIS
    component. Specifically, we use RoboEngine to publish a help file
    in WebHelp Pro.
    We're taking a look at how we do things, and the question
    came up, "Why don't we simply generate the output onto a secure
    shared drive without the IIS component?" Why indeed?
    So, I'm posing this to the experts out there. What is the
    advantage to publishing to a Robo server? I know that you can
    gather a usage summary, but we don't use that anyway. I believe
    that RoboEngine gives us the natural-language search. Personally,
    I'm not a fan of natural-language search, but enough people may be
    that could impact this decision. Is there anything else it does
    that I'm missing?
    Is there a performance issue if we have the users access the
    generated files directly? Our help files are a bit intense and are
    accessed several times per hour. If I have an update during working
    hours, will generating a new output cause a problem?
    What do you do with your most intense HTML help files?
    Kevin Elmore

    quote:
    Originally posted by:
    Captiv8r
    Please don't interpret what I'm about to say as chiding you
    or poking fun wrongly. But why would you be using RoboEngine if you
    aren't interested in the associated features it provides? Seems odd
    one would spend the extra $1,000 or so for it and not use it.
    No, that's a pretty fair question. I'm not even sure that we
    would stop using it.
    A little bit of background: I work with about a dozen help
    files with another co-worker. We both update these files as
    requests come in. We store the files on the network drive and
    "check them out" by copying them to our hard drives. For the most
    part, we are able to work with each other on these files.
    Sometimes, we run into some snags and are uncertain if it is
    the IIS component that's causing it. Or maybe if things would run
    more smoothly without the RoboEngine. Specifically, the engine
    crashes sometimes, and we have to go through a troublesome process
    to get it running again. Since people rely on our help files to
    perform their jobs quickly (call center), it is a definitely
    problem when we have a crash. Granted, it doesn't happen often, but
    when it does, it makes quite an impact.
    It was then brought to my attention that while we suffer with
    a crashed server or a broken Search function on robo1, we do not
    run into this problem with one of our help files. This help file is
    published to a shared drive with no IIS component. So, we are
    wondering if we should continue using RoboEngine. We don't actually
    use that much of the features (I'm sure they looked good on paper,
    but we don't really make much use of them), so we're evaluating if
    it's worth the pain. Of course, I also recognize that I'm examining
    one small help file versus multiple, larger help files. Perhaps we
    would suffer potential crashes regardless of where we store our
    output files.
    So far, the biggest advantages would be:
    Natural language search
    Usage summary
    Incorporating baggage files into the search function
    The only one we might use would be the natural language
    search. Personally, I'd rather just do a text search anyway.
    Kevin

  • I need know the concept of instance servlet

    i know the servlt instance when thecomming request or on load start up but i need improve of the servlet istance may be have in our application more than one of the instance servlet (i mean one servlet more than one instance ) or in our servlet have one instnace ????
    please i need to know for that couase this improve for starting to programming he web aplication
    thanks

    We said above that servlets persist between requests as object instances. In other words, at the time the code for a servlet is loaded, the server creates a single class instance. That single instance handles every request made of the servlet. This improves performance in three ways:
    It keeps the memory footprint small.
    It eliminates the object creation overhead that would otherwise be necessary to create a new servlet object. A servlet can be already loaded in a virtual machine when a request comes in, letting it begin executing right away.
    It enables persistence. A servlet can have already loaded anything it's likely to need during the handling of a request. For example, a database connection can be opened once and used repeatedly thereafter. It can even be used by a group of servlets. Another example is a shopping cart servlet that loads in memory the price list along with information about its recently connected clients. Yet another servlet may choose to cache entire pages of output to save time if it receives the same request again.
    Not only do servlets persist between requests, but so do any threads created by servlets. This perhaps isn't useful for the run-of-the-mill servlet, but it opens up some interesting possibilities. Consider the situation where one background thread performs some calculation while other threads display the latest results. It's quite similar to an animation applet where one thread changes the picture and another one paints the display.
    but you can created for each request the instance servlet through
    implements SingleThreadModel
    i think this is concept of instanced of servlet
    thanks

  • Itunes need to install component (-42404) on Mac OSX version 10.4.11

    To be able to make a purchase on Itunes I am receiving a message that I need to have installed component (-42404) on my Mac OSX 10,4,11. How do I do this?

    Hi Footy,
    For Error 42404 with iTunes on Mac OS X 10.4.x it looks like you need to download and install iTunes 9.2.1.
    iTunes: "Error 42408" or "Error 42404" after upgrading to iTunes 9.0.3
    http://support.apple.com/kb/TS3258
    Symptoms
    If your iTunes is missing resources or encountering software conflicts, error -42404 or -42408 may appear when authenticating or downloading from the iTunes Store.
    Resolution
    Update to the latest version of iTunes.
    You can download the latest version of iTunes here.
    Note: iTunes 9.2.1 is the highest iTunes version available for Mac OS X v10.4. iTunes 10.6.3 is the highest iTunes version available for Mac OS X v10.5.
    Best Regards,
    Nubz

  • Uni Assignment: Need 3D graphing component for Java...any suggestions

    I have an assignment where I have to graph scientific data in various 2D forms, and also in 3D. I have been told JFreeChart is not all that useful. So does anyone out there know of a component that they reccomend?
    Thanks

    try http://www.jpowered.com/graph_chart/

  • Help - need text editor component

    Hello,
    I need a simple text editor component to add to my application.
    I need to load it from a database file line by line.
    It must be able to handle page breaks (new page) when the user types more than will fit on a page.
    I have not been able to find anything to do this in java, I found a .net TextControl, but I want to stay in java if possible.
    Are there any code samples or anything available to do this?
    If it does not handle page breaks, it is useless to me because I need to write the text back to the database and must be able to handle multi-page.
    I thought about fileing a jtextarea one page at a time by loading the text in an array. I still have the problem of if the user types more than will fit on a page.
    Thanks for the help.
    Frank

    That might help you.
    http://forum.java.sun.com/thread.jsp?forum=57&thread=42
    964
    regards,
    StasWow! That's a gem - erm - (havent tested /run it yet but) ...thank you

  • Need know where i can learn MDM

    Hi  Experts,
    I am from SAP Data Archiving background and want to shift into NW MDM.Please suggest me it is the right thing to learn and where all i can get trainied in MDM in India (If possible Pune ).
    -Supriya
    Edited by: Supriya  Shrivastava on Jul 29, 2009 11:23 AM

    Hi Supriya,
    Just go through this link, it have everything for a beginer:
    MDM SP06:
    http://help.sap.com/saphelp_mdmgds55/helpdata/EN/43/D7AED5058201B4E10000000A11466F/frameset.htm
    U will find all the Guides over Here :
    https://websmp101.sap-ag.de/installmdm.
    here you can find the access point to all the MDM materials (blog, articles, elearning, documentation). If you need something in detail please let me know:
    Enterprise Master Data Management
    Here the SAP Help for MDM:
    http://help.sap.com/saphelp_mdm550/helpdata/en/43/D7AED5058201B4E10000000A11466F/frameset.htm
    Hope this helps!!
    Regards,
    Arafat

Maybe you are looking for

  • Grammar validation error

    I get this error when I try to import a BPMN model in JDeveloper. Error reads: There is a grammar validation error for this composite.xml. Please go to the source view and fix the errors before you continue.

  • Validating text field

    hey fellows i want to validate text field by restricting user to just enter alphabets e.g (A to Z) and (a to z) and only one space is allowed between name. it stop a user if accidently numaric value is inserted or special character or anything except

  • Iphone 3gs 6.1.6 only 3g network is active 2g network no service

    Dear sir, iphone 3gs 6.1.6 os 5.13.08 only 3g network is active 2g network no service and network searching also very slow even i cant make a outgoing or incoming call if i disable 3g, help me to fix this

  • Load query shortcut key

    We are trying to automate the function of running a saved query (.dwr) and cannot locate a keystroke or shortcut command that emulates the "Load Query" button in Find and Replace. Does anyone know how to do this?

  • I want to rant for no reason, too!

    my stove is stil on version 1.5 of it's OS, why won't verizon update my stove?