Scheduling and Bursting to Dashboards

We are doing this on BI Publisher.
We have a report that can be run across all projects(around 3000) in the organization. We can schedule the report but we dont want to schedule it for each project.
Is there way to schedule the report from BI Publisher and burst it by Project to the Dashboards?
Thanks in Advance,

Hi
You can use the bursting option for the same.In the bursting properties set the spilt by and deliver by to department name ie
Split by:/ROWSET/ROW/DEPARTMENT_NAME
Deliver by::/ROWSET/ROW/DEPARTMENT_NAME
And in the SQL query give the query similar to this
select d.department_name KEY,
'Template1' TEMPLATE,
'RTF' TEMPLATE_FORMAT,
'en-US' LOCALE,
'PDF' OUTPUT_FORMAT,
'EMAIL' DEL_CHANNEL,
'[email protected]' PARAMETER1,
'[email protected]' PARAMETER2,
'[email protected]' PARAMETER3,
'SUBJECT: Bursting to Email Test' PARAMETER4,
'BODY: Test Report Body' PARAMETER5,
'true' PARAMETER6,
'[email protected]' PARAMETER7
from departments d
For further details just look into the below site.This must definetely solve your problem:
http://www.oracle.com/technology/obe/obe_bi/bipub/advance/advance.htm

