FM for change log

Hi All
      Is there any FM to create the change log in the standard transaction when we make some changes. i.e. I am currently changing the tax classification number in customer master using the FM 'CUSTOMER_UPDATE' but this FM will not create the change log in the transaction.
Thanks
Sreeni

Do not use this FM, look via SE37, it is an update task FM (V1). This kind of FM is used by SAP to update the database after COMMIT WORK. SAP program map and check data then call such function modules in update task to update database. A single transaction may submit many of those FM to update database, statistical data, change log...
Never use update task FM in your program, they do often nothing more than SQL statements
Use a valid way to update SAP database, like Batch Input (XK02/FK02) or BAPI (BAPI_CUSTOMER_CHANGEFROMDATA1)
Regards,
Raymond

Similar Messages

  • Suggestions for changing logging levels?

    I'm looking at using the JDK 1.4 Logging API in my web application. I want the ability to selectively change the logging level for my application component loggers (not the global logging level) without recompiling and redeploying my code. I can live with having to restart my web container.
    As I understand the documentation, the API provides 3 options for customizing logging properties:
    1) Modifying the default logging.properties file in the JRE lib folder, which is not workable for a application component for a number of reasons.
    2) Specifying an alternative properties file when the JVM is started, which is not workable because my web app doesn't start the container.
    3) Specifying a class that acts as the property file loader, again not workable because my web app is only one of many running in my container.
    Additionally, the API docs are not clear on the effect of calling the LogManager method readConfiguration(InputStream ins) with just my properties at some point in my application.
    Does anyone know a reasonable way of controlling logging levels in this fashion?

    Use log4j, and put the log4j.properties in the <webapp>/WEB-INF/classes directory.
    To use log4j, simply put log4j-x.x.x.jar into your <webapp/WEB-INF/lib directory. The java logging setup will automatically use it.

  • Does SCSM have a plugin or add-on for Change Log?

    I am very new to what SCSM can offer so forgive me if this question sounds too simple. 
    We are in desperate need for an app(anything) that will provide Change Log.  We are trying to be ITIL Compliant. 
    Does anyone know if SCSM comes with or has an add-on for this feature? 
    Thank you
    Ceci
    nothing for members to see

    Not sure If I understand Your question 100%, but here goes. All the Work Item types (Incident, Problem, Service Request, Change etc) have a history tab where every property and relationship change is registered. And yes, SCSM supports the Change management
    process as described by ITIL and MOF.

  • Change logs not available for tables

    Hi Experts,
    Is there any change logs available for the  tables PCEC, FTXP, T030
    We need to add logs so that we can keep track of the changes.
    Please let me know if someone knows the solution.
    Regards,
    Srinivas

    Dear Srinivas,
    Go to SE11 and key in your table, then select Display.
    In the top, you will be able to see Technical Settings Button. click on it.
    It will show you the technical details for that table.
    There will be an indicator at the bottom LOG DATA CHANGES.
    If this indicator has been set, then only the changes will be recorded.
    For change log, you shall make use of the transaction SCU3.
    AUT10 shall also be used.
    thank you
    Venkatesh

  • Change Logs for Infotypes !!

    Hi,
    How do i activate Logs for an Org Infotype ? Can I do this for Custom Infotype too ?
    Thanks in Advance !!
    Naveen

    Hi Naveen,
    Please refer the following steps in SPRO
    Position Budgeting and Control ->Automatic Commitment/Budget Creation ->Basic Settings ->Activate Recording of Financing Relevant Infotype Changes ->Define Relevant Object Types for Change Log
    Here, you can define the object types for which you want to monitor the changes
    Position Budgeting and Control ->Automatic Commitment/Budget Creation ->Basic Settings ->Activate Recording of Financing Relevant Infotype Changes ->Define Infotypes Relevant for Change Log
    Here, you can define the infotypes that you want to monitor.
    Finally, make sure the change log is activated at the below step
    Position Budgeting and Control ->Automatic Commitment/Budget Creation ->Basic Settings ->Activate Recording of Financing Relevant Infotype Changes ->Activate Change Log for Infotypes
    I hope this helps you.
    Regards,
    Swapna.

  • Change log table for Vendor Bidder information?

    Hi,
    In BBPMAININT transaction we have BIDDER DATA tab.
    If we change any Classification data in BIDDER DATA  tab for the Vendor in which table it updates the change log information?
    I checked in  BBP_SUPP_MONI table this table updates only when we change any Company data information for the vendor not Bidder tab.
    can any one help me?
    Thanks.

    Hi
    There is no standard report.
    But you can check in CDHDR & CDPOS tables for change log.
    Object Class= BUPA_BBP0020
    Tabname=BBPM_BUT_FRG0021
    Best regards
    Ramki

  • Change Log/Delete PSA

    Hi Gurus, I am on 3.5. When I go to RSA1, then to PSA. Select a a request, right click and select "Delete PSA Data". Why does it say "PSA / Change Log". Does it mean, I am deleting Change Log data too?

    Bigtoja,
    That may happen in case of ODS. For ODS change log data and PSA (for subsequent target from this ODS) are stored in the same table (change-log of the ODS table) . Those data are identified in the same table as "ODSR" for change log entries and "REQU" for PSA entries.
    Hope this helps!
    VJ

  • Invoice plan change log

    How do i see the invoice plan change log ? what are the tables used for change log?

    HI,
    Unfortunately I can only confirm that there is missing functionality
    for change management in area of MM invoicing plan. No change documents
    are created in CDHDR and CDPOS tables for any change for invoicing
    plan.
    Best Regards,
    Arminda Jack

  • Need to get a list of PSA tables and change log tables existing in a PC

    Is there a standars table to look up all active DSOs and the change log tables associated to those DSOs?
    and also Data sources and the PSA tables associated to that DS.
    I need to get a list of PSA tables and change log tables existing in a processchain(whioch deletes the data in them time to time)how do I do this in a quicker way?
    Thanks in advance

    Hi Ramya
    Check  RSTSODS table with filter of  User App   CHANGELOG ---> For change log tables

  • What do the Request Nos in Change Log table mean?

    Hi,
    I'm checking the change log tables of some ODSs. In the "Request" column, there are requests starting with ODSR* and REQU. These numbers are the same as the ones seen in the Manage screen under the "PSA Request Number" and "Request Number" cols respectively. I want to know, when does data come under the ODSR requests and when does it come under the REQU* requests.
    BW version: 3.5

    Hi,
    The changelog of the ods is actually the PSA for the export datasource.That may happen in case of ODS. For ODS change log data and PSA (for subsequent target from this ODS) are stored in the same table (change-log of the ODS table) . Those data are identified in the same table as "ODSR" for change log entries and "REQU" for PSA entries.
    Hope it helps..

  • Change Logs for TCODE -- FILE

    Hi Friends,
        Please help me in finding the change logs  for the TCODE  FILE,
        i.e  The changes made to the Logical paths
       I had tried  Utilities---->change logs , but unfortunately i cannot find any changes logs
       But there are changes made to the logical paths in my system but i cannot see them in change logs
    thanks
    chandrasekhar j

    rec/client is a profile parameter, you can view the settings in transaction RZ10.  However I find program RSPARAM more useful, the report lists all system parameters with their default and altered value.  Also if you double-click on a parameter you can get to the full help text for its meaning.
    The parameter essentially switches on table change logging for configuration tables (based on the technical settings of the table) and has to be set before the changes are made.
    Hope this helps.
    Nick

  • Change log issues-2 images for a single requests

    Hi ,
    in change log table for a single request i found 2 before images and two after images, is this normal behaviour if not when can we see the such type of scenarios.
    because it leads to zero records when it isn updated in to the further data targets.
    thanks.

    the listener is NOT involved with any existing session.
    stopping & restarting the listener has NO impact on existing sessions.
    I suggest it is better to control network access to any system using a Firewall which is the best tool for this task.
    Yes, it is possible to have more than 1 listener. It is also possible to poke yourself in the eye with a sharp pencil.
    I suggest that you should avoid both of these possible activities.
    Simply put having multiple listeners is wrong for multiple reasons & should be avoided.

  • Error: while configuring logs for changes in infotype data

    Hi All,
    I am configuring the following Tables for maintain logs for changes in infotype data.
    V_T585A, V_T585B and V_T585C
    While configuring V_T585B, when i input * in 'field name' column it gives me an warning message " All data fields in **** infotype 31 will be deleted.
    Please let me know, what does this warning message means?
    Also, How is the report RPUAUD00 read?
    Regards
    Simran

    Hi Simran,
    you are not suppose to give the IT 0031-Reference Personnel Numbers in these tables. why because this will done at the time of Employee hiring only and we don't change this. if you change you will lost the old data in the IT.
    Normally we assign only the IT which we change frequently for the master data. example like 0 1 2 7 8 9 27 582 - 589 2001 2006.
    if you are configuring today means from today on-wards any changes had made to these IT's you can see in the report. before changes will not be seen. in the report you have to choose either long-term document / short-term document and remaining fields as per the requirement.
    Regards,
    Praneeth kumar

  • Change logs not working for manual update modify/delete statements.

    Hi experts,
                     My requirement is to display the change logs for a few custom z tables.The log data changes is selected in technical settings of the table.When any changes are made to the table using sm30 the changes are logged.
    My requirement also displays an alv grid which allows the users to edit/insert/delete   entries in the table.
    In this case the change logs are not getting recorded(ie whenever the user manually updates or inserts a row into the table the change docs are not getting stored).
    My code works like this,
    Whenever the user chooses a custom table and selects the display change log button i transter the control of my abap program to the standard  rsvtprot program(sap std. pgm to display change logs).
    sample code:
    elseif sscrfields-ucomm eq c_chgdoc.
        refresh:r_seltab.
        clear:r_seltab.
        r_seltab-sign   = 'I'.
        r_seltab-option = 'EQ'.
        r_seltab-low      = w_tab.
        append r_seltab.
    Call the sap standard program rsvtprot via selection screen
    by passing the table name and display grid parameters.
        submit rsvtprot via selection-screen
                          with cusobj   in r_seltab
                          with alv_grid eq c_x
                          and return.
    Is there any way by which i can extend the change logs functionality for the changes made using the alv grid?
    Please help me out.

    Hi Anuraag,
    In TM you should open the transaction /SCMTMS/ZONE. Here you select the zone you would like to modify and you execute the changes you would like to make.
    Regards,
    Nico.

  • Change logs missing for OB52

    Hi Experts
    We have a peculiar problem where change logs are missing for some of the transactions made through OB52 for modifying FI posting periods.
    I vefired that change logging has been correctly activated for table T001B. Though change logs are  displayed for most of the transactions through SCU3 or in table DBTABLOG, logs will be missing for some records.
    Can you please let us know what could be the possible scenarios where change logs are not recorded for OB52 or table T001B even though logging has been activated.
    Any inputs on this will be very helpful.
    Regards,
    Santosh

    try log on tcode S_ALR_87003642

Maybe you are looking for