IW37N/IW49N - Include Operation Work Center Text Name

We are using MRS and when we assign operations to specific technician work centers, it updates the operation work center.  We have a need to have included on the layout the specific text name for the work center.  In looking at other posts, the requests have been for personnel number name or other text but I have not see this. 
We are at ERP 6.0/EP  3

Linda,
  You will have to apply the same concept and extend the same using BADI_EAM_SINGLELEVEL_LIST to add fields.You would have to activate business function LOG_EAM_CI_2 to activate this BADI.
Regards
Narasimhan

Similar Messages

  • Changing operations work center during creation of  PM order

    Hi all,
    I am looking for BADI or EXIT in order to change operationS work center which created from maintenance calls.
    Does anyone know such possibility?
    Assaf

    Assaf,
    Have a look at BADI IWO1_TL_INTEGRATION2.
    Also see [OSS Note 925072|https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=925072]
    Which system are you running?
    PeteA

  • PM Order - Change operations Work Center to Main Work Center

    Hi Experts,
    We have prepared a tool for client, which create Maintenance Plan and order in the background.
    The order created is having "Main Work Center" defined at header and "Work Center" at the operations level. In the current scenario the "Main Work Center" and "Work Center" are different say 'ABC' & u2018XYZu2019.
    Client has the requirement that work center maintained at operations should be same as the main work center.
    We need to implement the solution to take care of work center to be same as main work center while creation of the order in the background.
    Has anyone worked on the similar requirement before?
    I checked for existing USER EXITS for IW31/32/33 and found only one IWO10012. This doesnu2019t seem to be much useful.
    Please suggest any possible solution.
    Thanks,
    Ankur Sharma

    Hi,
         The work Center entered by default comes in operation work center, u can do validations while saving the Order :-using user exit : IWO10009 PM Order: Customer Check for 'Save' Event.
    regards
    pushpa

  • User exit/Badi for changing operation work center based on service product

    Hi,
    I have an requirement to change the operation work center based on the service product in IW31/IW32 transaction. I am using the BAdi 'IM_SM_BADI_READT399A' for changing the main work center. It changes all the operation work centers except the first one. But I need to change it all the operations.
    Thanks in Advance.

    I am using the enhancement spot 'IWO1_TL_INTEGRATION2' for changing the first operation work center

  • LSMW for Work center text

    Hi Experts,
    Im developing LSMW to upload the Work center text(TCode CA10).
    I did tried on Direct input -> program /SAPDMC/SAP_LSMW_IMPORT_TEXTS in LSMW. The uploading process was done successfully but it <u>can not</u> be used in Master Recipe assignment(TCode C202). Reason due to the direct input program doesn't has <u>Work center short text</u>. FYI, the Work center short text is entered during the Work center text creation via CA10 first screen.
    And i did tried on CA10 manually, work center text only <u>can be used</u> in TCode C202 when it is created <u>with short text key in at CA10 first screen</u>. While for the Work center text that created <u>without</u> short text key in, system will prompt <u>error</u> when i try to assign the Work center text into C202.
    Thus, i may need you advice. In LSMW other that direct input,is there any BAPI or IDOC available for the Work center text upload?
    Please comment.
    Thanks in advance.

    Hi SKK,
    Thanks for you reply.
    I did tried on FM SUBMISSION_PROCESSING, and found:
    It is being trigger online, whereby i need to key in the text manually.
    Since my requirement is mass upload, hence that is impossible for me to execute the FM to key in the text manually.
    Do you know there is any other FM/BAPI/IDOC that can perform the <u>Work center Short and Long text</u> in background mode?
    Please comment.

  • Idoc for Resource/Work center characteristics .

    Hi All ,
    I want to send Resource/Work Center characteristics name and value from SAP R/3 to Legacy system via PI.
    The requirement is that I should use Idocs.
    Is there any Idoc in which I can send the following info.
    1.Resource/Work Centre
    2.Resource Description Text
    3.Characteristic Name
    4.Characteristic Value.
    Can we use CHRMAS04 . If yes then how do we pass Resource and its text.
    Thanks in advance

    Hello Alexander,
    Thanks for the quick reply.
    As per the help document, the work center category 9100 is supposed to create a Resource in SAP ME but it ends up creating work center in ME.
    If you see the screen shot I had put in my query, I see that there are three work flows - one for LOIWCS03 and the other two for LOIWCS02_RES and LOIWCS02_RES. Would this make any difference since I would expect that the work flow for RES and WC should also be in line with LOIWCS03?
    I will be asking my tech team to raise a support incident for this. Meanwhile I would appreciate your reply on this.
    Thanks
    Srinivas

  • Formulas in Work Center

    Hi SAP Gurus...
    When creating a Work Center, on tabs "Capacities" and "Scheduling", there are a lot of formulas.
    I understand the objective of the formulas, and I know how to create new formulas and parameters in SPRO.
    The only thing that I cannot do, is to see some results of the formulas calculation. It only makes a calculation when I run a test in Extras ® Formula ®Test.
    Is this normal, or we can see the results of the formulas somewhere else?
    My objective was to have the formulas working on the results of the tab "Operations" in the Maintenance Order.
    Thanks in advance.

    Hi
    As per Pete Advice
    TCODE : IW49N
    Enter the Work Center and Execute
    In the change Layout... select the actual time start, end, actual Work, Forcast Work...
    It will display the Hours
    - Pithan

  • Work center wise production order infomation report

    Hi all,
    i have a requirement that workcenter wise (with date) production order information with quantity details (plan and actual).
    Eg: My production order quantity - 40 nos. (it takes 4 days to finish).
          i have three operation in production order.
          my order scheduled start date - todays date.
    In standard, when enter my first operation work center, system showing production order and its quantity (40 nos) . but i need to split that order quantity in report.. means on todays date for particular production order - order quantity = 10 nos.
    Clent want like that (with quantity break) report..
    Any standard report ???
    If customization.... How it can be mapped in SAP.??
    Thanks in advance

    Hi,
    You can use the FM COIS_SELECT_ORDER_DATA_READ.
    CALL FUNCTION 'COIS_SELECT_ORDER_DATA_READ'
          EXPORTING
            iv_prod_order_sel       = lv_prod_order_sel
            iv_proc_order_sel       = lv_proc_order_sel
            iv_planned_order_sel    = lv_planned_order_sel
            iv_rem_objects_only_sel = lv_rem_objects_only_sel
            is_objects_to_read      = ls_objects_to_read
            it_parameter            = lt_parameter  "General Structure for PARAMETERS and SELECT-OPTIONS
            it_status_hdr           = lt_status_hdr
            it_status_opr           = lt_status_opr
            it_status_cmp           = lt_status_cmp
          TABLES
            ct_ioheader             = lt_ioheader
            ct_ioitem               = lt_ioitem
            ct_iodocl               = lt_iodocl
            ct_ioopdocl             = lt_ioopdocl
            ct_iomamo               = lt_iomamo
            ct_ioconf               = lt_ioconf
            ct_ioopconf             = lt_ioopconf
            ct_iosoconf             = lt_iosoconf
            ct_iogomo               = lt_iogomo
            ct_ioopgomo             = lt_ioopgomo
            ct_iosogomo             = lt_iosogomo
            ct_iogmer               = lt_iogmer
            ct_ioopgmer             = lt_ioopgmer
            ct_iosogmer             = lt_iosogmer
            ct_iosequen             = lt_iosequen
            ct_iooper               = lt_iooper
            ct_iosoper              = lt_iosoper
            ct_ioopcomp             = lt_ioopcomp
            ct_iooppreq             = lt_iooppreq
            ct_iosopreq             = lt_iosopreq
            ct_iooppord             = lt_iooppord
            ct_iosopord             = lt_iosopord
            ct_ioopmst              = lt_ioopmst
            ct_ioopprt              = lt_ioopprt
            ct_ioopcap              = lt_ioopcap
            ct_ioopscap             = lt_ioopscap
            ct_iosocap              = lt_iosocap
            ct_iososcap             = lt_iososcap
            ct_ioopsccf             = lt_ioopsccf
            ct_iososccf             = lt_iososccf
            ct_ioprodlist           = lt_ioprodlist
            ct_iomatver             = lt_iomatver.
    This FM get data from the report used by transaction COOIS. If you needed the header data then you can use lt_ioheader table and seperate the data with the date. If you need at operation basis the you can use lt_iosoper table. You can use this FM to create custom report even with the checks like material availability, PRT availability, capacity requirement etc.
    Thanks and regards,
    Pradip
    Edited by: Pradip Ray on Aug 26, 2009 8:26 AM
    Edited by: Pradip Ray on Aug 26, 2009 8:26 AM
    Edited by: Pradip Ray on Aug 26, 2009 8:26 AM
    Edited by: Pradip Ray on Aug 26, 2009 8:27 AM

  • Work center decision

    Dear all,
    Ex- Reactor is main work center main  , under this we r having different type of reactors like R1,R2, R3
    my client want to maintain main rector(work center) in master recipt, and they  will take a perticular work center decision at time of creation of process order. means they will change work center reactor to R1 or R2 as per avaibility of machin
    I suggested, Initially sytem copy  std. master recipt in process order , then u will make a changes of  work center at process order lavel as per you requirement.
    Is it ok suggetion ? or do u have any different idea?
    Kindly let me know
    thx

    Dear,
    There is one more way to incorporate such requirement.
    Create additional master recipes which includes different work center.Then create different production version to incorporate that different master recipe and work centers.
    Now at the time of production release or creation do the selection of required production version as per the work center availability.
    Regards,
    Dhaval

  • How to connect MAPL and PLPO to derive work center for planned order

    Hi,
    Anybody know how to derive work center using MAPL and PLPO for planned order (PLAF). Is there any connecting table between MAPL and PLPO.
    Please help asap.
    Regards,
    Mitali

    I guess u r trying to view the detail scheduling info (tab in MD13) for a planned order . In that case -
    1. Go to PLAF and enter the planned order number. (PLAF-PLNUM) and get the ID of the capacity requirements record (PLAF-BEDID).
    2. With this PLAF-BEDID go to KBED. pass the value here. KBED-BEDID. The KBED-ARBID values are your work center ID.
    3. To get the work center texts ( the way is appears in the screen) - Pass this value to CRHD . CRHD-OBJTY = 'A' ( i.e Type work center) and CRHD-OBJID = KBED-ARBID.
    Hope it solves ur prob.
    Cheers
    SKC

  • Replace Main work center for maintenance order

    hello
    I have to change the work center maintenance orders to 1000.
    Is there a standard transaction to make this change in mass?
    or I'll have to create a LSMW?
    thanks
    Paulo Picarra

    Hi Paulo
    though you have closed this thread I would like to tell you that In standard T- code IW38 there is a carry out mass change option available through which you can change many data including Main Work center. Pl check the following steps
    Select the orders through IW38 & click on order (at the top menu) & select carry out mass change (or CTRL+F11)
    you will get a popup screen for selection of fields to be changed.
    Pl check & give feedback
    Regards
    Shakti

  • Tables for Basic end date and work center for operation

    Hi!
    I need table name to fetch the basic end date of a maintenance order and maintenance work centers with respect to each operation in maintenance order.
    Regards,
    VM
    Edited by: V M on Jul 20, 2010 7:22 AM
    Edited by: V M on Jul 20, 2010 7:35 AM

    Hi VM,
    Input is Order Number (AUFNR).
    You can find the Basic End date of Order in Table AFKO, filed is GLTRP.
    For work center in Operations, you can use the Table AUFPL from AFKO.
    Pass this AUFPL in AFVC and get the ARBID.
    Then pass this ARBID to CRHD Table as OBJID, and get the work Center (ARBPL)
    Regards,
    MLN Prasad

  • Shift operator in work center

    Our plant works in 3 shifts. for every shift there are total six persons working on it. 2 in each shift.
    we need to assign the name of person working on the particular machine. Where can be the assignment  of the actual person working on the workcenter be made.
    thanks and warm regards.
    Edited by: pankaj lade on May 8, 2008 12:32 PM

    Hi,
    One information required..
    Why you wanted to have the operator names to be attached to your work centers?
    You can have the Operator Names at the time of Confirmation of the Operation (This is what you wanted for Tracking purpose?)
    1. Have the Operator Name or No. in Personal Number Filed in CO11N (you need to actvate the HR Transactions)
    2. Activate a Stadard Value key with Operator and during confirmation the relevnt operator can enter their name or No. there
    3. in CO11N text field as the operator to enter their name..
    Hope this helps..
    Regards,
    Siva
    Edited by: Siva Kumar M on May 8, 2008 4:22 PM

  • Work center's description copy automatically in operation Routing

    Hi all,
    Could anyboy tell me where point of spro is to customize that work center's description is copied automatically in the operation Routing's description?
    I try to search for it but I don't find it still.
    Thanks in advance

    Hi,
    A suggestion:
    In CA10, create a key say Z1 & give the description same as work center's description.
    Now go to CR02 & for the work center in default values tab, assign the key to the field Standard Text key.
    Now when you create a routing which uses this work center, the operation description will contain the work center description.
    Regards,
    Vivek

  • Bapi for getting work center using receiving order and operation.

    Hi Abapers,
    could you tell me the name of bapi which takes receiving order , operation
    and giving back work center
    Thanks in Advance.

    Hi,
      Try this one Data_Sales upload
    Bye

Maybe you are looking for

  • How to use the place call step in the script

    I am new to uccx and the document does not explain alot for me related to this step so much. In the destination field : i use a  variable of string that matched before. The call contol group id : i use the integer of 2 ,the same as configured in the

  • Unable to modify embedded Excel spreadsheet

    Unable to modify embedded Excel spreadsheet I am having problems with 2 Xcelsius files.  When I open them and try to change the tab name, the embedded Excel spreadsheet is coming up that it is protected, but I have never put a password on these 2 fil

  • It all started with the updating, now my nano is DEAD

    I updated itunes to the most recent version, and when I synced my ipod, the songs were all gone. I followed the directions and got the songs back from the library. They were replaced on my ipod when I sync'd it and then when I updated the podcasts th

  • Extracting portion of a recorded waveform

    Hi. I'm using NI RF Phase-Coherent Multi-Channel Version 1.1. I'm recording and then playing back a signal. Is there a way that I could just playback a portion of the recorded waveform? For example, capturing a portion in the "middle" of the entire d

  • Left-hand menu column disappeared - how do I get it back?

      Windows XP