How to use employee Skills in work center

Dear PP Gurus,
How can I map various skills employee in on work center? Example a work center consist of 10 work men out of which 4 are highly skilled, 3 are skilled and 3 are semi skilled. How can I map this in one work cnetr and use for capacity planning?
Regards,
PPQMUSER

HI,
do like this.
define, 2 work centers one for skilled and other for unskilled.
classify them and mention the values as skilled and unskilled.
now, classify the operation of the routing and give values as skilled and unskilled for work center class type 19.
and also, in IMG or workcenter settings, select work center until release.
now, you create production order, (which contains either skilled or unskilled workcenter) you do capacity levelling.
in the meantime, even if someone wants to release, he cannot do that until you confirm the resource to use.
now, according to your capacity levelling you can choose the corresponding workcenter. classification helps you in choosing it.
and release the production order.
hope this helps.
thanks,
regards,
sandeep

Similar Messages

  • How to assign a person to work center

    Hi All,
    Can you please let me know how to assign a person to work center?
    Regards,
    Nima

    Dear Nima,
    what is the exact query
    Go to
    Spro > Production > Basic data > Wrok center > determine person responsible
    click new entries & create
    Go to CR01, Basic data tab & in the field person responsible press F4 you can get
    List created in the above Spro
    Regards
    Madhu

  • How do I create a new Work Center for the transaction launcher and links

    Hi
    The requirement here is for me to find out if I can create a new Work Center that will contain up to 6 assignment blocks and each block having either links to websites and BW reports, or triggers to R/3 applications via the transaction launcher.
    Can I do this purely through customising or do I need to create a new view using BSPs? If I can do it through customising please could I have a few pointers to what component I would need to use/copy?
    Regards
    Declan

    Hi Robert,
    Thanks again for taking the time to reply.
    Just so I understand, if I want to show a work center I need to link it to a component / view? I think this was the original query - do I need a developer to create the view that contains the 6 blocks with their links to reports, transactions and websites? I think when I talk about blocks I mean 1 viewset containing 6 views. There is no SAP standard view that would suit my requirements is there? Even if the work center had 8 views, I can always hide the two views in configuration.
    After the developer has created the view, I then reference that component in the target Id in the define logical links section of my work center.
    If my understanding is right, then it follows that it is not possible to create a user specific work center without some development.
    Is this correct?
    Cheers
    Declan

  • How can I create a new work center

    I try to create a new work center.I found a transaction 'OP42' . But I can't set a personal number and name.where should I write them, or should I use any other transaction??
    Thanks...

    Hi,
    Pl go to <b>CR02 -Capacity-Goto menubar select Goto -Individual capacity -Enter personal name here</b>.
    Hope this helps.
    Regards,
    Mani

  • How to use JPA in a worker thread?

    I'm using WebLogic 10.3.5.0 with JPA 2.0 and have the following scenario:
    - user needs to start a task takes some time to complete;
    - this task needs to read and write to DB;
    One solution would be to write a worker and use the WorkManager feature to start this from an session EJB.
    How should I use JPA from this worker to access the DB in a transactional manner?

    You should be able to use it as normal.
    Your worker class is probably not injected like your SessionBean, so you would either need to pass the EntityManager, or look it up either through JNDI if container managed, or Persistence if application managed.
    For transactions, you either need to use JTA directly if using JTA, or use JPA transactions if using RESOURCE_LOCAL.

  • How to find the reporting for work center machine wise

    hi gurus
    My question is . In one work center machine capacity category 2 machines are used. Client is asking the report machine wise. i.e as 2 machines are available .What is the capacity utilisation for each machine.Provide me the information for this. Thanks in advance
    kalyan

    Hi Kalyan
    you have to make some settings in production order & work center first.
    In work center capacity header ,you have to make indiovidual capacities as 2.
    In the same capacity header screen by going through the menu Goto--->individual capacitities  define these different individual machines.
    In the production order operation detail screen goto " capacity reqmt assignment " assign the quantities for different work centers.
    Adfter this in the confirmation CO11N you have to fill the split field accordingly& confirm different wortk centers seoperatley.
    Then you can the report in the CO14 for diferent work centers.
    you try this.
    Regards
    YMREDDY

  • How to access data from WPBP(Work center) in t-code PC_PAYRESULT ?

    Hi All,
    I am working on HR module and need to get the values of  table WPBP(Work Center) from PC_PAYRESULT .I need the no. of working days calculated here . So , is there any functional module to get the values o WPBP?
    Edited by: VimalSharma on Aug 19, 2011 8:49 AM
    Edited by: VimalSharma on Aug 19, 2011 8:50 AM

    You can use CU_READ_RGDIR to get the periods you want to evaluate, and after that use PYXX_READ_PAYROLL_RESULT to read the payroll cluster and get all the info: WPBP, RT, and so forth.

  • How to use the next 'initial' cost center in infotype 0027

    Hello experts!
    I need some help in posting in infotype 0027 which should be fairly easy to most of you. As you guys know, there are a total of 25 cost centers available (KST01-KST25) for this infotype. What I want to do is check from KST01 if it exists with a valid entry at a specific date (BEGDA and ENDDA will be provided as well) all the way up to KST25 and choose the first cost center field that is INITIAL. This is used before 'BAPI_COSTCENTER_CREATEMULTIPLE' so that if KST01 up to KST05 all have values on the same BEGDA & ENDDA, how can I have KST06 chosen? Thanks in advance for your help!

    Hi,
       Write as below.
    data : p_0027 like pa0027 occurs 0 with header line.
    data : lv_KOSTL type KOSTL.
    data : lv_index(2) type n.
    data : lv_cost(12).
    field-symbols : <lv_kostl> type any.
    select single * from pa0027 into p_0027.
    do 25 times
          varying lv_KOSTL from p_0027-KST01 next p_0027-KST02.
      lv_index = lv_index + 1.
      IF lv_KOSTL is initial.
        concatenate 'KST' lv_index into lv_cost.
        exit.
      endif.
    enddo.
    assign  component lv_cost of structure p_0027 to <lv_kostl>.
    IF sy-subrc = 0.
    <lv_kostl> = '100'.    " <-- Assign any value here
    ENDIF.
    Regards,
    Srini.

  • PM-HR assigning work center to employee changes position

    Dear all,
       I have an urgent issue, and I have absolutelly no idea how to resolve it, because it takes place in the module PM, and I dont know anything about it.
       The problem is that when users go to tcode IR02 and make an asignament of a employee to a work center the system also changes the position of the employee for the work center (I mean, SAP in the back ground goes to Infotype 0001 of the employee and changes the position of the employee).
       Is there a way of avoiding it? I think it is due to a bad customizing in the integration PM-HR, but Im not sure at all.
    PS: sorry if this is the wrong forum to post it, I didnt find a PM forum, If you know a forum that fixes better please let me know!!!
    Any advice will be GREATLY appreciated and rewarded
    Thanks a lot in advance

    Hello Wayne,
    I am not sure how you 'assign' an SFC to an operator (User). Anyway, you may use Certification functionality of ME to 'certify' some particular Users on Operations/Resources etc. KBA #1618564 may be helpful for you.
    Regards,
    Alex.

  • How to Assign Person (Personnel Number) without work Center

    Dear All,
    How to setup personnel number in order not using general and internal work center in operation service order area?
    if i use work center, it make HRD site and payroll will be damage
    please help me if you have any solution?
    Thanks
    Rendra Rizki

    dear all,
    When i tried to use co11n , the earning appearence :
    You want to confirm a network/order of the order type FEN1. However, this order type is allocated to an order category whose confirmation is not intended in this transaction.
    You try to confirm a network using a transaction intended for confirming production orders. Since networks and production orders are assigned to different order categories, the system issues an error message.
    so i still can't use this tcode, do you have any?
    Thx

  • Assign Employee to Work Center Vs Project Team

    Hi Experts,
    I would like to ask you what are the main implications of assigning employees to the project using "Project Team for WBS element" instead of assigning them directly to the Work Centers?
    Thanks

    Project team assigned to WBS element is available for use in all the work center of activities under this WBS. While if you assign a resouce to work center it is automatically available for project team if you want so.
    While when you assign people to work center,  then resource planning and capacity levelling is at more microlevel (network activity level).
    The workcenter-personnel number is more rigid assignment than assigning a project team to WBS element.
    There might be some more points which can have difference in both the process. I expect  otherw will also express their views about them.
    Regards,
    Mahendra

  • How to use the validation work in Both TAB and Mouse keys in Forms6i

    Hi,
    I have a validation script once it's validated it should execute the query.But using When-Validate-Item i can't use execute_query.I am able to use the validation in Key-Next-Item trigger but if the user moves the cursor using mouse then it's not working.
    How to use the validation script working in Both Scenarios(Tab and Mouse keys).
    Can anyone please give inputs to rectify the above issue?.

    So you have multiple fields, but on at least one of them if it's valid you immediately want to execute the query?
    You could create a hidden field in a control block Query_Now default 'N'. In a WHEN-VALIDATE-ITEM on your item, if it's determined to be valid, then set Query_Now to 'Y'.
    In a WHEN-NEW-ITEM-INSTANCE at block level, check if Query_Now is 'Y'. If it is then execute the query (and set it back to 'N').

  • Can we control Work center group links using auth object UIU_COMP

    Hello All,
    We are running into an issue while doing our PFCG role configuration.
    I need to know if we can control Work center group links in a business role through auth object UIU_COMP.
    We can control Workcenter's but not 'Work Center Group Links'.
    Here is what we did:
    - We have a business role Z_RA_DEFAULT.
    - The Nav Bar Profile SRV-PRO for this business role has some work center group links that are checked in menu and visible.
    - I'm trying to find the values in the auth object UIU_COMP to restrict Work center group links.
    - Even though the values Work center group links are in menu and visible,
    I want to remove these Work center group links from the screen using the auth object.
    - If we remove the check from in menu and visible in the business role the Work center group links disapper from the screen.
    Right now this is only way we are able to controle Work center group links.
    Question:
    - Can I use UIU_COMP to restrict Work center group links?
    - any another auth object that controle Work center group links?
    - any document/ website / info  available which tells us what can we restrict with auth object UIU_COMP?
    - or any other way of doing this... like code change, user exit, ....?
    Really appreciate your help.
    Thanks,
    Nasir

    I am not sure if I have understood the issue correctly, but still what stops you from actually creating a clone business role to your existing business role and deactivating the in menu visible work center group links. Use this new business role for users who need to be prevented from viewing the work center groups links in question.
    If you are going to use authorization objects to control the visibility wont it impact all users (still defeating your original purpose?)
    Again apologies in case I have got the question wrong.

  • How to link Cost center and Work center?

    Hi All,
    We have a list of Work centers and the corresponding Cost centers. We need to know which tables can be used to connect the Work center with its corresponding cost center?
    Thanks:
    Siddharth

    Hi Please use t-code OP42. Make sure all your configuration for work centre is there. You link cost centre in the costing tab of work centre basic data.
    Hope this helps.
    Thanks
    Sanjeev

  • How to change the main work center and  work center of each operation when generating work order by maintenance plan

    Dear experts,
    I face a problem that system get main work center from equipment master data as a default main work center in maintenance plan when creating maintenance plan. however, if main work center in equipment is changed later, the change will not synchronize to related maintenance plan. if work order is generated from maintenance plan, main work order in order is defaulted from maintenance plan instead of updated work center in equipment.
    another problem is that, for those orders generated by maintenance plan, the work centers in  operations is defaulted from task list in maintenance plan. in most case, work center in task list is dummy. Actually the work is done by work center in equipment master data.
    My expectation is how to auto replace the main work center and work center of operations in work order with the one in equipment master data if order is generated by maintenance plan? is there any standard configuration or enhancement/BADi that can help with this requirement?
    thanks!
    Wesley

    Wesley,
    Sorry - development is the only way.
    Another option is to create a batch program that runs before your IP30 run(s) and updates any maintenance items and task lists with the correct work centres.
    PeteA

