BAPI for Ordered Quantity updation for PO after PO line item cancellation

Dear Experts,
        I am trying to cancel a line item in ME22N for a particular Purchase Order. When I cancel an item, the ordered quantity is updated in the Status Tab for Header Details. I want to know how is this quantity getting updated and which BAPI is triggered for cancellation. Is it simply adding up the quantities for all line items?

Header values are addition of line items at run time. I doubt any BAPI specifically calculates it at the header

Similar Messages

  • How can I disable notification for new install update for adobe??

    How can I disable notification for new install update for adobe (adobe reader, flash player, etc.)
    Is there way from SCCM2012 or group policy or any easy way?????
    Please help me

    If you mean the built-in functionality of Adobe Reader and Adobe Flash, it's different mechanism for both.
    For the reader, check this guide for example:
    http://www.adminarsenal.com/admin-arsenal-blog/bid/84409/Adobe-Customization-Wizard-XI-Tutorial
    For flash, check this guide for example:
    http://jthys.wordpress.com/2012/07/07/disable-automatic-updates-for-adobe-flash-shockwave-player-reader/
    After you've studied the above guides, you need to implement those to be used with ConfigMgr application deployment so that when you deploy Reader/Flash, you get the result you want = no automatic update functionality.

  • So... how long do we have to wait for a RAW update for the Nikon D600 camera?

    So... how long do we have to wait for a RAW update for the Nikon D600 camera?

    Adobe releases Camera Raw every 3 or 4 months. The D600 itself was launched only about 1 week ago. I'm sure its not included in ACR 7.2 RC yet. Nikon J1 is included though. I guess you're gona have to wait for it. Maybe 7.2 final release will have it or 7.3 should. Adobe employees/ product team will not commit to a time for Camera Raw releases.
    However, you can use the software Nikon would've given you to convert your images as TIFF and import them into Lightroom/ Photoshop if you're in a hurry. It would be nice if your camera supports DNG conversion out of the box! This way, you wont need a Camera Raw from Adobe.
    Anyway, you could file a 'Feature Request' to Adobe here: https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform
    Good luck.

  • Check for critical patch update for OS

    hi gurus,
    need your advise where i can check for critical patch update for OS.
    I got notification email for CPU for oracle product. As system admin, should i be the one to access if we need to install this update?
    Although the affected product is Oracle db server?
    Please advise, thanks.

    960856 wrote:
    Although the affected product is Oracle db server?
    Please advise, thanks.
    Moderator Action:
    Thread moved from the Solaris 10 forum,
    to the Database General Qustions forum,
    for closer topic alignment.

  • Looking for a bios update for the Acer aspire M1641 Motherboard

    Looking for a bios update for the Acer aspire M1641 Motherboard All I could find was one for the acer aspire M1640 Which has a different board number but is as close as i can get to it. Is this the right one? If not would anyone be able to point me in the right direction? Thanks.

    @IronFly: The old website is always useful!

  • I am being asked for a serial number for a software update for aperture.I bought this from the app store and can't find the serial number

    I am being asked for a serial number for a software update for aperture.I bought this from the app store and can't find the serial number.any ideas?

    What exactly does the dialog widow say? Can you show us a screen shot?

  • What's the difference between task list release for order and release for c

    What's the difference between task list release for order and release for cost?

    Pallavi,
    The status of the task list determines in which other application areas the respective task list may be used.
    Release for costing: means that the task list can be used to calculate costs in Transaction IA16 i.e. the costs for the task list operations would be calculated if released for costing status is set.
    Release for use in the order: Released for Order means that you can use the task list in an order i.e. you could include operations from a task list in an order.
    Regards,
    Usman

  • Why so long for raw suppert  updates for new cameras

    why so long for raw support  updates for new cameras

    Only Apple management can answer that and they don't give out that type of information.
    If there is  a specific camera you would like supported send feedback to Apple. See Aperture->Provide Aperture Feedback

  • [ADF-UIX] updating some fields after selecting an item from messageChoice

    Hi,
    I'll try and keep it short and simple.
    How do I do the following: I have 2 ViewObjects: department - employees, they
    have a 1 - many relationship. But there's no master-detail in my ViewObjects
    (no link between my view objects)
    On my UIX page I have a input form for Employees, with a messageChoice for
    choosing a department. And I show an extra label department_description, which
    comes from Department view. How can I update this label after selecting an item
    from the messageChoice?
    Is is possible?
    I tried searching this forum, but didnt find anything, hard define search
    parameters for this :)
    kind regards
    Ido

    Hi,
    I tried it in another page, one with a read-only form for courses.
    There it kinda works for the first 2 out of 3 items in the messageChoice,
    but not the last option.
    It does give me an error in JDev during runtime though
    05/10/20 15:13:57 editCourseV2DP.uix:line 60,col 95: Illegal HTML: cannot put a <td> element in a <form> element.
    which points to <messageTextInput model="${bindings.Longname1}" id="longname1"/>
    Dont see a relation between the error and my xml source...
    and it states: 05/10/20 15:25:48 Parameter partialTargets=_uixState longname1
    so that should be ok
    Can it be because CourseView has 2 EntityObjects, course and course_codes.
    and I have a course_codeView, with just 1 EntityObject, course_codes
    So when im building the uix page I have 2 options where to pull the longname
    from, CourseView and course_codeView. I tried both btw, and only the longname
    from CourseView changes. I would expect the other one to change.
    Oh well, im kinda lost now, perhaps I'll drop this feature and think of an
    otherway to implement my screen.
    Thanks for the replies
    kind regards
    Ido

  • How to insert horizontal line dynamically after every line item in sapscrip

    Hi All,
    I have to insert a horizontal line  after every new item in sap script.
    How to do this .
    In some material there is2 line item or in other line item it ay be more .
    How to insert horizontal line dynamically after every line item
    Point will be rewarded
    Regards
    Niraj

    Hi Niraj,
    You can get your work done by keeping the horizontal line (&ULINE&) after all the item level fields, in this case once each item line is written you will get a horizontal line.
    In case you have different fields for the item lines which are optional (not printed every time) then you can have them in an IF....ENDIF condition and below the endif use a horizontal line.
    Some thing like this:
    /E ITEM_HEADER
    IL <TI>Item,,Material,,Description</>
    IP <TI>,,,,Quantity,,,,Price,,Price unit,,,,,,Value</>
    / &ULINE(71)&
    Let me know if this helps, else please describe your problem with an example.
    Luck.

  • Partner Bank type (PBT) need to be updated in Old Vendor open line items.

    Hi all,
    We have implemented PBT functionality in our client. We have some challenges at the time of payment run (F110). Some of the line items where PBT not updated i.e. old open items ( Before implement PBT) not picking for payment. Hence, it is cause short or over payment to vendor.
    Can some one tell me is there program for update PBT in vendor old line items ( those are posted before implementation)
    Thanks in advance.
    Thanks & Regards,
    Y.Kiran Babu.

    Hi,
    There is no standared programs in the system to update data into tables.
    first it is not recomondable to updated line item missing information.
    best practice is download all old open items, and upload with PBT through BDC.
    Work around solution (but not recomonded) update BSIK - BVTYP with help of ABAPer.
    By using ABAP Quarry technical person can able to update data into tables.
    regards
    Viswa

  • Printing In Main Window in Smartform After All Line Items

    Hi All.
    I have this requirement wherein I have to Print Export Charges in main window , below all the line items.
    There is a loop on line item tables and I am printing all line items in the main window.
    How to print this export charges after all the line items?
    Points are assured !!!!

    Hi,
    Create two row line in the main area of the table. First one for line items and the next for the export charges.
    Hope this ll help u.
    (Sorry, this ll print export charges after every line items, try to print the export charges in the footer of the table.)
    Regards,
    Prabhu
    Edited by: Prabhuraj Krishnan on Apr 15, 2008 11:05 AM

  • Bapi in order to update table T056P

    Hi all,
    Is there any bapi or fm to update table T056P in order to enter interest reference rates values.
    Thanks and best regards

    Dear Marcelo,
    Thanks for your help, but we are adding new values to this table via transaction Enter Reference Interest Values (S_ALR_87002678), Accounting-> Financial Accounting->General Ledger-> Enviroment-> Current Settings->Enter Reference Interest Values. With these values,  afterwards we run ff_1 in order to calculate interests on bank accounts. We don´t have anything else on this sense and the process you mention seems to be for Treasury when you have further elements on this module.  I don´t know if it´s worthy and how to do it (where customize) in order to change from executing S_ALR_87002678 to tj05 and tj13. Would this improve our process and also have another transaction instead of ff_1 which is an old transaction that doesn´t allow our users many possibilities for calculating interest on bank accounts.
    Thanks for your help and regards

  • Can you provide a link for Flash Player update for Steam on a windows 7 64bit O/S?

    Is it possible to get a correct link for the 64Bit Flash Player Update for the Steam programe?
    Steam keeps proving a link that only goes to the 32Bit version.
    which in turns keeps giving me this page time after time again.

    There is no separate 32-bit/64-bit installers.  Flash Player will automatically install both editions on a 64-bit system.

  • Looking For Direct Patch Update for FC6

    Hi Gang
    I'll have to reformat my system drive again, and rather than download the Update for FC6 from the 'Software Update' method, I'd like to downlaod the patch directly. I inadvertently downlaoded the new Safari, with all the JAVA updates (very problematic). I should have left it alone. No recourse but to reformat.
    Could someone please point to the link for FC6 update from Apple? I'm trying to understand the process of avoiding these so-called 'Input Managers' which could add strange 3rd party add on's, (very problematic).
    Thank you
    Mike

    I would recommend using the Software Update app method. That will scan your system and only display the necessary updates. Then after installing one wave of updates, run Software Update again until you've got everything installed.
    For the record, it appears that Apple does have all of the ProApp updates available on their download servers for Final Cut Studio 2.
    The reason for my keeping a personal archive was that our editing systems here cannot be updated every time an update is released. This is due to the many different third party systems/servers that need to be qualified/updated before applying a ProApp update. And since that cycle can take a while, it was important for us to be able to keep all of our editing systems on the same versions. For some reason, Apple would only allow the most current update to be downloaded separately, since older versions were no longer supported. That doesn't work well for an enterprise environment.

Maybe you are looking for