Change Management strategies?

Would appreciate any shared experiences on how people manage the orderly running of developer scripts.
At the moment, I get told to check a script out of SVN and run it. Fine -except there's no record in the database of what was run, or what I had to do to get it to run successfully. For example, I might have a script which creates a new package, drops a table or two, adds an index then does five hundred inserts; one line of which might not mention a table in the full schema-dot-name notation, so it perhaps erros out with a 'object doesn't exist' problem. So I add the schema name to get the job finished. Now what I ran isn't 100% what's in SVN, and so on. Similarly, I add a header to the script so that it spools output and so on, but that's not in the SVN either, and maybe a different DBA will add a different header, spooling to a different location, and so on.
Another issue arose just today: which scripts have been run on a particular database? We can only tell by looking at the output spools -but who knows if one of the spool files was moved, spooled to the wrong place, deleted etc. SVN will only tell you that scripts 1 to 15 exist or were, at least, committed to the SVN repository; it won't tell you that 13 was run, but 14 was missed, etc.
It seems to me that if the developers use SVN when developing, that's fine. But as a DBA, I'd like what gets run to be stored in a database table, and the results of running it to be similarly captured in a CLOB somewhere... but how does everyone else manage this stuff?!

>
But I was asking about how DBAs deal with the fact that sometimes, because we live in an imperfect world, the DBA has to tweak things a bit to get them to run. You say that 'of necessity' there will be different scripts for the different environments; if I need to get to that state of affairs, that's something I'd take on board, for sure. But it sounds complicated to manage.
>
It can be complicated to manage.
And it is important to distinguish between at least two types of 'tweaks'. If a DBA needs to tweak something that is missing but should have been there (e.g. a privilege unrelated to the new release being installed) then tweak it. There isn't really anything more to do since it should not have been missing to begin with and, presumably, if the DB were rebuilt from scripts that privilege would be there. It may be that someone did a 'tweak' and removed that privilege at some earlier time.
The second kind of tweak is to DDL or DML that is part of the new release being installed. Again, that could be a privilege that isn't there. But in this case the privilege never was there; either the developer or a DBA missed discovering that the privilege was needed. Sometimes this occurs when the testing is done by someone with more privileges than the user that will actually be using the app.
For those 'tweaks' the DDL for the missing privileged definitely needs to be added to version control so that it will be available if the code for that release is needed again and to document what was really installed.
>
There isn't just ONE set of scripts that will work in ALL environments
So, you're saying that your devs will write three different scripts to be run in dev, testing and prod? Fine if so. If that's how you manage it, that's what I'm interested in knowing about. My devs don't do that, though. The assumption is that if it works in one, it will work in the other. Indeed, I believe one of my responsibilities is to make that true (by not granting permissions in one that I don't in the others, for example). But I can spot a losing battle when I see one.
>
Well a good example of that is the one I used regarding DB links to remote systems. In dev and even test environments you certainly aren't going to have DB links that point to a remote production system.
So someone has to modify the code to alter the DB links to point to the appropriate system. Sometimes you can mitigate that by using the same DB link name but in legacy systems you can't always change the link names that have existed for years.
In orgs I work with it is the developer responsible for the code that makes the required changes. After testing things in DEV and checking the code into the DEV branch of version control they check out the code again, modify the DB links and check it back in to the TEST/QA/PROD code branches in version control.
And you are right, that is where it get's sticky when you have more than one developer working on a package. They have to make sure that only ONE of them has the 'official' version of any given package checked out.
>
Again, I think the "semi-duplicate" word might be the all-important one.
>
The DB link example I just discussed is what I mean. A developer making changes to one DEV package function might be required to also update the DB Links in that DEV package to the appropriate values for TEST/QA/PROD also.
>
What I was suggesting was that what's in SVN should be considered the 'master idea'. I check it out, I then make it runnable, without altering any code "significantly" (and I know that's a weasel-word). I would like a record of what I actually ran. And I'd like it stored in the (or "a") database, together with its results. Or maybe not: you're saying I should check what I actually ran back into SVN?
>
Yes - what is in SVN IS CONSIDERED the 'master'. But SVN has a different code branch for DEV/TEST/QA/PROD so each of those branches will have the 'master' for its environment.
Again consider the example where the DB links are different for each of the four environments and a developer is adding a 'fix' to one package function:
1. exclusive check out of current package code from DEV branch in SVN
2. make and test fix in dev
3. check in updated code to DEV branch in SVN
4. exclusive check out of current package code from TEST branch in SVN
5. update new DEV package code to alter the DB links as needed.
6. test fix in TEST
7. check in updated code to TESTS branch in SVN
n. continue above as you migrate from DEV to TEST to QA to PROD
A modification of the above is along the lines of always using the current SVN code for PROD as a starting point and altering its DB links to what is needed in DEV.
>
And, again, I wasn't suggesting they could or should, but merely how other DBAs manage this sort of situation. It's honestly just a question about how DBAs manage change/code management in a multi-environment setting.
What I think you're saying is: check out the developer's code from SVN. Do what you have to do to make it work in three or four different environments, and commit each changed version back to SVN. Is that how you do it?
>
Yes - but that's not the worst of it. In this age of Agile and Scrum and all of that there are usually multiple release cycles going on at the same time and you need to use the code base (SVN code branch) for the release cycle PRIOR to the one you are working on.
If the PRIOR cycle code changes (hey -those people are still working on it and it isn't release yet) you have to sync up with it before you can finish yours.
This more or less sums up what you have to try to deal with:
1. SVN has multiple TRUNKS (e.g. a trunk for each release)
2. Each SVN trunk has multiple branches (at least one for each environment)
3. Some objects may have multiple developers working on them simultaneously for the same release. Two developers doing bug fixes on two different functions in the same package.
4. Different environments may be at a different release cycle.
A. PROD has what is being used now: release 3.4
B. The next PROD upgrade, 3.5 may currently be in the QA environment ungoing final testing.
C. The second release, 3.6 may be in TEST with some of those developers also still working in DEV to address any issues discovered in the TEST environment.
D. The third release, 3.7 will be in DEV and some of those developers willl sometimes have conflicts with developers trying to finalize the 3.6 release - the 3.6 developers have priority.
When a release reaches QA the 'tweaks' had better be few and far between and, if minor, are just tweaked so they work and the 'tweaks' updated to the appropriate SVN TRUNK and branch.

Similar Messages

  • Central Transport Change Management

    Hi,
    I want to use my Solution Manager instance as a central repository for all the change requests that are created by my Implementation project (Using ECC6, SCM, BI, XI).
    I have followed the IMG for the Basic settings in Change Management, but I need to understand whether the Extended settings will give me what I need.
    Or if I am doing something really stupid and have actually finished the config.
    TIA
    Chris aka BoobBoo

    Hello,
    This is not possible, as there is no support for Transport and Change management. You will always need some down-time in production. But there are some strategies to reduce the down-time.
    (1) You could use the Java ADMIN API to create a batch-script that performs the required repository modifications. Once you validate it works, unload your repository, run your program and load the repository again.
    (2) Create a "slave" repository and re-direct your production users to that repository. Unload your production repository and make all changes. Once done, reload that repository and switch back. Remember that this will only help to keep a "look-up" only version of the production repository...
    Regards
    Dirk

  • Transport and Change Management

    Hello,
    We need to modify our MDM structure (add fields and tables). We would like to avoid unloading the repository. Can we do that in our test environment and move to Production only the structure while keeping the data in Prod.
    What is the Transport and Change Management patch? Is this what we need?
    Thanks for your help!

    Hello,
    This is not possible, as there is no support for Transport and Change management. You will always need some down-time in production. But there are some strategies to reduce the down-time.
    (1) You could use the Java ADMIN API to create a batch-script that performs the required repository modifications. Once you validate it works, unload your repository, run your program and load the repository again.
    (2) Create a "slave" repository and re-direct your production users to that repository. Unload your production repository and make all changes. Once done, reload that repository and switch back. Remember that this will only help to keep a "look-up" only version of the production repository...
    Regards
    Dirk

  • SAP - Organisational Change Management History

    Having been involved in many SAP Projects as a change management specialist, I have often wondered how either the consulting house I am contracting to, or the client get their ideas about change management in SAP projects.
    Some believe it lies in the domain of industrial psychologists who want to help people 'embrace change'. Others believe that it is mainly about communications.
    I would love to hear different viewpoints about how SAP Change Management developed over the years and why people have gotten so confused about the role change management plays in SAP projects.
    For me SAP ASAP details the Change Management deliverables, however very few people actually know how to execute these plans or what they are supposed to achieve.
    I think the problem with how people view change management, is that it is a soft subject and is therefore highly flexible and can be done by anyone.
    I listed the Change Management deliverables in my blog /people/swen.conrad/blog/2006/06/01/business-analyst-133-aris-for-netweaver-133-business-process-expert-133 .
    Why is it that people do not adhere or use these deliverables?
    With Kindest Regards
    Paul Wilson

    Hi Paul
    Brilliant topic and one that in my experience is still not understood completely by clients and SI companies alike. My fundamental belief is that until an ERP implementation is viewed as a business transformation initiative, then change management is always going to be a 'nice to have' work-stream heavily focused on project communication and training. This is only the 'tip of the iceberg' in change terms and often projects start stalling or experiencing difficulties across the stakeholder landscape as other key areas of change management have been completely neglected. My experience in developing and executing the CM work-stream for an ERP project is outlined below:
    1. Defining the scope of the ERP change programme and clearly articulating why the ERP implementation is taking place.
    2. Starting Business Engagement and Business Readiness activities at the beginning of the ERP implementation is a key success factor. In many instances I have seen this activity either done poorly or not done at all until later on the project, creating a completely dis-engaged Key User community.
    3. Developing a detailed definition of the changes that the new ERP system will introduce into the organisation and conducting a high level Change Impact Analysis to determine the degree of change coming in respect to people, processes, technology and infrastructure.
    4. Designing and building the ERP solution so that it can deliver the strategic goals of the organisation. At this stage it is vital to involve the business in designing a 'fit for purpose' ERP solution.
    5. Vitally important is getting the business to work with the ERP core project team to prepare adequately for go live. Making sure that all activities for cutover are completed in a timely manner, the business is engaged and the end users are aware of post go live support arrangements is a key role of the change management function.
    6. CM is then fully involved in supporting post go live activities. Working closely with the business to identify business as usual owners is an important activity for the CM team. Measuring the system performance and ensuring business benefits are being realised is an ongoing task of the CM function until handover to the BAU teams.
    7. Documenting the lessons learnt and manage the transition from the Programme to business as usual is the concluding stage for CM activities.
    These CM themes are fundamental in making the ERP change programme a true success but can only happen if there is total commitment from top leadership to run the initiative as a proper business transformation effort..

  • SAP MDM7.1 Change Management CTS+ Queries

    Hi.
    I have few doubts on  Change management CTS+ , Kindly please suggest!
    1) Is it based on ABAP Stack / or do we need ABAP System for this ?
    2) How transport can be handled ? from PI to MDM system?
    3) What can we transport ? is it everything or some limitation are there during transport?
    4) Can we transport the changes for repository?
    Please suggest !
    Regards,
    Harmony

    Hi Harmony,
    1) Is it based on ABAP Stack / or do we need ABAP System for this ?
    You need an SAP NetWeaver AS Java and an SAP NetWeaver AS ABAP. SAP recommend that you use the SAP Solution Manager. The systemu2019s Support Package Stack must be NetWeaver 7.0 EHP1 or higher.
    2) How transport can be handled ? from PI to MDM system?
    I didn't get you here exactly. If you mean how to transport MDM in the system landscape, then it works as: The deployment of MDM specific transport orders in the current version is done with provisioning the change files to the CTS+ outbox folder defined for the MDM target system, where the MDM administrator has to pick it up for manual MDM deployment.
    3) What can we transport ? is it everything or some limitation are there during transport?
    With MDM 7.1 the following data model objects can be transported from a source system to a target repository:
    1. Tables & Fields
    2. Relationships
    3. Languages
    4. Roles
    5. URLs (Web Links)
    6. XML Schemas
    7. Remote Systems
    8. Ports
    9. Validations and Calculations
    10. Assignments
    11. Workflows (new with MDM 7.1)
    12. Import Maps (new with MDM 7.1)
    13. Syndication Maps (new with MDM 7.1)
    14. Matching Rules including Matching Strategies (new with MDM 7.1)
    4) Can we transport the changes for repository?
    Yes, we can manage the transport changes for a repository using Change Extraction Process. It consists of following steps:
    1. Defining a basic reference before starting to perform the data model changes (this basis will later be referenced to extract the changes done).
    2.Extracting the changes to a MDM change file (.xml file).
    3.With The Change extraction automatically a new reference is created to be able to calculate the next set of changes to be extracted.
    For complete details, Please refer the below guide:
    [Setup and Use the MDM Change Transport with CTS+ Transport Management Environment|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/d0dd1ae0-36e5-2b10-f8b4-e6365e643c0b?quicklink=index&overridelayout=true]
    Regards,
    Mandeep Saini

  • What is change management?

    Hi,
    What is change management?
    Regards
    Raje

    Hi,
    Change management is a structured and strategic approach to initiate and manage the change process in the organization structure and culture as well as the individuals/teams behaviour and atitude towards the change transition in the field of the business processes, technology implementation or any other policies of an enterprise.
    The change management process involves the task of managing change using a ethical and professional approach with an appropriate knowledge and common sense with a control mechanism and layout of a well planned organizational communication system. On the Management part , It is imperative to estimate what impact a change will likely have on the employee behaviour patterns/motivation, work processes, technological requirements and finances. Management strategizes the change process by assessing the reactions of the human resource to seek their co-operation and accesses the financial as well as technology resources so as to make appropriate arrangements such that the change process is implemented as per the vision of the enterprise and can be appropriately monitored for effectiveness and adjusted, if and where necessary.
    There are several change management models that the enterprises follow while undertaking the Change Management process depending upon the ground realities and the organizational culture of the enterprise seeking the change process. One of such models popularly known as ADKAR Model describes five factors for the change to be realized successfully on an individual level that are as follows :
    Creating Awareness why the change is needed
    Inculcating Desire to co-operate and participate in the change process
    Providing and collating Knowledge to guide the change process
    Developing Ability and appropriate skills to drive the change process
    Formulating Reinforcement strategy and plans to sustain the change process
    The ADKAR model for the Individual Change management was developed by ProSci with the co-operation from many world wide organizations.
    Change Management refers to the process of continuous improvement,where Organizational Development is totally based on Individual development. Being aware of the present situations and continuosly reviewing them for the betterment of people(which includes Employees, employers, clients, customer and also their families)
    However to start this process and to make it a part of our lives is the challenge. This is what takes most time, since people involved in this have busy schedules - be it home or office and to take time off for 'CHANGING" is not considered worthwhile.
    Some people would like to believe that they are already in that state and hence would want to review it at all. For them to understand that "Always reviewing the present and analysing its effects on the future" is what continuous improvement is all about.
    To initiate the process of CHANGE , one needs to be structured and patient. Expecting miracles overnite is a myth. Its a gradual process. The point most important is that "Business Goals" and "individual Goals" need to kept in focus all the time. No way can performance be discounted.
    [SAP Change Management|http://www.sap.com/services/education/consultingservices/changemanagement.epx]

  • Webinar: Change Management and Transport in the Enterprise Portal

    <b>SAP NetWeaver Know-How Network Webinar: 
    Change Management and Transport in the Enterprise Portal
    Wednesday 21 July 2004
    11 a.m. EDT</b>
    On Wednesday 21 July, Scott Jones hosts the webinar titled <b>Change Management and Transport in the Enterprise Portal</b> as part of the ongoing SAP NetWeaver Know-How Network Webinar Series.
    Here’s how Scott describes his webinar presentation:
    “Change Management offers special challenges to administrators working in Enterprise Portal 6.0 SP2 environments.  This talk provides recommendations and tools, and defines best practices and methods for the effective transport of Enterprise Portal content, with special attention to content dependencies, tracking, and troubleshooting.   We'll also look forward to Change Management enhancements coming with Netweaver 04.”
    SDN invites you to post your questions to the presenter prior to the webinar and continue the online discussion afterward.
    <b>How to Participate</b>
    (Please go to the SDN Events page to see the article and download the PDF presentation)
    Dial-in Information:
    Date: Wednesday 21 July 2004
    Time: 11 a.m. EDT
    Within the U.S., call: +1.888.428.4473
    Outside the U.S., call: +1.651.291.0618
    Password: NetWeaver04
    WebEx Information:
    Topic: SAP NetWeaver Know-How Network
    Date: Wednesday 21 July 2004
    Time: 11 a.m. EDT
    Meeting Number: 742391500
    Meeting Password: netweaver04 (lowercase)
    WebEx Link: sap.webex.com
    Replay Information:
    A recorded replay of this call will be available for approximately three months after the webinar. Access this recording by dialing the appropriate number and using the replay access code TBD.
    Toll-free: +1.800.475.6701
    International: +1.320.365.3844
    <b>About the SAP NetWeaver Know-How Webinar Series</b>
    The SAP NetWeaver Know-How Webinar Series is driven by the SAP NetWeaver Regional Implementation Group (RIG), part of the SAP Development organization. The mission of the SAP NetWeaver RIG is to enable customers, employees, and partners to successfully implement the SAP NetWeaver solution. This SAP RIG has expertise in BI, EP, XI, and WebAS. They contribute their implementation expertise to the SDN implementation forums as well as to the SAP NetWeaver Know-How Webinar Series.
    <b>Disclaimer</b>
    SDN is not responsible for any changes to the webinar schedule. The webinar schedule may be changed or cancelled without prior notice.

    Hello,
    In the intresting document I read that for the deployement the version number mentionned in the MANIFEST.MF is very important in a clustered evironment.
    SAPnote 727180 - Version of PAR File in Manifest File
    denies this.
    Can you clear this out?
    Kind Regards
    Koen Van Loocke

  • Public Change Management indicator and mid-year reassignment in new GL

    Dear experts,
    I have two questions on documentation at help.sap.com
    here http://help.sap.com/saphelp_erp60_sp/helpdata/en/b3/fa3a95ecd9465c82957992e30e1ff2/frameset.htm
    it is said that:
    1. "You can use the SAP document change interface to reassign original documents by setting the Public Change Management indicator when converting the worklist."
    I run FMCT transaction and can not find this "Public Change Management" indicator. Where should I look for it?
    2. "When you update in new General Ledger Accounting an FM account assignment that is to be reassigned, a mid-year reassignment is not possible"
    Does this mean that I can not do a mid-year reassignment, if I use the new General Ledger Accounting?
    Thank you in advance!
    Irina

    Hi Irina, as I know this applies if the FM account assignment element is an split charateristic in the New GL, for example the Fund, if the fund accounting scenario is active.
    best regards
    César

  • A note on Setup Manager - Application Change Management Pack

    Hi All,
    This is Mugunthan, Development manager for iSetup and Setup Manager. I am happy to begin my note with the launch of Application Change Management Pack 3.1. For those who are not aware of Application Change Management Pack, it is a new product built on top of Oracle Enterprise Manager and comprises of three major modules namely Setup Manager, Customization Manager and Patch Manager. You can find more information about this pack here (LCM: Oracle Application Change Management Pack Setup Manager is enhanced and advanced version of iSetup on Oracle Enterprise Manager. There were good amount of reasons to re-architect iSetup on Oracle Enterprise Manager as Setup Manager.
    Why Setup Manager?
    Ability to migrate to data over point releases of EBS – EBS comes up with rollup patches on top of major releases periodically. It means that you have to certify the patch before it get deployed on to production which means that setup data are to be certified again. iSetup cannot connect between 12.0.4 to 12.0.6 or 12.0.6 to 12.1.1. We have achieved the data migration for above scenarios in Setup Manager (11i to R12 is not supported in Setup Manager)
    Projects – Setup Manager supports grouping of Extracts, Transforms, Loads and Reports as a single entity and can be deployed multiple times to multiple targets. The project consists of one or more tasks (of type Extract/Load/Transform/Report) and can be orchestrated according to your ends. Project execution supports scheduling which means that you can use this feature to sync up setup data between two instances at periodic internal. Projects can be shared with other users which is remarkable difference between iSetup and Setup Manager. You can share your projects with others in a combined development environment. The functional configuration data (Extracts) are stored in Oracle Enterprise Manager. This means that you can refresh EBS without losing Extracts.
    Integration with Change Approval mechanism – Execution of projects is integrated with change approval mechanism which means that you can control who executes what. Also, you have fine grain access control where you can control EBS targets assigned to a user.
    Offline Transformation – I would say this is the most unique feature of Setup Manager and as an implementer you would welcome this feature very much. iSetup has got very limited capability on Transformation. Here we have gone way ahead and support Transformation on almost all Setup Objects. We present you the extracted data in excel sheets. You can download the excel template and work offline. All the attribute value fields in the excel sheet are editable which means that you supply your own value. For example, you can download Operating Unit data in xls file and change operating unit “OU100” to “OU200” and upload it back to system and load to target instance. Please note that any attribute of Operating Unit setup data can be edited. Also, system has got intelligence and once you upload the excel sheet, it automatically changes all the inventory organization which belongs to “OU100” to “OU200”. This behavior can be controlled using attribute mapping which you can create in Setup Manager. Hold on, this is not the end, also you can add more operating unit in excel, say OU300 and OU400 and load it to target instance. You can delete few Operating Units from extracted data in excel sheet and load the remaining to target instance. This gives you complete flexibility to manage (add/edit/delete) functional configuration data offline. This is fantastic feature and please have a look at how it works.
    Advanced Filtering – Filter support in iSetup is not flexible where you cannot use comma separated values and complex sql join conditions. Also you do not know what query is executed behind the scenes to the data. All this problems are addressed in Setup Manager 3.1. We show you the “select clause” (SQL) associated with interface and provide you a text field where you can refer the select clause and provide your own custom where criteria (SQL). This means that filter support is unlimited and you can set filter any database columns. For example, you can extract “Responsibilities/Menu” which are active or created as on yesterday. You can extract all Operating Units excluding “OU100 and OU200”. We support all filter criteria that are supported by SQL.

    Hi,
    your note very interesting. Is there any other way to extract the configuration using SQL? not using Enterprise Manager? hope this will be fastest way then using GUI base.
    Thanks,
    Fahmi Fahlevi

  • Minimum steps required for Change Management and Incident management

    Hello experts,
    Does anyone have a check list of the absolute minimum steps required for getting Change Management and Incident management functioning in Solution Manager.
    I just need it to function with creating changes and incidents and be able to assign them, change their status and close them.
    The purpose is to get an idea if this is something for us to use. If we then find it useable, then we will go for a full scale implementation using official guides, education etc.
    I just need an absolute minimum guide for demonstrating the functions, and if you guys have any recommendations, things we should pay special attention to or other experiences feel free to tell me.
    Thanks in advance.
    Regards,
    Kenneth

    Hi,
    There are a number of Blogs in the SDN about Charm and ServiceDesk, explaining first steps and more.
    Check these to start:
    http://wiki.sdn.sap.com/wiki/display/SM/ChangeRequestManagement
    The Complete ChaRM Solution
    Change Request Management scenario: Usual questions and known errors
    First steps to work with Change Request Management scenario in SAP Solution Manager 7.0
    Regards,
    Jan

  • What is the relationship between Change management and Issue tracking?

    What is in general change management and what is issue tracking in a SAP point of view?

    Hi
    See this thread
    Re: SAP APO
    Additional inputs :
    APO refers Advanced planned and optimizer
    APO is similar to BW in the sense it is also a OLAP processor intended for reporting needs
    Supply chain management
    http://help.sap.com/saphelp_nw2004s/helpdata/en/25/79eb3cad744026e10000000a11405a/frameset.htm

  • Is there a relation between the Engineering Change Management and MM

    Hi SAP MM Gurus,
    Is there a relation between Engineering Change Management and Materials Management? I know we get the versions changes updated in Material Master. But do not know where is the origin for ECM. Step by step configuration is appreciable.
    Thanking in Advance.
    with regards
    Ravi Babu

    Hi ,
    I have created an application and have created end users also who will be using this application. For each of these users i have to give access to application in such a way that they will be able to see only their area a work. So how do i do this ..this needs to done based on the login user_name..my question now is how or from where will i get the current session details like user_name, current session id ,current session date and time?
    Thanks in advance,
    Bhargavi

  • Change Management Package rolout to the Production

    Hi Gurus
    We have a Test Land scape for Change management in Development solution manager system. We wanted to transport and configure the same in Production so that our project team can work with.
    Can any body please tell me the proceadure othere that transports.
    What we did is we had transported Change management Custom package and Project and the roles. When i run the process of creating the change and executing the change i am not getting any actions
    Please give any advice
    Point will be given for helpful answer
    Thanks
    Bhaskar

    Hi Gurus
    We have a Test Land scape for Change management in Development solution manager system. We wanted to transport and configure the same in Production so that our project team can work with.
    Can any body please tell me the proceadure othere that transports.
    What we did is we had transported Change management Custom package and Project and the roles. When i run the process of creating the change and executing the change i am not getting any actions
    Please give any advice
    Point will be given for helpful answer
    Thanks
    Bhaskar

  • Change Management. Cannot go to the next phase ... And common questions.

    Hi dear colleagues!
    Here there are some unpleasant problems which has arisen during Change Management functions realization...
    1. After approving of Urgent Correction by so-called "Change Manager", "developer" couldn't set it status "in development" -> and begin corrections in DEV system. It outputs in status bar: "NO ACTIONS IN THE WORK LIST".
    2. How should i link some urgent correction (or simply Service Message) to a specific Maintenance Cycle?
    The same problem I cannot go to the next phase, system outputs that "No Maintenance Cycle is open for the current system".
    3. And please can u explain in a simple words: Should i always make a maintenance project for using "Change Management" functions?
    4. Can we use "Change Management" for 4.0C (vers. of satellite) systems?
    Any help and tips would really appreciate.
    Best regards,
    Vladimir

    Hi,
         For configuring change management, you will have to follow the SPRO guidelines for setting up transport routes between satellite systems.
    Well i list down the activities that you need to do. Details you can find in SPRO -- > SAP Solution Manager --> Scenario Specific Settings --> Change Request Management --> Standard Configuration --> transport management System
    1) Activate Extended transport control by setting  System Parameter CTC=1 in STMS --> Systems
    2)Create Client specific transport route between satellite systems
    3) Ensure that all the systems in the domain have the same transport group.
    4)Configure or activate Single transport Strategy in STMS --> Overview --> transport routes.
    5)Activate TMS Trusted services in STMS --> Overview --> Systems --> Goto --> transport Domain --> Management Tab page --> Security option group box.
    Besides these activities, you will have to execute the SPRO IMG Activity
    SAP Solution Manager --> Basic Settings --> SAP Solution Manager System --> Activate Integration with Change Request Management
    For activity Intigration Solution Manager make the following entry
    APPL: Change Request Management
    RFC Destination : NONE
    For activity Integration Change Request Management
    make the entries in table BCOS_CUST as g
    iven in the IMG instruction.
    Now in SOLAR_PROJECT_ADMIN you can activate a maintenance project for change management by going to System Landscape --> Project Cycle
    Click the check box Activate Change request Management.
    (NOTE: The above option comes only in Solution Manager 4.0, for SOLMAN 3.2 you can directly create maintenance cycle in /n/tmwflow/cmsconf --> Distribution Routes --> Project Landscape group box .)
    Now you can create a maintenance cycle by clickin on the button Create Task List in project cycle tab page.
    Navigate to task list and activate the tasklist (Maintenance Cycle) by clicking on the status button.
    Now while creating change request ensure that you are assigning the correct ibase /component of the production system in the satellite system landscape. You have to enter the ibase component of the client of the production system to whcih the client specific transport route has been made. You can find this number in transaction IB52
    Hope now u can move on with CHARM.

  • Change Management and Target Group in STMS

    Hello, We use the Change Management (SolMan 4.0). Up to now it works fine. We deliver always one client in the System (E33.002; T33.002 and P33.002). Now we try to change this. We will deliver more than one client in every system at the same time (to have always the same status in every client). So we use Target groups in STMS. This works fine if I do the transports manualy. But if I try to do it with the change management it doesn't work. The change management still deliver one client (002).
    Can someone give me a hint?
    Best regards

    Hi Jose,
    check below link.
    Leads not getting created via ELM
    Rgds
    Hari

