Transport Request should be created when data in table gets saved

Dear All,
I have a requirement that I have a cross client table. When in a particular client say 800 the data gets saved then a transport request should be generated so that the data can be transported to other client. Can you please help me out how this can be done. I have created a table maintenance generator and there I have considered STANDARD RECORDING ROUTINE as recording routine. It is asking for workbench request.
Please can you help me out?
Thanks and regards,
Atanu
Edited by: Atanu Dey on Jan 24, 2008 5:48 PM

Hi,
you have to create a table(ZTEST) without the field 'MANDT'(Client). So that that table is client specific, so you save the data in the table(ZTEST), it will ask TR.
i hope it may be useful.
Regards,
Boobalan. S

Similar Messages

  • Why should we create index on  the table after inserting data ?

    Please tell me the Reason, why should we create index on the table after inserting data .
    while we can also create index on the table before insertion of the data.

    The choice depends on a number of factors, the main being how many rows are going to be inserted in the table as a percentage of the existing rows, or the percentage growth.
    Creating index after a table has been populated works better when the tables are large or the inserts are large for the following reasons
    1. The sort and creation of index is more efficient when done in batch and written in bulk. So works faster.
    2. When the index is being written blocks get acquired as more data gets written. So, when a large number of rows get inserted in a table that already has an index , the index data blocks start splitting / chaining. This increases the "depth" of the inverted b-tree makes and that makes the index less efficient on I/O. Creating index after data has been inserted allows Orale to create optical block distribution/ reduce splitting / chaining
    3. If an index exists then it too is routed through the undo / redo processes. Thats an overhead which is avoided when you create index after populating the table.
    Regards

  • 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 Creation while creating Characteristics and Classes.

    Hi
    While do a Release Strategy i am creating Characteristics and Classes.
    While saving Characteristics and Classes, i am not getting any Transport Request Creation.
    Is there any problem with my configuration or the Standard SAP does not give me.
    I want to track all the things i am doing.
    Reply me ASAP
    cheers
    MaruthiRam
    Edited by: MARUTHI RAM on Jul 17, 2008 9:43 PM
    Edited by: MARUTHI RAM on Jul 17, 2008 9:44 PM

    Characteristics and class are master data so system will not ask for transport.
    if you want to migrate to another system than you have to create the LSMW (upload program)
    using this you can upload all the char value into release strategy in wach client
    now if you are migrating the whole client than system will copy the class and char along with release strategy but not value.
    to upload the char value of release strategy
    use LSMW with std  object 0130.

  • How to register transport requests which is created outside CHaRM

    Hi Experts
    I have completed the ChaRM configuration in Solution Manager.
    Now I want to include the open transport requests (which I have created outside of ChaRM) in ChaRM. Could you please guide me how I can include these open transports in ChaRM.
    Thanks in advance
    Regards
    Venkat

    Hi Prakhar
    Thanks for your reply,  as per SAP Note 1150426 I have executed the task  in the maintenance cycle "Register transport request in tasklist", but the transport request is not added to the Change request.
    Then I have tried to execute through sa38 there it's saying "Unable to find the task list / status of task list is not active". we are in ST - SAPKITL434
    Could you please check and help me to resolve the issue
    Thanks & Regards
    Venkat

  • What should I do when i can not get my ipod to sync from my computer

    What should i do if i can not get my ipod to sync?

    What happens when you try?
    iTunes 11 for Windows: Set up syncing for iPod, iPhone, or iPad
    or
    iTunes 11 for Mac: Set up syncing for iPod, iPhone, or iPad

  • Added new fields in vendor master in xk01 but data is not getting saved

    Hi experts,
    To add new fields in vendor master i have followed the following steps :
    1.) Appended a structure ZRTGS in LFA1 table with required fields and activated
    2.) Added new button in xk01( vendor master ) using spro -> logistics-general -> business partner -> vendors ->
    control ->adoption of customer's owaster data fields -> prepare modification free-enhancement of vendor master record
    Created a screen group ZR and defined label tab pages with function code ZRTGS and saved entries
    3.) Created a implementation for BADIs VENDOR_ADD_DATA and VENDOR_ADD_DATA_CS.
    4.) Created a program with my own subscreen for the required fields
    The button is getting displayed in XK01, XK02 and XK03 respectively. Whenever the button is clicked the subscreen with
    the fields is also displayed. But whenever i try to save the data in either XK01 or XK02 it is not getting saved in to the
    database table LFA1.
    Request your help in this regard.
    Thanks in Advance.

    Hi,
    You may need to check this include .
    EXIT_SAPMM06E_008  -->Import Data from Customer Subscreen for Purchasing Document
    Thanks,
    vamshi

  • Inbound Idoc - Date fields not getting saved

    Hello,
    I have created inbound idoc scenario in SAP. I receive Idoc from non SAP system to SAP system.
    then data from IDoc is saved into different tables, for that I have written one function module (attached to process code)
    One of the segments in IDoc type has date as a field. It is of type sy-datum.
    When I receive Idoc in SAP only date fields are not getting saved in tables.
    Is anything specific need to be done for date fields? please advice.

    check which format you are getting into sap and make sure you are coverting in into required format.

  • IDOC should be created when PO RELEASED Using ME29N Transaction?

    Hi,
       Can anyone suggest me how to create ACCESS SEQUENCE,PROCESS ROUTINES,CONDITION RECORD and all steps in NACE Transaction.
    our requirement is that the IDOC Should get Created Only after Purchase Order is Released using ME29N transaction.
    Can anyone tell how to create IDOC and Send that IDOC to Receipient system for a Purchase Order that is already Released using ME29N transaction

    thank u

  • Do indices change, when data of table changes?

    Hello,
    if a table has got many indices and is changed frequently, do the indices change as well. Are all indices corresponding to that table changed. Are these indices processed in any way?
    thanks, resi

    "in indexes, the space can be reused only by rows with the same key-filed"
    That is incorrect. The space left in a index by a deleted row can be used by any key that is between the prior and next keys. For example, if you have Index entries
    Entry 1  Ball
    Entry 2  Bell
    Entry 3  BollNow, you delete Bell, the inndex would look like:
    Entry 1  Ball
    Entry 2  
    Entry 3  BollNow, add Bill, and the index would look like:
    Entry 1  Ball
    Entry 2  Bill
    Entry 3  Bollno wasted space.
    Rebuilding indexes is a waste of time and resources in the vast majority of cases.
    Search Tom Kyte's site here for rebuilding indexes or reorganizong indexes for many, often lively, discussions.
    John

  • Contract custom fields header data is not getting Saved(SRM7.02)

    Hi Experts,
    I have created a custom tab on the Header screen of SRM contract and that tab has 10 custom fields..Also, meta data custom fields properly binded to the custom webdynpro screen..But the problem here is when the data is filled on the custom tab screen and press SAVE button, after reopening the contract the custom field values are getting disappered. Version SRM7.02
    Thanks for quick response..
    Thanks,
    Krishna.

    Hi Experts,
    Please reply
    Thanks,
    Krishna.

  • Create transport request based on SDMI transaction type

    Hello,
    a customer of mine intends to use transaction type SDMI in a kind of unusual way. He only creates SDMIs without creating projects, cycles or change requests in ChaRM. He uses a customized copy of the normal correction to track his changes and now needs to activate the functionality to create transport requests as an auditor requirement.
    As I'm not proficient in ChaRM, I would like to know if that is at all possible.
    Assuming it is possible, what would be the preferences to use action "Create Transport Request" regarding IBase etc.?
    Assuming it is not possible, what would be necessary as a minimum to establish the link to the respective system in which the transport request should be created to get that action working, a maintenance cycle? How is the maintenance cycle linked to the ticket?
    That are a lot of questions, and it would be highly appreciated if somebody could lighten up the fog there for me.
    Thank you in advance!
    Kind regards,
    Emanuel

    Hi,
    1) Do I need to perform any steps in the task list before ChaRM can be used?
    No once task list is in active state and sdmn is created for ur project u can start using charms
    2) How is the maintenance cycle ticket (SDMN) linked to the change requests? Is this linkage done in the SDCR ticket via the maintenance project in the "Customer fields", where solution, maintenance project etc. can be assigned? Or is this implicitly done by the chosen IBase?
    Yes everything is dependent on IBASE and logical component.
    Check this links
    https://websmp202.sap-ag.de/~sapdownload/011000358700000657692007E/ECTS_CHARM_SP12.PDF
    /people/dolores.correa/blog/2008/07/26/first-steps-to-work-with-change-request-management-scenario
    http://help.sap.com/saphelp_sm32/helpdata/en/0c/5b2160f6fa4b83a3674a210b1cdeb0/content.htm
    Check SMP/SDN
    https://websmp208.sap-ag.de/changecontrol
    Resources on CTS+ [original link is broken]
    Hope it solves ur queries
    Regards
    Prakhar

  • Asking for transport request while table data updation

    Hi All,
    I am trying to update a table TCJ04 using transaction OPS6. When ever I am adding a new entry or edit the existing entry and click SAVE, the table is asking for Transport request number.
    This table carries a master data and should not be asking for transport request. Rather its access has to be controlled by user authorisation.
    Please tell me as to what is the reason of asking for transport request.
    regards,
    Gaurav.

    Hi There,
    It is asking for the transport request for each new entry in the table since the Delivery class in the attributes is set to C( Customizing table, maintenance only by cust., not SAP import ), If it is set to "A" it will not ask for the transport request..
    Try creating a custom table and play around with the Delivery class, A and C, you will come to know the difference.
    Let me know if you need further help in this regard.
    don't 4get to rward pionts if found helpful.
    Thanks-

  • While creating proxie asking for transport Request/task...

    Hi Experts,
    This is the first time i am creating proxies. When i entered Spoxy transaction  and trying to activate the proxie its asking for package name,Prefix and Transport (Request/Task) .
    The transport request shouild be created by network people or we can ignore it and it can created later.
    Please guide me on how to proceed further.
    Regards
    Santosh

    Hi
    The prefix name will be used in the creation of Proxy-Interface ABAP Name and in Implemented Class ABAP Name.
    You should provide the transport request which will be helpful for further transport from one system to another.

  • RFC error when trying to add transport request in queue in STMS..

    Hi,
    When I try to add a Transport request in queue in STMS transaction. I get RFC error saying some problem with tp program.
    But when I go and check the RFC connection through STMS in system overview -> Communication -> RFC setting, it says RFC connection Ok.
    What may be the issue  ? I really need some light on this..
    Regards,
    Rajesh.

    Hi Rajesh,
    At times when u try to add the TR to a queue there would be 2 reasons.
    1. If u have imported a TR into a system say QTY and it needs to be re imported, then we delete it fromthe STMS queue and add it again to re import it.
    2. If u have some transport from external sap system to be imported here we place the data and Co files in the trans directory and then add the TR to this queue.
    A TP failure happens if the data and co files does not exist in the TP directory or else, the TR target system is incorrectly mentioned.
    Hope it helps.
    Br,
    Sri
    Award points for helpful answers

Maybe you are looking for