KAMBAN: Change Status Sequence in Control Cycle

Hi guys,
Can anyone please detail which are the implications if I should change the status sequence for a control cycle, which is in use now?
Regards,
Ileana

Hi
In the kanban process the actual sequence is
Wait>Empty>In process > Intransit> Full > In use>Empty.This is complete cycle
If ur present kanban bin status is "In use" then then u changed the sequence in the control cycle.
When ever u trigger the kanban card, then system  move to control cycle and checks the kanban sequence by referring the standard sequence it move to next status.  
Eg: Ur present sequence is like
Empty>In process> In -transit --> Full -->  Empty
Now ur bin status is "Full" then u have changed the sequence in the control cycle.
New sequence is like
"Empty--> In process > Full> In use -->Empty"
Now u triggered the kanban card of " Full" status bin, then system refer first sequence in the control cycle and then standard sequence then status is changing to " In use"
Means when ever u change the sequence in the control cycle system checks the sequence in the control cycle by reference of standard sequence it will changes the bin status.
So if ur bin is in the "In -use " status, then what ever the next  status in the sequence is taken when u trigger the kanban signal

Similar Messages

  • Change KANBAN Status Sequence in Control Cycle

    Hi guys,
    Can anyone please detail which are the implications if I should change the status sequence for a control cycle, which is in use now?
    Regards,
    Ileana

    Hi
    In the kanban process the actual sequence is
    Wait>Empty>In process > Intransit> Full > In use>Empty.This is complete cycle
    If ur present kanban bin status is "In use" then then u changed the sequence in the control cycle.
    When ever u trigger the kanban card, then system  move to control cycle and checks the kanban sequence by referring the standard sequence it move to next status.  
    Eg: Ur present sequence is like
    Empty>In process> In -transit --> Full -->  Empty
    Now ur bin status is "Full" then u have changed the sequence in the control cycle.
    New sequence is like
    "Empty--> In process > Full> In use -->Empty"
    Now u triggered the kanban card of " Full" status bin, then system refer first sequence in the control cycle and then standard sequence then status is changing to " In use"
    Means when ever u change the sequence in the control cycle system checks the sequence in the control cycle by reference of standard sequence it will changes the bin status.
    So if ur bin is in the "In -use " status, then what ever the next  status in the sequence is taken when u trigger the kanban signal

  • BAPI_KANBAN_CHANGESTATUS - Control cycle correction (Change status and qty)

    Hi Experts,
    I have a requirement to upload the kanban status change and actual quantity to SAP either through PK31 or calling BAPI_KANBAN_CHANGESTATUS. In online transaction, I can change the status from "WAIT" to FULL or any other statuses and i also can put in the actual quantity, there is no issue as long as i entered through transaction. But when i try to do the same thing using BAPI, the system actually prompt me several restriction; I can only change the current status to the next status E.G.: current status is WAIT, i can only change it to EMPTY but not In Process or Full.
    My question is: Is there any other more flexible ways to change the statuses? If need to use this BAPI to change status WAIT to FULL (01 to 05), i need to do several BAPI calls before i can change it to FULL!
    And even i specified the change of actual quantity through the BAPI, it does not update into SAP (no matter how i tried). It strikes me that we could not possible change the actual quantity manually through BAPI, instead the actual quantity is only reflecting the available amount of the material in the stock (something like that). But the thing is i can change the actual quantity in PK31. To me, it seems like the online transaction bypasses some of the business checking.
    Anyone successfully changes the actual quantity through the same BAPI? shed some light please.
    Hopefully someone can answer my question, thanks.
    Regards
    Jay

    Hi,
    I use BDC to do this one, BAPI has too many checking which is not necessary in my case. However i also hit problem with BDC, which is the screen problem (Selecting row in table control). I jsut copied the transaction and made slight change to it, the BDC work like charm.
    Regards

  • BAPI /FM to create /change KANBAN control cycle

    Hi
    Is there any BAPI or FM to create or Change control cycle?
    Thanks.

    Check
    BAPI - BAPI_KANBANCC_ADDEVENTDRKANBAN
    Short Text
        Create Event-Driven KANBAN for Control Cycle
    Functionality
        With this method you can procure a material quantity for a control cycle. To procure this material quantity one or more kanbans are created in the control cycle and set to status EMPTY.
        The essential entry parameters are:
        o   Control cycle (if the function module is called as a method for the object kanban control cycle, this parameter is not available, but given by the object.
        o   Material quantity
        Information about the status change is issued.
        COMMIT and ROLLBACK WORK: the function module does not carry out any COMMIT work. Command off. This must be ensured by the initiator after ending the function module. Each time the function module is called, a COMMIT WORK must take place. It is not permitted to call this FM several times and to post the result with a COMMIT WORK. If, during the process,
        the FM comes across an error, in some cases the command ROLLBACK WORK wil be carried out. In these cases the kanban is either set to ERROR status, or in the parameter RETURN an error message is given.
    Hope this helps.
    Regards
    Vinayak

  • Change control cycle record

    Hi all,
    Can anyone please tell me the transaction code or if some config. required to change my control cycle record.
    I created one from PK01, now when I wish to edit it at PK02, it gives me the following error.
    Control cycle from WM/PP may not be processed here
    Message no. PK083
    Diagnosis
    Control cycles are created both for Kanban and for warehouse management. However, control cycles created for the warehouse management system may not be used in Kanban and vice versa.
    Any help is appreciated
    Rgds,

    HI
    I am also facing the same problem.
    I am working on r/3 4.7
    Please can any one help regarding this problem.
    Thanks in advance

  • Stanging indicator change in control cycle after production order released

    HI
    We have MM PP interface active
    i setup staging indicator 4 for one material via control cycle
    Production order is created and released
    now we would like to change staging indicator to 1 [pick parts]
    how we reread control cycles data in production order
    Thanks

    Try: CO02 > Functions > Read PP master data

  • Status Sequence not letting to change to other status

    Hi All,
    I have a question regarding status change using sequence.
    I am trying to add sequence to statuses for a status profile, it is like below:
    01 Z001 Open              01 99
    02 Z002  In Process     01 99
    03 Z003  Approve        03 99
    04 Z004  Complete      03 99
    05 Z005  Closed          04 99
    Now my issue:
    Once I set the status Z003 (Approve), the system does not allow me to set to status Z002 (In Process) though a program. Is there any way I can set the status Z002 or Z001 without changing the sequence.
    Thank you for your quick reply.
    Regards,
    Abhay

    Hi Abhay,
    I doubt you can achieve this using a BAdi.(May be I'm wrong but I doubt) It may need standard modification after you find the place where system performs this check.
    As Arden Stricke mentions, you can achieve this by changing Low High values. This will enable you to do it manually as well. And if a certain thing can be done manually on WebUI/GUI it can be automated. But if it cannot be done manually, then normally you cannot automate it.
    If you cannot change the configuration for any reason, then look for the place where SAP checks for an allowed status and modify it according to your custom logic.
    Cheers,
    Niraj

  • Tracking changes to LPK2 (Control Cycle)transaction

    Hi,
    We would like to track the changes made to the existing control cycle data.
    The changes to the control cycle are performed through LPK2 transaction.
    The transaction takes material, plant and supply area as inputs.
    We would like to know for particular material, plant and supply area who,when and what data has been changed.
    I appreciate your quick help in this regard.
    Thanks in advance..

    <b>Transfer requirement</b>
         LTBK               Transfer requirement - header
         LTBP               Transfer requirement - item
    <b>Transfer order</b>
         LTAK               Transfer order - header
         LTAP               Transfer order - item
    <b>Master data - stock positions</b>
         LQUA               Quants
    <b>Inventory documents in WM</b>
         LINK               Inventory document header
         LINP               Inventory document item
         LINV               Inventory data per quant
    These are the tables which are affected when you make the modifications.
    Hope this helps you
    Regards,
    Pavan

  • KANBAN control cycle quantity changes tracking -reg

    Hi,
    Which tables and fields are to be used to knwo the changes in the kanban quantities in the control cycle of a part number
    for a part number over a period of time what and all changes are done to the kanban quantity we would like to track
    how to go about ?
    pl guide
    regards,
    madhu kiran

    Hi,
    Try Table PKCH and field PKCMG.This would be your best bet.

  • Kanban with status sequence WAIT EMPTY FULL shows '-' neg. sign after GR

    Hi PP
    I am using one control cycle in kanban with replenishment strategy
    stock transfer where in stock transfer using "stock transfer with
    reservation".
    I made one bin empty at the demand source using t code PK13N
    But when i am doing transfer posting using migo against the
    replenishment element created by emptying the kanban , i am getting
    messge "NO KANBAN EXIST".
    why system is behaving abnormal i mean trnasfer posting not happening.
    system is not behaving normal.If i forcibly do the posting ignoring
    warining message above mentioned it shows no change in bin status ,
    then if i manually change status to green by PK13n it makes it green
    but wth negative sign.This behavior is quite abnormal as i have
    sufficient stock to get transfered too.
    status sequence is with three statuses WAIT EMPTY FULL
    Please help in this regard
    Even if i use  this status sequence for inhouse production also same problem is their

    Hi,
    Check the settings for replenishment strategy u have selected for the material.
    OM11 - Production Relenishment strategy
    OM12 - Procurement Replenishment strategy
    as in ur case u are now procuring that element so, check order type in ur replenishment strategy
    Regards
    Samunder Singh

  • 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

  • Is it possible to change status code within a serlvet filter

    I tried to update the HTTP status code within a filter's do filter method, but it doesn't work,
    public void doFilter(ServletRequest request, ServletResponse response, FilterChain, chain){
    chain.doFilter(request, response);
    ((HttpServletResponse)response).setStatus(HttpServletResponse.SC_OK);
    Did I do anything wrong

    Hi, sorry I did not get the relevance of the posted link. It refers to standard customisation, which I think is opposite to what Neil asks. Normally you can execute a GPS on changing the status in STS. But Neil is wanting to do the opposite, if I am not mistaken,: change the status in the STS by running a sequence in the planning.
    I don't have a solution; but my question would be why use the STS if not using for status control? One can see issues arising, like when the current status in not what you are expecting, or if a sequence should be run when the status changes, and maintaining the fields that change (status history log). I guess it may be doable, but is it worth it?
    Stephen

  • Control cycle for KANBAN.

    I want to cosume componenets using my KANBAN BINS.
    I maintained my supplying areas.  and when coming to the control cycle. Do I have to maintain control cycle for each component that I use in maufacturing against each supply area?  or is it only for FERTS

    Hi,
    1. When you tell consume compoenents means you are talking about Goods issue.
    2. Kanban needs to be done for a Inhouse prodcued material or externall procured material
    3. In both cases it does a Goods receipt and relevant goods issue posting.
    4. so if you only need to do consumption it is not possible.
    5. Genearlly it can be maitained for the FERT or halbs which has  bom, routing releavent master data
    6.For the inhouse manufacture kanban below is the highlevel step
    7. and wehen you do status cahnges like full to empty a planned order or prod order will be created.
    8. when you change status empty to ful then GR will be posted and GI will be done immediatelly ( based on the control cycle)
    9. Kindly refer the attached link for further details.
    [KANBAN|http://sap-pphelp.blogspot.com/2010/01/kanban-inhouse-production.html]
    also let me know if you have any specific querry
    Reg
    dsk

  • Issue with control cycle

    Hello all,
    Can somebody please tell me how to find who created a particular control cycle?
    Is there a way to find the id of the person who created/modified a control cycle?
    If yes, please tell me.
    Thanks and Regards,
    Umakanth.

    Hi
    Use Transaction AUT10 with T-codes PK01/PK02.
    Give the period for which you want to find changes.
    keep the changed by field open , i.e dont put your user id there.
    and execute, you will get list of all changes done through creation or chage transaction of control cycle.
    check it out and revert back for further discussion.
    Hope it helps you.
    regards
    Ritesh

  • Creation of control cycles for lean WH

    Hi All,
    Is it possible to create control cycles (backflush) for LWH, if so how?

    HI ,
    There is one more way to create control cycle.
    1. PK05 - create supply area ( earlier explained the procedure)
    2. PKMC - enter plant - go to change mode ( click on change icon ) - in the right hand window - you can see the create / copy icon.
    3.click on create icon
    4.select option - classic Kanban or event driven kanban
    5.enter material/ plant/ supply area.
    6.enter no of kanban / qty.
    7.In replenishment strategy - select appropiate option ( in our case it is stock transfer)
    8.enter - the tab will change from replenishment strategy to stock transfer.
    9.enter storage location.
    10.enter destination- storage type- bin
    11.enter if any additional data required to enter.
    12. save- control cycle will get generated.
    thanks
    Om

Maybe you are looking for

  • [solved]black screen with xorg 1.6 after resume (intel)

    after upgrading to xorg-server 1.6 no matter if i use s2ram or s2disk, first resume works fine, the second suspend and resume results in a black screen without any chance to swich to any tty. i have read about bug like this which was resolved with us

  • How to use multiple ejb-jar.xml files

    Hello - If the project you work on has a lot of beans that you need to configure them in one ejb-jar.xml file. Then ejb-jar.xml file will be getting bigger and bigger. I am wondering if there is any way to divide the ejb-jar.xml file into multiple su

  • The wireless icon in the top left of the screen shows AT

    Shows AT&T but in settings I am connected to my comcast account. We do not have any AT&T devices, service etc. I was out of town this past weekend and it showed up then.

  • Hyperlinks in epubs? Indesign CC 2014

    Hi everyone, Apologies if this has been asked before, but I have search and can't seem to find an answer. I have created an ePub for iBooks/iPad. Inserted hyperlinks, tests ok in the dialog box, but doesn't work at all on the iPad. I know the link wo

  • Tooltip for single ALV cell

    Hi, is it possible to add a tooltip (text appearing when mouse is moved over) to a single cell in an ALV grid created with FUNCTION 'REUSE_ALV_GRID_DISPLAY'? Please restrict your answers to the question, thank you. Regards, Clemens