Position Assignment to 1610(US) triggers a Transport Request.

Hi Seniors,
i have a problem here that when i create the position through action PP03 as per the OM action setting,when  i go to 1610 Job Attributes USA,it triggers a Transport Request which is unwanted,it does not permitte me to save the data and does not let me go to the 1613 infotype(WC Attributes for JOB).
The job has already been assigned 1610 and the same job assignment has been done to the position.I have gone through the previous posts and have got to know that it hits the table V_T5U29 and tabl T528B,but sm30 T528B doesnot exits in dictionary.
I have to maintain the Job with 1610 assignment & the position with 1610 & 1613 among with other INFOTYPES.The action that i have created for position,i have already assigned 1610 & 1613 in sequence but the transport request is unwanted as of now.
Its causing probelm in DEV & QA for which i am not been able to create new positions.
Can any body help me out with this problem.
Edited by: srssaphr09 on Mar 29, 2011 7:46 PM

Hi Peeyosh,
Can you tell me how did you achieved.I do have a same Scenario.
I thought in following way to achieve the btransport of individual calendars.
I have included the Transport thru SCAL in a Workbench Request.
I went on to SE10 and double clicked on the Workbench Request in chnage Mode.
Then i double clicked over the tables.
THOC ,THOCD , THOCI ,THOCS ,THOL ,THOLU,THOCT ,THOLT .
Then in each i limited with the Required Calendars,public Holidays to be transported.
Like i have entered the Calendar id's.
Do you think this is right approach.I havent tested this option yet.
Can you anyone suggest me on this.
Regards,
Nachy

