Transporting custom table with entries

Hi,
     I need to convert one custom table to client specific, I deleted entries in table and added MANDT field in development server. In Production already entries are there in the table, can i transport the table from development now? will it affect the entries? or if i enter all the entries in development and transport, will the table get all the entries with MANDT field?

Hi,
Please enter all entries in dev(take ALL form Prod), then trasnport new version of table to Q->P.
By doing so, your existing data in P will be retained and u'll have client spec. table in P.
Regards
Bin
Edited by: Bindu Bala on Dec 19, 2008 1:24 PM

Similar Messages

  • What kind of transport request is used to transport custom table contents ?

    What kind of transport request is used to transport custom table contents ?
    Also what kind of transport request is used to transport SAP standard table contents ?

    Create Workbench request only.
    Because when u will transport the table from development server to quality that time table records won't transport.
    We don't have any TR type to transport table with records.
    If usefull reward points helpfull.....
    Regards,
    Rajneesh Gupta

  • Maintenance View for custom table with foreign key relationship

    Hi Folks,
         I have created a custom table with foreign key relationship with other check tables. I want to create a maintenance view / tablemaintenance generator. What all things I need to take care for the foreign keys related fields while creating the maintenance view / tablemaintenance generator.
    Regards,
      santosh

    Hi,
    You do not have to do anything explicitely for the foreign key relationships in the table maintainance generator.
    Create the table maintainance generator via SE11 and it will take care of all teh foreign key checks by itself.
    Regards,
    Ankur Parab

  • Updating custom table with PU12

    Hi Experts,
    I need to update the custom table with PU12. Please let me know if this is possible with PU12.
    I have used the PU12 only to retrieve the data from database and have sent the data to application server.
    Thanks
    Rashmi

    Hi
    Can you please let me know how to  update the custom table with PU12.
    Can you please let me know the User exit you have used.
    Thanks in advance.
    Regards,
    Kiran.

  • Transporting Custom table entries

    Dear Experts,
    I have to add some values to the fields in my customizing table(Delivery class C).
    Iam doing it through SM30.
    I dont want to add any new entries but change the values in some fields.Can I make these changes and put it under a change Request and transport it to the Q and productive systems so that only these changes are made there and the other rows remains unaffected...
    The reason why Iam asking this when I try to edit the table with SM30,I get a message
    "Individual entries cannot be put in ChangeRequest"
    Regards
    K
    Edited by: Kohinoor72 on Jan 4, 2012 3:57 PM

    Make the table contents transportable by creating a "table maintenance generator" in SE11 under Utilities -> Table maintenance generator.
    In that screen for the section "Dialog data transport Details" the "Standard Recording Routine" option should be selected.
    Then only will the system ask for Transport request when entering data through the generated maintenance view in SM30.
    If you already generated table maintenance and now setting the Standard Recording Routine attribute, you need to regenerate the table maintenance by clicking the change button and selecting all check boxes. Remember that if you created any custom events / screen modification, they need to be put back after regeneration.
    Also change the "delivery class' in the SE11 table attributes to 'C' - Customizing table

  • Database adjustment for custom table with 200 entries

    Hi,
    We have a custom table which as 3 fields as composite primary key. we want to drop the last field from composite primiary key. Would it be required to do a manual database adjustment or would it automatically adjust the database if I make this change and trasport it.
    Please advise.
    Regards
    Kasi

    Hi,
        you have to adjust database manually using
        se11-utilities-database utiity-> click on
        activate and adjust database button .
        if you have table mainitainence defined delete
        existing table mainitainence and create a
        new mainitainence and assign this to request.
        so that when request is transported
        correction to databse are made in quality 
        and production as well.
        select standrad recording routine radio in table
        table mainitainence generator to move table
        contents to quality and production by assigning
        to request.    
    Regards
    Amole

  • Transport custom table

    Hello Everyone,
    I have one request which includes my report,my custom table.
    While releasing the task first, i get this error:
    <b>Fill table key for table ZADI_DIM_CAR_GBL only up to position 051 only</b>
    Anybody, having idea why this error comes and SAP stops me to release my task.
    Thanks in advance.
    Regards,Tarun

    Tarun,
    does this table automatically ask's for a TR when you create entries? or have you explicitly entering entries using R3TR TABU in your request?
    If so, you need to give the proper key values to transport the entries of this table, might be an issue there?
    If you want to add the entries explicitly, you need to create an entry at task/request level as belo
    R3TR | TABU | <Table name>
    double click on the record to give key values of the table or give "*" to transport entire table entries.
    Regds
    Manohar

  • Customer table with delivery class 'A' asking for a request

    Hello.
    I've built an customer table and defined the delivery class 'A' ... Application table (master and transaction data).
    Data Browser/Table View Maint. 'X' ... Display/Maintenance Allowed.
    Why is this type of table definition asking for a change request to store table entries?
    Please, provide some help.
    Mário Semedo

    Thanks ... how did i let it pass?
    Thanks alot!

  • All Custom tables (with no. of records) under a package

    Hi All,
    I am trying to get all the custom tables or Ztables under a custom package along with number of records in each custom table.
    I have checked the View INFO_TABL and got all the custom tables under a custom package but did not get number of records for each custom table.
    Is there any other View, Table, Function Module etc., form where I can get the above data. Report is not a option.
    Regs
    Dep

    You may have a look into the program RSTABLESIZE & also the fm DB_STATISTICS_DATA_READ
    Good discussions are available here Most efficient method of finding COUNT of records in client-independent tab & dbtable count

  • Performance for join 9 custom table with native SQL ?

    Hi Expert,
    I need your opinion regarding performance to join 9 tables with native sql. Recently i have to tunning some customize extraction cost  report. This report extract about 10 million cost of material everyday.
    The current program actually, try to populate the condition data and insert into customize table and join all the table to get data using native sql.
    SELECT /*+ ordered use_hash(mst,pg,rg,ps,rs,dpg,drg,dps,drs) */
                mst.werks, ....................................
    FROM
                sapsr3.zab_info mst,
                sapsr3.zab_pc pg,
                sapsr3.zab_rc rg,
                sapsr3.zab_pc ps,
                sapsr3.zab_rc rs,
                sapsr3.zab_g_pc dpg,
                sapsr3.zab_g_rc drg,
                sapsr3.zab_s_pc dps,
                sapsr3.zab_s_rc drs
            WHERE mst.zseq_no = :p_rep_run_id
            AND mst.werks = :p_werks
            AND mst.mandt = rg.mandt(+)
            AND mst.ekorg = rg.ekorg(+)
            AND mst.lifnr = rg.lifnr(+)
            AND mst.matnr = rg.matnr(+)
            ...............................................   unitl all table (9 tables)
            AND ps.mandt = dps.mandt(+)
            AND ps.knumh = dps.knumh(+)
            AND ps.zseq_no = dps.zseq_no(+)
            AND COALESCE (dps.kbetr, drs.kbetr, dpg.kbetr, drg.kbetr) <> 0
    It seems the query ask for database to using hashed table. would that be it will burden the database ? and impacted to others sap process ?
    Please advise
    Thank You and Best Regards

    you can only argue coming from measurements and that is not the case.
    Coming from the code, I see only that you do not understand it at all, so better leave it as it is. It is not a hash table, but a hash join on these table.

  • Custom table with all feature....help!

    Hi all,
    I am interested in defining my own custom table that will itself take care of
    1. Cell validation
    2. Key navigation
    3. Look and feel
    Ideal cutom table will take the 3 inputs,
    1. No. of columns
    2. Each column type expression(as it may dynamically change even specific to a row..)
    3. Each column editable expression( as it may dynamically change even specifi to a row...)
    Obviously the table should take care of renderer,editor,listeners, valuechange notification etc.
    Basically i need guidelines how to proceed about it.

    Have you read below document?
    If not yet, it will be good document for you.
    http://java.sun.com/docs/books/tutorial/uiswing/components/table.html

  • VK12 - disappered %? how to transport the table with new tax codes?

    Hallo
    I'm changing conditions for tax codes in VK12. I have 2 questions:
    1. When I created new entries, the % sign disappears. What shoud I do with this?
    2. Should I create a transport with this changes? Or should I create all new entries with new tax codes manually in all target systems?
    Thanks for all help,
    Megy

    hi,
    normally tax code changes will be done in PRD directly.
    no need to transport
    in VK12, that is change condtion record, you will find the details of condition record right.
    then why are you going to create again.
    change what ever you want to change then and there only and proceed with your requriment.
    regards,
    balajia

  • Error transport condition table with SCC1

    Hi,
    I have an error message when i transport my request of new condition table from client 100 to 200 with SCC1.
    The error message is :
    Program ended with error or warning, return code: 4
    Message no. TA146
    Log Message in SCC3
    Target Client           200
    Source Client          100
    Copy Type               Copy by Transport Request
    Transport Request       DRTK900766
    Status                  Completed w. Dictionary Errors
    Statistics for this Run
    - No. of Tables                 0 of        14
    - Lines in Old Objects          0
    - Lines in New Objects          0
    Warnings and Errors
    Table           Component  Package
    T681            SD-MD-CM   Table Cross-Client
    T681E          SD-MD-CM   Table Cross-Client
    T681S         SD-MD-CM   Table Cross-Client
    T681T         SD-MD-CM   Table Cross-Client
    T682           SD-MD-CM   Table Cross-Client
    T682I          SD-MD-CM   Table Cross-Client
    T682T         SD-MD-CM   Table Cross-Client
    T682Z        SD-MD-CM   Table Cross-Client
    TMC1         LO-LIS-DC  Table Cross-Client
    TMC1D        LO-LIS-DC  Table Cross-Client
    TMC1K        LO-LIS-DC  Table Cross-Client
    TMC1T        LO-LIS-DC  Table Cross-Client
    TMC73        LO-LIS-REP Table Cross-Client
    TMC74        LO-LIS-REP Table Cross-Client
    But i have checked all table above, my new condition table have been added on it. when i transport again, error message is same. Any solution of this ?
    Thanks,
    Toktok.

    hi ,
    Please check all tables whether they are active .
    also check any data element or domain created is active   .
    and then transport request  .
    Regards
    Deepak.

  • Inserting and retrieving Word docs from a custom table with LOB column

    Hi,
    I'm sure I'm not looking around in the right place for some docs on this.
    Basically I need to build a custom interface in Web PL/SQL to allow a MS Word doc to be uploaded for a user's browser and also a mechanism to retrieve the doc.
    Not sure what is the 'best' column datatype to use for this either.
    Portal Forms are out of the question due to inflexibility of application.
    Cheers,
    John

    bumping to the top!

  • Custom table entries transportable / maintainable in production environment

    Hi,
    I have a custom table with table maintenance generator (automatic transport of table entries). I would also like to maintain the table entires in the production environment (i.e. using SM30 transaction, rather than transporting the entries from Quality). I hope there is a cofiguration to do this.
    Could any one help me on this.
    Thanks in advance.

    Adding to what others have suggested, it is not advisable to give SM30 access to your users. Its better to create a parameter transaction for the maintainance dialog and give the user access to that transaction. Other way of restricting the access is using authorization group selection while creation of maintainance dialog (&NC& will give access to every one). Check the below link to see how to create a parameter transaction for sm30.
    [Parameter transaction for sm30|http://www.divulgesap.com/blog.php?p=MTg=]
    Cheers,
    Ravikiran

Maybe you are looking for