Customizing table Changes to another system

Hello all,
When ever changes occurred to  personnel area HR table T500P then the changes needs to be replicated in  another system.
how to capture the change log details?
Please provide the inputs.
Regards
Aravind

Hi,
First  : In the table T500P , some of the field data elements dont have change log checked. so we will not able to use  CDHDR and CDPOS  table. I have to capture all the changes for this table.
Second: technical setting of the table has data log change check box is ticked but SCU3 is not activated . so this one also we can't use .
Third: Transporting data from on system to another system:For this  there is no T500P table exist in the SRM system.
could you please elaborate how to use this step? 
Fourth:
1. creating Ztable as copy of T500P  and update the ztable with T500P data.
2. write events for this table to update T500P and also trasfer the data.
but thing is we should have to maintain custom table . If T500p changes then  it  will not update the ztable.
Fifth: I came to know that there is one message type "CONDA2"  for Synchronizing Customizing Data Between Systems.
but don't know the procedure to get the complete solution.
Please provide your inputs..
Regards
Aravind.

Similar Messages

  • Tracking the custom table changes

    Hai,
    plz let me know how to track the changes in custom table?
    thankyou.
    Moderator message: please search for available information before asking.
    locked by: Thomas Zloch on Sep 17, 2010 12:55 PM

    Please SEARCH in SCN before posting.

  • Functional module to get table entries in another system

    Hi all,
    Is there any functional module with which we can get the data of a table which
    belongs to another system(Using RFC calls)
    Thanks and Regads, Pradeep

    Hi  Pradeep
                you can acess another table in the database directly .Follow this way.
    1 transaction code : dbco   : configuration about database that you would like to connect
    2.tell basis team to set system file (example Oracle )  to know the database.
    3.coding , you can use code below to select the data from another database by native SQL .
    PARAMETERS dbs TYPE dbcon-con_name default 'SDB'.
    DATA carrid_wa TYPE scarr-carrid.
    DATA lv_int  TYPE i.
    *Types
    data: begin of ty_equi,
    equipment(25) type c,
    SERIALENERGY(25) type c,
    end of ty_equi.
    *Internal Tables
    data it_equi like table of ty_equi.
    data wa_equi like line of it_equi.
    DATA dbtype TYPE dbcon_dbms.
    SELECT SINGLE dbms
           FROM dbcon
           INTO dbtype
           WHERE con_name = dbs.
    IF dbtype = 'ORA'.
      TRY.
          EXEC SQL.
            CONNECT TO :dbs
          ENDEXEC.
          IF sy-subrc <> 0.
            RAISE EXCEPTION TYPE cx_sy_native_sql_error.
          ENDIF.
          EXEC SQL.
            OPEN dbcur FOR
              SELECT
                     EQUIPMENT,
                     SERIALENERGY
                     FROM emd.meter
          ENDEXEC.
          DO.
            EXEC SQL.
              FETCH NEXT dbcur INTO :wa_EQUI
            ENDEXEC.
            IF sy-subrc <> 0.
              EXIT.
            ELSE.
              WRITE: /
              wa_equi-equipment,
              wa_equi-SERIALENERGY.
            ENDIF.
          ENDDO.
          EXEC SQL.
            CLOSE dbcur
          ENDEXEC.
          EXEC SQL.
            DISCONNECT :dbs
          ENDEXEC.
        CATCH cx_sy_native_sql_error.
          MESSAGE `Error in Native SQL.` TYPE 'I'.
      ENDTRY.
    ENDIF.
    Best Regards
    wiboon

  • How to capture - Custom tables change log

    Hi,
    I need to maintain the change logs for Cutom tables. But, my custom table contains the fields with data type DEC. So, i am getting the record as "####" for DEC fields.
    These values, i have captured in Table Maintenance generator Flow Logic Editor - In the loop of EXTRACT or TOTAL.
    PROCESS AFTER INPUT.
    MODULE LISTE_EXIT_COMMAND AT EXIT-COMMAND.
    MODULE LISTE_BEFORE_LOOP.
    LOOP AT EXTRACT.
    ENDLOOP.
    So, can you please help me to find the solution?
    Regards,
    Srinivas
    200AR99#u200C######   MUKKAVILLI  20090728
    200AT02###u200C####   MUKKAVILLI  20090731

    Hi,
    Please refer to the following link
    http://www.saptechies.com/how-to-activate-the-img-change-log/
    Track Table chnages
    Hope this helps.
    Regards,
    Swetha

  • Custom PXE Boot to another system

    Hi,
    This isn't a problem but I was wondering if it's possible to customise the .cfg file to allow booting into another system other than the imaging kernel.
    For example when the PXE menu comes up I would like an option to boot say a PXE version of gparted or memtest from the zenworks server.
    I saw that there was a $kernel variable in the .cfg file can it be done this way?
    Thanks

    On Fri, 14 Aug 2009 05:56:02 GMT, markfritz wrote:
    > I saw that there was a $kernel variable in the .cfg file can it be done
    > this way?
    no.. but you can modify the menu which comes up when you press ctrl-atl to
    display other options and than load a different kernel, or even floppy etc.
    Marcus Breiden
    [email protected]
    If you are asked to email me information please remove the - in my e-mail
    address.
    The content of this mail is my private and personal opinion.
    http://www.didas.de

  • Tranport application table enties to another system (test env to acceptance

    HI,
    we have a z table which is a application table.
    we have added entries in the tabel using sm30.
    kindly let me know how can i transport the table enties to the next system.
    pointers will be appreciated.

    Transporting Table entries from one server to another
    Refer this link it has the details with screen shot:
    http://www.****************/Tips/Basis/Transport/TableEntries.htm
    <<Cut and paste removed>>
    Regards
    Neha
    Edited by: Neha Shukla on Nov 25, 2008 4:50 PM
    Edited by: Matt on Nov 25, 2008 6:36 PM  - when you provide the link, only give relevant text from the link - quote a section - don't replicate all the text

  • Change Customizing Table in Production System

    Dear All,
    At my current customer we are in an implementation wave and I realised that some settings are not in the transport requests. I am sure about it. But somehow someone has changed the customizing table settings in Production System!
    I know SCC4 and the option how to allow to customize some Table for changing but now this is not the case.
    Is there any other way to change the entries in the customizing table? must be...
    Thank you in advance,
    Regards,
    Zsolt
    Please, also inform me if this is not the correct forum to raise this topic (and suggest one that is)

    Dear Maen,
    Thanks a lot. This program has solved my question. He did the changes in SE16N and I guess with &SAP_EDIT because the table is not editable after execute it in SE16N.
    Thanks again,
    Have a nice day.
    Thanks for the other comments, were also useful (points also assigned)
    Regards,
    Zsolt

  • ALE/IDOC Change Pointers for Custom Table

    Hello all,
       There is a requirement for my client, to trigger IDOC based on the Custom Table changes. The custom table has a maintenance view and will be updated/modified/deleted randomly by user. Now, i need to track the changes in that table and should trigger IDOC for the changes. The Message type i am using for this is MATMAS, as I need to incorporate changes to the same IDOC.
        Is it ok to modify BDCP/BDCPS tables to update the changes from custom table? The Custom Table changes can be tracked through DBTABLOG......and i have my logic to trigger the IDOC
      The question is: If i do modifications to BDCP and BDCPS, how this will impact? In future SAP upgrade/enhancements will this affect anyway? Can any one of you share your experience regarding this. Thanks.

    Hi Raja,
    You can send IDOC based on  table maintenance event
    I think you can code in event 02, to generate IDOC.
    Check below link:
    http://help.sap.com/saphelp_nw04/helpdata/en/91/ca9f0ea9d111d1a5690000e82deaaa/frameset.htm
    Regards,
    Nisha Vengal.

  • Prompt for transport request if records are added/modified for custom table

    Hello Experts,
    A couple of questions,
    1. How do we prompt user to create a TR whenever he changes a record in my custom table
    via SM30? my custom table has a maintenance type of 'C' - customizing already.
    2. How do we transport the custom table contents to another client?
    Thank you guys and take care!

    Hello
    Regarding (1) just have a look at a standard maintenance view like V_T001W (SE11 -> menu Utilities -> Table Maintenance Generator ):
    Here you can see that the option Standard Recording Routine is chosen which is responsible for prompting for a transport request as soon as records of the table/view are changed.
    Regards
      Uwe

  • Reagrding transporting of custom table entries from D to Q.

    Hi,
    I am trying to transport couple of entries which I did using table maintainence in SM30. But when I go to Maintain option -> Table View -> Transport, I see the Transport option inactive.
    Can someone tell me how to activate that option or how to move custom table entries from one system to other ?
    Regards,
    Rajesh.

    Hi rajesh,
    1. For this purpose, the delivery class of that table should be C = Customizing.
      (at present it would be A =  Application)
    2. This is done in se11 transaction.
    3. After changing the delivery class, we have to RE-GENERATE
       the table maintenance.
    4. Then, whenever we do SM30, it will automatically ask for a request number.
    regards,
    amit m.

  • User Audit Trail for a custom table.

    Hello all. I need to know the correct and accurate way to user audit for a custom table. To elaborate further, I have a table catering to sanctioned strength of employees in a particular Cost Center, the entries have been deleted all together by someone, and I need to know the way to recover the data and to identify the user in question. Note, I have used STAT and have foundno results, and standard user audit trail are turned off.
    Any help or push in the right direction would be highly appreciated.
    P.S: any additional technical details on the table structure can be provided for further analysis if needed.

    Try to add your custom table and table fields in the below views
    V_T585A
    V_T585B
    V_T585C
    After doing this your custom table changes gets stored in the pcl4 document . If the custom table  is master data table  then from the standard Audit trail report you can see the logged changes in custom table also by providing the custom infotype number.
    if its is custom customizing table , need to explore

  • Custom table entries suddenly deleted

    We have a custom table in our production system that had 14000+ entries last Friday.  Now, they're all gone.  Production system is not modifiable, no one has authorization to SE16 or SM30 for deletions.  No program that deletes the data has been run in this timeframe (based on ST03 data).   What other ways could this data have been deleted?  We're puzzled.

    Kirsten,
    you may want to check two things:
    1.) Is there a delete or clean-up report for your custom table (check via the where-used list)? If yes it is very likely that someone ran it...
    2.) It could also be that something happened directly on DB level. The admin accidentally dropped the wrong table, etc. This is not very likely but I have seen that happening before. Maybe the DB admins can even tell you at which time the table got deleted...
    Tim

  • Is it possible to restrict changing records in customizing table in SM30?

    Hi.
    Is it somehow possible to set authorizations in a way, that a user could change only certain entries in a customizing table using SM30? What I want to achieve with this - we have an internationally used system, where consultants from different countries are working often on the same customizing tables and we would like to restrict tham to be able to change records only relevant for those countries, so they cannot change the records for other countries by mistake / on purpose. The records are usually identified by a certain "grouping" field (for instance MOLGA in table T511K or MOABW in T554S).
    So far I couldn't find anything apart from the S_TABU_DIS object, which is too rough for this requirement.
    Or maybe is there another way to achieve security in such a scenario?
    Thanks in advance for any ideas.

    Hi dusan,
    1. If u are talking about SM30 for standard table,
       then i don't think there is any such standard feature / facility,
       for restricting.
    2. If its our own Z Table, then we can go for events in table maintenance
      and write our code for same.
    3. But if such restrictions/validations are required,
       then its better to have a module pool for such thing.
      SM30 is for very simple and basic table maintenance.
    regards,
    amit m.

  • Change/display customizing tables via IMG only - SM31

    Hi Experts,
    I've posted this message previously in another forum area on SDN. In the absence of a response, I've posted it here, hoping that this is a more appropriate area.
    We are attempting to maintain table LRF_WKQU through SM31 in our QA system.
    The following message appears:
    Change/display customizing tables via IMG only
    Message no. SV000
    I've also noticed that a number of other tables show the same response.
    We are able to perform maintenance of this table in our Production system via SM31.
    I've checked the table properties, and they are the same on both systems.
    Does anyone know if there is a system setting or such like, that will allow for maintenance of tables via SM31 and not the IMG?
    Thanks,
    Chris

    Why do you want to change customizing tables outside the IMG. In the case of this table LRF_WKQU you mention there are a few more tables which might also be updated  when you use the IMG. Without IMG the risk is very big on inconsitencies.
    The other tables being updated through IMG (for table LRF_WKQU) are
    T346
    T346T
    T346L
    Whe you use SM31 (or SM30), these tabels will not be updated. This does not have to cause a problem, but I think for that reason (because it MIGHT cause a problem). SAP shows you this message.

  • How to find out the changes made to the customized table entries

    Hi Team
    i want to know the changes made to the customized table. i have a 'Z' table in my production system, in that table i would like to know whether any table entry is deleted or not. if at all there is any deletion happened, i want to know who had done it.
    So i request you to please let me know the procedure for the same.
    Thanks
    Raj

    Hi Nagaraju,
                       Go to Table Maintenance (SM30)- Display mode-- Utilities-- change Logs. Give the Date range. before giving the date range click on display status , this will show you If the display is active or not. Kindly please let me know If you need any more information on this.
    Regards
    Ram Pedarla