Similar Messages

  • Assigning the object to a Different transport request number.

    Hi all,
    I have assigned a object to a different transport request  number and i now i want to assign it to a new one..can any one tell me some procedure to change it.
    Tnx,
    Joe.

    Hi Joe
    In SE09 tcode click on display icon and enter the transport number in which the object was already assigned and click on display.
    Now delete the object from the task of the main request number.
    Now its ready to lock in some other transport request. Just goto the workbench object, try to save or activate, it will automatically ask for transport request afresh. You can now assign the request at this step.
    Rgds,
    Sripal

  • 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

  • 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.

  • 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

  • How to create transport request for standard web template

    hi all
    can any one tell me the step by step procedure to create transport request for standard template?
    thanks
    shalini

    Business Content --> Choose & Install the standard web template & then collect the object for transport...Assign a Package & when prompted for Transport Request --> Opt for a new transport request.
    Message was edited by:
            Jerome

  • Regarding logical system assigining to transport request

    hi, all,
    how to assign the transport request for logical system.,....because i transported the interfaces to quality system..please guided me in this

    Hello Sai
    I am not sure about the meaning of your question.
    You do no assign any logical system to a transport request but you must define the target system (see Properties of request). Calling the search help for this field you see that the target systems are coming from the active transport configuration (STMS).
    Perhaps your question is about how to set the client in which the request is imported. Regarding workbench request containing client-independent objects it does not matter whether you import into client '000' or your productive client.
    For customizing requests containing client-dependent objects you set the client when executing the import (either in STMS or via command line when calling the tp command directly).
    Regards
      Uwe

  • Regarding transport request number

    is it possible to assign an object to a released transport request number.
    Just help me out .

    Hi kasturi,
    assigning an object to an already released transport request number is not possible, you need to generate a new one and assign the object to it.
    <b>Saying thanks in SDN is by Rewarding points,</b>
    Kiran

  • U0093BEx transport request u0091ABC3005000u0092 is not available or not suitableu0094

    Hi,
    In our development, I tried to modify an old report but got the message
    “BEx transport request ‘ABC3005000’ is not available or not suitable”
    and opened up in BEx but in a read only mode.
    My goal was to modify this report.
    I therefore spent time to create a new report just like the original report with my modifications. On the next day, I wanted to make some changes in the new report but in opening it, I got the same message as the original one:
    “BEx transport request ‘ABC3005000’ is not available or not suitable”
    What seems to be going on? What can I do to be able to make modifications in BEx
    without this massage?
    The switch “Change” mode is no available to switch.
    I assume it implies that the query has been transported already so it won’t allow additional changes, but why it the same problem with the new one just created?
    Thanks

    Hi,
    I went through the steps you suggested:
    RSA1 -> Transport Connection
    Create transport requests for Bex (BEx truck icon); I double-clicked on a package (click on “Assign/Delete”) and created a new transport request AABB555.
    The problem is that, right after that when I open BEx, select Add-Ins, Open Queries, it attempts to open but instead of bringing up the list of queries for selection to attempt to edit, BEx flashes and freezes up.
    Then from there BEx freezes up. Any  ideas?
    I went into se09 and deleted the new transport request AABB555;
    Now, BEx can open up the queries instead of the freezing up, but it gives the message:
    "BEx transport request 'AABB555' is not suitable or available. Request/task AABB555' does not exist"
    When I choose OK, it brings me into the query but still only in read only mode and can't edit.
    Any more ideas?

  • Standard BEx transporting Request

    Hi Dudes,
    Can u explain me with a scenario, what is this Standard BEx Transporting Request and what is the purpose of this,
    Thankyou.

    Hi,
    This is what note says:
    Symptom
    Editing of a query in Query Designer may return the various error messages concerning transport system. Query or query component can not be changed or saved.
    The following error messages are possible:
    'Query could not be saved due to a problem in transport' message R9 124;
    'BEx Transport Request XXX... is not available or not suitable. Choose an existing request';
    'Object ELEM XXX... could not be saved to order YYY...';
    'A dependent object is being locked by the transport system' message R9 113
    'The dependent objects are in different transport orders' message R9 114;
    'The upgrade is already running - you are not able to change objects'.
    In some particular cases using NW 2004s server with 3.x Query Designer
    'Operation failed, no message available from server'.
    Other terms
    Query, Query Designer, Correction and Transport System, CTS, ELEM, Transport Request, Changeability.
    Reason and Prerequisites
    The error messages rise as the result of wrong administration of Correction and Transport System (CTS).
    Transport System Mode
    Two main modes of Transport System can be used for BW system: Standard Transport System and BW Transport System. Both modes require different administration efforts.
    Standard Transport System (system default)
    Within this mode an assignment of newly created query elements is done during save procedure. System asks for appropriated Package and corresponding Transport Request within this Package. The mode allows separating of changes done in the system different users in different Transport Requests. Users must be authorized to create new Transport Requests or to write into existing Transport Requests.
    BW Transport System (recommended for handling of BEx objects)
    Within BW Transport System initial assignment of newly create query elements is done automatically to $TMP Package. This is a Package for temporary objects and does not require modifiable Transport Request. Changes of those query elements can be done without further restrictions. Further assignment to a Package and corresponding Transport Request can be performed using Transport Connection of Administrator Workbench (transaction RSA1).
    All kinds of changes for query elements which already have been assigned to any Package different from $TMP (for example, queries transported from another system) must be registered in so-called Standard BEx Request. Using Standard BEx Request all changes done to query elements can be also transported to any other system. If the old Standard BEx Request has been released, another one must be created immediately in order to allow further changes for query elements.
    The typical reason for error messages listed above is a situation when NO Standard BEx Request is available anymore in the system. The algorithm of query SAVE contains a transport systems check. If the transport system check fails, no changes are possible.
    Changeability of query elements
    The recommended setting for query element (ELEM) is 'Everything Changeable'. Using of other settings, like 'Original Changeable' or 'Nothing is Changeable', will make editing of objects not possible when the general system changeability will set to 'not changeable' (SCC4).
    Setting 'Original Changeable' allows changes only for query elements which have been created in this particular system. Quite often an ordinary query may contain, for example, variables or other reusable components created in the other systems. In this case changing of a query containing those objects will be not possible.
    Changeability of Package
    Package (Development Class) where the corresponding Transport Request has to be created must be changeable. If a Package has a property 'Package is not extendable' set to true, no requests can be created within this Package. This means no objects can be registered.
    Solution
    The following messages mainly happen if BW Transport System is activated. The existence of Standard BEx Request and correct settings for object changeability should be checked.
    'Query could not be saved due to a problem in transport';
    'BEx Transport Request XXX... is not available or not suitable. Choose an existing request';
    'Operation failed, no message available from server'.
    How to create a new Standard BEx Request?
    Start Administrator Workbench (RSA1) --> Transport Connection. Find button BEx. Under the button user is able to create/assign a new Standard BEx Request.
    How to check Changeability of object?
    Start Administrator Workbench (RSA1) --> Transport Connection. Find button 'Object Changeability'. Set property 'Everything changeable' for query elements (ELEM).
    How to check Changeability of Package?
    Start transaction SE80 --> select corresponding Package --> find properties dialog. Check whether the property 'Package is not extendable' is set to false. Assignment of query elements (R3TR ELEM) to a corresponding Package is stored in the table TADIR (field DEVCLASS). In order to obtain a list of query elements used in a definition of a particular query having problems use the function RSZ_X_COMPONENT_GET with the I_OBJVERS = 'A', I_COMPID = technical name of a query. Execute the function and copy all elements (ELTUID) from the exporting table C_T_ELTDIR. Use this selection as the input parameter for selection from TADIR table (field OBJ_NAME). Collect all Packages and check the changeability as described above.
    The following messages mainly happen if Standard Transport System is activated. The problem happens in case, when one or several objects from definition of a particular query have been already written in another modifiable Transport Request. In BW 3.x each object can be processed only within one Transport Request.
    'Object ELEM XXX... could not be saved to order YYY...';
    'A dependent object is being locked by the transport system';
    'The dependent objects are in different transport orders';
    The situation may happen, for example, if a Query A contains a variable which has been already used in another Query B assigned to different Transport Request. In this case, saving of Query A will be not possible while the Transport Request containing the shared variable is not released.
    How to find an assignment of object to a Transport Request?
    Start transaction SE03 and select 'Search for objects in requests/tasks'. Provide ELTUID of the element which can not be saved. Object type is R3TR ELEM. Search for modifiable Transport Requests containing this element. If corresponding Request is found, it can be released. After that is will become possible to save this query element into another Request.
    Changing of query elements during running upgrage is not possible. The system sets a global lock in order to prevent any change which may potentially affect the consistency of objects. In such situation users should stop the upgrade procedures and wait until the process will finish.
    Regds,
    Shashank

  • 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

  • Is there any report where we can see more then one position assigned to emp

    Hi
    Is there any report where we can see more then one position assigned to employee.
    Basically requirement is that some of employees got assigned two positions by mistake, so I want to know the standard report to find out such employees.
    Thanks & Regards
    Rajesh

    Hi,
    Use RHSTRU00 report with object type P and evaluation path P_S_S_C.
    Regards,
    Dilek

  • How to assign transport request for Dynamic selection in SE36

    Hi Friends,
    Please guide me how to transport or assign a request for the changes made in BRF selecion view.
    I have assigned and added BKPF-XREF1_HD field for FB03 transaction. Its working fine as per user requirement.
    I am facing probelm to assing a transport request for that. I didn't find any transport menu in se36.
    So please provide me how to assign a TR which need to import into Production client.
    If I have to assign or create a program (standard), then please provide me the program name.
    Please reply.
    Thanks & Regards
    Sankar.
    Edited by: sankar babu on Jul 29, 2010 12:27 PM

    Moderator message - Cross post locked
    Total Questions:  283 (131 unresolved)
    Please also close your old posts and assign po1nts to helpful answers.
    Rob
    Edited by: Rob Burbank on Jul 29, 2010 9:50 AM

  • FM for fetching positions assigned to a BP.

    Hi,
    I need to get the positions assigned to a BP and also users assigned to one particular position of BP.
    Which FM should be used?
    Thanks and Regards
    Shilpi

    Hi shilpi ,
    You can try FM RH_STRUC_GET to get the positions as well as users assigned to the position.
    Hope this will help you.

