How are units like Height, Length, Width, Volume, Weight utilized in SBO?

Dear Experts,
As per subject, how are the height, length, wieght...etc listed in the Item Master Data utilized in SBO? Can we see them in Inventory Audit Report? or any other reports??
Much Thanks in Advance for your response!
Warmest Regards,
Chinho

Hi
U can gt by query
SELECT T0.[BHeight1], T0.[BHeight2], T0.[BLen1Unit], T0.[BLen2Unit], T0.[BLength1], T0.[Blength2], T0.[SHeight1], T0.[SHeight2], T0.[SHght1Unit], T0.[SHght2Unit], T0.[SLen1Unit], T0.[SLen2Unit], T0.[SLength1], T0.[Slength2] FROM OITM T0 WHERE T0.[ItemName] = [%0]
or
Select  * FROM OITM WHERE T0.[ItemName] = [%0]
Thanks
Kevin

Similar Messages

  • How to change the height and width of a control?

    Dear all,
    is there anyway to change the height and width of a control?
     In the property nodes, i am just able to read the bound values but cudnt write to it.
    How can i set the bound values for a control?
    Thanks,
    Ritesh

    Not all controls can be sized this way. For example to change the vertical size of a simple numeric, you would need to change the font size.
    LabVIEW Champion . Do more with less code and in less time .

  • Set height and width of pop up page.

    hi,
    How can i set height and width of pop up page.
    Thanks

    Hi ,
    Try these inbuilt javascript functions
    html_PopUp(pURL,pageName,pWidth,pHeight) or
    popUp2(pURL,pWidth,pHeight)Thanks,
    Manish

  • API for Iview to change its propeerties height and width

    Hi ,
    i need the API for Iview  to change its proiperties like height and width and to assign iview to role,
    Regards ,
    venkat p

    Hi,
    Check this to set height & Width to Iview:
    Setting iView Parameters
    To assign iview to role:
    Adding a Role To another Roles by program
    http://help.sap.com/saphelp_nw2004s/helpdata/en/5f/cf9d4207e1c86ae10000000a155106/frameset.htm
    Regards,
    Praveen Gudapati

  • SAP PP: In BOM how to where to maintain the details like Length, Width and Quantity

    Dear All,
    In SAP PP where to maintain the details like Length, Width, Quantity of the material for production information.
    Eg:
    Client will procure a material of 10milli meter Thickness Mild Steel material of fixed dimensions lets say 4meters x 4Meters
    {so the material dimensions are 4000Milli Meter (Length) x 4000Milli Meter (Height) x 10milli meter (Breadth) Mild steel Sheet}
    For production the above plate is to cut into desired sizes as per the drawings given by Design Department of "N" no qtys.
    (let say in drg for the component the desired sizes are 1000Milli Meter (Length) x 1000Milli Meter (Height) x 10milli meter (Breadth) of 4Nos}
    In BOM where all we can maintain the above details. The same details wants to send it to production for their quick reference.
    Also how the system will calculate the weight automatically for procuring of raw material with the above details.
    Note: Purchase department will procure the full length as i mentioned above but not the desired lengths to be produce for production.
    Pls let me know if any further information required for the solution to suggest.
    rgds,
    VKUMAR A

    Hi,
    You can use two options...
    1. Classification...create characteristics like length, height and breadth with CT04, assign these chars to class (CL01) and assign this class to your raw material in classification view in material master (MM02). When you receive the material from vendor during GR enter the values for characteristics. (activate Batch management).
    Now when you create the Production Order, in the components for this raw material, assign the batch..
    When this is issued against the Production order , production people can see the details of values in the batch...
    2. Try to explore the option of variable size item concept during creation of BOM..
    Thanks
    Kumar

  • How do I return the page width and height as a text variable?

    Hi
    I'm trying to create a media box for use in job to return information in the slug area. I have a script that will return the username of the computer as a text variable but I would also like to return the height and width in mm as a text variable too. Does anyone know how to this please?
    Thanks

    Hi Vamitul
    Thank you for your response. I very new to scripting so I hope you'll bare with me.
    How do I apply your code to indesign please? At the moment I have a script that returns the computer user name(an online script i found called 'addCustomVariables_103.jsx') that's going to be one of the variables I use in my media box. This lives in the startup scripts folder but i'm guessing I can't just add your code to it as yours will require an open document to return any values. How would I apply your code so it works in inDesign? Ideally i could do with this automatically adding the text variables at startup as I'll be installing this on several machines.
    Thanks once again for your assistance.

  • How do i increase height of mc and keep its width?

    i have a mc which seize is height = 150 and width = 2 (like a line).
    i have a script which rotate this line and increases its length. this works, however i dont know how to keep the width so that it wil remain 2.
    this is the scrip in as3 :
    function rotateMoveClip_u(e:Event)
              var target=(center.x);
      e.target.rotation=((-target+45)/4)*1.25;
              mc.height = Math.sqrt((target-75)*(target-75) + 150*150);
      mc.width=2
    //this line is  is wrong
    maybe using "height" and "width" is wrong?
    thank you

    Even though you rotate your line (to say, horizontal), you still need to adjust the height (because it's original orientation was a vertical line). So when you rotate the line so it's horizontal you do not update width, you still update height. Just leave width alone.
    Same goes if your line was originally horizontal and you wanted it to be vertical. If the original width was 150 and height was 2 (horizontal line) and you rotate it 90 degrees to be a vertical line, you would not adjust height to make it a longer vertical line. You'd adjust width.

  • How to keep anchor in middle while changing height and width for comp in extendscript?

    When i try to change my composition height and width using extendScript, it works but with anchor point at top left corner. How do I maintain it at the center??
    My code:
    comp.width = 4000;
    comp.height= 4000;
    result:
    expected:
    Thank you

    So you caught me on an open day, and I even dragged in another staffer (Josh) to sit and figure this out and we did. I just need to clean it up into a function for ease of use. It literally became an obsession between Josh and I to figure this problem out. We seriously need to get outside more, haha. I'll post the solution here shortly once it's cleaned.
    Is there a way to access layer's properties like position, rotation etc without its comp open or selected and not knowing its item number.
    Finding layers can be done by looping through all comps and all layers. You must set a series of matching criteria to compare against so you don't accidentally grab a duplicate layer that has the same values though. Usually the layer name, size or any property spec that is unique, source asset if it's an AVLayer, etc... It's also possible to have a list returned that you choose from if you wanna verify the layer before proceeding. All this has to be manually coded though.
    var comp = app.project.activeItem;
    var layer = comp.selectedLayers[0];
    //assuming layer is a comp
    layer.duplicate();
    var num = layer.index;
    var name = (layer.name + "_comp");
    var newComp=  comp .layers.precompose([Lnum], Lname, true);
    newComp.width =  4000;
    newComp.height =  4000;
    now what am trying to achieve is move the comp (layer) to the center of newComp i.e at 2000, 2000
    I'm not fully understanding the process you are intending. You are searching for precomps (comps used as layers) basically?

  • How to find out height of text, given width?

    Hello, I apologize in advance for this must be a stupid question, but I just can't seem to find an answer in the docs...
    If I have a text (string + font information), and I know how wide the display will be, how do I find the height??
    The solution I know of (adapted from camickr code), works, is a hack using a phantom JFrame - see the method showHeight. This is the kind of code that my first college programming professor would call "Mark, your code is ugly and miserable". How to do this right? (or is this the only way)
    import java.awt.*;
    public class Foo
         public static void main(String[] args)
              showHeight("FOOBAR FOOBAR FOOBAR FOOBAR FOOBAR FOOBAR ", new Font("Arial", Font.BOLD, 12), 100);
         public static void showHeight(String s, Font f,  int width)
              JFrame frame = new JFrame();
              JTextPane txt = new JTextPane();
              Rectangle r = null;
              txt.setFont(f); 
              txt.setText(s);
              Dimension dim = txt.getPreferredSize();
              frame.setContentPane(txt);
              dim.width = width;
              txt.setPreferredSize(dim);
              frame.pack();
              try
                   r = txt.modelToView(txt.getDocument().getLength());
              catch (Exception exc)
              System.out.println("height is " + (r.y + r.height));
    }

    This is not a trivial problem
    To start with, you definitely need to know
    #1 What Font (family, size, style) are you using? This is assuming you are just using 1 font. More than 1 font makes it much much more complicated.
    #2 How are you doing line breaks? Are you doing line breaks just on whitespace characters, or on any character?
    Now you need to find out how many lines there are going to be. Start by getting the FontMetrics for the Font. You should use getCharWidth('W') or getCharWidth('0') to get a rough estimate of how many characters any line can contain. Then you need to go through your text and figure out how many lines there are, not using the guess you calculated above, but using FontMetrics.stringWidth()

  • How to fix Classic table column width / length fix ?

    Hi,
    I have a page for display purpose. In this page I am showing record.
    My requirement is to make Description column width fix. If data of description is huge then height will increase but not the length / width.
    Currently width property is 100%.
    Table is attached to VO.
    How to it ?
    Regards,
    Ajay

    Ajay ,
    I was looking into the two screen shots , i also had a close look at “Device Description” and “UDID " columns .
    I have also tried in my Jdeveloper it was not working . But it works fine if you change item style from styled text to
    message text input . I want you to try one more thing , since it work fine for message text input , change item style
    to message text input and set Read Only property to ' TRUE' and check .
    Keep size as same as you did before :
    Height :- 2
    Width :- 30
    Keerthi

  • How to resize the calendar height and width

    Hi,
    how to re size the calendar height and width...
    Ie i need to fix this calendar region  7 cross 4 format in my page
    Regards,
    Pavan

    If the text exceeds the container, which can happen in a scrollable container where you have to scroll to see some of the text, then the values getContentBounds returns are estimated values. This is because we don't want to force the text to recompose all the way to the end of a very long TextFlow in order to return a value. However, if you want to get the exact amount, and don't mind taking the time to recompose, call textFlow.flowComposer.composeToPosition(), before calling getContentBounds. This forces all the text to recompose to the end, and then getContentBounds will return the fully calculated value instead of estimating.

  • How to make the finder window expand to full height AND width of my screen, but not "full screen mode".

    The new green button on the finder window makes the screen go into full screen takeover mode - alt clicking this makes it 100% height of the screen.
    How can I make this 100% width and height (just like it used to be in Mavericks)?
    I have 2 x 27" monitors, so the "full screen takeover" mode is not right as I only want the finder window to be on one monitor whilst I work on another.
    Any ideas?! Thank you!

    Was about to post the same question.
    Ever since I upgraded to Yosemite (about a month ago), this odd behavior has irked me.
    Could it be that it only plagues those of us running dual displays? And therefore nobody else cares?

  • How do I view the height and width of an image as I adjust the crop handles

    How do I view the height and width in pixels of an image as I adjust the crop handles before I actually crop the image?

    If you are in Photoshop CC, go into Preferences, click Interface, and turn on Show Transformation Values. In the picture below, setting it to Top Right means the pixel height and width appear to the Top Right of the Crop tool pointer.
    (Edit: The picture only shows Height because the bottom edge is being dragged. If a corner was being dragged it would say H and V.)

  • My ipod 5th gen won't change volume when headphones are plugged in, but when they are not I can change the volume on the speaker.  How do I fix this?

    My ipod 5th gen won't let me adjust volume when headphones are plugged in, but when they are not I can adjust the volume on the speaker.  How do I fix this?

    Try a hard reset of the Nano. To do this, press and hold both the Select (Center) and Menu buttons together long enough for the Apple logo to appear.
    I assume you have double checked to make sure you are plugging the headset all the way in meaning the white part of the headset is flush with the body of the Nano?
    B-rock

  • How can i find out the height lenght width of that logo in so10 ?

    I have TextName is there in so10.
    How can i find out the height lenght width of that logo ?

    Hi Sam,
    In SE80, you should have a Repository for MIMES, including images.You should find your image here .
    you have to use the following method to get the image as a binary string and then use gui_download to download it to local system
    call method cl_ssf_xsf_utilities=>get_bds_graphic_as_bmp
    exporting
    p_object = fs_stxbitmaps-tdobject
    p_name = fs_stxbitmaps-tdname
    p_id = fs_stxbitmaps-tdid
    p_btype = fs_stxbitmaps-tdbtype
    receiving
    p_bmp = loc_graphic_xstr
    exceptions
    not_found = 1
    others = 2.
    Thn you can find the size of the logo.
    Regards
    Naresh

