Kanban trigger on consumption / dispatch

Hi PP
I have one material with control cycle for kanban this material is dispatched as well as consumed against some production order , I want that kanban should turn empty whenever the consumption / dispatch isdone for qty / kanban
Is this possible ??Or some other workaround , actually my client want kanban card to turn red as and when stock is getting utilised / consumed from particular stor location / supply area.
Thanks in advance
Amit

Hi,
There is setting is SPRO
Production --- Kanban --- Status -
Define activities for status change -
There you define the status sequence, also fill up status from & status to & tick on action as goods receipt.
So automatically when GR is made, status will change & will also get reflected on Kanban board.
You try this.
If you need any clarification, let me know.
Regards,
Jagruti

Similar Messages

  • STO does not trigger forecast consumption unless re-releasing forecasts

    Hi,
    We need Scheduled Agreements, Customer Orders and STOs to consume forecast. While the first two work fine, the last one (STO) shows strange behavior. When an STO is created in R/3 and CIF-ed to APO, it does not consume forecast until we release forecasts from demand planning again. It is not only the Planning book where forecasts are not consumed, but tx /n/SAPAPO/RRP3 has the same values. Or, to be correct, there are some date differences, which are strange as well, but maybe have nothing to do with the original issue.
    Thanks for the instructions in advance!

    Hi John,
    We have a similar requirements. We have build our own business rules for plant determination. Instead of specifying a plant per customer material, the delivering plant can be specified per product or product group and per ship-to, customers region or country. Thereby the rules are time dependent.
    This logic is used in R/3 in sales order creation and in BW when demand is copied to an infocube containing plant. Finally it is also used in copy management in APO.
    For us it is very important to have the same business rules in planning and operations.
    Up till now we could not find a better solution.
    grt
    Jean

  • PK07 AC: Average consumption per time unit

    Dear guru ,
    in Kanban Calculation (PK07) with this below formula how the system determine the AC
    Average consumption per time unit ?
    6.quantity per kanban i*
    Quantity per kanban = RT * AC
    SF
    AK - C
    7.
    NK: Number of kanbans
    CONT: Quantity per kanban
    RT: Replenishment lead time per kanban
    AC: Average consumption per time unit (from dep.reqmts)
    SF: Safety factor (proposed value 1)
    C: Constant (proposed value 1)
    Thanks.

    Not answered.

  • Combine material posting with KANBAN withdrawal quantity

    Is it possible to combine the material postings with the KANBAN trigger quantity / withdrawal quantity-input?
    Such that if a goods issue posting is done the system in parallel considers the quantity similar as entered manually via PK22. I am looking for a solution that sets automatically the KANBAN to empty as soon as a stock quantity is reduced to a limit (trigger quantity / safety stock).
    We can not use the MRP-settings/-functionalitiy for those materials.

    Hi there.
    it depends on how MIGO is done. Is the transaction with statistical project allocation or does it also regard project stocks. This usually is triggered by the movement type of MIGO.
    Best regards.
    Jens Schmid

  • Capture change on certain columns only in ODI,

    Hi experts:
    Need you help to suggest the proper way to meet the following requirements.
    Requirements”
    (a) Source– Oracle 11g, need to track changes to 2 columns only - [Table A, Column A1] & [Table B, Column B1]. These 2 columns may be changed many times during a day.
    (b) Every 4 hours, based on what are captured from (a), find out the distinct rows changed (i.e. based on primary keys of Table A, Table B) , and only ship the most current row images for these rows to target
    (c) Target – Sybase, meet to perform transformations on the 2 column values (i.e. Column A1, Column B1) to map to target table [Table C, Column C1]
    From my limited understanding, I think trigger-based CDC is to be used. However, not sure how to do this , especially (a) and (b). For example, where do we configure trigger logic to achieve (a) from the ODI studio ?
    Your help is much appreciated.
    Regards

    Hi,
    887999 wrote:
    Hi experts:
    Need you help to suggest the proper way to meet the following requirements.
    Requirements”
    (a) Source– Oracle 11g, need to track changes to 2 columns only - [Table A, Column A1] & [Table B, Column B1]. These 2 columns may be changed many times during a day.
    (b) Every 4 hours, based on what are captured from (a), find out the distinct rows changed (i.e. based on primary keys of Table A, Table B) , and only ship the most current row images for these rows to target-- Check out the JV$ and JVD$ views that are created when you start the ODI Journal, they do exactly what you have described in (b) - You get the latest update based on the SCN number when they occured.
    (c) Target – Sybase, meet to perform transformations on the 2 column values (i.e. Column A1, Column B1) to map to target table [Table C, Column C1]To be honest the target is irrelvant, you just need to decide if you want to do the transformation on the source on the way out of oracle (set staging area different to target and choose your Source logical schema).
    I would design an interface that uses Table A and Table B as the sources, do the join , transformation on Oracle and map to Target Table C, choose your staging area based on where you want the joins / transformation to take place, pick a Knowlege module based on Technology and how you want to update the target.
    >
    From my limited understanding, I think trigger-based CDC is to be used. However, not sure how to do this , especially (a) and (b). For example, where do we configure trigger logic to achieve (a) from the ODI studio ?You can use Synchronous (Trigger based) or Asynchronous (Logminer / Streams based) to perform what you want, see this nice guide on setting up CDC and consuming the changes :
    http://soainfrastructure.blogspot.ie/2009/02/setting-up-oracle-data-integrator-odi.html
    If your friendly with your source system DBA then I prefer Asynchronous CDC , its less intrusive than triggers, it does however need a bit of knowledge on how to monitor it, Metalink / Support has plenty of info.
    >
    Your help is much appreciated.You welcome, have a play with it in a demo environment and get a feel for how you consume the captured changes (Lock Subscriber, Extend Window, Consume, Purge + Unlock, Loop) etc.
    The guide I've linked to uses an ODI WAit for Data to trigger the consumption of changes, you have stated every 4 hours so I would skip the ODI wait for data and simply schedule your package to run every 4 hours.

  • Dev2k and event when tabpage changed ?

    Hi !
    Does Dev2k 5.0 generate an event when you press or change a
    tabpage? I haven't succeded in finding one yet, but perhaps
    someone knows about it or know of a workaround ?
    Also there is a trigger called ON-DISPATCH-EVENT !! Does anyone
    know what you can do with this ? or what it does ?
    Thanks,
    Kenneth ([email protected])
    null

    When you click on a tab in forms 5 and greater, it first
    when-tab-page-changed. Note that this trigger only first when a
    users explicitly clickes on a tab. If the application allows you
    to navigate to an item on a different tab page, the trigger does
    not fire, but the tabs do change to reflect the current tab.
    Also, there are two system variable that are helpful; they are
    :system.tab_new_page and :system.tab_previous_page. For some
    reason, the help system only includes references to the tab
    trigger and system tab variables on the FIND tab of the help
    search. The INDEX tab page of help does not list them.
    Good luck.
    Brian
    Kenneth Breit Bedsted (guest) wrote:
    : Hi !
    : Does Dev2k 5.0 generate an event when you press or change a
    : tabpage? I haven't succeded in finding one yet, but perhaps
    : someone knows about it or know of a workaround ?
    : Also there is a trigger called ON-DISPATCH-EVENT !! Does anyone
    : know what you can do with this ? or what it does ?
    : Thanks,
    : Kenneth ([email protected])
    null

  • BAPI_SLSRVAPS_SAVEMULTI2 not supported for simulation versions?

    Hi all,
    Bapi BAPI_SLSRVAPS_SAVEMULTI2 is not supported for simulation versions, do you know any other way to create sales orders in simulation versions, except from copying the active version into a simulation version?
    Kind regards,
    Stefan Hemeryck

    Thnks a lot for your answer Siva.
    But this function module is not triggering the forecast consumption in the version.
    Do you know how to trigger forecast consumption for the simulation version?
    Kind regards,
    Stefan Hemeryck

  • GBB offseting entry

    Dear Friends
    Please help me in understanding transaction Key GBB which is Offsetting entry for inventory posting, why it is used and when it is used and what er the postings that happen there?
    Thanks in Advance

    GBB is Offsetting Entry for Inventory Postings
    Offsetting Entries for stock postings are used in Inventory Management. These are dependent on the Account Grouping to which  the Movement Type is assigned.
    The following Account Groupings are defined in the standard system
    AUA, AUF, BSA, INV, VAX,  etc.,
    As, In MIGO, we have different movement types.....
    so, for example BSA will trigger for initial entry of stock 
         balances.
                        VBO will trigger for consumption from stock of material provided to vendor....
    Upon, Every Movement type, Inorder to trigger a G/L account separately,  we use this OFF SETTING ENTRIES  concept
    Hopes clear.........
    For Further Boost follow this,
    http://help.sap.com/saphelp_46c/helpdata/en/90/7155967935d1118b3f0060b03ca329/content.htm
    Edited by: Anand K on Mar 19, 2008 11:23 AM

  • A trigger blocking function  for control cycle in Kanban

    Hi,
    I wantet to change the status in Kanban. I get this error u201CA trigger blocking function was defined for the control cycle in the replenishment strategyu201D. I don't want to set a period of blocking function. how can I deactivate it.
    Thanks

    Hi,
    Pls. check the following setting :
    First in PK13n ( KANBAN Board) check whether X is marked with KANBAN Number e.g. 1X.
    If so then replenishment will not be triggered because KANBAN is locked.
    To unlock the KANBAN pls do the following :
    Go to -
    > PKMC ( Control Cycle Maintanance) in Change Mode----> Select Control Cycle -> Go to Display Control Cycle ( Glass Icon)--> on top of details of kanban cycle choose option ---> Display Kanbans ( Spectacle Icon )
    Select it and go inside : Inside pop up appearing check first Column : Lkln ( Lock Indicator).
    Remove the tick in check box of lock indicator for respective KANBAN for which  you want to trigger replenishment.
    Pls. try above settings and revert back if still problem persists.
    Reward if problem solved.
    Regards,
    Tejas
    Edited by: Tejas  Pujara on Aug 1, 2008 12:25 PM

  • On-dispatch-event trigger related to mscomm (load weight from weight scale

    aoa!
    please guide me to pick weight from weight scale.
    i m using mscomm32 ocx for this purpose.
    clarify the role of on-dispatch-event trigger and specify all events
    regarding mscomm and also explain how to trap events for accomplish
    task.
    thanks in advance.
    Tool used:developer 6i & oracle 10g windows xp(sp2)professional.

    Thanks, but I've already seen this thread and done the steps described on it.
    Actually, my question is very specific... How to populate the fields LinkVal and LinkUnit of the registry...
    I read all the threads here in SDN and they don't answer my question...
    I'd be glad if someone had already done tcode HUPAST works for Filizola...
    Tks again.

  • Consumption in Kanban

    Hi,
    I have setup classic Kanban for a raw material. I have setup the control cycel for  external procurement thru scheduling agreement. The system now shows the kanban bins in "wait" status. I run the Kanban signal and the status changes to "empty" and generates the Schedule Line. I compelte the GR and the status changes to "Full". Now this material is consumed thru production or issued to a cost center. The status of kanban does not change to "empty" again. I have to manually change the status. Is there any way by which this issue can automatically change the Kanban status?
    Thanks
    Hari

    Hi,
    Try to use transaction PK22 (Quantity signal).
    In this transaction u have to enter the bin number and qty, when u use the material from the bin.
    When qty become zero the status of bin automatically changes to "Empty"
    Eg.Suppose now bin is "full" and bin qty as 10.
    When u use 5 qty from that bin execute transaction PK22.
    In this transaction enter the bin no and qty.
    After execution of this transaction bin status become in use.
    Again use another 5qty from that bin and execute PK22 transaction execution of this transaction bin status become "empty" and schedule line get triggered.

  • Transaction BORGR: No tolerance on goods receipt for Kanban calloff

    Hello,
    we have the following situation:
    - MM scheduling agreement with tolerance of 10% for under and overdelivery, production supply "summarized JIT call" is set.
    - KANBAN cycle has 1 empty container with a summarized JIT call for replenishment, quantity 10 pieces.
    - ASN has been created with BORGR transaction, it contains: 1 line item for the material with delivery quantity 9 pieces, assigned to this line item is the JIT call with notified quantity 9 pieces as well.
    My expectation was that the JIT call can be booked with 9 pieces as it is inside the 10% tolerance defined for the scheduling agreement. In addition, I expected the KANBAN container be set to full.
    Instead, the following error message is given:
    'Post GR' carried out without success
    (Message no. BORGR215)
    Because of previous error, dispatching is not possible for ID 0180573431
    (Message no. /SPE/ID_HANDLING011)
    Inbound Delivery 0180573431 00010
    (Message no. BORGR210)
    Total of the summarized JIT calls does not match the current delivery qty
    (Message no. BORGR540)
    Changing the delivery quantity and the notified JIT quantity to 10 pieces, the goods receipt is booked correctly.
    I only found the following notes that deal with tolerances but they are outdated, as we are using DIMP release 603:
    https://service.sap.com/sap/support/notes/393421
    https://service.sap.com/sap/support/notes/508215
    Has anybody faced a similar problem or can help me with this?
    Thanks!

    Hello Jiaul,
    Sorry I may have mislead you.  The actual error message is "Goods Receipt for Production Order XXXX can only be made on 2010.08.25 to 2010.08.27".  These two dates are the Start Date and FInish Date for the Production Order in CO03, 
    The Basic Start Date for the current Production Order is  2010.08.25
    The Basic Finish Date for the current Production Order is 2010.08.27
    I think what it means is that you can only Post Goods Receipt for the Production Order only after the Basic Start Date of the Production Order.  Do you know where I can find the configuration for this message?
    Thanks

  • BOM not copied to sch. line in Sub Contract scheduling agreement in Kanban.

    Hi,
    We are trying to procure material (A) via subcontract scheduling agreement document using Kanban process. This subcontract material has a valid BOM (say it has child materials B & C). We are working with 'Replenishment element for kanban' model (not JIT call).
    When Kanban bins status is changed to empty, a schedule line is placed in the subcontract scheduling agreement. But when we try to view the BOM of the schedule line created (Item -> components -> overview), we dont find any child material (B&C) attached to it. Hence when Kanban bin was changed from RED to GREEN, material movement 101 takes place for parent material (A) but 543 (consumption of child materials) is not happening for child materials (B &C).
    Mean while, we created some schedule lines manually in aforementioned SC sch.agreement. When we view the BOM of this manually created schedule line, we can see the child materials attached to it. Hence when bin status was changed from RED to GREEN, both 101 & 543 movements were posted.
    Can anyone let us know what needs to be done so that when Kanban bin is changed to EMPTY, it places schedule line in SC sch.agreement along with its BOM (Child material) details?
    Warm regards,
    Saravana.

    Dear Ashok,
    Issue: how to make BOM field(Component Part) in PO/ SA field non editable in MM customising. After the PO is saved user can not able to edit the component field in PO or Scheduling Agrreement.
    BOM field ( component Part ) is  directly  dependent on quantiyu of material  entered. so once you change the PO quantity the component quanity wil change accordingle,
    presently  you can not achievev thease
    but You can set the release strategy like that Po that it is not changable, doing so u r requirement willl achieve
    Hope your query is resolved

  • Kanban for SAubcontracting Items

    Hi all,
    We are using Subcontracting for some of our sub-assemblies,we send the components required for these sub-assemblies to vendor against a PO against the movement 541.and when we receive the sub-assembly from vendor we make GR for sub-assembly(mvmt 101)  and components get backflushed from vendor stock(movement 543).Presently all this system is handelled manually.
    Now we want to take this process in KANBAN.Can we use Scheduling agreement for subcontracting activity.
    Pl. suggest how we can use KANBAN for this activity.
    Thanks & Regards
    Sandeep

    Thanks Tajuddin ,
    I have tried creating the scheduling agreement. but the problem with sch. agreement is we can not send the components against it unless we trigger the schedle line(BOM doesn't get exploded when we try to do stock transfer[541 mvmt] w.r.t this sch. agreement)
    In our case we are sending the components required for making the subassembly in big lots(e.g. for 15 days requirement) and while getting the subassemlies we want to use SAP KANBAN ,so that schedule lines get triggered whenever we trigger the KANBAN and vendor supplies us the subassemblies as per those sch.lines .
    Pl. suggest
    regards
    Sandeep

  • Batch wise actual material consumption and activity cost

    hi
    my client is steel industry, client requirement is heat wise actual material and machine cost. Heat is a batch number, how i can check batch wise actual material consumption and machine cost.
    regards
    imdad

    Hi Imdad
    Whats the batch definition in your case?? have you designed One batch per Prod order or One batch per GR?
    If its one batch per Prod order - you can directly see the prod order.. however, chances are less for this as Steel company might be using PCC i.e. repetitive mfg
    If its one batch per GR - Then you will have to track using the Confirmation no because each Confirmation will trigger the Goods Issue and Activity Confirmations...
    Using Table AFRU - You can track the individual Confirmation no and also the Activity Qty confirmed....COSS / COSSD will have the Activity Cost
    If any goods mvt are posted during the Confirmation, you would see a Mat Doc No populated in the field "Mat Doc"
    Br, Ajay M

Maybe you are looking for