Maybe you are looking for

  • Can't find any project/backup after updating to Mavericks

    Hello, I've updated to Mavericks and my project disappeared from FCP, I've found the folder in Documents\movies, with the name of my project but it appears there's no project library in there, there's a folder called backup with .fcproject file, but

  • Purchase requisition replication problem

    Hi ,                 I am using SRM 7.0 with backend ECC EHP4 but I have defined EHP3 in u201C Defined System Landscapeu201D. I am creating Purchase requisition in ECC and it is replicating in SRM but I am not able to see in shopping cart whereas I c

  • Need to avoid pop-up screen while printing shop paper

    hi all , we have develop a z program to print shop paper for selected orders based on selection criteria. Once the output displayed (out put contain shop paper , printer,order no and operation no )for selection criteria user will select one or many r

  • Dual monitors screen management after disconnecting 2nd monitor

    I have a 2nd monitor attached to my iMac and if open an app Window on the 2nd monitor the next time I start the app the Window always defaults to the 2nd monitor (even if the 2nd monitor is turned off). Since I don't always remember that the app was

  • Database copy seeding fails

    Hi, I am trying to add a mailbox database copy from server1 to server2. Every time after seeding the status of the second copy is shown as 'Failed'. In the event log i can see one error message as given below : The required log file 374413 for BInew\