Dependency Information for Transport Requests in Change Request Management

If two CTS projects are not assigned to SOLMAN projects, it is possible to define a dependency successor/predecessor relation between two transport requests for the import order. For example I can state that I have to import TR 1 only after the TR 2.
When the CTS projects are assigned to SOLMAN projects, even though you have defined the dependency relation, this is not respected and from the Change Documents you can perform the import in the order you want.
How can I activate this check also in Change Request Management?
Thanks
Antonello

Some things you could take a look on:
1) start report /TMWFLOW/CONFIG_SERVICES --> here you can define system, client and project specific locks.
2) Transaction /TMWFLOW/CMSCONF --> also some options for locks and definition of critical objects
3) Transaction /TMWFLOW/LOCKMON --> monitor screen for locked objects and requests.
This is actually not the same functionality as have it in CTS projects directly especially as the locks are removed once a request is removed. The most important thing is still missing here (or at least I haven't found a way to activate): sequence control when importing requests out of parallel projects into production (to prevent downgrading). 
Best Regards,
Andy

Similar Messages

  • Logon screen during transport of a change request

    Hi Gurus,
    When I have do a transport of a change request from our development system to our quality system some users get a logon screen and some users not.
    I think it's because of some authorization.
    Can anybody tell me which role I need ??
    GJ

    Hi
    some users have permission to import transports (Auth object S_CTS_ADMI) in the target client.
    If another user has no authorization, charm tries to import via client 000 -> logon screen appears if current user has no permission to logon via trusted rfc to client 000
    Another possibility is to give user TMSADM the authorization to import in client 000. So all users can import.
    regards andy

  • What's the difference between transport request and change request

    Hi, I am reading TMS part of TADM12-1 now, and confused about two terms mentioned in this book, transport request and change request.
    Is there any difference with them? Please advise. Thanks
    James

    In the context of course tadm12 transport request = change request

  • Difference between task request and change request

    What is the difference between task request and change request during sap implementation. In general how many tasks will generate during a normal company inmplementation by any functional consultant?

    Hi,
    Change request and task request are same.But generally change request is generated during newly created objects or reports that are transported and task request is used when u regenerate the change request by modifying that object again and transporting it in new change request.
    A particular change request may contain multiple number of task request but that number depends upon number of objects u transfer during generation and transportation.
    Pls do reward points if ans is useful.
    Regards,
    Suhas.

  • Is there any way to find out the dependency information for column of view?

    Does Oracle provide some view / table / pl/sql pkgs to find out the dependency information for column of view ?
    For example, there are two table mytable1 (col1 varchar2(10), col2 date) & mytable2 (col1 varchar2(10), qty int), and there is one view myView as
    select mytable1.col1, col2, qty from mytable1 inner join mytable2 on mytable1.col1 = mytable2.col
    Can I get some information such as myView.col1 is come from mytable1.col, myView.col2 is come from mytable1.col2, myView.qty is come from mytable2.qty
    ?

    I can get the information about the columns list in table/view from ALL_TAB_COLUMNS table, but I wish to know the column in the view is come from which original table's column.
    Is there any way to find it out from Oracle meta data / through any PL/SQL packages ?

  • How to find the dependency information for views?

    Hi All,
    There is reuirement where in we have to find the dependency information for all the tables which are used in particular view...along with remote database connections.. For this we have tried to use following query..
    Select * from user_dependencies
    start with name =’SAMPLE_VIEW’
    connect by prior trim(referenced_name)=trim(name);
    The view consists of three tables :
    Create view sample_view as
    select t1.col1,
    T2.col2,
    T3.col3,
    From
    Table1,
    Table2@prd1,
    Table3@prd2
    Where
    T1.col5=t2.col5
    And T1.col5=t3.col5;
    But the ouptut is :
    name     Type     Reference_name     Reference_type     Reference_link_name
    sample_view     View     Table1     Table     null
    So what will be the magic query which will give the all the tables in the view sample_view??
    Desired result:
    name     Type     Reference_name     Reference_type     Reference_link_name
    sample_view     View     Table1     Table     null
    sample_view     View     Table2     Table     prd1
    sample_view     View     Table3     Table     prd2
    Thanks all in Advance!!

    Thanks all for the help!!
    So right now, inorder to find the dependency informations for views there is no direct query :(
    As per the michaels post, i have developed some query ....just joining the table....which will give the source code of the object... :)
    The query is :
    select view_name,db_link,owner, substr(to_char(text),instr(to_char(text),'.',1,2),instr(to_char(db_link),'@')) as _Final_result_,
    substr(to_char(text),instr(to_char(text),'.',1,2),20),text from (
    select a.view_name,b.owner,a.db_link,dbms_metadata.get_ddl ('VIEW', a.view_name) text
    from (
    select view_name, db_link
      from (select view_name, dbms_metadata.get_ddl ('VIEW', view_name) text
              from user_views ),
           user_db_links
    where upper (text) like '%@' || nvl (substr (db_link, 1, instr (db_link, '.') - 1), db_link) || '%' ) A,
    all_views B
    where
    A.view_name=b.view_name
    and b.view_name='VW_TESTING') The sampe view is :
    create or replace view VW_TESTING
    as select A.F_DRUG_SKEY,B.F_DRUG_ID
    from dma_info.MORE_SOME_FTF_DRUG@info A,dms_prf.MORE_SOME_FTF_DRUG_FACTOR@info B
    where a.F_DRUG_ID=b.F_DRUG_ID and
    rownum<=5 The output of these query is :
    Final_result
    MORE_SOME_FTF_DRUG@info A,dms_prf.MORE_SOME_FTF_DRUG_FACTOR@info B where .F_DRUG_ID=b.F_DRUG_ID and rownum<=5 In short through source code, I am trying to find those object name which are preceding the "@' sign...please let me know if this can be workaround for finding the dependencies of objects in view... :(
    Thanks!!
    Edited by: user8915904 on Dec 28, 2009 11:22 PM

  • CHARM: Automatic assignement for IBase/Component in Change Request

    Hi!
    By creation of Change Request the value "IBase / Component" should be filled.
    The default values here are: "0" and "0".
    Has some one already customizng experience here?
    I would like to change the value to e.g. "1" and "314" (my productive IBase).
    Thank you very much!
    regards
    H. Thomasson

    Hi Roel,
    many thanks for your response. You talking about service desk issue.
    Unfortunately we do not use service desk and create the change requests manually.
    As I mentioned of great interest were the issue with customizing of layout and actions within Change requests and documents.
    Here some examples:
    automatic assignement of change manager to the change request
    automatic assignement of Ibase to the change requests
    Do you know the customizing procedure here (tcode, documentation) and can help?
    Thank you in advance
    H. Thomasson

  • Default transport under Local change request

    Dear Friends,
    I am trying to transport objects from dev to QAS. i catch hold of the object, create transport request. By Default they are getting assigned to Local Change Requests instead of being assigned to Modifiable requests under target system. (in SE09)
    how can i change the default from local change request to Quality.
    Regards
    Paddy

    Thanks Edwin,
    this is what i am doing now. But, by default i want it to be set in Quality--> Modifiable.
    Everytime going to settings and changing it does not seem to be a permanent solution.
    Request your earliest response.
    Rgds.

  • SCSM 2012 R2 Portal - Publishing Service Request and Change Request.

    Dears,
    Sorry for this questions, it is very basic.
    I want links on how to create below things:
    Create Cataloge about Services we provide such: Create VM, Delete VM, Create User and Mailbox, Add user to group
    How to publish this request to Portal
    Create Change request approval flow such: approve creating user and mailbox
    How to publish above change request
    Thanks

    In addition to Thomas and regarding your assumption "I am not sure if the books help on this points":
    In the
    Microsoft System Center 2012 Cookbook in the chapter 5 starting on page 148 the detailed steps "how to create a request offering for a new user request" are described.
    Each recipe in this chapter describes how to setup a request offering with all related components to get this done.
    The recipes you need in this chapter are:
    Creating Service Request templates, page 148
    Creating Service Request activities, page 151
    Creating Service Offering categories, page 157
    Creating Service Catalog Request offerings, page 159
    Creating Service Catalog Service offerings, page 167
    Publishing Service offerings and Request offerings, page 176
    Working with Service Requests in the portal, page 183
    Creating Service Request notifications, page 187
    There is only one minor mistake in this chapter on page 153:
    "Unanimous (only one reviewer
    needs to approve)" -> it must be "Unanimous
    (all reviewers
    must approve)"
    I am pretty sure the recipes will work because I wrote the chapter. And sorry for the mistake on page 153! ;-)
    Andreas Baumgarten | H&D International Group

  • Partner function for a team in Change Request Management

    I have defined a new transaction type based on Urgent Correction. I have three partner functions:
    Change Manager, Team Member and Quality Assurance Team. The first two partner functions are represented by single business partner so I can define them like employee. The third one should be represented by a team of persons, so that the Correction can be seen by every person belonging to this team in their worklist. How can I define a partner function like a team and how can I assign single business partner to the team. I would have something like this:
    I have three business partners A(11),B(12),C(13) belonging to the QA team(20). When I put 20 in the QA team field, i want that the correction is in the worklist of A,B,C.
    Thanks
    Antonello

    hi antonello lapolla,
    The business partner should automatically created for the Org unit.
    Now if you are trying to use the existing Org unit, the business partner are not assigned to them.
    Try this:
    1) You will have to activate HR integration.
    GO thru note 550055.
    maintain table T77S0 as per the obove notes:
    the following entry needs to be made:
    HRALX     HRAC     X     Activate HR Integration
    Check if the value X is present or not..
    Also try
    HRALX     PBPON     ON     description
    Entry should be made if its not there already.
    2) Create new Organization unit using IMG activity (Create a Root Unit for Your Organizational Structure under Service Desk node).
    Now to this org unit, right click create postions or Org unit under the newly created org Unit.
    Then you will find that Business partner is automatically assgined to the newly created Org unit.
    If business partners are not automatically created then apply following notes:
    0000997009 PPOME: Search help for business partners
    0001008656 Error message 5A XXX when you assign position
    Please Reward if your problem is solved.
    Regards,
    Suzzane.

  • Need Information for transporting a file as IDOC through File Port!!!

    Hi,
    All configurations are present in the system to transfer a file as IDOC using File Port.
    Now we are creating a custom program to transfer the same. Now i have all the data in an internal table which has to be send to Non SAP system. So can i know the process how to send the same.
    I have a SAP Directory where i need to place the system. I also have all ports required.
    So please let me know how to code the same ASAP.
    Thanks and Regards,
    sagar..

    You may want to try using the IDOC Test tool WE19 in order to test out your ports and partner profiles.
    Also sending from SAP to XI / PI you might be better configuring RFC Destination / SM59.
    See this Wiki for more info...
    http://wiki.sdn.sap.com/wiki/display/XI/ALE+Configuration

  • Transports and Change Request

    Hi Gurus-
      Can some one tell me a simple scenario including following terms. I needed this as I am unable to picture everything together when I read documentation about these.
      1. Transports
      2. Change Request
      3. Task
      4. Package (Transportable)
      5. Creating a Change Request (who will do this normally, as a developer how do I get this)
      6. Releasing Change Request
      7. Collecting Objects
       Plese take a simple scenario like adding KF to a infoCube or changing a report.
    Thanks in advace, points will be awarded.
    Message was edited by:
            PUNZU

    Please see my comments below.
    1. Transports
    Generally used to transport changes from development to QA to Production. Direct changes in Production is not advisable. Hence we make use of this tool.
    2. Change Request
    A change request/transport request stores all the objects you are changing and assigning them to this request. Any further changes to these objects will automatically be captured in this request.
    3. Task
    Generally, when a second user changes the same object which is captured in a request, a task is created under that request. However, when you release request, the final change gets transported. You need to release task before releasing a request.
    4. Package (Transportable)
    You define a group of objects as package just for identification purpose. For example, for workbench objects like cubes, I/O, ODS, you define workbench package. Whenever you are using transport connection from rsa1, and capture the objects in a request, you must assign each and every object to a particular package. There is no hard and fast rule of define packages. It is just for identification purpose.
    5. Creating a Change Request (who will do this normally, as a developer how do I get this)
    Generally, you as a developer should do this. Whenever you are making some change to an object and activating it, it will ask for a transport request. Otherwise, you can also drag and drop individual objects and select them and transport using transport connection tab in RSA1.
    You can see the transport requests that you have created in transaction se09 or se10.
    6. Releasing Change Request
    Right click the request in se10 and click release.
    7. Collecting Objects
    You need to collect in target server. Generally, in most of the places, this process is automized with a workflow. you don't need to take care of this.
    Hope this helps(something different from the things available in documentation).
    Regards,
    anup

  • Web Dynpro for editing Change request in SOLMAN

    Hi guys,
    I am looking for web dynpro applications in SOLMAN for editing or displaying Change request created, i found the one for creation which is "AGS_CHANGE_REQUEST_CREATE" .
    Do any one have any idea regarding this.
    Atul

    Hello,
    Have you tried the Change Management Work Center ? It should be possible to operate with change requests from there.
    Best regards,
    Miguel Ariñ

  • Web Dynpro for editing Change request

    Hi guys,
    I am looking for web dynpro applications for editing or displaying Change request created, i found the one for creation which is "AGS_CHANGE_REQUEST_CREATE" .
    Atul

    Hello,
    Have you tried the Change Management Work Center ? It should be possible to operate with change requests from there.
    Best regards,
    Miguel Ariñ

  • Change Request Management in Sharepoint

    Hi - I've read through pages and pages of online content on ticketing/support systems etc. and somehow still can't seem to find something that best
    matches what I want to achieve - So hoping someone can help...
    I work in an IT Development office, and we currently have a very poor process in place for when clients submit change requests for our products
    (systems). This comprises of client fills out excel form and sends to mailbox (and most of the time, 10 other recipients not needing to be CC), we pick up email and manually copy to list on Sharepoint, we review request and update excel doc on sharepoint,
    then email user to check sharepoint for updates. Alongside this, any additional requests for info, etc. are all done by phone/email amongst various members of the development team, and also any comments we make about the request (which should only be visible
    to us) are held on a separate list. Finally, we have an issue that all of the costing information is put into a tab in the excel document, which in theory can be opened by anyone who visits the list on sharepoint.
    The process I WANT to have in place is as follows:
    Client can login to Sharepoint and see options to either review open requests (only seeing request ID/Name and status) or submit a new request
    Client fills out form online to submit new request, upon submission 3 things happen:
    A) Client receives auto email thanking for request and advising of lead times for response, ideally with a pdf or similar copy
    of their submission
    B) IT Team receive an email stating there is a new request submission, ideally with a pdf copy of the request
    C) Request goes into a list on Sharepoint, and then appears in two areas, one where the clients can see the request name and status only, and a second where the development team can see all of the information,
    and make internal comments on the record which are invisible to the client. Finally, the client should ideally be able to click through on the status list to see the full request and our response/costings etc. However only the requester should be able
    to see this much information about their request
    IT Team review request, update status and provide feedback inc. costings where appropriate. Each time the status is changed on the request, it should email
    the requester to advise the record has been updated/moved forward
    So far the best I can do is customise a form in Infopath to show how I want to layout the client submission form, and get that to go straight into a list. The list being visible to any user on our global Sharepoint site, including them being able to click
    through and see any of the information listed.
    I'm relatively new to Sharepoint, and although I've achieved quite a lot in the short time I've been working with it, I just cannot seem to get my head around how to best do this. So some help would be really appreciated!

    Hi - I've tried downloading SPD2010 on another pc, and attempted to use this to create a new workflow where I could use the Copy List Item function. However everytime I go through the process of trying to add a new workflow to my list, it lets me type in
    a title and description, press OK, and it tells me to wait a moment, then the box disappears and I'm left on the same screen I started on with no new workflow added? I've tried this over and over this evening with no joy...
    On your other option to create a new list item and populate using other fields, A. will this mean I have to write the copy for every field in my list? (I have about 40-50 fields, and I have to create 5 of these workflows in order to move my process through
    the way I need it to), and B. surely if I delete the list item after telling it to pull from the other list, wont my data then disappear also considering it's pulling from there?
    Thanks.

