How to map business scenarios from implementation project to template project

Hi
We have a template project and in this we have maintained few business scenarios. And also some specific scenarions are configured in the implementation project. Now we need to make template project as Global Template and for this we need map all existing scenarios in implementation project to template project.
Please suggest how we can map from implementation project to template project.
Thank you

Hello,
Along with Sandeep recommendation, you can do it by several ways.It all depends on how are the current projects organized.
Did you create the template project and then rolled out the templates to the impl. project?
In case you want to update these scenarios in the Template project based on the changes you performed in te Impl. Project, you can use the Compare & Adjust functionality.
You can Copy Scenarios from one project into another by using the right click/context menu directly in the node in solar01.
If you just want to copy the structure, you could export the  Impl. project structure in solar_project_admin by using the "fill business blueprint" functionality, then adjust the structure similarly for the template project and upload.
and so on..
regards,
Fabricius

Similar Messages

  • How to map business scenario in CS

    Hi all,
    My client want to implement CS , but there business is to provide repair service , not manufacturing . Eg  AC repairing service only  they are not manufacturing ACs. then how to take material in stock to repair it & deliver it to customer after  repairing ???

    Hi Neil D,
    There are multiple business cases can possible such as refurbishment process, taking third party services, sending equipment as material for repair and all..
    Please check with client requirement and work upon. or if you specify some cases then for us its useful to mentioned flow.
    Riyaj

  • How to migrate changed Business Scenarios from Template Project to Solution

    SAP Solution Manager - How to migrate changes in Business Scenarios from Template Project to Solution?
    Our Global ASAP strategy is based upon a Template Project, Implementation Project, Maintenance Project and Solution with Business Scenarios.
    Changes in the Template Project for existing and new Business Sceanarios, etc. are correctly executed. Up till now we have successfully implemented our Template Project and secondly extended our Business Scenarios from 4 to 14. Our 3rd upcoming change will be changes on Business Scenarios as well. These planned changes for the Business Scenarios need to be consistent, possibly without manual intervention.
    During a Proof of Concept (PoC) in our Sandbox (SXB) we have identified a possible serious problem when trying to publish these changes in Business Scenarios in the Template Project to the Solution. SAP Solution Manager (SSM) does not seem to support a scenario where Business Scenarios in the Solution can be refreshed or updated with changed Business Scenarios in the Template Project.
    We have identified 2 possibillities:
    1.     Manual project upgrade
    1.1.     Synchronize the changes for the Template Project normally;
    1.2.     Delete the changed Business Scenarios from step 1.1 in the Solution;
    1.3.     Add the changed Business Scenarios from step 1.1 into the Solution.
    For this scenario we foresee a big problem because all Content and Issues connected to the old Solution Business Scenarios loose their coupling with the Solution.
    For the Content this may not be a real problem because the Content is also available in the Template Project.
    However the Issues are loosely coupled to the Solution Scenarios and therefore need to be coupled manually to these processes.
    2.     Manual changes using Maintenance Project
    2.1.     Synchronize the changes for the Template Project normally;
    2.2.     Publish all changes from step 2.1 in the Template Project
    2.3.     Add all new Content from step 2.1 to the structure of the Maintenance Project;
    2.4.     Relocate Content and Issues when the Business Scenario has been relocated.
    Because SSM does not support this activity we need to delete this Business Scenario first and secondly re-create it again on the correct spot.
    Our question: How has SAP done this in other customer projects?
    We need to have a working solution by the end of March, 2009.
    Best regards,
    Peter Hendriksen

    Peter,
    Did you get an anwer to this question from SAP?
    Rgds,
    Eamonn.

  • Sol. Landscape - Business Scenarios from Temp. Project: Compare & Adjust ?

    Hi,
    In SOLMAN_DIRECTORY, within Business Scenarios, if I were to copy Business Scenarios from a Template Project, is it supposed to help me use the 'Compare and Adjust' functionality ?
    I see the icon for this utility, but invariably greyed out at all levels.
    The idea is to hold Template Project as the master content provider, even for Support side.
    The workaround could be (yet to fully test) to use a Maintenance Project, to compare and adjust and check it in again.
    Any ideas welcome - especially, on why the 'Compare and Adjust' icon appears greyed out, in the Solution.
    Best regards,
    Srini

    Hi Andreas,
    The news that your colleague has tested it successfully is very encouraging and gives me hope.
    That's the way I was testing as well, with limited success. I couldn't finish testing because the the buttons for Check Out/ Check In Requests disappeared from SOLMAN_DIRECTORY suddenly. Then, I got into SAP Notes search etc.
    Can you/ your colleague please confirm if my following understanding is correct and suggest changes where it's wrong:
    (1) First, create a Solution and Maintenance Project in the same project language (to get the KW context right)
    (2) Create a few Business Scenario Names in Solution Directory (e.g. Procure to Pay, Order to Cash etc.)  - as manya s required
    (3) Later, assign the Maintenance Project concerned to the Solution, in the tab 'Solution Settings'
    Note: (2) is done before (3) since the assignment of a Maintenance Project renders the section greyed out. If it is greyed out, there is nothing to check out at the first place.
    (4) Check out the Blank Scenarios to Maintenance Project
    (5) In SOLAR_PROJECT_ADMIN, I would have already pre-selected the relevant scenarios under 'public' Templates, so that they are available in Maintenance Project's SOLAR01/02 under the Business Scenarios folder
    (6) Now, when I open the Maintenance Project in say SOLAR02, it would list me the scenarios copied from Template in the usual way (as in say, any normal Implementation Project), and below those folders, it would also list the 'Checked Out' name sake Scenarios from the Solution Directory
    (7) I will 'copy' and 'paste' the right Business Processes from the first set of Scenarios (from Template Project) into the Solution Directory blank Scenarios -  while doing so, I will retain the right to 'refer' documents and not copy them
    (8) I would Check In the structure back into Solution Directory
    (9) In say, a months time or so, the Process in Template Project have undergone changes (more process steps added under a process, more documents added/ removed/ changed etc.)
    (10) I would open the Maintenance Project after running SA_PROJECT_UPGRADE for the maintenance project.  I would do the 'Compare and Adjust' function in the regular Scenarios to get the content adjusted

  • How to call business service from xquery transformation in OSB ??

    Hi All,
    How to call business service from xquery transformation in OSB ??
    I need to assign the response variable of Business Service to a target element in XQuery Transformation Mapper file.
    It's urgent.
    Regards,
    Jyoti Nayak

    Transformation is to mapping the source and target of 2 different schemas.
    In your case you should have a XQuery transformation between, your Business Service output schema and the target schema.
    Thanks,
    Vijay

  • How to run ODI scenario from java?

    I am new to java, need to do some testing on how to invoke ODI scenarios from java.
    Can somebody drop me some simple code?
    Thanks a lot,
    Lei

    Hi there
    1. Start your agent (double click agent.bat)
    2. generate scenario for ur package(right click ur package , select generate scenario)
    3. Add the odi-sdk-invocation.jar file to your java project
    ODIcmdScenario=new OdiCommandScenario();
    ODIConnection=new OdiRepositoryConnection();
    ODIConnection.setOdiUser("ur-username");
    ODIConnection.setOdiPassword("ur-password");
    ODIConnection.setJdbcDriver("Driverdetail");
    ODIConnection.setJdbcUrl("url-details");
    ODIConnection.setJdbcUser("dbusername");
    ODIConnection.setJdbcPassword("dbpass");
    ODIcmdScenario.setScenName("scenarioname");
    ODIcmdScenario.setScenVersion("scenarioversion");
    ODIcmdScenario.setLogLevel(5);
    ODIcmdScenario.setContext("context");
    ODIConnection.setWorkRepositoryCode("repository");
    ODIInvocation = new OdiInvocation("hostname", 20910); //20910 default port
    OdiInvocationResult result=ODIInvocation.invokeCommand(ODIcmdScenario,ODIConnection);
    Hope this helps!
    Cheers

  • How to execute ODI scenario from a web application

    Hi
    I need to execute ODI scenario from ApEx form.
    how to execute ODI scenario from application. Using 10.1.3.5.5
    -app

    In the SQL property of the TQuery object, enter the call as an anonymous block:
    begin
      pkg_name.procedure_name(true);
    end;

  • How to invoke business process from sap xi?

    Hi...
    Please tell "How to invoke business process from SAP UI's."

    Hi...
    How to invoke business process from SAP UI's. (Eg: To trigger a process after creating an invoice)

  • How to execute a Scenario from Windows CMD prompt

    Please can you let me know how to execute the Scenario from a Windows CMD prompt? I am not sure if it is any different from "ODIStartScen" command that ODI uses to execute the scenario.
    Appreciate your help.
    Regards
    B

    Hi SH,
    I tried running the scenario from the command line, but the process was not completed and it came back with the below message
    Session : 131774001 finished with return code : 7000
    Do I need to set up any environmental variables or any other setups before I can run the scenario from the command line?
    Appreciate your help.
    Regards
    B

  • Solution not allowing us to import business scenarios from Project

    Hi,
    We have a Solution that we are trying to update with a project which has gone live.
    I have gone into the "Change Solution Directory" area and clicked on Business Scenarios.  However, the Insert/Delete Row icons are greyed out and I can't click on them (and yes, I am in Change mode).
    Any suggestions on why this is happening?
    Regards
    Shaun

    Hi Shaun,
    Goto Solman_directory - select solution. right side in Solution setting check if the below checks are done,
    "Enable Checkin/checkout of Solution structure"
    "Send email after check-out status change"
    "Enable change Request Managent"
    "Enable History"
    Also check if any of the business process is Checked out i.e showing Right Arrow in the tree.
    If this is the case it causes Lock on the solution as you have checked out the structure element into a maintenance project,
    This could cause you such practical problems .
    Regards
    Sonal Kumar

  • How to map business process and enterprise service?

    Recently, I read some documents about ESA. I'm confusing about the relationship between business process and enterprise service. In other word, how to map the business process to enterprise service after the business process is analyzed? Is there any methodology/rule to define business process and wrap them into service in ESA?

    Hi Sherry,
    I like to add some of my thoughts about that discussion. From my point of view ESA is much more than just another BPM or Enterprise BPM. ESA is adresses six key areas and I think all of them are really needed:
    - <b>People Productivity</b> as the word itself describes...it's about portals and productivity.
    - <b>Embedded Analytics</b> has to integrate transactional and analytical content.
    - <b>Service Composition</b> is used for model-driven service composition and services orchestration.
    - <b>Service Enablement</b> is about a Enterprise Services Repository filled with business meaningful Enterprise Services and service patterns for enabled objects. Excactly this is where SAP has years of experiences.
    - <b>Business Process Platform</b> is about service enablement of all application platform objects and engines. This is the place where "BPM" for core business processes resits.
    - <b>Life-Cycle Management</b> has to cover the deployment, configuration, operation and change management for ESA based processes.
    Therefore the term "BPM" is located in serveral layers of an ESA approach. On the level of <u>Business Process Platform</u> BPM is providing the choreography for core business preocesses.
    At <u>Service Enablement</u> BPM needs to compose out of granular services (I would say "atomic" services)
    buiness meaningful services (here we have "molecular" services).
    The third level where BPM could be used is <u>Service Composition</u> because exactly this is the place
    where serveral Enterprise Services could be combined to a process representation.
    To come back to the discussion:
    1. The question should be how to indentify business meaningful services which could represent single process steps. ATP check, Credit card check, ... could be examples. In theory this service could be out-tasked, defined more flexible etc. This means that processes needs to be evaluated for Enterprise Service candidates. Afterwards you can check against SAP's Enterprise Services Repository for already existing Enterprise Services. The evalution for enterprise services candidates will be supported by the metodology mentioned by Kaj and David.
    2. I think domains in this context should be motivated by business and/or functional areas. Depending on the granularity. For example Order Fulfilment Services, Master Data Services, Search Services... These kind of serices can be combined again to services such as "Search of Master Data" (Search Service + Read Master Data Service) etc. or can be used to generate UI to be used in a ESA application.
    Your thoughts?
    Very best regards
    Wulff

  • How to Remove Business System From SLD

    Hi Experts,
    I Created Business System For Web As ABAP.
    While Removing Business System From SLD Means I am Getting the Following Error.
    java.lang.NullPointerException at com.sap.sld.wd.businesssystem.BusinessSystem.removeXIIntegrationServer(BusinessSystem.java:497) at com.sap.sld.wd.businesssystem.wdp.InternalBusinessSystem.removeXIIntegrationServer(InternalBusinessSystem.java:474) at com.sap.sld.wd.businesssystem.BusinessSystemMainView.RemoveOk(BusinessSystemMainView.java:450) at com.sap.sld.wd.businesssystem.wdp.InternalBusinessSystemMainView.wdInvokeEventHandler(InternalBusinessSystemMainView.java:477) at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.invokeEventHandler(DelegatingView.java:87) at com.sap.tc.webdynpro.clientserver.event.CustomEventProcessor.handleServerEvent(CustomEventProcessor.java:45) at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doHandleServiceEvent(WindowPhaseModel.java:362) at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:129) at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processRequest(WebDynproWindow.java:344) at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processPhaseLoop(WebDynproWindow.java:355) at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:152) at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:298) at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingStandalone(ClientSession.java:705) at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:659) at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:227) at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:150) at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:56) at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doPost(DispatcherServlet.java:47) at javax.servlet.http.HttpServlet.service(HttpServlet.java:760) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:390) at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:264) at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:347) at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:325) at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:887) at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:241) at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92) at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148) at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33) at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41) at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37) at java.security.AccessController.doPrivileged(Native Method) at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100) at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    Please Let me know How to Remove it from SLD.
    Regards
    Khanna

    HI Khanna
    Delete the Business System in your IR and ID, if any interfaces are developed under this BS.
    See if any items in locked state...and also after deleting it...activate it and refresh the cache. this shud help
    If you deleted from everywhere then it should not give that message.
    Try after refresh cache using SXI_CACHE.
    Finally Delete the BS from SLD
    In general , that to be you are facing this type of problem only inthis situation , then you have to refresh SLD cache.
    See the below link
    /people/sravya.talanki2/blog/2005/12/02/sxicache--ripped-off - SXI_CACHE
    XI Runtime cache error: Cache contents are obsolete
    Cache Refresh - SAI_CACHE_REFRESH
    /people/sravya.talanki2/blog/2005/11/03/cache-refresh-errors--new-phenomena
    Cheers..
    Vasu
    <i>** Reward Points if found useful **</i>

  • How to invoke odi scenario from bpel without passing plain text password

    Hi
    We have following requirement,we would like to invoke odi scenario from oracle bpel process.But one problem is we dont want to pass the odi password as plain text.Please let me know how do i achive this task.
    Thanks
    Baji

    Hi,
    Thanks its working now. I am facing another issue. I do not use parameters in my Scenario. Now when i run my scenario i m getting the following error. I think its because i have not assigned anything to the Variable element. I guess its taking null value for Variable element here and cheking if such a variable exists. Have you come accross such an issue? If so, please sugest remedy.
    java.lang.Exception: Specified variable not found in the Repository : null
         at com.sunopsis.dwg.dbobj.SnpSession.a(SnpSession.java)
         at com.sunopsis.dwg.dbobj.SnpSession.y(SnpSession.java)
         at com.sunopsis.dwg.dbobj.SnpSession.treatSessionPreTrt(SnpSession.java)
         at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java)
         at com.sunopsis.dwg.cmd.DwgCommandScenario.treatCommand(DwgCommandScenario.java)
         at com.sunopsis.dwg.cmd.DwgCommandBase.execute(DwgCommandBase.java)
         at com.sunopsis.dwg.cmd.e.i(e.java)
         at com.sunopsis.dwg.cmd.h.y(h.java)
         at com.sunopsis.dwg.cmd.e.run(e.java)
         at java.lang.Thread.run(Thread.java:619)
    Edited by: silas.john on May 13, 2009 1:29 AM

  • How to map this scenario..?

    Hi,
    I have one requirement to map in SAP,
    Scenario:
    1)PO will be raised for a material A.
    2)Material A contains 5 different component materials( ie by assembling 5 components we will get Material A)
    3)When I do GR for Material A against that PO, stock has to be updated only for 5 components not for material A.
    Can you pls tel me how to map this in SAP.
    Your inputs are rewardable.
    Regds

    Hi ,
    pls follow this process;
    As Charu said, you can create material A as non-stock material and create BOM and assign the  five
    components.
    1.Create Subcontracting PO, item category as L.
    2.Use MB1B to transfer post the components to subcontractor(vendor) and assign the PO.
    (Make sure that you have enough stock of your components in your unrestricted stock.)
    If not increase the initial stock balance for the  components using 561 movement type, using MB1C Tcode.
    3.Create subcontracting challan against this mat doc.Tcode J1if01.
    4.Now  do Migo. In the excise tab you can select as refer subcontracting challan, a pop-up will appear.
    enter the challan no .Mat doc will be posted.
    5.Reconcile the challan using J1ifQ tcode, against the Migo doc.
    6.If its fully  reconciled, i.e if you have received full quantity,the challan would be fully reconciled
    and you can complete the challan using J1if13.
    You can print the challan by clicking print immediately check box.
    7.Then MIRo.
    Award points if useful.
    Regards
    Kumar

  • How to remove business area from the Hyperion report

    Hi All,
    Kindly tell me the steps required to remove the business area from the Hyperion report.
    Regards,
    Ajay

    s

Maybe you are looking for

  • After 2.2, this phone is trash

    2.2 was recently pushed out to my phone, and I couldn't be unhappier. On 2.1 my battery would last pretty much all day, draining to the point that it asks to connect a charger by maybe 7 or 8pm. By then I usually am home and its not a problem. Now wh

  • Export Dump File without defined VPD policies

    Hi there, Can some one help me on this problem ? I've some tables with vpd policies defined on them. When I export these tables the dump file puts some instructions related to these policies such as: EXECUTE DBMS_RLS.ADD_GROUPED_POLICY(sys_context('u

  • Enabling the java plugin of a browser

    how to enable the java plugin of a browser. It says go to control panel of the windows, but there is no such icon..how to enable it???

  • Error when i invoke a process on workbench

    CanHi, When i try to invoke any custom process on workbench then while deploying the application it shows some error : Can any one please let me know what is the issue. Due to this i am not able to apply reader extension rights on any pdf from http:/

  • IPod has an error that iTunes is not fixing.

    Hey so I have my 5G 30GB iPod and when I turn it on I read the following: "Connect to your computer, use iTunes to restore." when I do this my computer goes through the process of restoring it but then the computer tells me to restore the iPod again.