Component use as a percantage

Dear,
my component (Raw material) is pipe 100cm. but in bom it use only 80cm. and 20 cm is not use in bom.
after 4 product created (fg). i have got 20cm*4pc. and i want to create next one fg by use of this 4 pcs after welding in same bom.
so please suggest me how can i maintain in the system?
and where show 20cm pipe in the system?

Jainashu,
One simple solution : 
In material Pipe, maintain alternate UOM as 100 CM = 1 EA(assumption is that base unit is EA).
In BOM of FG product maintain Pipe = 0.8 EA or 80 cm whichever makes sense.
So when Prod order is created system will call for either 0.8EA to make FG product
So you can Goods issue either 80cm or 0.8EA  to prod. order. that much qty will inventory reduction will take place.
MMBE can display both in EA as well as CM.
I am sure this helps. Anything else please come back.
Thanks,
Ram

Similar Messages

  • What's the component used in this example?

    Hi,
    I'd like to know what's the component used to make those nice 'drawable' panels (like curtains) just like the lateral menu in this substance's example:
    https://substance.dev.java.net/webstart/test.jnlp
    Thanks.

    those nice 'drawable' panels (like curtainsAre you talking about JTaskPane?
    ICE

  • SAP BPC 10 NW - component used by admin module

    Hello Gurus,
    We are on BPC 10NW - SP04
    We were trying all the features using some test data.  Now, we have received actual data from the business.  We are trying to delete the previously created master data and create the new one give by the business.
    It gives an error while processing the dimension (ENTITY Dimension)
    To get processed we had done following activities too -
    1.  Deleted the transaction data from Consolidation, Ownership and Rate cubes
    2.  Deleted the BPFs
    3.  Deleted the inout forms and/or changed the references wherever we had used the hardcoded values.
    4.  Deleted the data from the referencial dimension (INPUTCURRENCY)
    5.  Tried to delete the ENTITY data from the backend (From BW)
    Still it gives the error while processing the ENTITY dimension as "Error in admin module, Component used by admin moduile"
    Only remaining part I can think of is of JOURNALS.  We had created few data using journals.  However, I am not sure how to delete the journal data. (if that is the root cause of the issue)
    Can anyone suggest the remedy for this issue.
    Let us know if you need more information.
    Regards,
    Rashmi

    Hi Rashmi,
    Please check if there is journal data. The journal data would be in a generated table. Please check for the journal generated table using the program UJ0_GET_GEN_TABNAME. You can check the entries in the table. The tables start with /1CPMB.....
    - If you simply want to clear, then  in BPC 7.5 there would be seprate task profile 'Admin Journal' which would enable the option of clearing the journals in admin console.
    Thanks,
    Sreeni

  • How to create a new component using SPICE?

    People, I don't know how to create a new component using SPICE.
    I know that it's possible to create a new component and use a SPICE code, but I don't know how to do this very well, and I need the TI ISO124 (Isolation Amplifier), and I have no idea on how to do that. Can somebody help me? I need to develop a layout.
    Thank you!!

    Hi,
    Here is a tutorial that explains in details how to create your own component in Multisim using a SPICE model.
    Hope you find it helpful,
    Mahmoud W
    National Instruments

  • Setting source property of Trinidad image component using java script

    Hi,
    Can anyone tell me how to set the source property of Trinidad Image component using javascript.
    i tried document.getElementById("f1:img").source="/images/neha.gif".
    But its not working
    Thanks
    Neha

    Hi,
    Bases on the solution you suggested, i tried the img component to change the image on OnMouseOver and OnMouseOut. Its working fine in a normal browser but doesnt work in Mobile browser. May be because mobile browser supports only trinidad components. I then tried the option of backing bean
    " Or you can expose the component to a backing bean by setting its "binding" attribute. JDeveloper can create a backing bean from the wizard if you don't already have one. This will get you a CoreImage object in the bean, and you can change the source with its setSource method."
    . So i bound the omMouseOver event of the trinidad image component to a backing bean. Inside that i am changing the source and refreshing the component.
    <tr:commandLink id="cl1" action="goAlerts" styleClass="listingLink2">
    <tr:image source="/images/alert.gif" id="i4"
    binding="#{Images.alertOnMouseOver}"
    onmouseover="#{Images.alertOnMouseOver}"/>
    </tr:commandLink>
    Images.java
    public void setAlertOnMouseOver(CoreImage alertOnMouseOver) {
    this.alertOnMouseOver = alertOnMouseOver;
    alertOnMouseOver.setSource("/images/alertSelect.gif");
    RequestContext context = RequestContext.getCurrentInstance();
    context.addPartialTarget(alertOnMouseOver);
    System.out.print("Test");
    So what i found is setAlertOnMouseOver is getting called but not MouseOver event but when the page is loaded. Can you please tell me where i am going wrong?

  • Error while enhancing the BP_ADDR component using BSP component workbench

    Hi ,
    I am trying to enhance the BP_ADDR component using the BSP component workbench. But when I try to regenerate GET_I methods of my context node, I am getting the following error:
    "Component GET_ADDRESS_GUID does not exist.
    Determination of BOL attributes failed"
    Please let me know the reason for this error and how to resolve it.
    Thanks
    Mreddy

    Hi,
    You may manually create the Get method for the attribute ADDRESS_GUID in your context node class.
    Regards
    Prasenjit

  • Table component uses outdated attributes

    The text editor's table plugin [The table component] uses outdated markup for centering items vertically in a table cell:
    It renders: <td valign="middle">
    instead of using the modern:
    <td style="vertical-align:middle">
    This breaks the layout. I need to find out how to update the table plugin for the text editor.
    Anyone knows how to fix this?
    Thanks in advance,
    David

    I got a patch from Adobe support:
    You can do this change in [1] around line 672. You can change it to [3].
    Note that isIE is declared in [2] around line 67. You can remove the setAttribute all together if you want to use style attribute for all browsers.
    [1] /libs/cq/ui/widgets/source/widgets/form/rte/commands/Table.js
    [2] /libs/cq/ui/widgets/source/ext/source/ext-core/src/core/Ext.js
    [3]
    if (config.valign) {
                if (config.valign != noneConfig) {
    com.setAttribute(dom, "valign", config.valign);
                    if (!CQ.Ext.isIE){
    dom.style.verticalAlign = config.valign;
                } else {
    com.removeAttribute(dom, "valign");
                    if (!CQ.Ext.isIE){
    dom.style.verticalAlign = "";
    Regards,
      Pierre Chamoun

  • Model component using table of impedance versus frequency

    I would like to model a device which I may describe as something that has a measured impedance versus frequency in a tabular format. Is there a way to do this in Multisim. I have tried researching the Analog Behavior Model (ABM) using possibly a B Source but can't come up with the syntax that works.
    The following example was slightly modified for my purposes from another competing Spice Simulator user forum and it works there. This model shows a table using frequency, a real and an imaginary resistance. The resulting AC Analysis interpolates values of resistance and reactance based on this table. If I could get this to work in Multisim, or if there is another solution, it would be nice to receive help.
    .subckt DeviceRI 1 2
    R1 1 10  0.001
    V1 10 11 0
    B1 11 2 V=I(V1)  R_I FREQ=
    + 1000, 8, 0.5
    + 1100, 8.1, 0.7
    + 1200, 8.2, 0.5
    + 1300, 8.33, 0.6
    .ends
    Thank you.
    Daniel

    Daniel,
    The best potential workaround is to use the TRANSFER_FUNCTION_BLOCK component under Sources/CONTROL_FUNCTION_BLOCKS
    The model that this component uses supports a frequency domain transfer function that is described using rational polynomials. If you can curve fit your complex data into an equation of this format, that should do the job.
    It is theoretically possible to reproduce the response of your transfer function by created a lumped model using discrete components (by connecting together integrators, derivatives, delays, etc) but this far more challenging than to use the Transfer Function component mentioned above. 
    Let me know if that helps.
    Oleg
    Max
    National Instruments

  • How to skin the UI Component using AS3

    Hi,
    My application demands skinning the scroll bar component using  coding.
    Aware of manual skining but how can we change the skin programmatically using AS3.
    Help please.

    When you create content dynamically, using the dot notation doesn't work and you have to use getChild...  methods if you want to access via the parents.  However, you shouldn't need to do that since you already have a direct reference to the object...
    nextChild.addEventListener(MouseEvent.CLICK ,onChildClick);
    function onChildClick(evt:MouseEvent):void
    trace("Last Child is Clicked");
    You probably could have realized this when you were implementing this line (assuming it worked)...
    myChild.addChild(nextChild);
    With the parent approach to targeting, wouldn't you have tried to use... myMovie.myChild.addChild(nextChild); ?
    and "Click" should be "CLICK"

  • Possilbe to create only mxml component using Catalyst ?

    Sorry if this has been covered elsewhere, but is it possible to only create an mxml component using Catalyst and not an entire Flex Project (fxp)? There are areas where I would like to use this tool to simply creation of components, but also I might like to write the main app in Flash Builder and just wondering if this is possible?

    Hi Jeremy,
    Yes, it's definitely possible, though it's not immediately obvious. There's another thread on this subject here:
    http://forums.adobe.com/thread/447199?tstart=0
    One trick that came up was that you can take the entire contents of your project in Catalyst and convert it to a custom component--that simply moves all the content into a separate non-application MXML component file, which you can then import into Builder and use in your Builder project.
    THanks,
    nj

  • Component uses

    hi guru,
        what is  component uses in web dynpro abap.
    Edited by: crm_technical on Apr 30, 2011 5:09 AM

    You have made a cluster of posting today that all seem as though you are asking interview questions.  The tone of the questions combined with the subject matter would lead to this conclusion.
    Might I suggest instead that you search the forums and the WIKI as well as the SAP online Help.  I believe that you will find your answers to these very basic questions - particularly since each of these topics you posted have an entry in the online help. 
    I'm am locking these threads.

  • Custom icon per entry in the AS2 Tree Component (using CS3)

    I have a tree component that loads its data from an XML file and I wonder if I can customize every entry to have its own icon by adding an icon attribute to every entry in the XML and giving the tree an action to read that icon (which would exist in the library of the Flash file). My goal is to reproduce a tree within an application that my company is developing (it's for a training tool related to that application).
    My XML says something like <node label = 'Label' heading = 'LABEL' desc = 'Description' icon = 'icon1' />
    My label is what the tree displays, the heading is what the information dialog in the training tool displays as a title bar, the desc is what the training tool displays within the body of the text for the function description and the icon is what I want to be a reference to the graphic in the library to place as an icon in front of the item rather than use setStyle with the properties for disclosure, leaf, and folder icons.
    Is that possible? I haven't found a solution for it yet.

    I've never used the Tree component, so I'm just guessing here....
    There is a slight delay before the xml file loads and your tree has its data provider.
    Perhaps during that time there is no node at mTree.getTreeNodeAt(0) to open? Try adding this just before the last line of your code:
    trace("the node is: "+mTree.getTreeNodeAt(0));
    What do you get?
    You might need to move that code inside the xml's load event handler.
    Another thing is that the Flash components tend to work on an invalidate-then-wait-one-frame-to-redraw kind of model. So it is possible you will need to wait one frame after the xml has loaded and then tell it to open that node.
    The doLater method might help with that.
    var home:MovieClip=this;
    var xmlTreeData:XML = new XML();
    xmlTreeData.onLoad = function() {
    mTree.dataProvider = this.firstChild;
    mTree.doLater(home,"delay");
    xmlTreeData.ignoreWhite = true;
    xmlTreeData.load("xml/treeValues1.xml");
    mTree.setStyle("fontSize","11");
    mTree.setStyle("selectionColor","0xE0E0E0");
    mTree.setStyle("useRollOver",false);
    function delay(){ 

  • Change Button text during component use of WDR_SELECT_OPTIONS

    Hello,
    I have implemented a WD component (WD for ABAP) by making use of component WDR_SELECT_OPTIONS. The selection screen is getting displayed. But the selection screen contains the button Copy, Check, Cancel and Reset.
    I want to rename the button tex "Copy" to "Search". Is it possible to do so?
    Please help!
    Thanks and Besd Regards,
    Maya

    Hi Maya,
    Unfortunately, this is not possible. There is also a translation bug while translating it from German into English. The button should have been translated into "Apply" instead of "Copy". This is issue is being addressed and should be fixed within one of the upcoming service packs.
    Nonetheless, there is a solution to your problem. Just hide the button (or the whole row) by calling method SET_GLOBAL_OPTIONS and add your own buttons below or above where you embed the SelectOptions component. The handler interface contains methods to reset the selection screen as well as for input validation.
    Kind regards,
    Thomas

  • Custom Component: using HtmlSelectOneMenu

    I'm currently developing a custom comboBox. I'm using HtmlSelectOneMenu class as a base for my component. I've notice that in the class, there's a bunch of getters and setters defined for "onEvent" and other html attribute.
    My question is the following:
    What the purpose of this?
    What tasks are they meant to?
    Is it for backing Bean binding?
    (I should have written queston"s" after all!!)
    What I know for a fact so far, and correct me if I'm wrong, it's not meant to render attributes. The attribute of the components tag must first be defined in the .tld . Then, attributes needs to have their getters and setters defined in the class that extends UIComponentTag (or UIComponentBodyTag). Since the HtmlSelectOneMenu class is use to set converter, validator and render (if you don't use an external one), why these getters and setters are there?
    Any explanations on that will be very appreciate.
    Thanks in advance!

    Are you talking about setOnblur(), setOnfocus(), setOnmouseover(), etc? If it is, than those functions can be use to include javascript. One thing I use it in HtmlInputText is
    inputText.setOnfocus("select()"); which will select everything in the textbox when the use click on it.

  • How do i add a Scroll Bar to a  JList Component using absolute positioning?

    I've got a applet whose content pane is set to null. I've create a jlist component on this applet and using absolute positioning set the bounds at
    ListBox1.setBounds(380,10, 500, 500);.
    My problem is creating add a scroll bar to the list box.
    JScrollPane scrollPane = new JScrollPane(ListBox1);
    C.add(scrollPane);
    The above code is what i use and when i run this applet i don't see the list box at all. How do i add a scrollbar to this list box or JList component. Please help.

    You need to setBounds() on the JScrollPane, not the JList.
    The JScrollPane is the component that is being added to the panel.

Maybe you are looking for

  • Missing dropdown list items?

    I have tried the following two ways to get the string corresponding to the selected value from a dropdown box.     public void dropDown1_processValueChange(ValueChangeEvent event) {         financewebapp.SessionBean1 sb = (financewebapp.SessionBean1)

  • Windows VNC clients cannot connect to Snow Leopard Server native VNC server

    I am resurfacing the following related comment made in another post that discusses the same issue I am having with VNC on Snow Leopard. This is still an issue and I cannot connect to our Xserve's Snow Leopard Server with a VNC client on Windows. I do

  • How to STOP and START the BO EXPLORER/POLESTAR - LINUX

    Dear friends, Could you please let me know on How to STOP and START the BO EXPLORER/POLESTAR on LINUX platform? Thank you, Nikee

  • Synchronize data between difference locations, help me !!!

    Hi gurus,   I want to synchronize data between difference locations, I used merge replication function in SQL server 2000, but after run, my SBO can't to use publication database and subcripber database. Pls tell me why and how to solve it !?!? Or an

  • Resizing images to a scale

    hi all, i have a bit of an annoying issue where i would like to print raster (image) drawings out to some /scale/. a good example would be a set of elevations and a plan that was scanned from a book but are basically /each/ in my computer as individu