Scheduling : level by level

Hi all ,
I have FG contains SFG1 , SFG1 contains SFG2 .
I am doing backward scheduling .
after MRP , in MD04 the planned order dates and time r as follows :
For FG : date time
Order finish : 30.03.2008 17:30:00
Order start : 25.03.2008 12:50:00
and for SFG1 :is in BOm of FG and seperate routing
: date time
Order finish : 25.03.2008 17:30:00 --> "this time is my problem "
Order start : 20.03.2008 10:00:00
why the ORDER finish TIME of SFG1 is 17:30:00 why it is not Order start time of FG.
Pl explain . whether it has to be happen like same above or we can make it to our rquirement... .
Regards

Dear ,
You can not change the time to 17:30 production order as it is gryed out.
You need to deal with Lead time scheduling.
U must be assinged any scheduling margine key  with order open period and Float before production etc.
Did you fine tune that option for your FG start Time with SFG Order finish time so that it should match ?
Let me know are u keeping any
1.GR processing time
2.Loading Time
3.Pick pack time
before you start FG PO
Regards
Jia
Please let us know.
Regards
Jia

Similar Messages

  • What are Header Level, Item Level and Schedule Level data?

    Hi ,
    Can anyone plz explain me what are Header Level, Item Level and Schedule Level Data in the R/3 system , means what actually is the data structure they contain. If is there any document or links available plz do send. Urgent.
    Thanks
    Prashant singhal

    Hi Prashant,
      check this link.
    [Extractors;
    Regards,
    Harold.

  • Infinite scheduling with capacity leveling.......

    Hi there ,
                   If we go for infinite scheduling & then after MRP run go for capacity leveling ..........
    then will we get the same effect as finite scheduling .....
    Please suggest me
    Regards
    Kaushik

    Hi Kaushik,
    If my understanding is correct, you are asking for the difference between manual and automatick despatching of orders in capacity levelling?
    when we set finite scheduling in capacity header view of work center, and run MRP with scheduling parameter 2 set.
    In capacity planning the availabile capacity will be compared with the required capacity and the load will be depicted as a graph or in table format. This only gives the load situation against the period.
    For this the despatching of order will be done manually based upon the load per day by a scheduler in capacity levelling.
    And to add more,
    In R/3 finite scheduling is not there and this is drawback and APO was put in front for this purpose.
    Can you confirm me whether the system automatically levels the order or despatchs the order in finite scheduling.
    Best Regards,
    Sendil

  • Supply Area-BOM Level by Level

    Hi Folks,
    I am having a problem in fetching the Supply area when a Component is having many sub-assemblies.
    To be in detail,
    I am fetching the  DISTINCT Production Order(AUFNR) from MSEG w.r.t to MBLNR and MJAHR.
    Then w.r.t to this AUFNR I am fetching the BOM category(STLTY) and BOM (STLNR).
    Then w.r.to this STLTY and STLNR I am fetching the Supply area(PRVBE).
    If the supply area is maintained at this level,then fine.If this BOM is having many sub-Assemblies and the supply area is maintained at a different level then we need to explode that BOM step by step and fetch the Supply Area.
    To be precise CS11 gives the Supply Area according to the BOM Level by Level.I just wanna fetch the Supply Area as per that.Do anyone here has an idea about how this functionality can be achieved.
    I am trying to find by debugging CS11,any valuable inputs from experts here will be helpful.
    Thanks,
    K.Kiran.

    Prabhu,
    CALL FUNCTION 'CS_BOM_EXPL_MAT_V2'
              EXPORTING
                    CAPID                        = 'PI01'
                    DATUV                       =  v_aufld
                    MKTLS                       = 'X'
                    MEHRS                      = 'X'
                    MTNRV                      = wa_afko-plnbez
                    STLAL                       = wa_afko-stlal
                    STLAN                       = wa_afko-stlan
                    STPST                       =  0
                    SVWVO                     = 'X'
                    WERKS                     = wa_afko-werks
                    VRSVO                      = 'X'
                TABLES
                      stb                           = bom_exp
                EXCEPTIONS
                       ALT_NOT_FOUND               = 1
                       CALL_INVALID                    = 2
                       MATERIAL_NOT_FOUND     = 3
                       MISSING_AUTHORIZATION  = 4
                       NO_BOM_FOUND                = 5
                       NO_PLANT_DATA                = 6
                       NO_SUITABLE_BOM_FOUND      = 7
                       CONVERSION_ERROR               = 8
                       OTHERS                                     = 9.
    Got it.We missed out DATUV,MEHRS fields while executing.
    Thanks,
    K.Kiran.

  • Just I want to know  What is 1st level & 2nd level support

    At client place on shore in production support project in as What is 1st level & 2nd level support?
    and  Nature of work
    Thanks in advance
    Edited by: Arun Varadarajan on Feb 5, 2009 2:34 PM
    Edited by: Arun Varadarajan on Feb 5, 2009 2:37 PM

    I would still defend myself saying that this has already been answered...
    I just did a search on SDN and found a post that would answer your question....
    Re: Help desk& rollup
    you are looking at L1 and L2 support....
    The thread was locked because the question is already answered ( or discussed about  ) in another post and you can get your answers faster by just searching....
    Also if you do find the answers fetched as not being correct or accurate enough - you would need to mention that you did search the forums before posting. This way questions which have already been answered are not brought up again and it ends up with others doing the searching for you which paints a wrong picture...
    Also in some cases L1 teams are merged with the company's existing L1 support desk to avoid confusion but follow similar rules as mentioned in the link and simlarly L2 - when you have multiple systems being supported by a central support team you get such scenarios where L1 and L2 are on-shore.
    My 0.02
    Arun Varadarajan
    P.S I am removing the reference to my name in the title... and BTW the search took me less than 2 minutes ... which is why we want people to use the search functionality more than raising duplicate posts....
    Edited by: Arun Varadarajan on Feb 5, 2009 2:35 PM
    Edited by: Arun Varadarajan on Feb 5, 2009 2:36 PM

  • Is it Possible to define Levels within Levels in a Dimension

    Hi is it possible to define Levels within Levels in Dimension??

    Hi is it possible to define Levels within Levels in Dimension??

  • Binary Tree    (insert level by level)

    Hello,
    I'm trying to program a binary tree. It's totally clear for me to insert new (Integer) Values in an ordinary binary tree.
    I simply have to check if the root is equal (--> ready) smaller or larger than the value. I repeat this until I reached a leaf and then I insert a new node.
    BUT:
    My teacher gave me following problem: Inserting values level by level. The first element is the root, the leftson of the root is nuber2 the rightson of the root is number3
    The leftson of root's leftson is number4, the rightson of root's leftson is number 5, the leftson of root's rightson is number 6 and so on.
    I have NO idea how to program that.
    For example: the 23rd element is in the tree: left, right, right, right, whilst the 24th element is right, left, left, left.
    I cannot find a recursive structure, that solves the problem.
    Perhaps YOU can save me from gettin' mad ;o)
    I really hope so.

    It's not quite clear what you mean by level-by-level (at least not to me). The structure of a binary tree depends in the insert order. If you insert 1,5,2,8 the tree will look different to when you insert 1,2,3,4. In the last case the tree actually has degenerated to a linked list (there are only rightsons).
    Now, to minimize the number of levels (if that's what this is about) there's a technique called balancing. In a perfectly balanced binary tree each level is filled before a new level is started. This is quite complicated. Search the net or look in some data structures textbook for balanced binary trees.

  • Basic Information about Organizational Level & Org. level value.

    Hello Experts,
      I am new to the field of SAP and security. I have the following questions:
    1. What is an organizational level & org. level value? What do they represent? How do they matter in PFCG?
    2. What is a derived role and what is its usage?
    I appreciate your help regarding this. If you could point me to some documentation regarding this that will be very helpful.
    Regards, Ben

    Ben,
    I am new to the field of SAP and security. I have the following questions:
    1. What is an organizational level & org. level value? What do they represent? How do they matter in PFCG?
    if you want to restrict on region vice (best use org level & values (plant,company code, sales org)
    In role u will notice them in red color
    2. What is a derived role and what is its usage?
    Derived role inherits menu struture and the function from the parent role. Derived role do not differ in their functionalities(identical menu & trans) but have different characterticts with regard to Org levels.
    Eg1; Master role
    PFCG -> role name -> create->menu->enter tcodes-.Auth tab->export mode->read old status and merge with new data->Pop for org levels (give a full access)->see to that everything is green->generate it.
    http://e-mory.blogspot.com/2007/12/sap-pfcg-create-role.html
    Eg2: Derived role
    pfcg->role name->create->in describtion  tab towards right  enter the master role name->Auth tab->export mode->read old status and merge with new data->you will get a pop for org levels (here you can restrict on plant lvel,purchasing group,company code....)
    ->let say for plant : 1000 ->generated / user comparssion
    Once the role is added to the user. User will be albe to see only those plant related details (1000) (i.e he will have access to only plant 1000)
    suppose if the user enters 2000,he will get a error message saying no access to 2000
    NOTE: Any changes to the role should be done in master role (like adding tcodes)
    .http://www.rssfeeddirectory.org/directory/items/346239.aspx
    https://cw.sdn.sap.com/cw/docs/DOC-12021
    http://help.sap.com/saphelp_wp/helpdata/en/1c/c38028816c11d396bc0000e82de14a/content.htm
    Re: Authorization error after transport
    Thanks,
    Sri

  • How dynamically get an agent f a level-by-level workflow after PO changed

    Hi  all:
         I'm trying to create a level-by-level workflow after PO  changed, but how dynamically get an agent and how assign it to
    task dynamically?
        Thank you very much!!!

    Hi Sony,
    There are diffrent ways to get agent level by level....it depends from where you are getting the agents.
    1>Suppose you have 2 level PO worklfow and my agents are stored in some custom table:-
        level1 -- agent1
        level2 --agent2
    2> You can create two attributes in your BO i;e zgent1& zagent2.
    3> Inside the attributes zagent1 u will get the actual agents from custom table by putting code
       i.e select agent1 into zagent1 from zcus_tab where level = 1.
    4> Inside the attributes zagent1 u will get the actual agents from custom table by putting code
       i.e select agent1 into zagent1 from zcus_tab where level = 2.        
    5> Now generate the BO...and test it ..u will se the user id of agents in the attributes populated.
    6> Now bind these both attributes to workflow container.
    7> Use attribute ZAGENT1 for level 1 approval task in worlfow.
    8> Use attribute ZAGENT2 for level 2 approval task in worlfow.        
    The values will comes dynamically from custom table...which u will maintain.

  • Credit management at order level ,delivery level and PGI Level.

    Hi All,
    I have a scnario where in at the order level i want to give a wariniog message ,at the delivery level again a warning message and at the pgi level the system should stop me form doing PGI!kindly specify the settings.
    Second Scenario:Error at order level ,delivery level.
    Regards
    RKM

    HI,
    First u assign credit group as 03 at pgi level in that particular sales order type in VOV8 document functionaliyt..
    If you are using simple credit check then Put error message there in credit check field of VOV8..
    In case of automatic credit check then please go to OVA8 t.code there u put reaction as warning message and then status as blocked...
    Regards
    sankar

  • MC94 Disaggregation in Level by Level Planning

    Dear All,
    I have created a self defined info-structure
    Characteristics
    Key Figures
    Sales Organization
    Sales
    Distribution Channel
    Production
    Division
    sold-to party
    Product Group/material
    Plant
    I have done all the required configurations:
    Assigning the planning parameters to the info structure. – MC7F with planning method I (Level by Level Planning) as with Product groups only level by level planning is applicable
    Creation of Planning Hierarchy – MC61
    Creation planning type - MC8A
    After that in MC94 (Change Plan in Level by Level Planning), I am able to perform disaggregation only till Sold- to party. After sold to party, I am not able to dis-aggregate it further down to product group. I have maintained the product group below sold-to party in hierarchy as well. Please suggest.
    Regards
    Ashish

    hi Ashish,
    @ as mentioned by Mariano, please check the total % of the proportional factors.
    either you want it to be 100% or more or less...depends on project requirement....
    regards,
    Sandeep

  • Level by Level Costing

    Hi,
    Is it required to do any configuration for setting up level by level costing in product cost planning? I mean any configuration is needed so that the system takes care of costing RMs & purchased parts first, SFG later & finally FG.
    Thanks

    In a costing run, that is used for costing mass cost estimates, there is a second step called structure explosion. This provides the level (numeric assignment)  controlling the sequence, in which the materials are costed, in order to provide a cost rollup over multi levels.
    The costs are rolled <b>up automatically</b> using the costing levels. No config required.
    The system first calculates the costs for the materials with the lowest costing level.
    The materials in the next highest costing level (such as semifinished materials) are then costed. The costs for the materials costed first are rolled up and become part of the costs of goods sold in the next highest level.
    This process is continued until the costing results of the highest material in the structure (such as the finished product) contain the cost of goods manufactured for every material in the structure.
    At each level the costs are assigned to cost components.
    In an example of a final material that has two semi-finisied goods and four raw materials, The raw materials are assigned level 1, the semi-finished goods are assigned level 2 and the final assembly is given level 3. When you run the cost estimate, Level 1 is costed first followed by  2 and 3.

  • Binary tree    (level by level insert)

    Hello,
    I already posted this artivle in the Forum "Java Programming" because I'm new to the Forum and didn't see the Algorithms part.. Sorry for the double posting.
    I'm trying to program a binary tree. It's totally clear for me to insert new (Integer) Values in an ordinary binary tree.
    I simply have to check if the root is equal (--> ready) smaller or larger than the value. I repeat this until I reached a leaf and then I insert a new node.
    BUT:
    My teacher gave me following problem: Inserting values level by level. The first element is the root, the leftson of the root is nuber2 the rightson of the root is number3
    The leftson of root's leftson is number4, the rightson of root's leftson is number 5, the leftson of root's rightson is number 6 and so on.
    I have NO idea how to program that.
    For example: the 23rd element is in the tree: left, right, right, right, whilst the 24th element is right, left, left, left.
    I cannot find a recursive structure, that solves the problem.
    Perhaps YOU can save me from gettin' mad ;o)
    I really hope so.

    But can you think of a recursive code to solve the problem????????Ok, here's another hint -- take that node 23 again as an example. If you write out this number in binary (10111) and skip the leftmost 1 in this pattern (x0111), start reading from left to right, starting at the right of th 'x'. 0 denotes left, 1 denotes right. Does that ring a bell?
    Something like the following (pseudo code) should come up --
    insert(Node node, int val, int pattern, int bitmask) {
       if (bitmask == 1)                  // we have to insert now
          if ((pattern & bitmask) == 1)   // insert right
             node.right= new Node(val);
          else                            // insert left
             node.left= new Node(val);
       else if ((pattern & bitmask) == 1) // move right
          insert(Node.right, val, pattern, bitmask >> 1);
       else                               // move left
          insert(Node.left, val, pattern, bitmask >> 1);
    }Some bits and pieces are left as an exercise ;-)
    kind regards,
    Jos

  • How to traverse level by level in tree

    Wondering if there were any suggestions on how to efficiently traverse through a tree level by level.
    Here is my code for creating the tree.
    public static void main(String[] args)
              String userInput = "";
              StringTokenizer tokenizedUserInput;
              int numAdd = 0;
              STree<Integer> completeTree = new STree<Integer>();
              Scanner keyboard = new Scanner(System.in);
              System.out.println("Enter values for tree: ");
              userInput = keyboard.nextLine();
              tokenizedUserInput = new StringTokenizer(userInput, ", ");
              while (tokenizedUserInput.hasMoreTokens())
                 numAdd = Integer.parseInt(tokenizedUserInput.nextToken());
                 completeTree.add(numAdd);             
            } 

    I have found a method to traverse through the tree level by level but it takes in a parameter of a node. I'm
    not sure how to take my tree and pass it through the method. Here is the method:
    public static <T> String levelByLevel(TNode<T> t)
              LinkedQueue<TNode<T>> q = new LinkedQueue<TNode<T>>();
              TNode<T> p;
              String s = "";
              q.push(t);
              while(!q.isEmpty())
                   p = q.pop();
                   s += p.nodeValue + " ";
                   if(p.left != null)
                        q.push(p.left);
                   if(p.right != null)
                        q.push(p.right);
              return s;
    }

  • How identify the data is client level,plant level or company code level

    Dear sirs,
    GM
    How identify the data is client level,plant level or company code level?
    If there is any T.code for same in SAP plz send me otherwise any procedure?
    Hopeeeeeeeeee....

    Hi,
    Once you gain experience, you will not look at any table any field or any view...You will do it just like how you use keyboard once you pass type writing....
    That is why every area of work, including master data is handed over to specialized teams...that will be their work day in and out....for some one newly entering, it will be little bit tough...once you practice, you will not be worried any more.  Of course, basic data at client level, purchasing data plant level etc...some thumb rules are there...still, you will take big blow by following such thumb rules because if you verify storage condition assigned in the storage location is not storage location level!!!!!!!!!!!!!!!
    that is experience!!  In this forum, it is good to practice rewarding...else, there may not be any more replies
    Good Luck
    Message was edited by:
            Gopala Turaga

  • SOP: Copy Level-by-level to Level-by-level

    Hi,
    I would be very grateful if someone could give some explanations (maybe tutorials), examples or just simple advices about how to implement a copy from one Level-to-level information structure to another Level-to-level information structure in flexible planning in SOP?
    Thanks in advance and best regards.
    Ben.

    Hi
    Can you pl. be specific as to what do you want to copy.
    whether data to be copied form in infostructure to the other, or the infostructure itslelf copy & creat new one.?
    Regards
    YMREDDY

Maybe you are looking for