Maybe you are looking for

  • Solved! All-in-Ones Misalignment on Costco or Heavy Photo Paper Issue

    Hi, after much frustration, I finally came upon a solution to the issue of misalignment when printing heavy (Costco or HP Premium) photo papers. My printer is networked and connected via the router. This fix will probably work with other All-in-Ones

  • Photoshop CS4 (64bit) & Win7 x64 problem fixed

    I just wanted to post this to help anyone who might be having this problem. Here's the problem. When you use Photoshop's lasso tool, you can press ALT at the same time, and it would turn into a magnetic lasso tool that you can use to make straight li

  • Issue in customized help menu

    Hi, There is a requirement to customize the help menu in standard SAP menu bar. For that I have created a function code in se41 in MENUSYST and status MEN and taken function code type as 'T'.  Also created a Z transaction code with a program to call

  • Problme with characteristics in report

    Hi.. In my query definition, I right-click on one of the characteristics..Eg. Posting Date --> Properties --> Change 'Suppress Results Rows' option from "Never" to "Always". --> Press OK. Then I get this pop-up with error message: Program Error Inter

  • Podcast Library problem

    I'm having a problem with my iTunes. It does not sync my 1UP Yours podcasts into the podcast library. I've removed them and added them back, but it just lumps it into my library and it does not show up in the podcast directory. Help?