Assigning Query to Transport Request

Hello ,
I need to modify the Query
0CSRV_C01_Q0102 Service Tickets Current Month Completion Rate by Emp Resp
The Requirement is I need to change the
Text view of Employee Responsible to Mediun Length text .
When i changed the text and saved it is not asking for the Request .
Then I go to RSA1 - Transport connection - Query - Collcted necessary objects .
I can see the Application/Infoarea/Infocube/Query element/Infoobject/Routine
My question is as I changed the Text view of Employee Responsible to Mediun Length text
I need to select the employee Responsible in the Query Elements only or what I am supposed to do .
Thanks ,
Rahul

Hello ,
Kams thanks for the reply as I mentioned I just need to change the Text display ofone of the Infoobject .
Soit seemd from your reply I just need to include the Infoobject in the Query Element and then transport that correct .
Please correct me in case I missed some thing .
Thanks ,
Rahul

Similar Messages

  • How to assign a new  transport request for  a program saved in $tmp mode

    Hi  all,
    How to assign a new  transport request for  a program saved in $tmp mode?

    Hi,
    delete the object fro the package $tmp.
    go to change mode, save it.
    while saving it will ask for teransport id.
    thanks
    vinod

  • The Function Modules that can assign a Package & transport request no...

    Dear All,
                   I am creating a Program that will automatically create  Data Elements & Domains in SAP & assign the same to a Package & Transport request No...Well I have been able to create & activate the data elements & domains using Standard SAP Function Modules, but I am looking for the Function Modules that can assign a Package & transport request no. to these data elements & domains....Can anyone tell how to achieve this requirement...

    Hi,
    may be you have to use a classified task, we used
    FORM tr_request_choice  CHANGING pv_trkorr TYPE trkorr.
      TYPE-POOLS:
        trwbo.
      DATA:
        ls_request                            TYPE trwbo_request_header.
      CALL FUNCTION 'TR_REQUEST_CHOICE'
        EXPORTING
    *   IV_SUPPRESS_DIALOG                    = ' '
    *   IV_REQUEST_TYPES                      =
    *   IV_CLI_DEP                            = ' '
    *   IV_REQUEST                            = ' '
    *   IT_E071                               =
    *   IT_E071K                              =
    *   IV_LOCK_OBJECTS                       = ' '
          iv_title                            = 'Choose request, Task will be found'
    *   IV_START_COLUMN                       = 3
    *   IV_START_ROW                          = 7
    *   IV_WITH_ERROR_LOG                     = 'X'
    *   IV_NO_OWNER_CHECK                     = ' '
        IMPORTING
          es_request                          = ls_request
        EXCEPTIONS
          invalid_request                     = 1
          invalid_request_type                = 2
          user_not_owner                      = 3
          no_objects_appended                 = 4
          enqueue_error                       = 5
          cancelled_by_user                   = 6
          recursive_call                      = 7
          OTHERS                              = 8
      IF sy-subrc                             = 0.
        SELECT trkorr
          INTO pv_trkorr UP TO 1 ROWS
          FROM e070
          WHERE trfunction = 'S'
            AND trstatus = 'D'
            AND as4user = sy-uname
            AND strkorr = ls_request-trkorr.
          EXIT.
        ENDSELECT."rkorr into pv_trkorr
      ENDIF.
    ENDFORM.                    " TR_REQUEST_CHOICE
    Regards,
    Clemens
    Edited by: Clemens Li on Dec 15, 2010 2:36 PM

  • Assigning a SAP Query to Transport Request

    Hi Friends
    I have a SAP Query, now I want it to transport to the other system, while saving the query it is not prompting for transport request. Is there any possibility to assign that SAP Query to a transport request, if yes, please let me know the process.
    Regards
    Praveen

    Dear All,
    This regarding creation of SAP Query .
    Situation:
    Infosets and User Groups were created in a DEV SERVER CLIENT 200 and saved in a request ie.REQ01
    Now i wanted to create a Query QU01 in the Same User Group  in DEV SERVER CLIENT 210  so i tried creating a Infoset but i get this error message
    Note: I am not able to create & save an Infoset.
    Message no. TK414
    Diagnosis
    You cannot edit request D01K901880 of user X00012, since this request is reserved for changes in client 200. You are logged on to client 210.
    Can anyone clear this error? what is the solution?
    Thanking You
    Andrew

  • Assigning queries to transport request

    Hi Guru's
    Can we assign two queries to a single transport request.
    Thanks in advance,
    Venkat

    Hi
    The best method to transport the query is using the transport connection.,
    While creating a query system asks you for a request assign the  query to the request but do not transport this rather using se03 unlock the request so that u can make a new one using transport connection as u come to know if any of the componet in the query is still lyin in others request and there are hardly any chances of failure when u create a request using transport connection.
    If you are not aware of the transport connection process then here it is go to transport connection in rsa1 select the object query there will be a serach button serach the query u reach the query with all other queries on the infoprovider select as many as u want and clik on transfer button all the selected queries move to right hand of screen here u can select the check boxes and clik on transport button u are being asked for a request assingn the request all the queries will move to this request
    Hope this helps
    Thanks
    Puneet

  • Error while assigning objects to Transport Request

    Hi All,
    while  assigning a Transfromation to a Treq i am getting an error saying
    Object '7KU37C7IG3T7AQ5NHSLEZVC91' (ROUT) of type 'Routine' is not available in version 'A'
    Message no. RSO252
    Diagnosis
    You wanted to generate an object with the name '7KU37C7IG3T7AQ5NHSLEZVC91' (in transport request ROUT) of type 'Routine' (TLOGO). This is, however, not available in the BW Repository database. It does not exist in the requested version A. If the version is 'D' then it is possible that an error arose during the delivery or installation. If the version is 'A' then the Object was either not created or not activated.
    System Response
    The object was not taken into account in the next stage of processing.
    Kindly advice how to rectify this error

    Hi,
    You see the which infoobejct contains that routine and first collect that infoobejct and transport it then transport Transfromation. I hope you are missing some Routines while collecting the Transformations into request.
    See OSS Notes:
    Note 613581 - Transfer structure does not exist in version 'D'
    Note 508921 - P11:Content transfer:RSO 252 or RSO 296:InfoObject
    Note 1157873 - BI7.0(SP18) Message RSO 252 using transport connection
    Thanks
    Reddy

  • Query Changes Transport Request

    I created TP request for query keyfigure properties decimal poing change.I imported TP request to GRA. I have not seen changes in GRA.
    Query in GRA is Display mode. when i try to open the query i am getting message authorisation check is required.
    anybody idea how to reflect the changes in GRA query keyfigure decimal point changes.
    please let me know.

    Hi,
    You have to make sure that all the elements of the queries are captured in the transport request. For that, in transport connection, while capturing the query, filter on "ELEM" and include them in transport connection.
    As for authorization, you will not have it except in development. Thatu2019s the reason why you can not change the query in GRA directly. You always have to transport the changes.
    Regards,
    Yogesh

  • Query - Finding Transport Request

    Hello Everyone,
    I have queries in different transport requests. Given a query, how do i find out the corresponding transport request it is associated with.
    Thanks

    Hi
    There are a few way's.
    here is quick one:
    go to RSA1,'Transport Connection',Query here look for the Query name and copy its technical name.
    next, goto se01 and list allthe open transports.
    then, stand on the upper node and expand all (via right click).
    now search for the Query tech string.
    look at this example:
    BD3K901829   EHAYUT       Repair                                                                               
    5  Elements of the Query Builder                                                                               
    08PZF7C9RLQDY096E84FDEP5P                                0FKIJTURI31LH2H7YB9QIH8RF                                0NFU8RCIYLVISNUB70IQN6653                               
    0OPF8SUCLC6JYHIUS40FDPRTW                               
    2KUERICC8W93EDPYQHDI24AH                                
    Reg's
    Edan

  • Only display and assign function for transport request

    Hi,
    I have a requirement for transport creation. I need to set a restriction on transport creation.the requirements are as per below :
    Group A : Allow to create a transport request - both workbench & customize request.
    Group B : Allow to assign transport request to the one create by Group A. This group is not allowed to create any request be it
                    workbece or customize.
    I found an object - S_TRANSPRT. I have create a role and assign only activity DISPLAY & ASSIGN to group B. However, group B can still create customize request. Is there any other objects that I have to restrict.
    Appreciate your feedback.
    Thanks,
    IAzir.

    Hi
    You can take system trace(ST01) and find out what are the objects and the field values you need to restrict.
    If you are able to find the same, its good , if not let us know.
    Regards,
    RItesh

  • Is there any function module to assign Object to Transport request (Task)?

    Hi There,
    My requirement is to assign an object to desired task of the transport request. I found one FM called TR_EXT_INSERT_IN_REQUEST. But it has some limitations.
    Limitations of FM :  TR_EXT_INSERT_IN_REQUEST
    1. It will assign the given object to given Transport request. But not to the task of a transport request. This FM will not allow   assigning objects to the task. It will allow only to request.
    2. Object entry present in transport request table e071. But, I can't find any version in version management. Moreover, the object is not locked under that particular request.
    Can any one let me know, is there any function module to fullfill the requirement without above mentioned limitations?
    Requirement :
    1. Given object should be assigned to given task of TR.
    2. Need FM to activate the Object and object texts.
    3. After assigning to the request, It should show the vesion in version management and object should be locked under particular Task/ Request.
    Your help would be greatly appreciated and <<removed by moderator>> Thanks in advance.
    Have a nice day!!
    Thanks and Regards,
    Neelima. D
    Edited by: kishan P on Jan 5, 2012 2:21 PM

    @ Dear Nabheet & Karuna
    The object is not in local folder. I am aware of the process of assigning the object to request manually.
    I want that to be done automatically. I wont prefer writing BDC for this.
    @ Dear Keshav,
    Thank you for the function module. But TR_INSERT_REQUEST_WITH_TASKS will create a tarnsport request with tasks.
    @ Dear All,
    My requirement is to assign the object to Task automatically. Not creating the request or Task. Task & Request are
    present already.

  • Opening Query: u0091BEx transport request '' is not available or not suitable"u0092

    Hello,
    I tried was able to run and modify a query last week. When I try to modify/run it now, it gives the message below and allows me to run it but not modify.
    ‘BEx transport request '' is not available or not suitable"’
    What are the possbile causes and remedies to this problem?
    Thanks in advance.

    dear Amanda,
    here can imply 'copy' since as the result objects(query and elements) in production are exactly same with dev. but the terms 'copy' itself in query normally refer to copy query from one infoprovider to another infoprovider.
    (transaction rszc).
    i think she mean the query objects included in transport request and will be carried on to qa/production server.
    once the new queries 'placed on transport'(in request), we must immediately create a bex request for the same package, otherwise nobody can save their queries (that included in the request).
    transport bex
    http://help.sap.com/saphelp_nw2004s/helpdata/en/38/5ee7377a98c17fe10000009b38f842/frameset.htm
    copy query
    http://help.sap.com/saphelp_bw33/helpdata/en/9f/f57539d6d1c93be10000000a114084/frameset.htm
    hope this helps.

  • Query regarding transport request

    Hey guys,
    I have a question regarding transport requests.
    If only the report source code is included in the transport request, the text elements of the program will not be transported to the next box?
    when you transprot the main program or the function pool, does it follow that all the changes in FM's under the function pool will be transported to the next box?
    Thanks a lot!
    Rgds,
    Mark

    Hello,
    If you create transport request with just the report, text element will not be transported:
    LIMU REPS <Program>   
    For text element, you need the following transport entry:
    LIMU REPT <Program> 
    If you want to transport both, you can have the following entry:
    R3TR PROG <Program>         
    If you have the following transport, all the components of function pool will be transported.
    R3TR FUGR <Function Group>   
    Thanks,
    Venu

  • Assigning Transport Request No. to Function Module

    Hi fellows: I have created a function module. It already has a transport request assigned but I want to assign a different transport request ID. How do I do that?
    Thanks
    B

    Create New transport request in SE09. Make sure that its of type (DEVELOPMENT/Correction).
    Right on it and press  crtl +F11. ( Include objects from other requests).
    Enter you OLD requst.
    Your FM will be copied to new one. ( Release old one and delete the object from there).
    Hope it helps
    Thanks
    Anand.

  • Releasing Transport Request Error.

    Hi all,
    I have created the Query Objects under a Transport Request in Development System and has to be transported to the QA system.
    One thing i have observed is, when u create a Transport request for an Object.
    Two Transport Requests will be created,
    For Example,
    If "A" object is assigned a new transport request 1, two Requests will be assigned to this Object "A".
    Those requests would be 1 and 2.
    But here 1 request is empty and 2 request is holding the Object "A".
    So while transporting the request 2, even since 1 is assigned to the object, even it should be transported,
    but im gettin the following message as below and hence the Transport cannot be done,
    "Task 1(TR 1) is unclassified and does not contain any objects,
    As soon as you include objects in the task/request, the SAP system automatically assigns a type to the task"
    So can any1 plz help me out what was the error and my next steps to be followed.
    Thanks,
    Sowrabh

    Sowrabh,
    It's like creating Task under one perticular Request no...
    Go to RSA1-Transport comnnection _ Drag the query you are intended to transport and check whether all objects are under same request..If not change the Owner of the object to you userid and then try to create a request..
    Cheer's
    HVr.

  • BI Transport Request Failure

    Hi,
    I have created a transport request to install business content- A SRM Report. The transport request failed. I am unable to understand whether the report has been installed properly or not. Can i re install the Query? Can i delete the transport request and create new one and try to assign the new transport request to the query while installing it newly? Please suggest me reagrding the same.
    Thankyou.

    Hi There,
    Just check the log of errorneus Request.
    Try to find out which element is missing.
    then
    Just Go to Se16 Table Name RSZELTDIR
    in that mention the missing Object Namein ID field, Execute, you will get the Object description which needs to be transported first, create a new request add that missing object and then transport that Object with Grouping Option necessary.
    and then again transport your previous request.
    Regards,
    Rajdeep Rane,

Maybe you are looking for

  • Phone handset not ringing

    BT are dealing with this so am not seeking solutions but before contacting them I saw other threads on this which didn't seem to answer the basic questions so am posting for reference only for others with this problem. My handset(s) weren't ringing e

  • BD64-Log of Model View Error

    Hi, In  BD64 I have defined the model and also successfully created the partner profile.But after that when I am trying to do Edit/ModelView/Distribute I am getting following error.Can you please help me why am I getting this error? Target system TES

  • When you run Muse 2014 get an error unterminated string constant. Reinstalling does not help. System: Win8.1RU. Help!!!

    When you run Muse 2014 get an error unterminated string constant. Reinstalling does not help. System: Win8.1RU. Help!!!

  • PCH1 Query

    Hi Is there a possibility of doing the following: When selecting a specific GL Account (701120) on Row Level of an AP Invoice (PCH1) it will automatically update the Project field to (Regional = Code 100014). I created the following query then did a

  • Understanding Global Optimization VI

    Hello, I have a task which requires using global potimization, however, I am not really familiar with it. I've tried looking at the example VI's, however I have a hard time understaniding where my data would go. My actual task includes measuring mech