BAPI to create Work Center

Hi, Experts,
Do you know which BAPI is used to create a work center?
Any thougths?
Thanks
Koffer

Hi Koffer,
  Refer to the link below:
http://www.sapbapi.com/bapi-list/
With luck,
Pritam.

Similar Messages

  • Problem in creating work center using bapi

    hai all,
    i am creating work center using " CRAP_WORKCENTER_CREATE ", it is also getting created successfully when I try to check CAPACITY for capacities and scheduling it is giving a error called.
    " in table T006 entry is missing " . why it is comming like that.

    Hi Goutam/Ram,
        I am trying to create capicity . I am useing CRAP_CAPACITY_CREATE .
       But I am getting so many errors. Is it the right Bapi or do know any other BAPI.
       We are trying to copy Capacities and work center from one plant to other.
    Plz send if you any documentation or code. Also send work order creating code.
    Thanks in Advance.

  • Bapi for change work center data

    HIi All
                    I need BAPI to change work center data for all categories and work center change transactions .....IR02 ,CNR2,CR02.
    Thanks in advance .

    Hai,
    Try the fm CRAP_WORKCENTER_CREATE
    BAPI_BUS2054_CHANGE_MULTI
    CRAP_WORKCENTER_CREATE
    Regards,
    Venkat

  • BAPI to create Profit Center Budget

    Hi friends,
    Can anyone help me out with a BAPI /FM to create Profit Center Budget in FI& CO module.
    Thanks in advance.

    Hi,
    I think there are no suitable BAPIs for this. You may try the BDC method for this.

  • 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

  • Standard IDOC/BAPI to create work order in CRM from ECC PS

    Hello Guys,
    Any input on any standard IDOC/BAPI I could use to create a work order in SAP CRM based on the data feed from SAP ECC (Project systems)?
    Any help on this would be really appreciated.

    Hii.
    Did u get answer of SAP-> XI->CRM. IF so, share wid us.
    I m stuck in same kinda scenario

  • WORK CENTER  master data n corresponding Bapi

    Hi........Gurus,
    Guys Please provide me hep for creating WORK CENTER master data using Bapi
    if u r providing exact Bapi name for creating  WORK CENTER master data or please provide step by step documentation or program logic
    that would be heplful to me
    Feel free to ask me if my Q is not clear
    Thanks in Advance
    Ravindra

    hi,
    Customized Work Center List
    The standard SAP Work Center List - CR05 includes the flag for
    deletion work center. This customized work center list allows
    you to include or exclude those work center that have been flag
    for deletion.  Those with a 'X' in the list are flag for deletion.
    REPORT ZPPWORKCENTER
           LINE-SIZE 120 NO STANDARD PAGE HEADING LINE-COUNT 058(001).
    TABLES: CRHD,  "Work Center Header
            CRTX,  "Text for the Work Center or Production Resource/Tool
            CRCO.  "Assignment of Work Center to Cost Center
    SELECT-OPTIONS: S_WERKS FOR CRHD-WERKS    DEFAULT 'XX',
                    S_LVORM FOR CRHD-LVORM.
    SELECT * FROM CRHD WHERE LVORM IN S_LVORM
                         AND WERKS IN S_WERKS.
       CLEAR CRCO.
       SELECT SINGLE * FROM CRCO WHERE OBJTY = 'A'
                                   AND OBJID = CRHD-OBJID
                                   AND ENDDA => SY-DATUM.
       CLEAR CRTX.
       SELECT SINGLE * FROM CRTX WHERE OBJTY = 'A'
                                   AND OBJID = CRHD-OBJID
                                   AND SPRAS = 'E'.
       WRITE: / CRHD-LVORM,
                CRHD-WERKS UNDER 'Plnt',
                CRHD-ARBPL UNDER 'Work Center',
                CRCO-KOSTL UNDER 'Cost Center',
                CRTX-KTEXT UNDER 'Description'.
    ENDSELECT.
    TOP-OF-PAGE.
        WRITE: / SY-DATUM, SY-UZEIT, SY-REPID, SY-UNAME,
                 SY-PAGNO.
        SKIP.
        WRITE:/3 'Plnt',
               8 'Work Center',
              20 'Cost Center',
              33 'Description'.
    *-- End of Program
    try these bapis...
    BAPI_BUSPROCESSND_CREATEMULTI
    BAPI_WORKCENTER_GETDETAIL
    BAPI_STANDARDMATERIAL_CREATE
    THANKS
    KARTHIK

  • How to create New Work Center

    Dear Experts
                      How to create New Work Center?, what are all the inforamtions  need while creating workcenter.
    Regards
    Rajakarthik

    Hi,
    In addition to the above post, you need to identify that:
    1. Whether you need separate activity types and cost center for the newly created work center. These details are entered in the Costing View of the Work Center.
    If these are required then use KL01 to create new activity, KP26 to define the activity price.
    If required create cost element using T Code KA01 and Cost Center using KS01.
    Take help from the CO guy on this.
    2. Also  you need to ask the concerned about the operating times for the wor center. That is Start time and End time of WC. It is used for capacity evaluation and scheduling of the orders. It is maintained in the capacity view (Bottom left Button in the view).
    this view will also contain the details regarding the calendar, to be assigned to the work center, if needed. Collect details for this requirement. Also you can assign a different calendar to WC apart from factory calendar.
    3. Find out whether this WC will be operating in shifts or not. Accordingly maintain the details.
    Hope it is useful for you.
    Revert for clarifications
    Regards,
    Rohit.

  • How to create a work center for Workflow

    Dear all,
    I need some material or help to create work center in workflow
    for agent assignment.
    or
    How to assign Multiple responsible agents for a specific task
    Regards,
    Gaurav Sood

    Hi Imthiaz,
    Good Morning,
    I will Like describe you the secnario that i am in.
    I have customised workflows for
    1. Please release PO
    2. PO release effected.
    Both creator and relesing authority get notification for the same
    in SAP Inbox.
    In Addition to that i want to assign few other people who should get notification of mail PO Released.
    can you explain a bit more about Expression table
    regards,
    Gaurav

  • Work Center CR02

    Hi,
        We have created Work Center in 2007 with the following Validity date Jan 2007 to Dec 2009. I have checked the Validity date of associated Cost Center and its ending Year is 9999.
    Now I want to Change the Validity date of Work Center to 9999. So this validity restriction could occur some issues during planned order creation or production order creation? Can I change the date directly.
    Regards.....

    Hi
    this  link will help you
    [Work Centers - changing validity period under costing tab;
    Regards

  • Shift sequence query in PP work center

    Dear All,
    I am having one problem while maintaining shift sequence in work center. I have maintain all config settings in OP4A shift 1 shift 2 shift 3 but when I create work center and select shift sequence, it is only taking shift 1 and not all 3 shift for all 7 days.
    Can anyone tell me the solution?
    Thanks in advance.
    Regards,
    Max

    Dear Santosh,
    Thanks for the valuable inputs.
    I have created following sequence in OP4A.
    1, Create a Group eg. CB
    2.Create a shift definitions like SHIFT1,SHIFT2,SHIFT2, START/END DATE, START/FINISH TIME OF SHIFTS, NO BREAKS ARE THERE and assign it to group.
    3. Define individual shifts SEQUENCE DAYWISE wrt to groupo.
    4..Assign grouping in capacity header of work center.
    5.Now go to add interval option and create a new version of capcity which contains desired shift sequence from the shift group assigned.
    7. assign proper valid froma and valid to dates.
    8. In capacity header screena ssign the newly created capcity vesrion as active vesrion.
    BUT STILL i WILL ABLE TO MAINTAIN ONLY FIRST SHIFT SEQUENCE FOR ALL 7 DAYS.
    SYSTEM IS NOT SHOWING 2ND AND 3RD SHIFT.
    PLEASE HELP ME OUT.
    THANKS
    MAX

  • Regarding Work Center Capacities

    Dear Exprts,
    How many Capacity Categories Can we maintain in Work center.
    Regards,
    MANOJ

    Dear Manoj,
    How many Capacity Categories Can we maintain in Work center.
    One can maintain any no of Capacity Categories in the work center, provided that you have actually defined/maintained
    that no of Capacity categories in customizing.
    So while creating work center you can have capacity categories like machine, person, processing unit, lab etc. as per requirements.
    Revert back in case of query,
    Thanks,
    Sudhakar

  • Open Space as a work center

    Hi Gurus,
    My client is in fabrication work. Client has a huge open space where they perform the work. Now client  want to do the capacity planning for the open space. Suppose has the space of 10000 sq meter. In that space can produced 3 finished products. If the fourth order order comes system should show the overloading? How can i do this scenario in sap?
    Its an urgent.
    Thanks in advance.
    Regards,
    Mayur

    Hi Mayur,
    For your requirement, below are some suggestions:
    1. Create work center category as Free Space:
    You can define the task list usability of the work center category by customizing transaction: OP40.
    2. if required create the capacity category as "Free Space" by copying from 001/Machine.
    Maintain all the other settings related to Work center like: Standard available capacity, shifts etc..
    Whether to consider the capacity for 3 products or more is entirely depends on your work center formulas and standard values..
    Hope this helps..
    Revert for further discussion..
    Regards,
    Siva

  • Combine Work Center Link Groups in one Work Center

    Hello Experts,
    our requirement is to combine the Work Center Link Groups of several Work Centers into one Custom Work Center.
    For example, the work centers Knowledge Management and Managing Operations. (IC-MGRKM, IC-MGRMA)
    They have Work Center Link Groups like IC-MGMA-CR or IC-MGKM-CR. Now we defined an own work center Y-IC-MGRMA and assigned these links groups (and others) to the Work Center.
    However, when we open the Work Center we only ever see links of one work center type (for example only the links of Knowledge Management).
    Is it even possible to combine the different work centers into one big work center with many links? What would we have to do to achieve this?
    Help would be appreciated!

    If I am not wrong you are assigning standard work Center Link Groups like IC-MGMA-CR & IC-MGKM-CR to newly created Work center Y-IC-MGRMA .If I try the same, all related links can be made visible. The process you are following is correct.
         You may have confused with the nomenclature of your work center ID - Y-IC-MGRM. Please look into the "Group ID" column, if you are assigning standard group links as mentioned above you will find three logical link ID for Knowledge management & two for MGMA too. In short if five logical links are available in second level navigation then things are correct at you end. I tried it and its working fine.
    Pease check.
    Thanks & regards,
    Amit

  • Re: Work flow for resource / work center in MEINT

    Hello Experts,
    We are working on SAP ME 15.0 recently installed. We are trying to send the work center from ECC to ME. In MEINT we see only the following work flow for work center / resource:
    As can  be seen, LOIWCS02 is not there. When we sent work center (category 9100) with LOIWCS02 IDoc type, it failed in MEINT. But when we sent work center from ECC (category 9100) using IDoc type 9100, it was processed successfully in MEINT but it created work center in ME.
    The other component LOIWCS02_ME_RES or LOIWCS02_ME_WC is not getting called. What is the possible reason and resolution?
    Would be thankful for any feedback on this.
    Thanks in advance
    Srinivas

    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

Maybe you are looking for

  • JDBC Receiver Communication channel Error

    Hi Friends, I am facing below error in JDBC Receiver Communication chnnel. Please shared your views. Message processing failed. Cause: com.sap.engine.interfaces.messaging.api.exception.MessagingException: Error processing request in sax parser: Error

  • What needs to be in my jndi.properties file to get oracle accessed by a jndi client

    I am trying to write a connection pool class that use jndi to locate the data base. I use "bindds" bind my OracleDataSource object with the name of 'test/jdbc/test'. I should then be able to do a lookup like: OracleDataSource ods = (OracleDataSource)

  • Itunes wont install vista

    Hey Folks, Im trying to install itunes onto windows vista but i keep getting a message saying "iTunesSetup_exe  - This file could not be downloaded.......Any Ideas?

  • How to tune self join query in Oracle 11g

    Oracle & SQL new to me,and I'm still in learning phase. Could you please help me to tune below oracle query?? This table contains ~95 lac records and it takes 1 hour to retrieve data using this query. Your suggestions/comments/help will be appreciate

  • Smartforms table: how to fix the number of rows to be display in the table.

    Hello. I´m having problems with a smartform. I have defined a window with 7 cm high. Then I have define a table to print the content of a table. I'm using the header, the main area, and the footer. It seems to be ok. But the main area is sizeble. I m