BOM item qty does not change when header qty changes in Outbound Delivery

Hi,
We are using sales BOM and exploding it in Sales Order.  ( Item category of components as TAE )
I am creating a delivery with reference to  a sales oder ( i have maintained copy controls to copy header and item data). Now when i change BOM header quantity in delivery document system is  not redeterming the components quantity , item quantity of the components does not change.
Please let me how can i control item qunatity when BOM heade quantity changes in outbound delivery document
Thanks
Venkata Rama Reddy.K

Hello Venkata,
The components item category is TAE, that means the item category for the header item will be TAQ. Also the pricing will be carried out at the header item level only.
Now for your query:
The standard item category controls of TAQ will not have any connection between the header & the item level quantities in the delivery. If you change the quantity of the header item in the sales order, the quantity of the compnenets will be automatically adjusted. But this will not happen in the delivery with the normal settings of TAQ.
Solution:
Go to transaction code VOV7 - select TAQ - double click - In the Bill of Material/Configuration section , there is a field "Create Delivery Group" - select "X - Form delivery group with one delivery date".
Save the settings. Now create a new sales order & then create the delivery & try to change the quantity of the header item, the system will automatically change the quantity of the components. (the system may not change the quantity of the components in the delivery of the old sales order - change it manually)
With best regards,
Allabaqsh Patil.
Idhasoft Ltd.

