Disable Transport Request

Hi There,
My requirement is that I have to create a table maintenance for a a Z table, and once it is done, when new records are inserted or created using the the table maintenance, the system should not ask or prompt for the creation of transport request or ask for any Transport request at all.
How do I go about this!!!!
Information about Table
Delivery Class: A
Data Browser/Table View Maint: Display/Maintenance Allowed
Data class: APPL2
Kindly Help!!!
Pablo

hi,
for that u can save that in local object,
that's it,then it dont ask about transport id.
reward points if useful,
seshu.

Similar Messages

  • Disable creation of transport request in development system

    Hi Sapgurus,
    I have a strange requirement. I want to disable the option of transport request creation in development system for all the object.
    Waiting for your valuable inputs. Thanks a lot.
    Regards,
    Priti

    Priti,
    May be this solution is not suggested by SAP.but yes by hook and cook if you really urgent need this we can achieve this i tried by putting a breakpoint here in my system for testing.and i got result.
    just open include LSTRDF30 in se38.search for string   WHEN 'INSA'. here you can modify your code as below:
    CASE okcode.
        WHEN 'LOCK'.
          PERFORM append_to_order.
        WHEN 'OWNA'.                       " show own orders
          PERFORM show_own_orders.
        WHEN 'INSA'.                       " insert new order
    SET SCREEN 0. LEAVE SCREEN."this need to be add.
    exit.
          PERFORM insert_new_order.
        WHEN 'ATTR'.                       " object attributes
          SET SCREEN 0. LEAVE SCREEN.
    in such manner request will not be generate.
    but only access key is required.
    Amit.
    Edited by: Amit Gujargoud on Aug 5, 2008 4:35 PM

  • Error when creating transport request in 000 clinet

    Hi All,
    I am getting the below message when creating a transport request manually in 000 client
    Requests can only be created from ChaRM!
    Message no. 38001
    How can I deactivate charm for short time and then activate it again?
    Please let me know your suggestion.
    Thanks
    Amair

    Hi Sanjai,
    Thanks for the quick response.
    But I think it will disable charm process for the entire landscape. What we need to do if we want to disablke for particular system like one development system?
    Thanks again
    Amair

  • How to add config changes in Transport Request

    Hi Experts,
    We did some config changes in Logistics - General=>Material Master=>Configuring the Material Master=>Define structure of Data screen for screen sequence / Assign Secondary sequence / Maintain Order of Main and Additional Screens.
    But while saving this config of  Assign Secondary sequence / Maintain Order of Main and Additional Screens its not asking for Transport Request.
    Even i checked in the menu of EDIT-Tranport entries, but the menu's are in disable mode.
    Can anyone guide me how to add this two fields config changes in to TR?
    Thanks and regards,
    Anandhan

    Hi,
    This is really strage.
    However you can try the following.
    upon entering the config node, use the first menu option in which option "transport" would be there.
    Upon clicking it, the same table opens in display mode.
    Select the entries that you have created and use the option "include in transport"
    When asked for, provide teh transport number.
    Alternatively you can create a transport and them use SE10 to include entries from tables that you can select.
    ou may need teh help of an experinced ABAPer or Basis to do it if you are not confortable doing it yourself.
    However if the config effects multiple tables, then this is not a viable option as you need to know all the impacted tables.
    hope this helps.

  • HR data input creates transport request dialog

    Hello
    I am trying to configure some basic HR functionality on my system (PA, OM) for a couple of infotypes. Every time I enter or change master data for an employee on my development server, a dialog appears for me to input a transport request number as if I am making a new program or changing tables in a system. Also in a production system when i do this a message appears that client is not modyfiable and when i confirm, data gets saved normally.
    How can i disable these dialogs? I know this is more of a development / instalation question but i hope someone understands my problem here.

    Hi,
    Ask you Basis person to disable these prompts. Basis people will set these transport requests, authorizations to modify, view etc.
    Regards,
    Suhasini

  • Need help on Transport Requests in BI

    Hi All,
    I am doing BW Transports. I have collected all info Objects with Option "Necessary Objects" in one request.
    In 2nd Request, i have selected Data target with the Option "Data Flow before", so that i can get all the objects from Datasource to Data target. By Default, the Info Objects Checkboxs are disabled and transport requests are displayed for Infobjects alone.
    My Query is, there is a info Object called 0PLANT, which is having seperate data flow for master data. Do i need to install seperately for Master data flow. ie)0PLANT_ATTR of transfer rules and other Objects.
    Or it will automatically be installed while collecting the 1st request itself.Please help on this issue.
    Thanks,
    Siva.

    HEllo,
    First check whether 0PLANT is already in the prod box and whether its loading. Its a part of global master data and there are chances that it already may be in use.
    If so then there is no need to capture and re send it.
    Secondly, if its not available till prod, then you need to analyze whether you really need to load 0PLANT master, if your requirement does need it then only you need to capture it and sent it ahead.
    Check your first request and verify if its already captured. If so then no need to capture it again, rather the system wont allow you to capture the objects which are already locked in some other active transport request.
    Regards,
    Shashank

  • ChaRM - Developer cannot create transport request

    Hi, I have 2 questions.
    1 - We have a Request for Change created, after the change got approved, this created the Normal Change document. Is this the way it should work?
    2 - After the Approval, the developer logs in to create the transport request. The system and client is disabled ad the short description comes with some weird text. We have a solution created and the solution has the development system within the logical component in it. Please help..
    Thanks in advance..

    Hi Jim,
    There is a context node error in your screen (BTAICTRANSPORTH not bound). Please check the following in your system:
    Call transaction 'BSP_WD_CMPWB', enter the UI component name AIC_CM_TRANS_CR and choose display.
    Open up the node 'Views'.
    Double-click on view AIC_CM_TRANS_CR/TransportReqPage1. You will come to a view detail screen.
    On the right hand side open up the node 'View Layout' in the tree and double-click on the htm page TransportReqPage1.htm.
    Choose tab 'Page attributes'.
    Please check if you see BTTRANSREQ as in the picture below:
    regards,
    Raquel

  • How to change description of released transport request

    Hi experts,
                The transport requests tasks and are released and owner of TR also released, now need to modify description.
                Is their any possible way to do it, because transport is not moved out of the system.
    Thanks,
    Pavan

    Hi
      There is one way to achieve this.But this s not advisable.
    1.) Got o FM 'TRINT_CHECK_REQUEST_CHANGEABLE'
    At the line number 111 IF is_request_header-trstatus CA sctsc_states_released, put the break point.
    1.) Double click the released request which you want to change the description.
    2.) your EDIT option will be disabled. Just type '/h' in the tcpode area and press enter, your debugging will switched on.
    3.) Then Press ENTER again, it will open the debugger screen, in the variable change the SY_UCOMM field to 'WB_DISP_EDIT_TOGGLE' . Then press F8.
    4.) your control will be in the FM 'TRINT_CHECK_REQUEST_CHANGEABLE' line number 111. Try to skip this IF condition by using debug technique.
    5,) Now you can change the description.Now you cant save this as Save button is disabled.Just press back button, you will get the message for save the changes.Just save it. Done.
    Thanks and Regards,
    Senthil Kumar Anantham.

  • How to change Client of a Transport Request?

    Hi friends,
    I am trying to Change the clien of a Transport Request in se01 but the field is disabled.. Is there any way to change the Client of a Transport Request?
    Pls Help me.
    Regards
    Venkatesh.S

    Why you want to change the client ?
    I assume, you are not talking about changing the traget system client but the client of the source system TR  ie for ex 100 or 120.
    If the Development Server has two clients say 100 (Configuration) and 120 (Development and Unit Test) then for configuration changes Functionals will get the TR created in 100 where as we developers get the TR created in 120.
    For Development,if you get a workbench TR in 100 client but trying to change the program in 120,then while saving the changes in the TR it will not let you save your changes because the TR is created in 100 but you are trying to use that TR to capture the changes that you are doing in 120.
    To my knowledge we can't get THIS client changed,instead we need to get a new TR in the client say 120 where the workbench changes are supposed to be done.
    K,Kiran

  • Transport request to be created while adding entries in table

    Hi Experts
    I am using SAP ECC6 version.
    I want to unable transport request when user adds/changes entries from a table.
    I have a maintenance generator created with Standard recording routine. Delivery class is 'A'.
    I have tried all delivery class options staring from'C' to 'W'.
    But nothing is working.
    Also in sm30 if i select entries and try Transport, the menu option is also disabled.
    If anybody has done this please let me know.
    Thanks in Advance
    Meghana

    Hi,
    You can do it with transation SCC4.
    There you can check the radio button Changes without automatic recording.
    But for this u may require BASIS authorisation. Please contact them.
    Regards,
    Renjith Michael.

  • Transport Request while Uploading Documents

    Hi
    We have small problem when some of our users are trying to upload documents in Solution Manager. The system prompts for the Transport Request whenever they are trying.  They have uploaded earlier and did not prompt for any. I checked the scc4 settings and make sure that I h ave selected the correct setting. Is there any way we can disable this option.
    Regards,
    Mahesh Shetty

    Hello
    "They have uploaded earlier and did not prompt for any"
    Are you sure SCC4 settings were not adjusted at that time or for a certain period, it's hard to believe it would suddenly change out of the blue.
    Kind regards
    Tom

  • How to create entries in sm30 without transport request

    Hi all!
    I would like to make entries in a  table using sm30 but I dont want  transport request popup to come up.
    Is it possible to disable the transport process for that table?
    I have been told that if I change delivery class from C to A the problem will get resolved .
    But it is still askinf for transport request.
    Regards,
    Rachel

    Hi Rachel,
    Ideally when we give the delivery class as 'A' and create tab.maintenance generator with the radio button 'No or User Recording routine', it will not ask you for the transport request.
    When we want to transport the entries, you need to change the class as 'C' and also change the radiobutton option in tmg screen as 'Standard Recording routine'.
    If the problem still exists, please regenerate the tab.maintenance and the entries in the table with del.class as 'A', and select radiobutton option to 'No or User Recording routine'.
    This should help.
    Thanks,
    Guru

  • J1ID asks for Transport Request

    Hi All,
    The system asks for a transport request number while creating or changing excise tax rates and chapter ID in J1ID.
    How do i disable the asking of the Transport Request number.
    Thanks in advances!!!
    Regards,
    Gaurav Nayar

    Hi,
    J1ID is for master data, No request should be cretaed.
    Contact Basis Consultant or set in SCC4 t.code .
    Regards,
    Biju K

  • Unable to capture the Data Source into a Transport Request

    Hi All,
    We have a product hierarchy and we are using the data source :4R_PRODH_D_LGEN_HIER for the hierarchy.
    Now we need to transport this structure to the quality environment but we were not able to capture the datasource:4R_PRODH_D_LGEN_HIER into a transport request.
    When ever we activate the data source:4R_PRODH_D_LGEN_HIER it is asking for the Package and the Transport Request Number.If we give these details and save it, data source is not getting captured in the request, only the "bject Directory Entry" is getting captured.
    Can someone please guide me on how to capture the datasource under "Data Sources in BW" in a transport request.
    Regards,
    Sachin Dehey.

    Hi Sachin,
    Hierarachy datasource is not captured as Attributes and Text Datasource. So what ever you have done is correct.
    What ever is captured in Object Directory Entry is correct. So go ahead with your transports, once transport is done check the Hierarchy Infopackage with Available OLTP hierarchies and load the data.
    Most important thing first see that the all Master & Transactional Datasources are transported in R/3 Dev to QA to PRD
    In BW, datasources are not transported, only their replica is transported.
    Transportation of Datasource is done in R/3. Only their replica is transported in BW.
    So wht ever you have done till now is correct. So go ahead.
    While attaching Hierarchy Datasource it is captured only in "Object Directory Entry"
    Regards,
    Vishnu.

  • 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

Maybe you are looking for