Maybe you are looking for

  • A Native Bridge for File Type Associations

    Im trying to write a mechanism where I can double-click on a file in Windows and have it processed by a Java application that is always running in the background. I know how to do file associations (and I know JDIC can create them) and I know how to

  • Use EXIT_/SAPAPO/SAPLCIF_PU_001 for changing PO data

    We have in some situations the need to change the delivery date (EKET_EINDT) of a purchase order in the CIF interface, and have been looking at exit EXIT_/SAPAPO/SAPLCIF_PU_001 to do this. However the exit is not documented particularly good, and we

  • Unable to start  IDC Content Service(urgent)

    Hi, My local system has Windows XP.I have installed Oracle 10g Express Edition,Apache,has jre1.6.0_03 and run the UCM installer.Both IDC Content Admin Service and IDC Content Service are set to start automatically during installation time."IDC Conten

  • SubmitForm is not defined error after JDeveloper 11.1.1.6 install

    Just installed JDeveloper 11.1.1.6 and opened a project that was originally created in 11.1.1.4 and worked fine in 11.1.1.5. Now, when clicking on a JSF commandLink (h:commandLink), I receive the following error in the web browser console: Uncaught R

  • Online support for the deaf does it exist?

    I am deaf and I do not have a special phone that I can use to get support.  Is it possible for Apple to support me online or by email? What are my options for support?