How to find Transports related to a Change Request

Hello,
We have solution manager 7.0 and have implemented CHARM.
In a change request, we have several transports (sometimes difficult to track). My question is that is there any way "OR" do we have any report, which will give us the list of all the transports assigned to a particular change request.
Thank you for your help  in advance.
Regards,
Haleem

Hi
Yes it is possible and available in standard
enter tcode Solar_eval and goto change request management reporting
provide the change request details for which you are searching in Transaction data and press execute
you can see the transport request attached to it
moreover it you can also filter in the selection based upon transport request itself.
Hope it problem solved
Regards
Prakhar
Edited by: Prakhar Saxena on Jun 1, 2011 10:41 AM

Similar Messages

  • How to find "menge" in "me21n" after change?

    How to find "menge" in "me21n" after change?
    The user create new order in me21n,
    He insert new quantity ( for example 105 )  ,
    And after it ( he change to ) 106  ,
    i want to see those 106 parts in user exit  MM06E005  (exit 6 , 7 , 8 )
    But i see the old input of 105 parts and not the last input 106  parts ,
    The structures of the exit not supplies this data ,
    so , in which parameter/structure/memory  I can find it  ( in the exits )  ?

    i am talking about creating order  , new one ,
    i insert the data and expect to see the data  ,there is no order number or line and no database record .
    the tables in the exit just keep the change befor
    the last one .
    for example  , i put in the quantity 109 and now 110
    i see the 109  , where i can see the last input ( 110 ) ?
    thanks any way  .

  • How to find the relation between that tables

    Hi,
      I have to get the data from different tables but I dont have any table relation ship. So If any body can help me to get that relation ship that will be very helpful for me.
    my tables are
    LFA1     
    LFB1
    LFC1
    RFSDO
    BSIK     
    Thanks
    Imran

    >
    SURINDER SINGH OBEROI wrote:
    > Hi,
    >
    > LFA1-LIFNR = LFB1-LIFNR = LFC1-LIFNR = BSIK- LIFNR
    > LFB1-BUKRS = LFC1-BUKRS = BSIK-BUKRS
    > LFC1-GJAHR = BSIK-GJAHR
    > LFC1-ERDAT = BSIK-AUGDT
    >
    > Cheers,
    > Surinder
    You think, you can fetch accurate data with the above mentioned linkages?
    Oh btw, the question i believe the question was How to find the relation....
    pk

  • How to find Tcodes related to a particular user

    How to find Tcodes related to a particular user

    >
    P734000 wrote:
    > do we have any table to check the tcodes which were created by a particular user.
    Hello,
    I donot think SAP maintains this info
    @Max: I think t-code you gave is the same when i use SUIM --> TRxns --> "Executable for User"
    BR,
    Suhas

  • How to find the relation between PAY_ELEMENT_TYPES_F and GL_CODE_COMBINATIO

    Hi, could someone tell me how to find the relation between PAY_ELEMENT_TYPES_F and GL_CODE_COMBINATION tables
    that is because as you could know PAY_ELEMENT_TYPES_F holds the definitions of elements in Oracle HRMS and i need to find the accounting code of each element.
    Thanks

    Hi;
    Please check e-trm site for table relation,integration,explanation etc..
    etrm.oracle.com/
    Regard
    Helios

  • How to find the related PI document from a material document

    Dear All experts,
        If I know the materil document number, how to find the related PI document?
    Thanks!
    Xinling

    Hello Xinling,
    You can extract the details from table MSEG.
    Regards
    Kalpana

  • How to give authorisation to create and change request?

    How to give authorisation to create and change request? Which T Code is needed to create request and change request?
    Rajkumar.

    Hi,
    For creating/changing/displaying change requests, you need to give access for SE01, SE09/SE10.
    You needn't give access to transaction SE03 to all users, only super users should have that access from security point of view.
    Regards,
    Sarita

  • How to find transport number

    Hello,
    I have a table and a request was opened for it but not released . Is there a way that the transport request can be known.
    It was created by some body else so its not under name.
    when i check with the active and the one in database , it shows that there are some modifications.
    Please let me know how to find the transport number
    Thanks

    Hi kajol,
    Go through the links,
    http://help.sap.com/saphelp_47x200/helpdata/en/3e/c06e08fe4f11d3b2a3005004ed1ff7/content.htm
    http://help.sap.com/saphelp_47x200/helpdata/en/67/86b2b2415811d1893d0000e8323c4f/frameset.htm
    http://help.sap.com/saphelp_47x200/helpdata/en/9b/cfb237fec48c67e10000009b38f8cf/frameset.htm
    Regards,
    Azaz Ali.

  • How to find out whether a particular changed by some user

    Hi gurus,
                I am just trying to figure it out how to find out whether a particular user has changed a particular table or not. In other words table changes history. If any of you know about it please let me know.
    Thankyou
    Jason

    Jason,
      Ajay mentioned changes to Table not for Data. If you are looking for Changes to Table Data... you need to check System Log SM21. check for that perticular period.
    Nagesh Ganisetti.
    Assign points if it helps.

  • How to find the user who has changed a field in a table

    Hello
        Someone has changed a field  cost center in my table so i need to find the user who hav changed it.Can anyone tel me how to find it.
    Regards

    HI ,
    Create a Z test program using the particular table and filed .
    Now goto SE38 and execute the program " RSDEPEND "
    give the ur test program and then execute . u will get the list of the last  change of ur program
    ( table and fields used inthis program)
    Another way :
    for data element :
    refer table 
      DD04L and get the user name
    for domain
    DD01L
    Edited by: shambhu sharan pandey on Nov 13, 2009 5:49 AM

  • How to find the Column data type changes in table

    Hi All,
    I need to find out the column data type changes where made recently in table .
    How do i check past changes in column data type. Any data dictionary are there to find out the data type changes in the column .
    Thanks in advance..

    <FONT FACE="Arial" size=2 color="2D0000">
    You have the answer on hand (user_arguments / all_arguments)!
    SQL> desc user_arguments
    Name                                      Null?    Typ
    OBJECT_NAME      VARCHAR2(30)
    PACKAGE_NAME     VARCHAR2(30)
    OBJECT_ID     NOT NULL NUMBER
    OVERLOAD       VARCHAR2(40)
    ARGUMENT_NAME  VARCHAR2(30)
    POSITION       NOT NULL NUMBER
    SEQUENCE       NOT NULL NUMBER
    DATA_LEVEL     NOT NULL NUMBER
    DATA_TYPE      VARCHAR2(30) --> Data Type
    DEFAULT_VALUE  LONG
    DEFAULT_LENGTH NUMBER
    IN_OUT         VARCHAR2(9) -->Argument direction (IN,OUT,or IN/OUT)
    DATA_LENGTH    NUMBER
    DATA_PRECISION NUMBER
    DATA_SCALE     NUMBER
    RADIX          NUMBER
    CHARACTER_SET_NAME VARCHAR2(44)
    TYPE_OWNER         VARCHAR2(30)
    TYPE_NAME          VARCHAR2(30)
    TYPE_SUBNAME       VARCHAR2(30)
    TYPE_LINK          VARCHAR2(128)
    PLS_TYPE           VARCHAR2(30)
    CHAR_LENGTH        NUMBER
    CHAR_USED          VARCHAR2(1)
    Look for Data_Type where IN_OUT say OUT. That will be the data type retruned by that function.
    Edited :
    or POSITION in argument list,or null for function return value
    -SK
    </FONT>

  • How to find age related edu apps?

    Having had the iPod1 since it came out, I have to admit I love it. So does my kids, especially after installing new apps for them. However, I find it very difficult to find apps for their specific age. I would like to be able to find ie;
    App - Educational - KG1 - numbers, letters, etc...
    App - Educational - GR2 - math, word challenge, etc...
    These apps are around (seen some in TV ads) but why so difficult to find?
    So, the specific question would be;
    - How can I find apps related to a kids age and/or Grade???

    Unforunately, there's no direct way to filter that specifically in the App Store. However, there are some websites devoted to the ipad and education, which could get you started. Some I've found are:
    http://www.bestkidsapps.com/
    http://www.kansascity.com/2011/03/14/2724128/some-great-ipad-apps-for-kids.html
    http://ipadforkids.com/
    http://www.iphoneandkids.com/

  • How to find the relation between tables

    Hi
    I am working in Oracle R12
    How to find the relationship between these tables INV_MIN_MAX_TEMP,po_requisition_lines_all and Per_all_people_f
    These two table i have joined with po_requisition_lines_all and Per_all_people_f To_person_id from PO and Person from hr table but i cant able to join this table with other tables INV_MIN_MAX_TEMP
    regards
    Srikkanth

    Hi;
    Please check e-trm site for table relation,integration,explanation etc..
    etrm.oracle.com/
    Regard
    Helios

  • How big effort it is to setup Change Request Management?

    We are interested in implementing Change Request Management into our Solution manager 7.0.
    What size of an effort in mandays it actually is and what kind of professional roles are required to set it up? Some background information for your responses:
    implementation project is already there in Solman (SOLAR01/02) and is already live
    satellite system connections within SMSY are already active
    no central CTS/CTS+ is currently in use
    when having CHARM it is assumed that also CTS+ should be used
    So, I guess we are in a typical situation where implementation project has ended and live and support organisation and tools are being setup. There we need CHARM and CTS+.
    I have read lots of SDN threads and blogs, but did not get a clear picture how big effort setting up CHARM is. Please note, I not looking for config guides now, just your experiences. Even if am not interested in config guides, could you at least describe the main steps that are necessary in setting up CHARM?
    br Kim

    Hi
    Adding more to it
    Use the following link,
    /people/dolores.correa/blog/2008/07/26/first-steps-to-work-with-change-request-management-scenario
    https://websmp202.sap-ag.de/~sapdownload/011000358700000657692007E/ECTS_CHARM_SP12.PDF
    Regular correction
    https://websmp202.sap-ag.de/~sapidb/011000358700000086572008E.sim
    Later login to solman enter tcode SPRO and goto scenario specific Change Request management node and start configuring by
    going through the IMG Help and as per requirement.
    Create a maintenance project and Activate Charms
    https://websmp202.sap-ag.de/~sapidb/011000358700005479242006E.sim
    Regards
    Uday

  • How to find out the sql details of Request ID

    Hi Guru,
    I am running one crtical request i have all the SID,#serial details with me but i am not sure how i will get the sql query details of that request.so i will check why it's aking time. If any body have any script??

    Please see these docs.
    How to Find Database Session & Process Associated with a Concurrent Program Which is Currently Running. [ID 735119.1]
    bde_request.sql - Process and Session info for one Concurrent Request (11.5) [ID 187504.1]
    How to Retrieve SID Information For a Running Request [ID 280391.1]
    Thanks,
    Hussein

Maybe you are looking for

  • Printed Purchase Order Report Custom version FAX enabling

    Hi All, We customized Printed Purchase Order Report(Landscape) 'POXPRPOL' and is runnig fine. Our client want FAX enabled to the output of custom report. Is there any option like print option for this. Or do we need to write and code for this. Please

  • Populate Value B based on Value A in Web UI

    Hi Friends, I have requirement to populate a field value based on other field value. I have a view and it consist 2 context nodes. When User enters the value in field A ( context node A ), we need to populate the field B ( Context node B ). But the m

  • Financial Reporting is compatible with Windows 7?

    Hello everyone, I am working with Hyperion Planning v.11.1.2 and Financial Reporting v.11.1.2.674 and I need to know if Financial Reporting is compatible with Windows 7, and where I can locate more information you may need about the technical require

  • Change projector caption

    Hi, when i run my flash file (exe file in fact), the flash projector display its own caption "Adobe flash player 9". instead of that, i would like to display my own caption like " hello world" for example. how can i do that ? thx. RAF

  • Could not activate cellular data network error

    i bought ipad 2 few days back. while i'm trying to connect to 3G i'm getting the pop up saying "could not activate cellular data network".. can anyone help?