Want to add Price components

Hi All,
   I want to add extra price components in material cost estimate pricing structure i.e transaction CK11n. I am trying out this with UE COPCP005 but not sure how to this.
  Any pointers how to add extra price components.
regards
Saurabh.

HI
GOOD
CAN YOU GIVE ME SOME BRIEF ABOUT YOUR REQUIREMENT.
THANKS
MRUTYUN

Similar Messages

  • I want to add DataGrid in my custom component as a child component,

    I want to add DataGrid in my custom component as a child component, can we ?? or should i generate HTML for table creation in my custom component's renderer ?

    I did that:
    for example, if i want to add a Button control in my custom control:
    public void encodeChildren( FacesContext context ) throws IOException
             super.encodeChildren( context );
            //createComponent raises exception.... invalid component type     
            //UIComponent field = FacesContext.getCurrentInstance().getApplication().createComponent( javax.faces.component.html.HtmlInputText.class.getName() );
             HtmlInputText input = new HtmlInputText();
            getChildren().add( input );
        public boolean getRendersChildren()
            return true;
        }Can you give me any example, i want to add child components at run time basically..

  • How to add swing components in an applet

    hello friends;
    I encounterd one problem that is I created one applet which I derived from JApplet and now I want to add some swing components to that applet. I added them properly and when I am testing my applet in Appletviewer it is working fine but when I tested it in internet explorer it is not working. Please help me overcome this problem
    Thanks in advance.
    Amit

    IE does not support swing if you do not have the java-plugin installed. Either install that, then IE can display Swing components - or use AWT which can be displayed by IE.
    cheers,
    kelysar

  • I have Office 2012 for Mac.  I want to add Outlook without restarting a trial of Office 2012. How can I do it?

    I have Office 2012 for Mac.  I want to add Outlook without restarting a trial of Office 2012. How can I do it?

    To help with nomenclature: iOS is the operating system for iPads, iPhones and iPods.  OS-X is the operating system for Macs (versions are 10.xxx with the latest being Mountain Lion (10.8.5 is the current patch level)).
    Now, to answer your question:  MS Office for the Mac does not give you the ability to individually install, or remove, components like the Windows version.  It is an all or nothing proposition.  So, Outlook should already be there.  If not, you will need to reinstall the entire package.

  • I currently have photoshop and I want to add Lightroom. How do I do that? Does it cost 9.99 MORE for Lightroom or 9.99 for BOTH??

    I currently have Photoshop and want to add Lightroom. How do I do that? Does it cost 9.99 MORE for Lightroom or is it 9.99 for BOTH?:

    Thanks for the clarification of price. It is not clear to me on the Creative Cloud/ Lightroom /Photoshop download page if it is possible to ADD Lightroom to an existing Photoshop contract. Are you able to help with this question?
    Thx !
    Cyn

  • Want to add an image but with actionscript not a s:Image

    hi. i've looked for a good answer but can't seem to find one...i have a few images i want to add to my app at run time and don't want to use a whole lot of <mx:Image> components...just want to do it with actionscript. i get to the point where i've got an Image object and embedded the source of the Image object but don't know how to add the Image to the display list? thx

    on the same issue...i'd like to use some of the functions of the Sprite class....so i've got my image and added that to a Sprite object but can't seem to add the Sprite to any of the spark/mx containers...keep getting this error:
    Main Thread (Suspended: Error: addChild() is not available in this class. Instead, use addElement() or modify the skin, if you have one.)
    spark.components.supportClasses::SkinnableComponent/addChild
    play/init
    play___play_Application1_creationComplete
    flash.events::EventDispatcher/dispatchEventFunction [no source]
    flash.events::EventDispatcher/dispatchEvent [no source]
    mx.core::UIComponent/dispatchEvent
    mx.core::UIComponent/set initialized
    mx.managers::LayoutManager/doPhasedInstantiation
    mx.managers::LayoutManager/doPhasedInstantiationCallback

  • Dropdown and data provider. I want to add an item to my dropdown

    Hi,
    here my problem. I've a downdrop. It is binded to a data provider. It works fine, all the db rows are displayed.
    Now I want to add an item to my downdrop, programmatically. This because, I need to put a new selection named "ALL" into the dropdown.
    This item should be the first in the dropdown list selections.
    I cant' work with an option array, because it is already binded to a data provider, so how can I add an item to my dropdown programmatically?
    Thank you

    No problem... you're helping me!!
    Well, about the data provider I just find the following code, but nothing about the "option" method. If you need I can provide you also the session bean code.
      private void _init() throws Exception {
            pers_categorieDataProvider.setCachedRowSet((javax.sql.rowset.CachedRowSet)getValue("#{SessionBean1.pers_categorieRowSet}"));
            private DropDown dropDownPersCat = new DropDown();
        public DropDown getDropDownPersCat() {
            return dropDownPersCat;
        public void setDropDownPersCat(DropDown dd) {
            this.dropDownPersCat = dd;
        private CachedRowSetDataProvider pers_categorieDataProvider = new CachedRowSetDataProvider();
        public CachedRowSetDataProvider getPers_categorieDataProvider() {
            return pers_categorieDataProvider;
        public void setPers_categorieDataProvider(CachedRowSetDataProvider crsdp) {
            this.pers_categorieDataProvider = crsdp;
        private LongConverter dropDownPersCatConverter = new LongConverter();
        public LongConverter getDropDownPersCatConverter() {
            return dropDownPersCatConverter;
        public void setDropDownPersCatConverter(LongConverter lc) {
            this.dropDownPersCatConverter = lc;
          public Indirizzario() {
          public void init() {
            // Perform initializations inherited from our superclass
            super.init();
            // Perform application initialization that must complete
            // *before* managed components are initialized
            // TODO - add your own initialiation code here
            // <editor-fold defaultstate="collapsed" desc="Managed Component Initialization">
            // Initialize automatically managed components
            // *Note* - this logic should NOT be modified
            try {
                _init();
            } catch (Exception e) {
                log("Indirizzario Initialization Failure", e);
                throw e instanceof FacesException ? (FacesException) e: new FacesException(e);
            // </editor-fold>
            // Perform application initialization that must complete
            // *after* managed components are initialized
            // TODO - add your own initialization code here
         * <p>Callback method that is called after the component tree has been
         * restored, but before any event processing takes place.  This method
         * will <strong>only</strong> be called on a postback request that
         * is processing a form submit.  Customize this method to allocate
         * resources that will be required in your event handlers.</p>
        public void preprocess() {
         * <p>Callback method that is called just before rendering takes place.
         * This method will <strong>only</strong> be called for the page that
         * will actually be rendered (and not, for example, on a page that
         * handled a postback and then navigated to a different page).  Customize
         * this method to allocate resources that will be required for rendering
         * this page.</p>
        public void prerender() {
         * <p>Callback method that is called after rendering is completed for
         * this request, if <code>init()</code> was called (regardless of whether
         * or not this was the page that was actually rendered).  Customize this
         * method to release resources acquired in the <code>init()</code>,
         * <code>preprocess()</code>, or <code>prerender()</code> methods (or
         * acquired during execution of an event handler).</p>
        public void destroy() {
            pers_categorieDataProvider.close();
         * <p>Return a reference to the scoped data bean.</p>
        protected SessionBean1 getSessionBean1() {
            return (SessionBean1)getBean("SessionBean1");
         * <p>Return a reference to the scoped data bean.</p>
        protected RequestBean1 getRequestBean1() {
            return (RequestBean1)getBean("RequestBean1");
         * <p>Return a reference to the scoped data bean.</p>
        protected ApplicationBean1 getApplicationBean1() {
            return (ApplicationBean1)getBean("ApplicationBean1");
    }

  • Calling method to add JFrame components

    I'm trying to build a GUI. I have a JFrame and want to add components to it from their individual classes to keep everything seperate.
    Can someone give me some guidance with the call?
    Frame.add(method from other class)
    I'm not sure how to do this. I've tried several different options and attempts, but I can't get the syntax right. I can do it from within the JFrame class, but can't figure out the external call. All the examples and tuts I find show calls within the same class, but not from other classes. Right now that's my weak point with this.
    Any guidance...
    Thanks in advance

    public class MyComponent{
        public JButton createLabel(String caption){
             return new JButton(caption);
        public JPanel createPanel(){
            JPanel p = new JPanel();
            p.add(new JScrollPane(new JTextArea()));
            return p;
    public class Demo{
        public Demo(){
            MyCompoent c = new MyComponet();
            JFrame frame = new JFrame();
            // note: if you're using 1.4.2 or older...you have to do
            //  frame.getContentPane().add(component, position);
            // JFrame by default uses a BorderLayout, to change layout..use setLayout() method
            frame.add(c.createPanel(), "Center");
            frame.add(c.createButton("Exit"), "South");
            frame.pack();
            frame.setVisible(true);
    }

  • I have an ipod touch already linked to computer, i want to add another using same email details. i have set up new ipod and it has excatly same  music etc as 1st ipod how can i use 1 account but 2 differnt ipods? many thanks.

    i   have an ipod touch linked to laptop, i now want to add another ipod touch how do i do it using same email etc, but dont want the same apps etc as the first ipod. as it is now i have exactly the same stuff on both ipods. please help.

    It's a snap.  Each device has its own name.  If iTunes does not assign unique names for the two iPods, change one of the names yourself.  You can see both my iPad and my iPod simultaneously on my iTunes because I sync wirelessly. 
    Simply configure the sync characteristics for each device separately.  The iTunes software will know the one with which it's communicating.

  • I made my own apple id because my family was getting my texts from other people. I want to add my device to my dads find my iphone app on his icloud but can't figure out how, without having to log in to his apple id on my phone. how do i add my device?

    I made my own Apple ID because when I was logged into my dad's my family was receiving my texts from other people. I want to add my device to my dad's "find my iphone" app but without signing into his Apple ID on my phone because that was causing them to get my texts. I was told by Apple I could add my device to his by signing into icloud.com but there is no option that I can find to add my device. And I don't want to log back in to his.. Any ideas???

    Also when I apply the safety copy it only imports the app the phones have had in common, so none of the apps that only the iPhone 4 had doesn't come in, only the ones I and the iPhone 4 has had in common. So you say the only way I can use the Apple ID to download on the old iPhone 4 is if I delete the apps that are in the phone and then download them again? How will that change the ID to download/update from. Won't it still have mine to update/download from?

  • Want to add a infobject to a cube

    Hi All
    In production system From 1 ODS we are loading to 2 infocubes(IC1 and IC2) daily and now we want to add a infobject to a cube IC1.
    So we now added this infobject in development,now while transporting what measures to taken care(I mean risk analysis)
    Should what/which all objects needs to transported
    only the infoobejct or infocube  or infocource  or infosource or ODS or anyhting????
    Please let me know
    Regards
    Balji

    Hi Balaji,
    1) Muralidhar gave a good answer for all the related objects.
    2) What are your plans for existing production data in those cubes where you are adding a
        new infoobject ??
        Do you need to populate the historical data for that object?
    Good luck, BB

  • Want to add  more than 16 key fields in the DSO?

    Dear All,
    All the 16 Key fields are being used in my DSO,i want to add  two more key fields in the same DSO.
    Can any one provide the way how to go ahead
    Regards,
    Sarasu

    Hi,
    You can create a maximum of 16 key fields. If you have more key fields, you can merge (concatenate) fields into one key field using a routine.
    Hope it Helps...
    Regards,
    SVS

  • I have over 5000 songs on my ipod and can not see a way of keeping them if I want to set up a new itunes libary. I want to add my tunes from my ipod to a new itunes libary without it saying it will wipe what I already have. please help

    Hi everyone.
    I had an itunes account for my classic and a few months ago wanted to add my daughters ipod to it. it told me when i pluged hers in 2 ipods could not use the same account and asked me if i wanted it to link her ipod and delete the current libary. like a fool i said yes. now i have a party comming up and cant plug my classic in without it saying if i sync it will wipe my 6000 songs and leave me with the new blank itunes that i have just set up.
    what i want to do is add my 6000 songs to a new apple id libary/itunes without it wiping all my songs. does anyone know how to do this.
    help thanks

    Since all of your music came from your computer in the first place, then it should still be there and should be included in your backup copy of your computer.
    " it told me when i pluged hers in 2 ipods could not use the same account"
    This is not true.  You have misunderstood.
    You can sync as many ipods/iphones/ipads as you like to one one library.

  • I've had a problem with syncing itunes, when i sync it dosent sync songs previously deleted it just greys them out, which is great but if i want to add a new video or song from my computer it wont sync it will just grey out and wont play. now all my songs

    ive had a problem syncing with itunes recently. when i delete a song on my iphone when i sync with my computer it still syncs but just greys out and is rendered useless. thats great unless i when i want to add new music or videos from my pc to my iphone it wont sync and will just grey out. i looked for solutions and one said that deleteing all your music from the usage in settings would fix it, well now when i sync all of my music is greyed out. ive tried adding all of my songs manually into my ipod instead of syncing entire library and nothing. (also when i select to sync music nothing shows up in the usage bar (normally 3 gigs)  might help) could someone please help?

    I had major issues with the iPhone 4s battery, however it’s resolved.
    The tech who set the phone up at the Apple store did so with little training.
    if you have a mobile me account. First go and move all your data to the cloud by going on your computer and logging in at me.com/move. The cloud has replaced mobile me, so there is no need for those two accounts
    Also make sure that for any of your email accounts you set them up to fetch, not push. My tech person set them all to have the email servers push data to the phone. The new iphone4s antenna is extremely strong so it will continually try to access stuff that is pushed–***** a lot of battery life doing this. It makes it worse if you have exchange 2010 accounts. Something about changes made to exchange really suck battery life from devices that access such accounts.
    turning of locator and the push notifications from facebook--they have a lot!

  • When I want to add items to the bookmarks toolbar, for example: -Zoom toolbar. The zoom Toolbar appears on the bookmarks toolbar, but it shows the favicons aswell the underlined text. I only want the favicons. How to do this, please help!!

    I want to add items to the bookmarks toolbar. for example: the Zoom Toolbar addon. This works, but not only the favicons appear on the bookmarks toolbar, aswell as the underlined text. How to avoid this?
    I only want the favicons from an addon to appear on the bookmarks toolbar, not with the underlined text. How to do this?
    This problem doesn't happen with any other toolbar. And this problem didn't happen with an earlier version of firefox. Please Help!
    Thanx, BassMann.

    If you only want the favicons and not the names of the bookmarks on the bookmarks toolbar, you can do that with the [https://addons.mozilla.org/en-US/firefox/addon/4072/ Smart Bookmarks Bar] add-on.

Maybe you are looking for

  • Unable to edit my songs in my shuffle, such as deleting songs from my shuffle and adding new songs into it.

    When i first bought my shuffle a few years back, i would use the itunes in my old laptop to add/delete songs from it. However, recently i realised im unable to do so on my new laptop (using itunes). Today, im unable to add/delete songs from my shuffl

  • Bring control "to front"

    Hi, I determine a control by its id. After I have found it, I have to make it visible. This means if the control is in a TabPane on page 2 but page 1 is shown, the page 2 should be selected. Is there a generic way to do this or is it necessary to ana

  • How can I share my availability with a client who uses Outlook?

    I have a favourite client, on Outlook, who often needs to schedule appointments including both me and third parties. It makes their life a lot easier if they can see my availability while talking to the third party, but I have really struggled to fin

  • Population of a dropdown based on another dropdown selection

    Hi, I'm trying to develop a form in which a secondary dropdown is populated based on a selection from a primary dropdown. The idea behind this is as follows The first dropdown is bound to a database. From this dropdown a user would select a project.

  • Joining two tables, sql query

    This is a newbie question! I would like to join two tables. Table_1 contains xml stylesheets: id stylesheet doc 1 <xml stylesheet doc A> 2 <xml stylesheet doc B> And Table_2 contains the XML documents that the stylesheets will transform: id XML doc 1