How No.of packages in delivery updated?

hi,
How No.of packages( Field in Header LIKP-ANZPK.) in delivery item overview screen gets updated?
Based on which calculation its calculating no of packages?
Everytime its giving rendom figure for nuber of packages.

Hi,
This depends on how you pack your delivery items. This field will be updated only when packing functionality is enabled and the items are packed.
During packing, you can decide whether all your items can be packed under one pack or how many of your items should be packed in each pack. Based on how you do the packing in the delivery, that many equivalent packages will be created. These packages are also called as Handling Units.
For example, lets say you have 20 delivery items and you do the packing in such a way that 4 items should get into one pack. This will result in 5 packs. This value will be updated in the field you mentioned.
Also there are complications to this for multilevel packing. For ex as in previous case, you will have 5packs. But if you again mention that 5such packs should be packed in a bigger carton once again, the values will be updated accordingly.
Hope this helps you to understand the functionality

Similar Messages

  • How to add Package to a Delivery Note?

    Hello, I want to add package information via DI API, but I don't know how start.
    Thanks
    David Muñoz

    Hi David,
    You should find the sample by selecting the DocumentPackages object in the DI API reference. The SDK docs I checked were for build 800.171 (ie earlier than patch 47) so the object should be available to you.
    I've copied the sample from the SDK below:
    Dim Delivery As SAPbobsCOM.Documents
    Dim Line As SAPbobsCOM.Document_Lines
    Dim Pack As SAPbobsCOM.DocumentPackages
    Dim Item As SAPbobsCOM.DocumentPackageItems
    'Add a delivery with Package
    'Delivery header
    Delivery = oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oDeliveryNotes)
    Delivery.CardCode = "C20000"
    Line = Delivery.Lines
    'Delivery lines
    Line.ItemCode = "A00001"
    Line.Quantity = 1
    Line.Add()
    Line.ItemCode = "A00002"
    Line.Quantity = 2
    'Package settings
    Pack = Delivery.Packages
    Pack.Number = 1
    Pack.Type = "Box"
    'Package Content
    Item = Pack.Items
    Item.ItemCode = "A00001"
    Item.Quantity = 1
    Item.Add()
    Item.ItemCode = "A00002"
    Item.Quantity = 1
    'Adding Delivery with package
    Delivery.Add()
    'Get and Update a Package
    Delivery.GetByKey(1) ' Get a delivery by it's Document Number
    Pack = Delivery.Packages ' Get the Packages of the Delivery
    Pack.Type = "Container" ' Change the type of the Package to Container
    Delivery.Update() ' Update the Delivery
    'Delete a Package
    Delivery.GetByKey(1) ' Get a delivery by it's Document Number
    Pack = Delivery.Packages ' Get the Packages of the Delivery
    Pack.Delete() ' Delete the package
    Delivery.Update() ' Update the Delivery Document
    Kind Regards,
    Owen

  • How can I tell what Software Update Groups are members of Deployment Packages?

    I have a single SCCM 2012 SP1 CU4 server running on Windows Server 2012.
    I am trying to clean things up a little bit and I am curious:
    How can I tell which Software Update Groups use
    which Deployment Packages?  I don't see it on the Properties of either one.
    Thanks!

    Funny thing is that you can't see from the software update (in the software update group) in which deployment package(s) it exists. Your only options are manually comparing every single update (not really an option), or use PowerShell and do something
    like this:
    http://myitforum.com/myitforumwp/2014/05/12/matching-configmgr-software-updates-to-a-deployment-package-with-powershell/
    My Blog: http://www.petervanderwoude.nl/
    Follow me on twitter: pvanderwoude

  • How can delayed delivery update be configured for Inbound delivery ?

    Hi All,
    How can delayed delivery update be configured for Inbound delivery ?
    There is setting for Outbound delivery delayed delivery update but how the same functionality be used for Inbound delivery?
    Regards
    Jimmi

    Hello Jimmi,
    Unfortunately I must confirm that the Delayed delivery update is only available for outbound deliveries. Please see below note for further details
    664316 Tips for the delayed delivery update for TO
    I hope this information helps!
    Martin

  • HT3228 How do I reestablish hotmail delivery to my iPhone and iPad after I have been locked out?  I have reestablished service to my PC, but cannot get email on other devices, even after updating to new passwords.

    How do I reestablish hotmail delivery to my iPhone and iPad after I have been locked out?  I have reestablished service to my PC, but cannot get email on other devices, even after updating to new passwords.

    Sometimes it is fruitless to try to "fix" a broken account on an iOS device. I would delete the account on both devices and then configure the account again from scratch.

  • How to make Firefox to never update that slow custom look since FF 29?

    How to make Firefox to never update that slow custom look since FF 29? How to change windows installation and ubuntu installation so they never update after FF 28 witch was last normal speed normal browser?
    Hello. I can easy remove on Windows FF 29 or FF 30 and its slower on fast computer. But its affected by millions of users. With FF 28 it was allways fast.
    Why fast? I dont know but its SLOW Now any version after FF 28.
    Since FF 29 FF loads and hangs very very slow each time loading, starting, or changing tabs. It is making problem for everyone and now everyone calls with help- "why computer is slow.. oh its FF? Chrome? Chrome was slow but now its not the slowest one?"
    Very colorfull Example- one comp is 10" and its very very very very low specs. So it wont run at all.
    Now on small comp we can try linux and FF BUT no matter what OS just couldnt get back with any plugins back normal speed. Since FF 29 its very very very slow and that needs to have a solution. Today came update and still unneded custom menu button and its slowness hasnt been removed (unnoticed) so it needs a fix so it works for people who are not just for browsing internet buying new computer and cant get any faster speed then Chrome since now theres no FF anymore.
    SO- How to do that on Windows and Linux- installing FF 28 and making it never upgrade
    OR even better- Making a package that already has this update disbled setting ON?
    p.s. Should you first ask people how they like slow browsers before making fast one to a slow one?
    p.p.s. i dont get how menu could be added by thouse who need it as an add-on ass allways and not presuring everyone who never touches any button.
    p.p.p.s. your business was beeing neutral ngo making browser for people and not for making cloged systems so new computers could be sold by some company advice or infiltrated mole who will suggest such unneded feature as any other addons, but sticking it in for everyone.

    Hello,
    You can download version 28 from here:
    https://ftp.mozilla.org/pub/mozilla.org/firefox/releases/28.0/
    Also, you'll have to disable auto updates to remain with version 28 by following the steps described in this support article:
    https://support.mozilla.org/en-US/kb/advanced-settings-browsing-network-updates-encryption#w_update-tab

  • How to create the return delivery in MM

    Hi,
    Please let me know the detailed steps as to how to create the breturn delivery for the Po in MM with reference to Advanced shipping notification in sus.
    Our ins MM-XI-SUS scenario.
    thanks,
    Manu

    Table MARDH has been introduced from version 4.6B. This table represents history stock i.e. stock for previous months.
    Stock for previous month gets updated in table MARDH when the transaction takes place in the current month. e.g. if a material is having stock of 30 nos. as 30th April'06 and there is goods issue for this material on 5th May'06 for 5 nos. then entry will get updated in table MARDH for month 02 (assuming fiscal year is from April to March) with stock qty as 30 nos. If no transaction takes place then entry will not flow to MARDH.
    Hope the above is clear.
    Regards
    Rakesh Pawaskar

  • Error E/VL/280 (Required field in interface to delivery update missing &1 &2 &3 &4) using BAPI_OUTB_DELIVERY_CHANGE

    Hi,
    I am trying to change delivery quantity using BAPI_OUTB_DELIVERY_CHANGE. When I tested the BAPI by giving values in the parameters
    HEADER_DATA, DELIVERY, ITEM_DATA and ITEM_CONTROL it is working fine.
    However when I use the same BAPI in program and when I am trying to test it I am receiving error 'E/VL/280' (
    Required field in interface to delivery update missing &1 &2 &3 &4).
    Request to please help me out on how to resolve.
    Much Appreciated.

    Hi Nagarjuna,
    Can you please check the program in debugging  mode, &1 &2 &3 &4 are the place holders specifies some information. Might be missing some information while changing delivery document.
    Check the place holders in debugging mode.
    Thanks,
    Ashok.

  • Delivery Update BAPI in 5.0

    Hi,
    We are in ECC 5.0 and have the following requirement.
    a. Receive loaded weight information from weight  control system for a delivery.
    b. Update the delivery with that weight information.
    Identify if there is batch split on that line item and the number of batches allocated to that line item.
    Check inventory for all those batches.
    Allocate the weight (weight and qty are equal in our case) to the batches in ascending order of inventory. 
    Update delivery qty for each batch equal to that weight.
    Update Picked quantity equal to that weight.
    Update Text information for that line item with all the info that came from weighing system.
    In 4.5b we were using BDC on VL02 to perform these updates and that is OK. Also we did not use batch split in 4.5b. Now we want to use batch split and make changes to this program to handle this.
    Our issues now are:
    1. We prefer to use BAPIs to update delivery with all the info as explained above (with batch split).
    2. There seems to be no delivery bapi which updates text information .
    3. Delivery update BAPI also does not support updating the PICK qty. (BAPI_OUTB_DELIVERY_CHANGE)
    4. BDC for new transaction VL02N does not support updating of text information and SAP does not advise to use BDCs for new transactions.
    5. SAP seems to advise continuation of old transaction VL02 (in BDC) for this kind of update.
    Please advise if there are any other BAPI to achieve this functionality or are we missing some thing?
    Thanks for your Help.
    ST

    Roberto,
    Thanks for looking into this.
    As I understand DELVRY03 is mainly for outbound. I will check to see if we have standard functionlaity to update batch split data using this IDOC.
    Just to restate my problem, we already have a custom IDOC to receive the data.
    Problem now is how to update that data into SAP in 5.0 using standard BAPI (with little bit of customisation if required).
    With the currect IDOC we have we have our own logic to update delivery using BDC.
    Thanks again for looking into this.
    ST

  • HT2404 How can I stop the Software Update madness??

    I recently bought an Epson printer to replace my broken HP printer.  I uninstalled all the HP-related software, but I still am getting prodded by Software Update to update software I no longer have!  How can I stop the Software Update madness??

    There are literally thousands of sites with videos (linked to from yet thousands more) that will prompt you to "upgrade" or update your already updated Flash Player. This is the most common method of delivery for malware like that.
    A friend who runs a PC Repair business told me that if you've updated your Flash Player and you see a warning in a web page that you need to download an update to watch a video, it's an attack site.
    A simple gesture of holding your mouse over the warning or link, will indicate the address it points to. If it DOESN'T say Adobe anywhere in the beginning of the address (download.adobe.com, or adobe.com/downloads), it's a forgery, and you should leave that page immedaitely. If you download and install whatever they link you to, it may play the content you were looking for, but you've just been infected with something that may lay dormant for months and then suddenly take over your whole system.
    If you use your PC for work, you're really in trouble.

  • How can I ignore an app update and delete it from list?

    iPad 2 16GB 3G -- iOS 6.1.3 (not jailbreaked)
    SInce few weeks i have an update in App Store/Updates for the AVPlayerHD app. I never want to apply and install this update, because it is remove a feature from the app (Removed DTS audio decoding due to patent trouble). I need the DTS audio decoding, so i ignored this update, but how can i remove it from updates list without apply?

    You can't delete it off the list but you can ignore it.

  • How do I tell what version (update / release level) of version 6 has been applied to my system?

    Question
    How do I tell what version (update / release level) of version 6 has been applied to my system? I have applied several different release levels to version 6 of FF but all the about feature tells me is Version 6.0. no version! This seems to be a change in the way updates are handled. Is that a bending because of the speed of which you're pushing out updates and new releases?
    contact me if you need something more
    ''deleted email address''

    @cchur <br />
    Nope, I never used Chrome, but I did try Chromium on my Windows desktop PC for a few months last year. I got tired of the Google updater. exe running all the time and Google's method of doing updates, so it's gone. I do have Chromium on my Linux EeePC since last summer, but Ubuntu handles all updates and gives the user the capability to accept or deny, any or all updates - much more to my liking, similar to the way Mozilla does it. I don't like software developers forcing to update until I am ready to proceed.
    There's a lot more about this new Fast Release system, than just the lack of visible version numbers, that I don't like. The Nightly, Aurora, Beta, & Release sequence is dumb with the way it changes the version numbers. I prefer installing (for instance) what will become version 7 and have that installation progress thru the 4 stages, instead. Now it's like Nightly going from 7 to 8, Aurora going from 6 to 7, and Beta doing - hell, I won't know if it becomes a Release or if it just dies and I will have to install the Release version myself. ''Quite honestly I don't care, because I don't think this new "system" is going to last too long without major modifications. Too damn many users are so pissed off, that when Firefox starts losing large numbers of users, Chrome keeps growing and eventually passes Firefox in number of users and market share of usage - Mozilla will wake up and see the "light" and change back to the way things used to be done, to a certain extent.''
    I also dislike the UI changes in 4/5/6/7 enough that I am still using Firefox 3.6 for almost everything and Firefox 2.0.0.20 for the rest. I have been setting my toolbars up almost like Mozilla did for Firefox 4, since Firefox '''0.7''' in 2003 and I haven't come up with a workable combination of mods and extensions to configure Firefox to look and work the way I have been doing for almost 8 years now.

  • How do you install an iOS update on iPhone via iTunes after previously downloading it

    How do you install an iOS update on iPhone 5 via iTunes after previously just downloading it

    Hello Myyster,
    Thank you for using Apple Support Communities.
    You can use the following article to install the iOS update on your iPhone:
    Update your iPhone, iPad, or iPod touch iOS software
    Regards, 
    Jeff D. 

  • HOW TO FIND THE REQUIRED DELIVERY DATE IN VA02

    hi
    HOW TO FIND THE REQUIRED DELIVERY DATE IN VA02.
    i want to display this field in my report. what is the fieldname and in which table it is ?

    Hi Jyothsna,
    There are 2 dates when you say Requested Delivery Date
    1.  Header level in VBAK-VDATU is the field
    2.  At item level it is in the schedule line. VBEP-EDATU.
    The relationship between item (VBAP ) and schedule line ( VBEP )is 1 to many. But there will be mutiple schedule lines only if you are using the scheduling functionality. Also note to check for confirmed quantity (VBEP-BMENG) to be greater than 0 and use that schedule lines EDATU date as Requested delivery date.
    regards,
    Advait Gode.

  • How to schedule job V3 unserialised Update job for Inventory

    Hi gurus,
    How to schedule job V3 unserialised Update job for Inventory management
    What are the things need to be configured
    Thank you

    Hi,
    In R/3 go to SBIW > Settings for Application-Specific DataSources (PI) > Logistics > Managing Extract Structures > Logistics Extraction Structures Customizing Cockpit
    UIn this Screen you can define delta type, and the jog usign the control job option.
    Regards,
    Dani

Maybe you are looking for

  • Why are my PSDs pixelated at 66% and 33% zoom?

    I know its an issue with Photoshop as it does the same for every PSD and on other colleagues PS its fine. Anyone know the solution to my problem?

  • My Magic Mouse Will not scroll or left click?

    At 11:08 pm my magic mouse would not do anything but right click. I can not scroll either way, nor can i rightclick. I have tried System prefrences. What do i do?

  • No info in show conversion rules

    Hi All, i've got a simple FDM 11.1.1.2 application, SQL import (from an Oracle table) and mostly explicit mappings. No scripts in the mapping, no logic accounts etc. When i click the show conversion rules from the export amount it shows an emtpy scre

  • Oracle V/S SAP

    Hi All, My company is planning to go for Oracle Financials and currently in the process of getting proposals from various partners. Management is actually interested in Oralce, but one of the partners suggests that SAP is more professional and a bett

  • ORA-01555: snapshot too old: - export- RAC

    We are getting ORA-01555: snapshot too old: rollback segment number , in 3 node RAC while doing export for multiple schemas. undo rentention is set more than a day for all nodes,. undo tablespace has got enough space. Can anyone tell me what i need t