IT-2001 Log in PCL4 Cluster

Dear All,
I need to find all records in IT-2001 that have been inserted/deleted in a certain time period, for subtype1024(LWP). For this, I need to use PCL4 cluster. I also need information about a deleted record - when it was created, when it was deleted, by whom etc.
For this i fetch data from PCL4 with area Id SA and import header and belege.
However, for inserted records (opera  = 'I') i am getting blank values of AEDTM and UNAME in header.
Am i doing something wrong here??
Please Help!

I solved the question myself.
Turns out the details are present in PCL4 table itself.

Similar Messages

  • Change log in HR (Table PCL4 Cluster LA)

    Hi @ all,
    when infotype logging is activated changes made in infotypes are logged into table PCL4 cluster LA.
    We have the following problem:
    HR masterdata is stored into our system from an external system via ALE. But the problem is that no change logs are written. But we absolutely need this information!!!
    Now I have coded a RFC function module which reads the log data from the external system. This also works fine. But how do I have to store the data into <b>our</b> PCL4(LA)???

    nope - I didn't try this because I don't know about the data which is needed to store the change log correct.
    Other question: I've found the function module "HR_INFOTYPE_LOG_CREATE" which seems to do what I want. But the problem is that there is no documentation available. The FM has four table parameters - does anyone how how to fill them? Has anyone used this FM? It is not used within standard programs - the "where used" function does not report any hits.
    Thx in advance

  • HR infotype log in PCL4 and overall performance

    Hi there,
    There has been a few threads about PCL4 performance with regards to reading, but I have a slightly different question:
    We are working on an export program for HR masterdata and are considering using logging in PCL4 to be able to export only changed fields in the infotypes. To achieve this we need to add quite alot of extra fields and infotypes to the configuration in the IMG.
    Does anyone have any experience about how additional fields and infotypes affect runtime and database performance of the system? How optimized is the system with regards to writing to this cluster?
    It will obviously cause more data to be logged, and the database will grow slightly faster, but does it decrease responsiveness of PA30/40 for the end users? Is it possible to archive old data from this cluster? I'm guessing that it won't be a big problem, but any feedback is greatly appreciated.
    Best regards,
    Lars G. Gudbrandsen

    Hi Lars,
    Probably you would get a better response in the HCM section as opposed to ABAP.
    Maybe you can use change pointers, and badis rather, to acheive what you want but I am not 100% sure the requirement.
    Additional fields and infotypes don't impact the system negatively in my opinion. It wouldn't affect PA30, unless the specific infotype is selected and then provided if it has been correctly created in PM01 it should be fine, also depending how many fields you are talking about of course. PA40 would only be impacted for those transacitons for which the infotype is included.
    As for archiving, I am not sure, but once again i think HCM forum is your best bet.

  • Write Direct INFOTYPE updates to PCL4 cluster

    Hi All,
    We have a custom info type (9999) and that info type is being updated in a back ground program which does direct updates (Insert/Modify/Delete) to table PA9999.
    We have a requirement to show change logs for this info type. After Change logs configuration, Changes done by users are working fine. However changes done in background program are not showing up in change logs.
    Is there a way to write direct updates to PCL4 cluster? Please let me know if there are any Function Modules or any other way to achieve this.
    Thanks,
    Swapna.

    Hi Swapna,
    Please do not use direct updates on the infotype,
    There is HR_INFOTYPE_OPERATION function module which will do the updation of infotype in many operations
    MOD, INS, LIS9, DEL etc.
    Read the documentation and correspondingly use it. Dont forget to lock and unlock employee before using this function moduel.
    If you use these function modules rather than direct updates the change log will also be taken care of, authroization checks would be taken care of, time constraints etc.
    Regards,
    Divya

  • Seeburger logging in j2ee\cluster\tmp

    Hello all,
    We are experiencing massive logging in \j2ee\cluster\tmp. Numerous files (today over 5000 of them) with an .swp extention are created. In the files, the following text can be found:
    InhouseDocReader moveNext(): com.seeburger.jucon.dochandler.TradacomDocReader Exception, offset[126(read Segment : STX)]: unexpected Subelement delimiter found : field STDS expected. : Group STX:STDS : Error at casting Group Description.
    Maybe a field with the same name is existing...
    DESCRIPTION: [not specified] at position [not specified] causes a general exception: [not specified]
    Can somebody tell me where these files are comming from and how we can dam the flood of these files?
    Kind regards, Wilbert

    Hello all,
    We are experiencing massive logging in \j2ee\cluster\tmp. Numerous files (today over 5000 of them) with an .swp extention are created. In the files, the following text can be found:
    InhouseDocReader moveNext(): com.seeburger.jucon.dochandler.TradacomDocReader Exception, offset[126(read Segment : STX)]: unexpected Subelement delimiter found : field STDS expected. : Group STX:STDS : Error at casting Group Description.
    Maybe a field with the same name is existing...
    DESCRIPTION: [not specified] at position [not specified] causes a general exception: [not specified]
    Can somebody tell me where these files are comming from and how we can dam the flood of these files?
    Kind regards, Wilbert

  • Performance tuning for data retrieval for PCL4 cluster

    Hi all,
    I am using PCL4 cluster to read history of employee data. The FM modules used are HR_INFOTYPE_LOG_GET_LIST and HR_INFOTYPE_LOG_GET_DETAIL .
    Currently it is taking lot of time. Do we have any better methods.
    Thanks in advance.
    Regards,
    tjgupta

    Hi All,
    I am also facing performance problem with PCL4 Audit cluster.
    Please guide me how to do it in an efficient way.
    I am using it is follows:
    SELECT  client relid srtfd srtf2 histo aedtm uname pgmid versn clustr INTO CORRESPONDING FIELDS OF TABLE it_pcl4
    FROM pcl4  WHERE   relid EQ 'LA'
                      AND     srtf2 EQ '00'
                      AND     aedtm IN s_aedtm.
    Where, s_aedtm-low = '20000101' & s_aedtm-high = '99991231'
    Regards

  • ABAP HR- How to see data in PCL4 cluster

    Hi Experts,
      Please let me know the t-code or procedure to see the data in PCL4 cluster.
    Thanks.

    you can use Report RPUP4D00 to display(and delete) records from PCL4 Cluster.

  • How to recover missing data from PCL4 cluster

    Hello experts,
    Is there any way to recover missing data from PCL4 cluster ?
    We recently found that some data related to W2 production run for past years was missing in the PCL4 cluster. Tables T5UXX & T5UXY has entries with the filing dates but certain data is missing in the cluster related to those table entries.
    Would there be any specific reason for such a data loss ?
    Has anyone come across this issue earlier and found resolution on the same ?
    Any feedback is appreciated.
    Thanks,
    Dipesh.

    When you delete PCL4 entries for production runs, the corresponding     
    control information in tables T5UXX and T5UXY also will be deleted. A    
    control number may be used for more than one Form number (in Tax         
    Reporter control tables). Therefore, if a control number that is         
    assigned to the Form number to be deleted was also assigned to other     
    form numbers, then this control number information from T5UXY will not   
    be deleted. These details will be displayed in the program results.      
    However, if all Form numbers that were assigned to this particular       
    control number were deleted, then the control information in table T5UXY 
    for the control number will be deleted automatically as the last        
    dependent Form number is deleted."
    Following we have two questions:                                         
    o Was PCL4 deleted?                                                      
    o Did the W2 generate without errors?                                    
    Basically if the PCL4 data is corrupted, then we have 2 options to      
    rebuild the PCL4 Cluster:                                                
    1. Delete the existing PCL4 & rerun the production run with the same     
       As of date.                                                           
    2. Overwrite the production results without deleting PCL4 data but with  
       different As of Date.                                                                               
    If the Employee data is not changed after your                           
    actual production run then overwriting the results will not cause any    
    difference in the PCL4 data.                                             
    Secondly, if you dont want PDF spools or magmedia layouts to be          
    generated during overwriting of production run, then kindly uncheck      
    the following on the PU19 screen, so that only PCL4 data is rebuild :    
    1. Uncheck Employee Copy                                                 
    2. Uncheck Authority Copy                                                
    3. Uncheck Magnetic table"                                               
    Edited by: Johan Peersman on Mar 25, 2010 4:14 PM
    Edited by: Johan Peersman on Mar 25, 2010 4:15 PM

  • Sys log trigger in cluster database

    Hi Experts,
    We have 3 nodes cluster database. How do we create a sys log trigger in cluster database?
    Do I need to create a system log trigger at each database instance in 3 node(instance) cluster database? or only create one system log trigger in one instance?
    Thanks
    Jin

    A RAC database is a single database with many instances: one database means one logon trigger.
    You just need to create the logon trigger when connected to any instance of the same database.

  • IT008 not getting logged in PCL4

    Hi Guys,
    I was working on a program similar to the standard program RPUAUD00. This basically creates a report for any changes made in infotypes.
    In IT008 changes made after 1st April are not getting logged in the PCL4 log. This is happening only in production while in staging its functioning poperly.
    Are there any config settings or tables that we need to check in production to ensure that infotype logging is enabled for IT0008.
    have already  checked the table T585A, T85B and T585C and the entries for IT0008 are there.

    Hi,
    I have to develop the similar reports as you developed. Can you please share your program with me? Thanks in advance.

  • Event Log Replication on Cluster Server (MS Server 2003)

    Please help me about the EnableEventLogReplication on SERVER 2003. I just saw the recommended on MS support about it.
    "If the EnableEventLogReplication registry entry is set to 1, the cluster node replicates events in the event log to all other nodes in the cluster. Tools that monitor multiple
    servers, report a single event multiple times, one time from each node. "
    I have got the problem about event logs replicates and hard to summary event logs on all nodes. If I want to disable this function I would like to know the effect about this one. it will not replicates events and will not get any worse cases on the server
    that my customer using? Could you please advise?

    As you mentioned, if you disable EnableEventLogReplication, Event Log Replication will be disable for one or more node in the cluster or the entire cluster. One or more cluster node is down or has experienced a failure, and preventing Event Log Replication
    from taking place.
    Note: if you disable the replication at a specific node, replication of events from that node to other nodes is disabled. Other nodes that have the EnableEventLogReplication property turned on still replicate to that node. This only replicates the System,
    Application and Security event logs.
    http://support.microsoft.com/kb/229071/en-us
    http://support.microsoft.com/default.aspx?kbid=224969

  • Could not open (SQL) error log on passive cluster node

    Hi. We have SCCM 2012 SP1 installation using clustered SQL instance running on 2-node SQL Server 2012 cluster.
    On the passive SQL node that's not running the SCCM SQL instance, there are repeated errors in the eventlog with ID 17058, source MSSQL$SCCM: "initerrlog: Could not open error log file 'K:\MSSQL11.SCCM\MSSQL\Log\ERRORLOG'. Operating system error = 3(The
    system cannot find the path specified.)."
    While searching I've found out this is caused by the "SMS_SITE_SQL_BACKUP_<siteservername>" service that is registered on both SQL nodes and has startup type of Automatic and therefore is running on both nodes simultaneously.
    In the smssqlbackup.log file on the passive node, there are errors "SMS_SITE_SQL_BACKUPFailed to start SQL Server.Error code = 0x0.", which make sense, since the SQL instance is already running on the second node. Therefore it fails.
    This seems like a very bad design bug, can it be prevented/fixed? I could configure our monitoring system to ignore this error, but I would rather not...
    Why is that service running on both (all) SQL cluster nodes simultaneously? Why isn't it made part of the cluster resource group or something like that?

    Try on the passive node remove: SQLServer Name\InstanceName
    From the registry:
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\SMS\Components\SMS_SITE_SQL_BACKUP_<SiteServer>\SQL
    Server Instance.

  • Logging in a Cluster environment

    Hi Folks,
    We need to monitor ?application level logging? in our team. I have been looking for some tools which can merge and monitor application log files, not server logs like access.log, etc. based on a unique transaction id. Our application will be deployed in a clustered environment. The clustered environment consists of two application servers on two ?physical? machines. When a user accesses our application through a transaction, the transaction may span over both these application servers which are deployed on two physical machines. Each application server writes into it?s own log file. In order to resolve a potential bug or a problem with the transaction, our support team has to look at both these log files and it?ll be difficult for our support team to look into both the log files simultaneously to solve the issue. Hence we need a tool which could provide one single view of both the log files and help our support team resolve any issues with a transaction.
    Please note that, we should be able to specify a log format that?ll be picked up by this tool so that we may be able to sort the log files based on the unique transaction id.
    Please let me know if you are aware of any such tool or plugin to WebLogic Cluster which may fulfill our need. Any suggestions are greatly appreciated.
    Also please CC to [email protected]
    Thanks and regards,
    Sarin

    Try SuperLogging at http://www.acelet.com/super/SuperLogging/
    It provides a centralized, chronological logging. It allows you to dynamically config.
    There is no way you can merge two log files. See http://www.acelet.com/whitepaper/loggingInJ2eeWorld.html
    The next version (end of this year or beginning of next month) of SuperLogging will combine current SuperLogging and LimpidLog together. LimpidLog is a revolutionay logging system: you do not need to hard-code log statement. LimpidLog is at: http://www.acelet.com/limpidlog/

  • Application Logging in a cluster

              I have an application that logs to a file.
              However, this presents a problem when the application runs in a clustered environment.
              In that case, two files are written to, which is bad.
              Any suggestions would be appreciated.
              Thanks,
              Dave
              

              The user needs a single log file.
              I'm not sure why, but I would imagine it would be much more difficult
              to debug a program with two log files versus one.
              Dave
              "Cameron Purdy" <[email protected]> wrote:
              >> I have an application that logs to a file.
              >> However, this presents a problem when the application runs in a clustered
              >environment.
              >> In that case, two files are written to, which is bad.
              >
              >My first question is, "why is it bad?"
              >
              >Yes, there are times where it would be nice to have only one file, but there
              >is a great cost to taking separately operating systems and making them
              >bottleneck on a single point.
              >
              >Peace,
              >
              >Cameron Purdy
              >Tangosol, Inc.
              >http://www.tangosol.com/coherence.jsp
              >Tangosol Coherence: Clustered Replicated Cache for Weblogic
              >
              >
              >"David Mrozek" <[email protected]> wrote in message
              >news:3d2c8d4c$[email protected]..
              >>
              >
              >
              >
              

  • Where to keep the archived log in a cluster environment.

    Hi
    Where it is good to keep the archive log file. on shared storage or on local instance.
    thanks.

    Where it is good to keep the archive log file. on shared storage or on local instance.
    It is always good to keep the archivelog files at shared storage location. This location is accessible to all instances, so in case of failure you can recover the database from any of the instances.
    Rgds.

Maybe you are looking for

  • All 4 of my computers have been deauthorise trying to add new one

    all 4 of my computers have been deauthorise trying to add my new one what to do anyone thanks

  • Connecting WRT54G to NETGEAR WNR3500

    i wished to make my NETGEAR WNR3500 as a repeater to a motel-based router of LINKSYS WRT54G.  I am based here at Roundup, Montana to do some business and i found out that the wireless signal is so low that i have intermittent connection.  Since i hav

  • Sequence won't export properly

    Hi. I'm working on a montage piece with 4 video tracks and about 6 audio tracks. I've used Composite Overlay on all the video clips. When I go to export all I get is a file of few seconds of black. In the same project I have another sequence without

  • Putting pictures into iTunes

    I need some help with this. I am trying to put a couple pictures of mine into itunes and then transfer it to my ipod. When I try and drag the photo into iTunes nothing appears. It doesn't work. I get a red circle with a cross in the middle indicating

  • Inaccessible boot device win 8 install U410

    Hello, I've bought an upgrade for Win 8 pro. Since then i get an inaccessible boot device error when i try to install. I've read the forum to devide the SSD and the regular harddrive but the Rapid drive program won't install. Please come with a solut