Maybe you are looking for

  • Do converted docs remain in cyberspace?

    2/4/15                          I just bought Adobe Reader XI Created Wednesday, January 21, 2015, 5:25:38 PM to allow me to convert PDF's to "Word" and "Excel".                         It is a valuable function for me, and thank you for it.         

  • Footer to be printed on first page alone

    Hi we have a requirement(Documaker 11.4) stating that footer has to be printed on Page 1 alone even when it overflows to multiple pages, instead of printing on all other pages. We have tried using delimageoccur(-1) but when content is restricted to o

  • Azure API and tokens issued by azure AD

    anyone know of a sample that showcases the azure API management/delivery feature consuming (access) tokens issued by Azure AD? is there a reasons why its not even a sensible thing to conceive? (it seems obvious...but perhaps I have a disconnect somew

  • How to set InitParameters in Tomcat??

    I'd like to do the following in my servlet init public void init(ServletConfig config) throws ServletException { super.init(config); databaseURL = config.getInitParameter("database"); how to set the InitParameter in Tomcat??

  • Update with SET as a result of multiple-row  Select

    Hi, I need to set a field called "desc" as: code||'-'||desc Where code is a query result result. So I wrote this code: update tra_strucobj ts1 set tsobdesc = tsobdesc|| (SELECT distinct(FOUCNUF) FROM artuc , foudgene , lienserv WHERE ARACINR in (sele