Similar Messages

  • Scheduling and Bursting

    Hi All,
    Can anyone explain about the how to scheduling and bursting of a report.
    Plz very urgent....
    I am using BIP EE 10.1.3.3 and i am beginner to this tool
    Regards

    Hi,
    thanx for your reply...
    Scheduler tab is enabled.
    after clicking submit in schedule section it is giving following error....
    oracle.apps.xdo.servlet.scheduler.ProcessingException: Exception [TOPLINK-4002] (Oracle TopLink - 10g Release 3 (10.1.3.0.0) (Build 060118)): oracle.toplink.exceptions.DatabaseException
    Internal Exception: java.sql.SQLException: ORA-00942: table or view does not exist
    Error Code: 942
    Call:UPDATE SEQUENCE SET SEQ_COUNT = SEQ_COUNT + 1 WHERE SEQ_NAME = 'SUBSCRIPTION_ID_SEQ'
    Query:DataModifyQuery()
         at oracle.apps.xdo.servlet.scheduler.toplink.ToplinkDataHandler.insertJob(ToplinkDataHandler.java:599)
         at oracle.apps.xdo.servlet.ui.scheduler.SchedulerServlet.scheduleJob(SchedulerServlet.java:1852)
         at oracle.apps.xdo.servlet.ui.scheduler.SchedulerServlet.doPost(SchedulerServlet.java:289)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
         at oracle.apps.xdo.servlet.security.SecurityFilter.doFilter(SecurityFilter.java:80)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:368)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:866)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:448)
         at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:216)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:117)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:110)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:595)
    Caused by: Exception [TOPLINK-4002] (Oracle TopLink - 10g Release 3 (10.1.3.0.0) (Build 060118)): oracle.toplink.exceptions.DatabaseException
    Internal Exception: java.sql.SQLException: ORA-00942: table or view does not exist
    Error Code: 942
    Call:UPDATE SEQUENCE SET SEQ_COUNT = SEQ_COUNT + 1 WHERE SEQ_NAME = 'SUBSCRIPTION_ID_SEQ'
    Query:DataModifyQuery()
         at oracle.toplink.exceptions.DatabaseException.sqlException(DatabaseException.java:282)
         at oracle.toplink.internal.databaseaccess.DatabaseAccessor.executeDirectNoSelect(DatabaseAccessor.java:658)
         at oracle.toplink.internal.databaseaccess.DatabaseAccessor.executeNoSelect(DatabaseAccessor.java:707)
         at oracle.toplink.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:496)
         at oracle.toplink.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:442)
         at oracle.toplink.publicinterface.Session.executeCall(Session.java:717)
         at oracle.toplink.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:117)
         at oracle.toplink.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:103)
         at oracle.toplink.internal.queryframework.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:146)
         at oracle.toplink.internal.queryframework.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:126)
         at oracle.toplink.queryframework.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:54)
         at oracle.toplink.queryframework.DatabaseQuery.execute(DatabaseQuery.java:603)
         at oracle.toplink.publicinterface.Session.internalExecuteQuery(Session.java:2062)
         at oracle.toplink.publicinterface.Session.executeQuery(Session.java:981)
         at oracle.toplink.publicinterface.Session.executeQuery(Session.java:953)
         at oracle.toplink.sequencing.QuerySequence.update(QuerySequence.java:289)
         at oracle.toplink.sequencing.QuerySequence.updateAndSelectSequence(QuerySequence.java:238)
         at oracle.toplink.sequencing.StandardSequence.getGeneratedVector(StandardSequence.java:58)
         at oracle.toplink.sequencing.DefaultSequence.getGeneratedVector(DefaultSequence.java:121)
         at oracle.toplink.sequencing.Sequence.getGeneratedVector(Sequence.java:229)
         at oracle.toplink.internal.sequencing.SequencingManager$Preallocation_Transaction_NoAccessor_State.getNextValue(SequencingManager.java:382)
         at oracle.toplink.internal.sequencing.SequencingManager.getNextValue(SequencingManager.java:864)
         at oracle.toplink.internal.sequencing.ClientSessionSequencing.getNextValue(ClientSessionSequencing.java:75)
         at oracle.toplink.internal.descriptors.ObjectBuilder.assignSequenceNumber(ObjectBuilder.java:201)
         at oracle.toplink.publicinterface.UnitOfWork.assignSequenceNumbers(UnitOfWork.java:376)
         at oracle.toplink.publicinterface.UnitOfWork.collectAndPrepareObjectsForCommit(UnitOfWork.java:774)
         at oracle.toplink.publicinterface.UnitOfWork.commitToDatabaseWithChangeSet(UnitOfWork.java:1312)
         at oracle.toplink.publicinterface.UnitOfWork.commitRootUnitOfWork(UnitOfWork.java:1097)
         at oracle.toplink.publicinterface.UnitOfWork.commit(UnitOfWork.java:865)
         at oracle.apps.xdo.servlet.scheduler.toplink.ToplinkDataHandler.insertJob(ToplinkDataHandler.java:587)
         ... 16 more
    Caused by: java.sql.SQLException: ORA-00942: table or view does not exist
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:138)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:316)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:282)
         at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:639)
         at oracle.jdbc.driver.T4CStatement.doOall8(T4CStatement.java:113)
         at oracle.jdbc.driver.T4CStatement.execute_for_rows(T4CStatement.java:561)
         at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1161)
         at oracle.jdbc.driver.OracleStatement.executeUpdate(OracleStatement.java:1585)
         at oracle.toplink.internal.databaseaccess.DatabaseAccessor.executeDirectNoSelect(DatabaseAccessor.java:649)
         ... 44 more

  • Bursting of Dashboards... and Email it to the users.....

    Hi
    I need to develop dashboard which has to be sent to clients through email in such a way that users of a particular house gets details of only his house and should not be able to see other houses.i.e. Bursting of reports.
    My dashboard i build it in Xcelsius2008 and data is through QaaWS. There are around 5 connections to QaaWS in the Dashboard. I deployed the dashboard into infoview and it is working fine.
    Issues remaining are,
    1. Need to burst the dashboard or publish them.
    2. Send them to clients through email.
    As i deployed it in infoview and i see there is now option for scheduling, is there any way out so that by doing publishing the dashboard we can schedule and send them through emails?
    Do i face any connectivity problem if i sent it thru email?
    Or there are any other way of doing it.
    Please Suggest...i am new to this.
    Thanks & Regards,
    NareshE.

    Hi,
    The closest you might be able to get to this is a prototype from the Labs team: http://labs.businessobjects.com/
    Look for the Xcelsius Publishing Plugin (you need XI 3.x for this).
    Regards,
    Matt

  • Publication, Scheduling and Report Bursting

    Hi,
    what is the main differences  between Publication and Scheduling and Report Bursting.
    Regards,
    G

    Hi,
    When scheduling a WebI report, you instruct the system to let it run for a certain parameter set at a given time. The result is stored in your system and it called instance.
    In a publication you can include more than one reports (several kinds too) and define how and to whom you want to delivered them to. Then you can run/schedule your publication and the content will be delivered as defined at a given point in time.
    How to use publication link.
    http://davidlai101.com/blog/2011/10/27/step-by-step-guide-on-bursting-reports-in-business-objects/

  • How to schedule and deliver a report in OBIEE 11g as an link or url to the report ?

    I am using OBIEE 11.1.1.6. We have a requirement to schedule and deliver reports as a URL and not as an attachment ( as the file sizes are quite huge ). Have any one implemented such a scenario ? If so kindly share was it an out-of-tne-box solution or used web services ? Thanks in advance

    Hello user9210174,
    I have tried in this way.Let me know if it meets your requirement.
    Created a dummy report with all the reports embedding as a Link and this report i have inserted into a dashboard then created an agent to schedule this dashboard.
    Thanks,
    Sasi Nagireddy..

  • How to add a link like "Export" to schedule the report in dashboard

    when i add a report into dashboard, i can "analyze","edit" or "export" it using report links.
    but now if i browse my dashboard, i find a report which i am interested in, and i want to schedule it directly in dashboard.
    i suppose it will be a botton or a link like "analyze" or "export".
    but i can not get the report's path directly, wich i want to use it in the catalogobject parameter of writeibot() web service.
    can anyone help me?
    Thanks,
    newkoa
    Edited by: user7719731 on 2013-4-15 下午5:49

    yes, i need the report path when i open the dashboard.
    it's better to display the report path with the report.
    so i can format catalogobject parameter ,
    and then use writeibot() web service to schedule the report manually.
    thanks

  • Questions on Scheduling and Running an Agent and Scenario

    Hi,
    I have created a scenario and I want to schedule it to run. Is it possible to schedule and run it using an agent but having no Repository?
    Thanks,
    Randy

    Hi Rathish and GuruSank,
    Thanks for replying. I inserted a schedule in my scenario. After that I go to Topology Manager -> Physical Architecture and Update the scheduling of my agent
    but the below error shows up;
    java.net.ConnectException: Connection refused
    at java.net.PlainSocketImpl.socketConnect(Native Method)
    at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
    at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
    at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
    at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
    at java.net.Socket.connect(Socket.java:507)
    at java.net.Socket.connect(Socket.java:457)
    at java.net.Socket.<init>(Socket.java:365)
    at java.net.Socket.<init>(Socket.java:178)
    at com.sunopsis.dwg.dbobj.SnpSession.remoteExecuteTest(SnpSession.java)
    at com.sunopsis.graphical.r.bz.actionPerformed(bz.java)
    at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
    at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169)
    at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
    at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
    at javax.swing.AbstractButton.doClick(AbstractButton.java:302)
    at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1000)
    at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:1041)
    at java.awt.Component.processMouseEvent(Component.java:5488)
    at javax.swing.JComponent.processMouseEvent(JComponent.java:3126)
    at java.awt.Component.processEvent(Component.java:5253)
    at java.awt.Container.processEvent(Container.java:1966)
    at java.awt.Component.dispatchEventImpl(Component.java:3955)
    at java.awt.Container.dispatchEventImpl(Container.java:2024)
    at java.awt.Component.dispatchEvent(Component.java:3803)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
    at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
    at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
    at java.awt.Container.dispatchEventImpl(Container.java:2010)
    at java.awt.Window.dispatchEventImpl(Window.java:1774)
    at java.awt.Component.dispatchEvent(Component.java:3803)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
    at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
    Please help me again.
    Thanks,
    Randy

  • Scheduling agreement Fcst del schedules and JIT question

    We have a requirement of not sending forecast delivery schedules TOR to MRP from SA.
    Instead, we take this forecast delivery schedules and massage the data (add or delete) and then send it to MRP as regular forecast (PIR).
    so when the JIT schedules come, does the forecast get consumed with the JIT's in MD04?
    lets say, I got 100 pc for 2nd week of July 2011 as forecast delivery schedule from customer and I loaded them into MRP as PIR
    and I got JIT for only 90 PC for the 2nd week of july 2011.in MD04 will the 90 get consumed from the PIR??

    925,
    so in system it will show on 3/21 monday
    I guess this means that you are entering using a Day format rather than Week format.
    You have answered you own question already.  If the online SAP help, which you have read and reasonably paraphrased, is not clear enough to make you understand this, I cannot help you.
    JIT horizon is 3/23, Forecast is for 3/21. 
    As I stated before, even though it may in your mind represent a week's demand, it is still for one day.  There is no bucketing, nor time-based disaggregation, nor consumption.  It is just a scheduling agreement.
    You wrote
    am using MRP indicator D. that means within jit horizon, consider my jit quanity for requirements. and after jit horizon consider my forecast delivery schedules as requirements.
    .  This is a reasonable paraphrase of the SAP online help.  Do you believe this?
    Forecast schedule is for 3/21.  NOT for W 12/2011.  This is before the JIT horizon, isn't it?  What do you think will happen to the forecast schedule, looking at the last 'rules' you just wrote? and as stated in the SAP help that you read?
    Now you want to enter JIT schedules. 21/22/23/24/25/26.  JIT horizon is 23.  24/25/26 are after JIT horizon.  What do you think will happen, based on the 'rules' you just wrote? 
    I feel my time is being wasted when you keep asking me these questions, already having the answers explicitly stated in SAP oinline help.  Since you do not have access to a system, this cannot be a support issue, it is a evidently a matter of idle curiosity for you.  I therefore believe I will will move onto other forum questions, where there is a possibility that the questioners will get some business benefit from my answers.
    Best Regards,
    DB49

  • Forecast delivery schedules and JIT deliveries

    Hi Gurus,
    Got a question on sales scheduling agreements schedule lines. Our customer sends 10 weeks of forecast delivery schedules and 2 weeks of JIT deliveries. which one of these two are passed to MD04?
    Assuming only forecast delivery schedules are seen in MD04:
    Assuming customer sends forecast delivery schedule for week2 as 50. but in JIT deliveries he only sent 40 for that week. if only forecast deliveries are see in md04, then my forecast and planning quantity is 50 , but actually my JIT delivery is only 40.  AM I  producing 10 extra? that  means my planning is wrong?

    925,
    so in system it will show on 3/21 monday
    I guess this means that you are entering using a Day format rather than Week format.
    You have answered you own question already.  If the online SAP help, which you have read and reasonably paraphrased, is not clear enough to make you understand this, I cannot help you.
    JIT horizon is 3/23, Forecast is for 3/21. 
    As I stated before, even though it may in your mind represent a week's demand, it is still for one day.  There is no bucketing, nor time-based disaggregation, nor consumption.  It is just a scheduling agreement.
    You wrote
    am using MRP indicator D. that means within jit horizon, consider my jit quanity for requirements. and after jit horizon consider my forecast delivery schedules as requirements.
    .  This is a reasonable paraphrase of the SAP online help.  Do you believe this?
    Forecast schedule is for 3/21.  NOT for W 12/2011.  This is before the JIT horizon, isn't it?  What do you think will happen to the forecast schedule, looking at the last 'rules' you just wrote? and as stated in the SAP help that you read?
    Now you want to enter JIT schedules. 21/22/23/24/25/26.  JIT horizon is 23.  24/25/26 are after JIT horizon.  What do you think will happen, based on the 'rules' you just wrote? 
    I feel my time is being wasted when you keep asking me these questions, already having the answers explicitly stated in SAP oinline help.  Since you do not have access to a system, this cannot be a support issue, it is a evidently a matter of idle curiosity for you.  I therefore believe I will will move onto other forum questions, where there is a possibility that the questioners will get some business benefit from my answers.
    Best Regards,
    DB49

  • Difference between Scheduling agreement delivery schedule and PO delivery s

    Dear All,
    Please tell the difference between the Scheduling agreement delivey schedule and PO delivery schdule.
    In PO itself, we can give the delivery schedule.
    Then what is the purpose of making scheduling agreement and maintain schedule in ME38?
    Regards

    Hi,
    Difference between Scheduling agreement and PO is while PO is a legal document whatever the delivery schedules you mention in PO, you are liable to pay for the entire qty in case of cancellation
    In case of scheduling agreement, we have Firm Zone and Tradeoff Zone to provide some cushion against paying for the entire qty you have ordered
    Firm zone: (go-ahead for production)
    If the date of a schedule line lies within the firm zone, the vendor has the go-ahead to produce the relevant quantity with the assurance that the orderer will bear any and all material and production costs associated with the scheduled quantity in the event of subsequent cancellation by the latter.
    Trade-off zone: (go-ahead for procurement of input materials)
    If the date of a schedule line lies within the trade-off zone, the vendor has the go-ahead to purchase any input materials necessary to produce the scheduled quantity. The orderer will recompense him in full for such outlay (but not for any other production costs) in the event that he should subsequently cancel the scheduled quantity.
    Schedule lines that lie beyond the firm and trade-off zones fall within the planning zone (forecast zone) and are for rough guidance only, being without any commitment on the part of the orderer.
    In case of PO if you want to cancel the order, you are liable to pay for the entire quantity, while in case of Scheduling agreement if you want to cancel the schedule and if the days fall in Firm zone or trade off zone or planning zone you have to pay only for raw materials or assembled products according to the above description
    Regards
    Venkat

  • PO Delivery Schedule and GRN linkage

    Hello,
    A PO has a line Item and for that Line item , number of Delivery schedule lines have been created.
    Now for One delivery schedule line (EKET-EINDT) , Multiple GRN's Created and similarly for other delivery schedule lines too.
    I want to know for which delivery schedule line which multiple GRN's Prepared.I have searched EKBE table, (no delivery schedule line reference is given), also EKBEH, EKETH , but no records found.
    From EKET Table I can get Scheduled Qty.and Delivered Qty. but not multiple GRN Qty for that schedule line.
    Please help to give solution.

    Thank you charlie for quick response.
    Tried to run ME2N and selected GR line number and Del Sch , But system showing no entries found for 1st GRN line.
    When selected second line and Del schedule, System gives message " Pl select valid line.
    I want to develop a program for report on mismatch in delivery schedule and actual delivery date ( GRN Date).
    Please let me know if there is any table from where i can get the dates of GRN creation according to delivery schedule line.
    Thanks
    Ankush

  • BI Schedule and Presenation Server on Different Servers Configuration

    I'm having a problem getting my iBots to run and deliver the information to the catalog with the following configuration:
    2 Presentation Servers on Windows with IIS for NTLM authentication (via a Load Balancer)
    OBIEE Server and Scheduler, and Presenation Server on Solaris (the Presentation Server on Solaris will be turned off)
    The catalog between the 2 Windows Servers are are shared. When I create an iBot on the Windows the request is sent to the Scheduler on Solaris and errors out with the following message:
    [nQSError: 77006] Oracle BI Presentation Server Error: A fatal error occurred while processing the request. The server responded with: Path not found (
    /shared/_ibots/Test Email from UAT)^M
    Error Codes: U9KP7Q94^M
    My question is why does the scheduler send the alert to the Presentation Server on the Solaris box and not the shared Presentation Server with the shared catalog on the Windows Servers. Am I missing something in the configuration?
    Thanks,
    Chuck

    I figured it out. I had to re-run the schconfig utility on UNIX and reconfigured the server from localhost:9710 to the actual server name.

  • Schedule and Items program is not picking the new Billing lines created PN

    Hi Gurus,
    I am using version 11.5.10. I am populating the data into Property manager billing lines of lease thru API.
    Once the Lines are inserted I am calling the Schedule and items program to for authorizatio.
    My program is not picking up lines created thru API, I am trying copying the same line and inserting in billing tab and it works fine.
    Looking forward to your suggestion/solution....

    Hi,
    I don't know but I think you call of the Schedule and items program is in a new session.
    Then you must commit the data before you call the Schedule and items program

  • How to enable the SharePoint 2010 and 2013 Developer Dashboard for specific WebApplication or Sitecollection?

    How to enable the SharePoint 2010 and 2013 Developer Dashboard for specific Web Application or Site collection(not for all Web Application)?
    Vishal Goyal

    Hi Vishal,
    I don't think there is option for specific site collection or web application,but there is option of enabling developer dashboard on specific master pages and that is one on of the way you could do it.
    look article on below link to enable developer dashboard on specific master pages
    https://msdn.microsoft.com/en-us/library/office/ff512745%28v=office.14%29.aspx?f=255&MSPPError=-2147217396
    Let me know if this helps.
    Thanks
    Bhism 

  • Creating/Copying a Work Centre,also a Production Scheduler and Cost Centre.

    Hi All,
    I am trying to create a new work centre based on the settings of a previous one? First of all,how I can do this?
    Secondly,after I have created the new work centre (having copied being copied from another),I need to create a new production Scheduler and Cost Centre? How I will be able to do so,also?Will the Production Scheduller and Cost Centre assignments fom the old work centre be copied,too,or I will need to create/copy these from scratch?
    All help greatly appreciated,will award points to all useful answers.
    PAPJ1.
    Edited by: PAPJ1 on May 20, 2011 11:01 AM

    Hello,
    You can create a new work center by copying an existing work center. in the cr01 screen in the copy from column put the plant name and Ref. work center name and put enter. all the existing data will be copied to the newly created work center. no need to create new assignment to  Production Scheduller and Cost Center.
    Hope it helps.
    Regards
    Alok

Maybe you are looking for