Similar Messages

  • Shared Variable does not update when typedef is changed

    I have a shared variable of type custom control (typedef made up of a cluster). When I chang the typedef, e.g. the name or type of one of the fields in the cluster, and then save it, the shared variable does not update to reflect this change. That is, if I place the shared variable on my block diagram and do a "UNBUNDLE BY NAME" on the output, I see the old fields. I have to go back to the properties of the shared variable, change its data type, apply it, then go back and change it back to my custom control.
    Anyone else seen this behaviour? Anyone know how to get the shared variable to update without going through this procedure?
    Bill
    “A child of five could understand this. Send someone to fetch a child of five.”
    ― Groucho Marx

    I guess I should have included this information:
    LabVIEW 8.2.1 using Project Explorer.
    “A child of five could understand this. Send someone to fetch a child of five.”
    ― Groucho Marx

  • WF does not restart when requester accept changes

    Hi,
    We have a problem with the non badi Workflow in SRM Server 5.0 (even with a 1 step Workflow WS10000129). When a approver (bbp_wfl_security = low)changes the Quantity or the Price the changed shopping cart returns to the Inbox of the requester. When the requester goes into his inbox and looks at the approval preview for the changed shopping cart in the graphic mode the result is “Approved”. When the requester clicks on “Accept changes” the shopping cart disappears out of his inbox. The shopping cart does not go to the approver again. The shopping cart becomes not a purchase order. We would expect that the workflow would restart after the requester clicks on “Accept Changes” however now it is a black box.
    Greetings,
    Wilko Karrenbeld

    Hi
    What type of Workflow is used in the ystem - Item level Workflow or SC Workflow. ?
    Couple of reasons can be behind this.
    1) Either  the BADI code in custom implementation is incorrect.
    2) start conditions for Workflows and sub-workflows are not correctly determined.
    3) Missing OSS note / Bug in ths system.
    Please refer to these OSS notes.
    <b>990317 Work item transferred after change has been accepted
    899943 'Accept changes' after rejection
    846334 BAdI workflows: Problems with 'Accept changes'
    944984 Non-BAdI workflows: No deletion when changes are accepted
    942089 'Accept changes' creates restart
    948733 Endless loop during approver determination of WS14000109
    725250 No workflow determined when creating a shopping cart
    986724 RBBP_OFFLINE_EVAL: Errors in "Accept Changes"
    995773 Partial rejections result in endless loops in approval
    976267 Partly rejected shopping carts cannot be changed
    863757 Item approval: Accepting changes goes back to same manager
    862661 Item approval: Accepting changes incorrect II
    796992 BADI Workflow with back and forth logic: No restart (PO)
    502918 EBP: Work item "for resubmission" remains in inbox
    855867 ordering on behalf remains in awaiting approval
    815415 Item approval: Accepting changes
    866089 Button "Accept changes" at complete rejection
    955863 Button "Accept changes" for approver</b>
    Incase nothing helps, please raise an OSS message with SAP as well.
    Regards
    - Atul

  • List data validation failed when creating a new list item but does not fail when editing an existing item

    Dear SharePoint Experts,
    Please help.
    Why does my simple formula work in Excel but not-work in SharePoint?
    Why does this formula...
    =IF([Request Type]="Review",(IF(ISBLANK([Request Date]),FALSE,TRUE)),TRUE)
    ...work in Excel but fail when I try to use it in SharePoint?
    The intent of this formula is the following...
    If the field "Request Type" has the value "Review" and the field "Request Data" is blank then show FALSE, otherwise show TRUE.
    SharePoint saves the formula, but when a list item is saved where the formula is implemented, (under List Settings, List Validation), SharePoint does not, say anything other than that the formula failed.
    Note that the "list data validation failed" error only happens when I am creating a new item-- the formula above works just fine when one is trying to Save on the edit form. 
    Can you help?
    Thanks.
    -- Mark Kamoski

    Dear Jason,
    I appreciate your efforts.
    However, it seems to me that this statement of yours is not correct...
    "If it meet the validation formula, then you can new or edit the item, otherwise, it will throw the 'list data validation failed' error, it is by design".
    I believe this is NOT the answer for the following reasons.
    When I create a new item and click Save, the validation error is "list data validation failed".
    When I edit an existing item and click Save, the validation error is "my custom error message" and this is, I believe, the way it needs to work each time.
    I think, at the core, the error my formula does not handle some condition of null or blank or other default value.
    I tried a forumla that casts the date back to a string, and then checked the string for a default value, but that did not work.
    I tried looking up the Correlation ID in the ULS when "list data validation failed" occurs, but that gave no useful information because, even though logging was set to Verbose, the stack trace in the error log was truncated and did not given any
    good details.
    However, it seems to me that SharePoint 2013 is not well-suited for complex validation rules, because...
    SharePoint 2013 list-level validation (NOT column-level validation) allows only 1 input for all the multi-field validation formulas in a given list-- so, if I had more than 1 multi-field validation rule to implement on a given list, it would need to be packed
    into that single-line-of-code forumla style, like Excel does. That is not practice to write, debug, or maintain.
    SharePoint 2013 list-level validation only allows 1 block of text for all such multi-field validation rules. So that will not work because I would have something like "Validation failed for one or more of the following reasons-- withdrawal cannot exceed
    available balance, date-of-birth cannot be after date-of-death,... etc". That will not work for me.
    The real and awesome solution would simply be enhancing SP 2013 so that column-level validation forumlas are able to reference other columns.
    But, for now, my workaround solution is to use JavaScript and jQuery, hook the onclick handler on the Save button, and that works good. The only problem, is that the jQuery validation rules run before any of the column-level rules created  with OOTB
    SP 2013. So, in some cases, there is an extra click for the enduser.
    Thanks,
    Mark Kamoski
    -- Mark Kamoski

  • Delivery address at Item Level and not at the Header Level

    Hello Experts,
    We are facing an issue as described below:-
    We are in SRM 7.0 using classic scenario.
    After approval of multi line Shopping Cart in SRM ,PR's are getting
    automatically created in backend R/3 system.After converting PR's into
    POs in backend R/3,we are observing that the delivery address for these
    PO'are getting printed at Item level and not at the Header Level
    inspite of the delivery address being same for all the Item level.
    As desired,the delivery address in the PO's should have the delivery
    address at the header level if the the delivery address is identical
    for all the Item Levels.
    However,if we create a PR directly in R/3 system and then convert these
    PR's into PO's in the backend R/3 system,we find that the deliver
    address are getting printed at the Header Level if the delivery address
    is same for all the item level(which is as desired)
    Any pointers will be highly appreciated.
    Thanks & Regards,
    RKS

    It is standard process only.
    In Po delivery address is maintained at item level because to which address perticular material to be delivered,
    this may change from material to material or may not change

  • PoductOrder Header Qty change when Row Qty is changed.

    HI All,
    I am Implementing a product in that according to Client, In production order when the Row level Qty is changed then all the rows should be changed with the changed quantity and header quantity.
    can u help me in solving this please
    Thanks,
    mahi

    Dear mahendra babu,
    In B1 application, when you change the Header Planned Quantity then will change the Rows Planned Qty, but if you change the row's qty will not affect the header's and other row's qty, this is current system behavior.
    Best Regards
    Jane Jing
    SAP Business One Forums team

  • My airport express seems to be broken -- light is yellow and does not flash and doesn't change even when I press the "reset".  Tried unplugging and reset -- still a solid yellow.

    AX light is yellow and does not flash and doesn't change even when I press the "reset".  Tried unplugging and reset -- still a solid yellow. I assume this is a goner?

    Unfortunately, based on your description, I would have to second that your Express is a "goner." However, before giving up on the unit, be sure that you attempt a "factory default" reset at least 3x just to be sure.

  • Item pictures not appear does not appear when I sync

    Item pictures not appear does not appear when I sync

    after looking at a few other posts, i tried the uncheck the sync box, did a sync, rechecked the box, and synced again.  the music is now downloading into my phone.  if anyone else has this problem try this first.

  • 0BBP_TD_SC_1 Header GUID in item record does not match Header GUID

    Hi all,
    We are testing shopping cart (Line Item) extractor (0BBP_TD_SC_1) and we are finding that for some shopping carts, the Header GUID in the item record does not match GUID in the header record.
    The item record, however, has a field called 'DOC GUID' which matches the header GUID.
    Also, Header and Item GUID in the item record are identical.
    Is this how the extractor is supposed to work?
    Any suggestions will be appreciated, and points will be assigned.
    Edited by: RDA on Mar 20, 2009 10:34 PM

    Isn't it in BUP_VENDOR_ID?

  • Getting error 'Item 00000 does not exist' while creating a salse order

    Hi All,
    We are facing an issue, we get an error message saying 'Item 00000 does not exist' while creating a sales order for a particular order type, we do not get this problem with all the materials, only a few of them and the materials which give a problem are part of the supersession chain. The problem is not even coming for all the superseded materials.
    This problem is occuring with none of the other order types but just one. We have compared the configuration for the order types for which this error is not coming and the order type which is giving the problem, and its exactly the same.
    When creating the sales order through VA01 even though the error message comes, but on hitting the enter button the processing goes further. But when creating the sales order through the background program the processing stops the moment the error message comes and the Sales Order does not get created.
    Your valuable suggestions for helping us resolving this issue will be highly appreciated.
    Regards,
    Geeta

    HI Geeta
    As per your post "Problem is when you are executing VA01 in background sales orders are not generating due to error message".
    Apart from configuration check alternative is "Take ABAPer's help and change this error message type to warning/information message type in the system". With warning/information message type you could be able to create sales orders in background also.
    try and revert

  • Reply to all using ItemReply does not work when specifying messageid

    Hello everyone,
    I am trying to use the ItemReply token to perform a "Reply to All"
    action on a mail item with a known message identifier and include the
    original message text in the response. According to the documentation,
    the call should be:
    ItemReply(7;1;"message-id")
    Still, when I execute this token, apparently only a normal reply action
    is performed because only the original sender is listed as recipient.
    (The message text is properly included)
    However, when I manually select the message in the GroupWise client
    first and then execute the same call without specifying the message id,
    all recipients of the original mail are listed in "To:" as expected:
    ItemReply(7;1)
    Could it be that the "ReplyTo" parameter is ignored or does not work
    when a message id is specified as parameter? (Setting "IncludeText" to 0
    does not change anything)
    Thanks in advance and best regards,
    Peter Hofer

    Worth bumping this message. I find the exact same behaviour as mentioned 5 years ago. Using both GW8 and GW2012.
    According documentation, when MessageId is not specified it defaults to the command ItemReplyOpenItem(). I assume that the reason "Reply To all" works without a MessageID is because of that. Someone needs to give a look to ItemReply().

  • Currency conversion - Line item total does not tally with account balance

    hi guys!
    we are currently going through currency conversion in Zimbabwe and we are at preparation stage. i have got 3 issues:
    1. while trying to run program RFSEPA02 the following error is appearing-
       -Line item total does not tally with account balance
    2. i might need to retrieve some FI documents whic were archived. how do i retrieve archived documents
    3. i might also be required to delete(if its an option) some records so tha line item total will tally with account balance

    put a break-point @
    if t_balance_items_hw[] <> t_balance_account_hw[] or
         t_balance_items_tw[] <> t_balance_account_tw[].
        perform dequeue_account.
        message e099.
    *   Summe der Einzelposten stimmt nicht mit Kontensaldo überein. ->
      endif.
    endform.                               " CHECK_ACCOUNT_BALANCE_2
    and debug y it is getting the error.
    Short text
    Switch On Open Item Management by Changing Master Record
    Description
    This program activates open item (OI) management for a G/L account and makes the necessary changes to documents already posted. These are then displayed afterwards as open items. It does not process the open items any further. In reversed documents especially, it does not reenter clearing data in the document.
    Requirements
    No items can already be archived from this account.
    Caution: Company policy must be in place to ensure that this does not happen.
    Some G/L accounts cannot be managed on an open item basis, especially G/L accounts that are used in account determination for automatic transactions (for example, accounts set up for transactions MVA or VVA, or accounts which are posted to using posting keys set up for account type M).
    Caution: Before making any changes, check that the G/L account can really be managed on an open item basis. If necessary, contact your SAP consultant.
    The account must be blocked from posting since any new documents posted at the same time as converting documents and postings for this account would not be entered.
    Output
    When using the list log, each document that was changed is listed. In addition, the total of the changed BSIS/BSAS entries and the total of the changed documents is listed.
    Regards
    Prabhu
    Message was edited by: Prabhu Peram

  • CRM Sales Order Item Status Does Not match R/3 Item Status

    The status of the CRM sales order item is being set to 'In Process' when the related R/3 sales order line item status is set to 'Complete' - when, the delivery quantity is zero for the sales order item.  This happens when the warehouse can't find the stock to pick - the delivery quantity is set to zero.  Thus, the CRM order item status does not agree with the R/3 order item status.  We need for the line item status to be set to 'Complete' in CRM.  Anyone have an idea as to how to make this happen?
    Thanks you.

    Hi Peter and Suresh,
      From the information provided I understand that the sales order created in CRM after replication to R/3 has some status change.
    1.  What are the fields which are updated in R/3 for the sales order created in CRM ?
    2. If sales order fields are updated in R/3 are these updates reflected back to CRM?
    3. If they are reflected back in CRM? Is there still flexibility for sales order to be changed in CRM and replicated back to R/3?
    Can you please share you experiences.. Any help is highly appreciated.
    Thanks
    Jothi

  • Since upgrading to 5.1, my oncreen keyboard does not appear when it needs to

    since i have done the upgrade, my on-screen keyboard does not appear when it needs to.  I keep having to restart my system to make it happen....  Is there a special way to display the keyboard manually, or should it be automatic?

    Hellow keith5000 ,
    regarding your issue lets see what we can do to solve this issue.
    - have you tried safe boot
    safe boot = starting up the mac with the SHIFT- button.
    - when entering safe mode you will be able to enter and quick change some settings
    now next question do the unwanted aplications still load in safe mode , if so
    go to the Apple icon -> System preferences -> user & groups -> login items (top right on the screen from user & groups window)  now at login items u can close any unwanted aplications by deleting them or unmarking them
    - unwanted aplications will now disapear when starting up your mac os x system
    - next issue should be your authentication , this will be a bit more tricky , lets see
    same category user & groups and u will see your admin account try seeing if u have enabled the admin account right click on your admin account to see information about it and compare it if your info is correct , next see if you have authorized your admin account to write & read.
    if these still don't work , make a test account to see if this problem is user wide or system wide.

  • Visual Studio 2012 SharePoint Project Error : The partial project item type does not have a value for this property

    Hi,
    I am getting this error from visual studio 2012 whenever i try to create the following project types:
    - Workflow Custom activity
    - Web parts
    The error is as mentioned below
    "The partial project item type does not have a value for this property"
    Due to this the when I add above type of items in my project, they show a red cross icon against them.
    Please let me know If have you any solution?

    Hi
    I had same issue. Below is the solution
    Installing
    "Visual Studio 2012 Update 3" usually solves this problem. (You can download it through microsoft's official site at
    "http://www.microsoft.com/en-in/download/details.aspx?id=39305")
    Hansraj Rathva

Maybe you are looking for

  • TS3297 itunes cannot download and says it is corrupt what to do

    The message I get is "The update cannot be verified. It may have been corrupt during downloading. The update will be download and checked again the next time that software update runs. "  What can I do to download and fix this?

  • How do i use wrt55ag + wap55ag as a wireless bridge?

    i hope this can be done. i've been searching the forums, but don't seem to have found what i'm looking for. i have a wrt55ag v2 w/1.79 firmware. this is connected to the modem for the internet and has the network on this floor connected. i now need t

  • In Message Monitoring Message showing holding status

    Hi Can anyone solve this problem.Its urgent for me. My scenario is IDoc->XI->FILE The file i am trying to generate is an xml file which i am dropping in XI application server using File system. The problem is when i am going to see the message using

  • CS6 on Mac: Layers in certain folders are not selectable

    The problem occurs when trying to select a layer on my canvas that is not in the folder I am currently working in. So let's say I have 2 folders named folder 1 and folder 2. When I'm working on some objects in my document that are in folder 1, it all

  • Working with Adobe design 2.0

    Hi, I have been working on a book in Microsoft Word, I have just purchased iworks08 within which I can view the book in progress. I was wondering whether I could continue working on the layout of the book within Adobe Design 2.0 or is it possible wit