Maybe you are looking for

  • Hp laserjet p1102w networked printer shuts itself off

    Hi, I have a networked (not wireless network) printer, which is plugged into a computer that is always on. However, it shuts itself off randomly, even though I have set it to never do so. This means that users must walk over, turn the printer on, and

  • Is Photoshop Album 3.2 A Product For The Future?

    I am a long time user of Photoshop Album 2.0 and like it a lot because of its great photo organizer but when it wouldn't load onto a Vista computer, Adobe pointed me to 3.2 Starter Edition. When I went to numerous software stores and online to try to

  • Virtual Machine with Adobe Pro 8 Unable to activate.

    I had a physical machine with windows 2K3 and Adobe Pro 8. We ported the physical machine to a virtual machine and now Adobe Pro 8 says it needs to activate again. We tried to activate through the web and over the phone, but we are currently out of a

  • IWork apps cause com.apple.MediaLibraryService to crash

    When I open any of the new iWork apps I start getting "com.apple.MediaLibraryService quit unexpectedly".   The continues until I quit the iWord app that I have open.   Any Ideas?  I am running numbers 3.1, Pages 5.1, and Keynote 6.1...

  • Please help...USRP not detected

    my laptop network adapted is Realtek family which supports up to 100 Mbps but the USRP ethernet cable is gigabit so it's not detected by my laptop what can i do