Maybe you are looking for

  • ACS 5.3 - how to join to domain

    Hello, can anybody clarify me how it is possible join ACS 5.3 to windows domain? from cisco doc: Active Directory Domain Name: Name of the AD domain to join ACS to. Username: Predefined user in AD. AD account required for domain access in ACS should

  • Powerbook G4 wont see ipod!

    Uhhhhg I just connected my ipod to my friend's macbook yesterday and put pictures on it through sync. He is running Leopard and I connected to his computer with usb. Now i go home and try to put the pics back on my Powerbook G4. I am running OS 10.4.

  • Adobe Reader 10.1 X

    I downloaded Adobe Reader 10 x.  When I try to open a pdf from my windows live email, I have to save it to my computer, open Reader click on open and it opens to desktop or documents whichever I click on, find pdf click on it and it opens.  Some pdfs

  • SQLJ or JDBC

    I have asked this question in the SQLJ JDBC forum but since nobody answers me I try here instead: Could you point me to some good resources (white papers) where I can read about performance issues when choosing between SQLJ and JDBC? I assume this is

  • ToDate() function not working

    I need to convert string to Date type and use it in the DaysBetween function.  Created a variable =ToDate("01/10/2010"; "dd/mm/yyyy").  The output for this becomes 01/01/2010. What can I do to make the ToDate() function work?