Group and Group counter in Routing

Hi all,
what is group and group counter in routing , how these are used in routing , please explain.
Regards,
Joseph.

Dear Joseph,
1.Each routing is stored against a group and group counter no.
2.When we create routing without respect to any material and only by giving the plant,the set of operations gets saved under one
group counter and group no.
4.Many materials can be assigned to this same group and group counter no,so that the routing is valid for all the materials included.
5.When you create a routing for material specific,the set of operation gets saved in a group no and group counter no as 01,when
you create another routing with another set of operations for the same material,plant and task list combination now the group no
remains same and the group counter gets saved under 02.
6.This data can be further helpful in assigning the routing data in the production version,.
Check and revert
Regards
S Mangalraj

Similar Messages

  • Link Recipe Group counter and Operation

    Hi,
    I need to develop a report where selection screen will have "recipe group", "group counter" and "plant" and want to extract operation details for that group and counter.
    Please tell me the table / field name where I can see Group/ Group Counter and Operation details together. (In PLPO group counter is not available and other fields like "Group of the referenced task list" and "Refer. group counter" is appearing blank; value in field "node" is not the value of "counter").
    Also let me knwo the table where operation classification (KLAKZ) indicator is maintained.
    I am trying to extract operation classification (class type 019) values for a recipe group and counter.
    Regards,
    Abir.

    hi .
    Please find following tables related with routing
                         MAPL                    Allocation of task lists to materials
         PLAS                    Task list - selection of operations/activities
         PLFH                    Task list - production resources/tools
         PLFL                    Task list - sequences
         PLKO                    Task list - header
         PLKZ                    Task list: main header
         PLPH                    Phases / suboperations
         PLPO                    Task list operation / activity
         PLPR                    Log collector for tasklists
         PLMZ                    Allocation of BOM - items to operations
    Regards
    SANIL

  • Hey How Do I Get Group Message On The IPhone 4s because some reason it doesn't want to show . First i did is setting then messages  it only show imessage and message count )HELP)

    ey How Do I Get Group Message On The IPhone 4s because some reason it doesn't want to show . First i did is setting then messages  it only show imessage and message count )HELP)

    At the bottom of the page Settings > Messages you should have a section headed "SMS/MMS" Turn MMS messaging on then you can turn group message on.

  • Group and group counter used to create cost estimate

    I am creating a custom report and would like to know what table do I have to use if for a given material  the program has to pick Group, Group counter and the task list type that were used in creating the cost estimate for that material. Any help in this regards is much appreciated.
    Regards,

    The name of the table that needs to be used is KEKO. I figured it out so I thought I would share
    Edited by: NIK83 on Mar 7, 2011 10:16 PM

  • Tasl list group and group counter

    hi,
    i have one requirement . I have give internal number range to the task list. so my need to to create task list with one group and several group counter. But what is happening is when i run LSMW for that. seperate group numbers has been generated for each task list. is there any way to get the same group number with different counters using LSMW>

    hi
    since you have given internal number range for task list system will try to create task list with different group numbers .if you want the same group number with different group counter then i think you have to use the task list with external number and use the number created before
    regards
    thyagarajan

  • Problem with Group policies and Administrator count

    I have one problem with Group policies and Admnistrator count.
    Win XP, Client 4.91, Client Zen 4
    I use DLU for users.
    the Group policies are well applied and i keep them after logout for
    security reasons.
    But my problem is, after logout, the Administrator count becomes this
    Group policies, and the only technique that I use, is to remove the
    repertories c:\windows\system32\GroupPolicy*. Administrator must
    loguing again for having good policies.
    Can you help me?

    Bill,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Do a search of our knowledgebase at http://support.novell.com/search/kb_index.jsp
    - Check all of the other support tools and options available at
    http://support.novell.com.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://support.novell.com/forums)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://support.novell.com/forums/faq_general.html
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://support.novell.com/forums/

  • How do I know which group and group counter used to create current estimate

    Is there a way to know, if for a given set of materials, what groups and groups counters have been used to create the current cost estimate. Or for a given comboniation of material, group and group counter has been used to create a current cost estimate. I can look each up through displaying the cost estimate but I am looking for a quick way since the number of materials are in 100s.
    I was wondering if there is a table I could look up to get the info.
    Any help would be much appreciated.
    Regards

    The name of the table that needs to be used is KEKO. I figured it out so I thought I would share
    Edited by: NIK83 on Mar 7, 2011 10:16 PM

  • How to count rows in a group =Count(Fields!FirstName.Value,"GroupByInitial")

    I have a tablix grouped on column a and detailed on column b.
    I am trying to count the rows in 3 separate ways.
    CountDistinct(Fields!A.Value) =work perfectly on group column
    CountDistinct(Fields!B.Value) = work perfectly on the detail column
    But now I was
    Count(Fields!A.Value) = on the group column but I get all the detailed count 13  instead of just the group count of 4.

    Hi Giss68,
    Based on my understanding, you want to calculate the count of the group fields, right?
    In your scenario, if you use Count(Fields!A.Value), the expression returns a count of specified values evaluated in the dataset scope. So it’s expected that you get count of all Fields!A.Value instead of grouped fields. Since you want to calculate the count
    of grouped column fields, you should use CountDistinct() function.
    As we tested in our environment, we specify the expression with CountDistinct() function, we can get expected result.
    Reference:
    Count Function (Report Builder and SSRS)
    CountDistinct Function (Report Builder and SSRS) 
    If you have any question, please feel free to ask.
    Best regards,
    Qiuyun Yu
    Qiuyun Yu
    TechNet Community Support

  • Js link - Display group count list SharePoint 2013

     
    I have a list column name "category" with values like Completed, Not Completed, Started.
    I want to group list items based on category.  I want to format it without showing all the list items so that it should look like:
        Completed : 45
        Not Completed : 30
        Started : 20
    I am using Js link functionality on the list webpart to achieve it.
      (function () {
        var itemCtx = {};
        itemCtx.Templates = {};
        itemCtx.Templates.Group = GroupOverride;
        SPClientTemplates.TemplateManager.RegisterTemplateOverrides(itemCtx);
        function GroupOverride(Ctx, group, groupId, listItem, listSchema, level, expand) {
        return '<div style="font-weight:bold; display: inline-block;">' + listItem[group] + ' ::'  + '<div><ul>'+ listItem[group].Count + '</ul></div>' + '</div>';
    By using above code, I am able to show category names but not the count (listItem[group].Count is throwing error). Any idea how to achieve it?
        Completed : 
        Not Completed :
        Started : 
                 

    Hi,
    According to your description, you might want to change the format of the list view to display without list items.
    I would suggest you debug the script in browser to watch if
    listItem[group] object contains a valid Count property.
    About how to debug JavaScript using IE Developer Tool:
    https://msdn.microsoft.com/en-us/library/ie/bg182326(v=vs.85)
    If your requirement is to display something like a static HTML table, an alternative way is that you can apply custom CSS to the page to hide the unwanted elements.
    Here is a working demo will display the list view in a similar format as you want:
    <style type="text/css">
    .ms-gb
    border-bottom: none !important;
    .ms-gb a, .ms-gb2 a
    display: none !important;
    thead
    display: none !important;
    </style>
    Thanks
    Patrick Liang
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support,
    contact [email protected]
    Patrick Liang
    TechNet Community Support

  • Does AD member group count has a critical limit in OAM?

    Hi,
    I&rsquo;m using Oracle Access Manager 10g (10.1.4.0.1) to setup an SSO system. The user base is an instance of Microsoft Active Directory 2003. I&rsquo;m authorizing a particular URL (which is defined as a Policy Domain in OAM) for the users based on user groups defined in the Active Directory.
    I&rsquo;ll explain my problem using this example. Suppose the URL I&rsquo;ve setup is http://www.example.com/test. Therefore, &lsquo;/test&rsquo; is defined as a Policy Domain in OAM. Within this policy domain, I have two (enabled) authorization rules namely, Rule-A (allows access to the AD group, Group-A) and Rule-B (allows access to the AD group, Group-B). Then, under &lsquo;Default Rules&rsquo; I have defined the authorization expression as, <strong>Rule-A | Rule-B</strong>.
    In the AD, Group-A has 500 member groups and Group-B has 1900 member groups. (User accounts are members of these sub-groups). Let us suppose that there is a user account called User-A as a member of a sub-group under Group-A, and User-B under Group-B likewise. My problem is, that when access is tested for the above URL through the &lsquo;<strong>OAM Access Tester</strong>&rsquo;, User-A is authorized but User-B is shown as &ldquo;Inconclusive&rdquo;. Is this related to some member group count limitation in OAM? I would be really grateful if anybody can help me.
    By the way please note that, I&rsquo;ve already changed the value of the parameter &ldquo;<strong>maxForRangedMemberRetrieval</strong>&rdquo; to 1500 in \IdentityServer_install_dir\identity\oblix\apps\common\bin\globalparams.xml, as suggested in OAM documentation.
    Regards,
    Asanka Gallege.
    Edited by: ASGALK on Nov 6, 2008 11:30 AM

    Originally Posted by dkitzen
    Hi Thomas,
    Thanx for the quick reply.
    Is it posible to edit the LDAP request in ZCM, like explained below?
    To perform a search where the result might exceed this number of objects, the client (ZCM) must specify the paged search control. This is to group the returned results in groups that are no larger than the MaxPageSize value.
    Greetings,
    Dennis.
    Not that I'm aware of, you need to increase the MaxPageSize value of your AD.
    Thomas

  • SNMP query for multicast group count

    I want to get the total number of multicast groups on a switch. Is there an oid that will give me the info (ie. the number that's given by "show ip igmp snooping groups count")? If there is no oid, is there a way query the  groups (show ip igmp snooping groups)? I'm thinking with the 2nd option I might be able to count the number of entries returned by an snmpwalk or something and turn that into a number.
    Right now i'm logging into the switch with a script and running the command but that might be a problem with all those logins (only every 5 minutes though) so I'd like to do this via SNMP if possible.
    Any ideas?
    Thanks

    Works just fine!!!
    Thanks!
    LA$$E
    Hi,
    Well, at the very least, you can create a formula
    column in your break group using a combination of the
    same where clause as your original query and the
    break values for the group so that you are getting
    the correct records. If you have it in the break
    group, then it will execute for each record in that
    group.
    Hope that helps,
    Toby

  • Find Group counter for an insp. characteristics

    Hi Friends,
    I have a information of inspection characteristics that is PLMK-VERWMERKM. Now how do I find out what is group counter(PLNAL) associated for this insp. characteristics.
    As we don't have PLNAL in PLMK to match it with MAPL-PLNAL I am getting multiple entries based on PLNNR condition in MAPL and not able to find which group counter is associated with which characteristics.
    Please can anyone tell me how to link these QM tables?
    Thanks,
    Meenu.

    Use FM    QPAX_PLMKB_READ_FROM_PLKO

  • Filter OWL by Group Count

    Hello everyone,
    As you may know you can group records by a certain element in an OWL.
    When you do this, it looks like this (in my example):
    As you can see next to the group a count for the amount of records in that group is shown (circled in red).
    I was wondering if it is in anyway possible to filter or order by this count?
    For example:
    Would it be possible to only show groups where the group count is greater than 1?
    I've read this thread: Group by any field (SDK), but I'm not sure this is what I need...
    Thanks & Regards,
    Glenn

    Hello Glenn,
    In the UI Designer for your own UIs it is possible to enter Ruby-like code.
    In the docu it's called "Front-End Script".
    It can be found in the section "Scripting Langauges".
    It's mostly used to modify the properties of fields, buttons, ...
    Be aware that it will not run on iPad and iPhone.
    Bye,
       Horst

  • Deleted Group Counter

    Hi
    we have 2 group counter, 1 for pc and 1 for set.  apperantly the one for pc is deleted/removed.
    Is there any way to get this back?
    Seemes that it is out there since I get this message when try to create a new.
    "The inspection plan identifier exists already. Enter another"  I was hoping that I could recover or something like that since we have around 100 000 material numbers in this inspection plan.
    Thanks
    Phrozen

    Hi,
    If you deleted the inspection plan, no issues you can check out  in MAPL & PLKO table
    Otherwise try out the Sap Note 332626
    This will work if you have deleted the group counter, it brings the group counter back  and also the materials assigned to that task list.
    give a try and let me know
    Regards
    Hari

  • Group counter

    Gurus,
    I am having 2 inspection plan for the same material with usage for first one as 3(universal) which i want to use for 89 inspetion type.
    For the same matl i have inspection plan with usage 6(goods issue) for 06 inspection type.
    Will there be conflict of interest if i have 2 inspection plan for the same material
    How should i give a group & counter for the the inspection plan

    Yes,If you want to have different usage then you have to define a plan which is having same group number but different counter(usage 3 & usage 6).And in material assignment give different counter against the materail as per usage.
    Let make me it simple...
    Say u have 2 different inspection plan for usage 3 & 6.
    So create one inspection plan group 1 Counter 1 usage 3
    Create another plan Group 1 counter 2 usage 6
    Now u have to assign the plan to same material A (but different usage).
    So when you go to header screen of inspection plan1 then in material assignment screen there you have to enter group counter 1 & 2 both for material A & plant.so when lot have origin 89 plan group 1 & counter1 get assign & when origin 06 then plan group 1 & counter 2 will get assign for the same material A.
    Cheers,
    Tushar

Maybe you are looking for