Main Item not Weight/Vol relevant but adds to the total weight of the order

Hi,
I have a situation where the Main item (item category) is marked not weight/Volume relevant but the Sub item is weight/Volume relevant. But when I create a sales order the net weight of sales order includes the weight of the Main item as well.
Any settings for this?
regards
Heshamity

Hi Heshamity,
I tested in our system, if the item category is marked as not relevant for weight and volume, it will not be calculated on the net weight of the sales order. In addition, the weight is also 0 at item level.
Could the issue be reproduced in your system?
Do you get weight being determined at item level?
If yes, you could enter debugging mode and set watchpoint at VBAP-BRGEW to trace why it gets filled.
In SAPFV45P     FORM     VBAP_GEWICHT_VOLUMEN_ERMITTELN
there exists statment to check the VOV7 setting before moving the weight to XVBAP-BRGEW like
IF tvap-gwrel = charx.
   CALL FUNCTION 'SD_WEIGHT_VOLUME_DETERMINE'
Hope it helps.
Thanks and best regards,
Smile

Similar Messages

  • Hi, I have a problem with my ipod touch: I can not activate my ipod with my Apple ID, it tells me that my account can not activate this device, but my ID apple is OK and the ipod is mine, I have my ballot, HELP PLEASE

    Hi ...
    I have a problem with my ipod touch:
    I can not activate my ipod with my Apple ID, it tells me that my account can not activate this device, but my apple ID is OK.
    The proposed me as ipod help entering previous credentials, but the ipod is mine from the beginning, in fact I have my ballot, not bought down to another user.
    Actually I do not know how to activate it in Chile were unable Store MacOnline solve my problem, it is for this reason that I am writing to see if someone can help me.
    PLEAAASEEE
    Thank you.
    Sebastian

    Thanks for your answer.
    actually, my ipod will not let me activate it with apple id, this happened when the new iOS acutalizó understand that has more security, but do not know what to do.

  • HT1414 My wife gave me her older ipad. I have reset and removed all data. My Apple ID (Ipod touch) is not an email adress, but when I try to stu up the ipad it asks for my Apple ID, then tells me that for security reasons the Apple ID must be in email for

    My wife gave me her older ipad. I have reset and removed all data. My Apple ID (Ipod touch) is not an email adress, but when I try to stu up the ipad it asks for my Apple ID, then tells me that for security reasons the Apple ID must be in email format?

    Change it to an email address.
    -> https://appleid.apple.com/

  • Can not access a website but everyone else is doing well and the old computer with the same internet coming in on that side.

    Can not access a website but everyone else is doing well and the old computer with the same internet coming in on that side. side is www.miun.se

    You can remove all data stored in Firefox from a specific domain via "Forget About This Site" in the right-click context menu of an history entry ("History > Show All History" or "View > Sidebar > History") or via the about:permissions page.
    Using "Forget About This Site" will remove all data stored in Firefox from that domain like bookmarks, cookies, passwords, cache, history, and exceptions, so be cautious and if you have a password or other data from that domain that you do not want to lose then make a note of those passwords and bookmarks.
    You can't recover from this 'forget' unless you have a backup of the involved files.
    It doesn't have any lasting effect, so if you revisit such a 'forgotten' website then data from that website will be saved once again.

  • What is the total weight and dimentions of a Mac Pro with retina 13"? Including any extra delivery packaging (i.e box, bubble rap, etc)? Thx

    What is the total weight and dimentions of a Mac Pro with retina 13" including any extra delivery packaging (i.e box, bubble rap, etc)? Thx

    What is the total weight and dimentions of a Mac Pro with retina 13" including any extra delivery packaging (i.e box, bubble rap, etc)? Thx

  • BOM main item not getting copied in delivery

    Hi SAP experts
    The problem iam facing is the main item in sales order is not getting copied in delivery and subsequently not able to generate the billing document as the subitems are not relevant for billing.  I got a solution saying that the problem is with the delivery group in the item category.
    But for the same item i tried to create order for a different order type and it seems to be working fine. Its happening for a particular order type only.
    I checked in the copy control settings and settings seems to be fine.
    Can somebody help me on this issue.

    Hi,
    In VTLA, check copying requirements.
    Regards
    SD

  • Items not appearing in Search to Add to Cart

    I have setup a demo system using the US Demo database and am struggling to work out why no items are being returned when i am trying to search or add an item to a quote or sales order.
    Checks i have done already:
    1. Items have syncronised - the Items appear in the Catalog > Items, I can search for items in this area, drill down on detail etc. Pricing is visible etc. in WebTools
    2. they are assigned to the Online Catalog, the Online Catalog is assigned to the Basic theme, this Theme is set as the default Theme.
    To reproduce the issue:
    1. Select Sales > Quotes > New Quote
    2. Choose Earthshaker (or other BP), click Save
    3. CART tab appears, Put cursor in colDescription field
         a. Type item code directly in (eg. A00001) then click save .... screen is refreshed but no line data appears.
         b. click the blue => to go to search. In ltlKeyword field i have tried terms like print... IBM... and even the item code and then clicked the Display (glasses) icon and nothing appears. In this search screen the other criteria include Online Catalog as the catalog selected, and Make is set and is the Only option.
    I am hoping this is just a setup option i have missed. Note: only using the CRM side not Ecommerce.
    Your assistance is appreciated.
    Brodie

    Brodie,
    When items are synchronised across from B1 to webtools they are by default not marked as available.
    for each of the items you want to transact in you need to make sure that they are ticked as available ( i.e. active ) and that the start date and expiry date (if set)  are earlier (and later) than the current date. To set these parameters individually per item go to
    Catalog > Items >Item Info  : Availability
    Alternatively you can use bulk operations to set all items returned in a search to Active ( = available )
    The Available flag matches the User Defined Field 'Available on Web' in B1so the same thing can be achieved by setting this to 'Y' in B1, updating and synchronising to Webtools
    One other thing, I am aware that it is probably better to set up your own catalog(s) rather than use the default online catalog as this is really only a holding area to which all B1 items get synchronised. You can use the copy catalog function to do this. For testing however it probably doesn't make any difference.

  • Copy-item not overwriting exising files but creating additional subfolder.

    Hello, A simple bit of code does not do as expected:
    copy-item "C:\folder1\*" -destination "\\server1\share1\folder2" -recurse
    I would expect this to copy all files from c:\folder 1 to the destination folder. If the destination folder does not exist it should create it however it doesn't. I get the error "Copy-Item : Could not find a part of the path".
    if I change the code to the following i also get unexpected results:
    copy-item "C:\folder1" -destination "\\server1\share1\folder2" -recurse
    If i run this once, the folder structure is created and the files are copied. If i run this again it created an additional folder in the tree and copies the files to that folder again so we end up with the following:
    \\server1\share1\folder2\folder2
    What am I doing wrong? All i want to do is copy the contents of a folder to another location and create it if ti does not exist.
    Thanks.

    Copy-Item is confusing because, when copying a folder, if the destination doesn't exist it assumes you're trying to copy/rename the source to be the destination, whereas if the destination exists it assumes you're trying to copy underneath it.
    This is really annoying behavior and you can vote to change it by
    up-voting the issue here.
    In your second example, folder2 doesn't initially exist so it thinks you're trying to copy and rename folder1 to be "\\server1\share1\folder2". On subsequent runs, folder2 exists and it thinks you're trying to copy folder1 underneath it ("\\server1\share1\folder2\folder1").
    If you run it a third time, there's already a folder1 in the destination so you get "Item with specified name already exists" if you don't use the -Force flag to overwrite.
    The only other answer I found online is "use RoboCopy instead".  I didn't want to so I copied into the parent folder instead ("\\server1\share1\", in your example).  This gets ugly when paths aren't literal strings. For example,
    I had to use (get-item "c:\$_").parent.fullname as my destination.

  • I am experiacning problems,with yahoo messenger,everytime i try to go into e-mail or go to a site thru yahoo,i get a windows saying windows can't find due to cookis ,not set or something,but will still let me go to the site i wanted,how do i fix it?

    every time i either go into yahoo email,or type in a site on my messenger list,i get a "windows can't find"and says my cookies,need to be reset or configured wrong,but still allows me to go where i want to.....how can i get rid of it?

    1. You cannot make changes in iTunes: it only reads the feed. You have to make any changes in the feed itself - in your case in Podomatic. When for example you add a new episode you simply add it to the feed. There is no need to do anything else; subscribers will see it almost immediately and the Store will update in 1-2 days.
    2a. I can't adviseon the specifics of Podomatic. The 'itunes:new-feed-url' must be added to the RSS feed, not to the web page which is where it looks as if you are trying to add it. iTunes does not read the web page, only the feed. I have a feeling that Podomatic will not allow you access to the feed to add this tag, but I don't know for sure. If you can't add it you will have to contact Support at podcasts 'at' apple.com and ask them to move the Store to using a different feed.
    You can see a sample feed on my page at
    http://wilmut.uk/pc
    2B. I'm afraid I can't advise on WordPress either. You will need to make sure you have set it to produce an iTunes compliant feed.
    If you want me to check whether a feed is correct you can post the URL here.

  • Adobe - How to make fix layout but the total amount in the main is flexible

    Hi to all,
    Need help, i am new with adobe forms and do some search but i didnt find one.
    the problem is this the main/content area is display with a box then a total at the end. Now when the document is only 1 page then the total will be display in the page 1. If document has 2 pages then the total will be shown in page 2. remeber that this total is diplay in fix postion. what i did right now is the total amount will be displayed both pages. please see details below.
    main / content area
    |   description     |         amount |.
    |   description     |         amount |.
    |   description     |         amount |.
    |                          |                     |.
    |                          |                     |.
    |                          |                     |.
    |                          |                     |.
    |                          |                     |.
    | total                   |        amount|   -
    > fix position. cant use flowed. if positioned the total will appear all pages
    thanks in advance
    regards,
    Etrafanob
    Edited by: Etrafanob on Dec 2, 2009 4:16 PM

    Hi,
      yes the layout and requirement sounds crazy thats why i have a problem on it.
    actually my master pages contains the fix box with TOTAL and TOTAL AMOUNT at the end.
    the spell word of the amount and the signatory.
    under design view i only flag the description and amount of line item flowed to trigger the second page.
    now hence the total and total amount is in fix position under master pages. it will appear on all pages.
    how will i make fix position but it will appear only on last page.
    thanks
    best regards,
    etrafanob
    Edited by: Etrafanob on Dec 2, 2009 5:17 PM

  • TDMS index files does not have meta data but indicates presence of raw data in the TDMS file??

    Hello All,
    I am working on reading TDMS Index files into Matlab. So far i have been fairly successful in reading them when the data has been acquired for a short period of time (checked at 2 min). However when a 15 minute data has been acquired, in a few segments the meta information is not present but a variable in the header info for that particular segment says raw data is present. Does anybody know if sometimes meta information is not available but the raw data is actually present (segment wise) in the TDMS file?
    Many Thanks,

    That means the segment shares the same meta information with the previous segment. It doesn't have any new properties. Its raw index information is the same as previous.
    You could use the meta information of the previous segment to read the raw data of this segment. Hope this helps,
    Message Edited by Yunzhu on 08-03-2009 08:45 PM

  • Images do not load in foxfire, but load ok in IE. such as the zoom bar in google maps

    I'm using Firefox 9. when I goto sites such as amazon, the images do not load. I can right click on the image box and select view image and the image will be displayed in a new page. An other example is google maps. The zoom bar on the left does not display. If I move the cursor over where the zoom bar is suppose to be the cursor will change to the hand and I can left click to work the zoom. If I bring up Internet Explorer all images, etc work ok.

    You can use these steps to check if images are blocked:
    *Open the web page that has the images missing in a browser tab.
    *Click the website favicon ([[Site Identity Button]]) on the left end of the location bar.
    *Click the "More Information" button to open the "Page Info" window with the Security tab selected (also accessible via "Tools > Page Info").
    *Go to the <i>Media</i> tab of the "Tools > Page Info" window.
    *Select the first image link and scroll down through the list with the Down arrow key.
    *If an image in the list is grayed and there is a check-mark in the box "<i>Block Images from...</i>" then remove that mark to unblock the images from that domain.

  • Getting the total number of the parameters that are not null

    hi,
    i can get all the parameter names of a http request using this statement:
    Enumeration e=request.getParameterNames();if i want to know how many parameters there are in the request
    i just need to count the total number of elements in the enumeration
    but how can i get the total number of parameters which are not null?
    thanks in advance

    but how can i get the total number of parameters
    which are not null?Only one way that I know of... loop over the parameter names and check if they are null or not!!!!!!!!!!!!!!!!!!!!!
    xH4x0r

  • Items not syncing on iPhone, but no info appears to be available

    Every time I sync my iPhone, I get an error message stating "150 items could not be synced. See iTunes for details". An earlier tip about resetting the warnings and re-syncing does not work. Where do I find out which items did not sync.  There so not appear to be any "details" about this in iTunes.  I've seen other discussions that mention resetting the warnings and then resyncing, but this does not ever show a list of items that did not sync.
    iPhone 4
    MacBook Pro6,2 OS 10.6.8
    iTunes 11.0.1

    I had this problem - was driving me crazy. I tried many things including restores etc. The following solved it:
    Go into iTunes
    Open up your new iPhone on the tab in the top right corner
    In the Summary box - simply unclick "Sync only checked songs and videos"
    Click apply
    Then I was fixed!
    Good luck

  • Cash Flow Row Item not exposed in DI but required

    Dear Sirs,
    Have no available DI Interface to access Cash Flow Row Item in the DI Object JournalEntries_Lines, Please expose it. Thanks!
    Hanson Han

    Hi,
    Both 0BA_O10  and 0BA_O11  are available in Bi content.Search under InfoProviders by InfoAreas  in BI content..
    Here set the collection group as before and after data flow .You will get all relevent objects
    Cheers,
    Swapna.G

Maybe you are looking for