Actions deleting

Hai All,
my problem is, some users deleting the actions from IT000 and also deleting the record in IT0001.
How can i trace , by which user ID and in which date that particular action has been deleted?
if so, where can i find it.?
kind regards.
Dinesh.

FYI
There is a program RPUAUD00 provided by SAP which allows us to see any changes that happens to data in an infotype through add / modify / delete. When you execute this this program and specify the employee code and infotype in the selection screen, it gives us details of when the data was changed, who changed the data and what data was changed in a particular infotype. 
There are few standard infotypes like 0000, 0001, 0002 and few of your own created infotypes starting with 9 (9XXX) for which you are able to see the log through this program. 
But there are certain other infotypes like 0008, 0581 for which this log is not coming. 
There are some configuration or customising is to be done so that this log starts generating for these infotypes and RPUADU00 can read it. 
The IMG menu path is: 
Personnel Management > Personnel Administration > Tools > Revision > Set up change document 
When you execute this node choose 
'HR Documents - infotypes to be logged' 
Add entries in this table to audit more infotypes. 
Transaction class A is for HR master data, class B is for applicant data. 
^Saquib

Similar Messages

  • Cfpop action="delete"

    We would like to capture certain e-mails and save them to a
    database. We plan on scheduling a CF task to periodically run a
    script that will check an e-mail account. However, we don't want to
    insert a message more than once, so we want to delete it after it's
    inserted in the database.
    I tested the scenario in MX 6 and it worked if I passed it
    the UID value, but not the messagenumber. In MX 7 however, the
    delete does not seem to work with either. Is anyone doing something
    similar in MX 7?
    Thank you!

    There might be some complication in your approach. I think
    Coldfusion creates a cfpop query object only when the
    action is getHeaderOnly or getAll, not when the action is
    delete. To test this hypothesis, run the following
    <cfpop action="delete" name="deleter" messagenumber="1"
    server="mail.mydomain.com" timeout="180" username="myself"
    password="df56s7">
    <cfif isdefined("deleter")>
    deleter defined
    <cfelse>
    deleter undefined
    </cfif>
    Your <cfpop action="delete"> might not be picking up
    values from the GetHeaders query. What happens when you run the
    following code instead
    <cfset i=0>
    <cfoutput query = "GetHeaders">
    <cfset i=i+1>
    <li>Row: #currentRow#: From: #From# -- Subject:
    #Subject# -- UID: #UID#</li>
    <cfpop server = "***" username = "***" password = "***"
    action = "delete" messagenumber="#i#">
    </cfoutput>

  • Erec - leaving action deleted internal candidate email address not working

    Good morning
    We have the following situation:
    1. A person was made a leaver in HR with future leaving date.
    2. Decision was made that the person could actually stay so the leaving action was deleted in HR.
    3. In erec in SU01 person still showing as role RCF_INT however the email address (produced from IT105 subtype 0010 in HR) was blank and his Alias field populated with his employee number ie: as if he was a leaver still.
    4. I have manually updated the email address in erec for his internal email address - this did not let him apply for an internal job. I then deleted it in IT105 in HR and then recreated it in IT105 - this has gone across to Erec however he still cannot apply and the Alias field is still being populated.
    So erec is behaving as if he is part internal and part external! How can I stop the Alias field being populated for him and how can I then get the email address to work?
    many thanks
    Dawn

    Hi Nicole
    Thank you. The order of events was as follows:
    a. On 25.01.11 a leaving action was done to start 01.04.11
    b. A decision made in March that the individual could stay however the leaving action was not deleted until 08.04.11
    c. This meant that he became a leaver in erec and due to subsequently deleting the leaving action he has reverted to INT_CAND (which is what we want).
    I have managed to get the email address to work by deleting the IT105 subtype 0010 in HR, I then recreated it in HR and it has PFAL'd over to erecruitment so the user is now able to apply for jobs.
    However the Alias field is still populated and the user has an additional employee number in erecuitment. Are you able to advise how the alias field can be depopulated?
    Many thanks
    Dawn

  • ORA-20001: Invalid action DELETE on this object. (U)

    What does this mean? When I hit the DELETE button, the row I want deleted from two different tables is being deleted like it's supposed to -- but I get this error message.
    I have:
    DELETE button: SQL delete action
    Process row from TABLE1: Allowed operations: update, delete
    Process row from TABLE2: Allowed operations: delete When button pressed: DELETE
    Do I have extranneous information?

    These are not "error messages", its more of an optional confirmation message that an event occurred from a specific process. Check out the Process Messaging section in automatic row process or the process that you created to handle the delete. You can customize the message when the delete is unsuccessful and a success message when it commits. Or you can leave them blank. It looks like you could have combined the delete statements in one process rather than have them separate.

  • Issue with Corrective Action Deletion Log

    Hi
    I am working on Corrective Actions of Audit Management. Whenever a Corrective Action is deleted, none of the related tables stores the deleted information. You can not retrieve historical data from tables once a corrective action is deleted. Unlike some other activities, there is no deletion flag set. Instead the record is removed from all the related tables. Is there any other way to retrieve the deleted records information from tables?
    Thanks and Regards
    Murali

    Hi,
    Better you can manage archival & deletion of audit components using some preprocessing programs
    For instance PLM_AUDIT_ARC_AUD_DELETE.This will give you the detailed log.
    Please check SARA transaction for the set up.
    REgards
    Keerthi

  • After Actions deleting import error

    Hi,
    I deleted some Actions form a view and after that I get always an import error!
    I try to import the standard Interface:
    import <PackageName>.wdp.IPrivate<ViewName>View
    The import is not possible. Is it an Framework error? Any suggestions for deleting Actions?

    hi,
         we can,t delete the action directly in the implementation view ie the action method in the ivew class.
         just open the view there will be some tabs like context,actions,methods etc
    click actions tab and select the action to be deleted and delete option will be there else right click on the action &#61664;delete.
    Then go the view class , right click &#61664;source&#61664;organize imports
    This will help you to import the necessary classes.
    Hope your problem get resolved.
    Thanks and regards,
    fazal

  • Action delete in SQL

    Hi ,
    Just need to check on the structure of data for delete action in SQL
    will the data type be
    Statement
         table name
                 action
                 table
                 key
    or
    Statement
         table name
                 action
                 key
    As shown in the documentation for JDBC data structure i cant find table field . But how can it be possible to delete rows without a table name??
    Mudit

    Hi
    I also am thinking on the same lines but the sap documneting is confusing me .It says the structure will be
    <StatementName3>
            <dbTableName action=u201DDELETEu201D>
              <key1>
                <col2>val2old</col2>
                <col4>val4</col4>     
              </key1>
            </dbTableName> 
      </StatementName3>
    Here there is no table node
    Mudit

  • Bulk-action delete-all fail

    I am trying to delete all WebApp items (before importing updated records), but after the process runs nothing is deleted. I have done this before without a problem, so I know how it should work. Have tried logging off and logging in as a different user, but get the same FAIL result.

    I am having this same problem. Please keep me posted on a solution, as I will keep you in the loop as well.

  • UPGCUST (Action Delete on Delivered Objects)

    We are doing an Application Upgrade from 8.9 to 91 FSCM FP2.
    On the step where we copy UPGCUST on Higher tools from COP to Higher VERSION DEMO,post copy i am reviewing the copy logs.
    I am seeing for some field and some record field which had status as Absent(COP) to Changed(Higher Version),Oracle is selecing a flag as DELETE .
    Now that my copy has completed it has deleted the fields from Higher Version DEMO.
    Why is Oracle making us delete its own delivered objects?

    >
    Why is Oracle making us delete its own delivered objects?
    >
    It is not Oracle that is making the vanilla object to be deleted, it is you...
    The UPGCUST project is a project with your customizations you want to reapply to the new version from the previous version.
    If you have customized a record and that record in the new release has for example additional fields, your compare will show these fields as absent in your current env and therefor will delete it from the new env.
    See following doc on the correct compare flags to select.
    E-UPG: Upgcust - Custom Added Objects Removed From Project Running Compare in Change Assistant [ID 1274829.1]
    Two more docs with additional info on the UPGCUST project that may help you understand the process
    How does UPGCUST project work? [ID 1266647.1]
    E-UPG: Preserving Customizations with the UPGCUST Project [ID 645829.1]
    Regards,
    Hakan

  • CFSCHEDULE action="delete" woes !

    Hi
    I tried to remove a scheduled task via CFSCHEDULE however the
    task appears to be continuing to run. I do not have access to the
    server (CF7) or central admin. If I view the current scheduled task
    with the following code, it appears my deleted task is in fact
    gone. How can I refresh the scheduler to ensure that my deleted
    task stops running ?
    Cheers

    Back in MX6 there was a known issue around deleting scheduled
    tasks with cfschedule. I do not think it was fixed in MX7.
    http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_18361

  • PA30 Delimitation action deleting the old record

    For Infotype 2012, when we use PA 30 to delimit the record, the system deletes the record completely. Has anyone come across this issue? How did you solve it?

    Hi, Ajay,
    Overview of PA30
    Existing Record:
    Beg Date         End Date               Subtype   Hours
    6/1/2009         12/31/9999            ZPOI          480
    Use Delimitation, put in 1/1/2010 as the delimitation date, and cliick the delimiation button again.
    In the overview of PA30, now the system is showing
    Beg Date         End Date               Subtype   Hours
    6/1/2009         12/31/2009           ZPOI          480
    Exit and then go back to same PERNR using PA20, check overview,
    no entry in it any more.
    Is that what you are looking for as an example or you need more info?

  • Error while deleting image from picture library

    Facing issue in deleting pictures from picture library from a site collection created in SharePoint 2010 mode in SharePoint 2013.  Though we can open the picture and delete it from 'Delete Item' from the ribbon, we cannot delete the pictures from Actions
    -> Delete option.  
    Here is the exception
    Level:Medium Category: General
    Application error when access /_layouts/DeleteMu.aspx, Error=Object reference not set to an instance of an object.   at Microsoft.SharePoint.WebControls.DeltaPage.LoadPageStateFromPersistenceMedium()    
    at Microsoft.SharePoint.ApplicationPages.DeleteMultipleItemPage.<LoadPageStateFromPersistenceMedium>b__0()     at Microsoft.SharePoint.ApplicationPages.LoadViewStateHelper.LoadViewStateOrNull(Func`1 loadPageStateFunc)    
    at System.Web.UI.Page.LoadAllState()     at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
     

    Hi Shivayogi,
    Whether you migrate SharePoint 2010 to SharePoint 2013, and kept in 2010 mode.
    If yes, please create a new site collection, then test again, compare the result.
    Whether other libraries could work correctly.
    Whether this issue occurres for 2013 mode site collections.
    Best Regards,
    Wendy
    Wendy Li
    TechNet Community Support

  • Disable Delete Button

    Hi All,
    In the menu Shopping cart Status, I could able to see all the shopping cart.
    Now the requierment is , DELETE button should be disable if there is any corresponding PO for that SC.
    Please let me know how to do this. I tried with BADI BBP_UI_CONTROL_BADI. But this will hide alll the SC's irrespective of PO's.
    Please let me know any other way to do this?
    I am working on SRM 5
    Regards,
    Nikhil V.Kumar
    Edited by: Nikhil V Kumar on Aug 30, 2010 1:58 PM

    Hi
    It will be too complex(if at all possible) to implement a solution for enabling/disabling delete button depending on the follow on document of the cart.
    I will recommend you to put some code in Check BADI which could check the follow on documents for a Shopping cart on Action DELETE and throw an error if someone tries to delete such shopping carts.
    Regards
    Virender Singh

  • Issue with deleting a group using Request APIs in OIM 11g R1

    Hi,
    I am facing an issue with Request Based provisioning in OIM 11g R1.
    I am currently testing a scenario where i have imported a data set for 'Modify Provisioned Resource' and am able to add a group/entitlement to an already provisioned resource by using the following code :
            RequestBeneficiaryEntityAttribute childEntityAttribute= new RequestBeneficiaryEntityAttribute();
            childEntityAttribute.setName("AD User Group Details");
            childEntityAttribute.setType(TYPE.String);
            List<RequestBeneficiaryEntityAttribute> childEntityAttributeList=new ArrayList<RequestBeneficiaryEntityAttribute>();
            RequestBeneficiaryEntityAttribute attr = new RequestBeneficiaryEntityAttribute("Group Name", <group>,                                                                       RequestBeneficiaryEntityAttribute.TYPE.String);
            childEntityAttributeList.add(attr);
            childEntityAttribute.setChildAttributes(childEntityAttributeList);
            childEntityAttribute.setAction(RequestBeneficiaryEntityAttribute.ACTION.Add);
            beneficiaryEntityAttributeList = new ArrayList<RequestBeneficiaryEntityAttribute>();   
            beneficiaryEntityAttributeList.add(childEntityAttribute);
            beneficiarytEntity.setEntityData(beneficiaryEntityAttributeList);
    This works fine for adding a group but if i try to remove a group by changing the action to Delete in the same code, the request fails. The only change made is in the following line:
    childEntityAttribute.setAction(RequestBeneficiaryEntityAttribute.ACTION.Delete);
    Could you please suggest where can this possibly be wrong.
    Thanks for your time and help

    Hi BB,
    I am trying to follow up your response.
    You are suggestng to use prepopulate adapter for to populate respource object name, that means We have to just use an sql query from obj tabke to get the resource object name. right ?? it could be like below, what should I have entity-type value here ??
    <AttributeReference name="Field1" attr-ref="act_key"
    available-in-bulk="false" type="Long" length="20" widget="ENTITY" required="true"
    entity-type="????"/>
    <PrePopulationAdapter name="prepopulateResurceObject"
    classname="my.sample.package.prepopulateResurceObject" />
    </AttributeReference>
    <AttributeReference name="Field2" attr-ref="Field2" type="String" length="256" widget="lookup-query"
    available-in-bulk="true" required="true">
    <lookupQuery lookup-query="select lkv_encoded as Value,lkv_decoded as Description from lkv lkv,lku lku
    where lkv.lku_key=lku.lku_key and lku_type_string_key='Lookup.xxx.BO.Field2'
    and instr(lkv_encoded,concat('$Form data.Field1', '~'))>0" display-field="Description" save-field="Value" />
    </AttributeReference>
    Then I need think about the 'Lookup.xxx.BO.Field2' format.
    Could you please let me know if my understanding is correct?? What is the entity-type value of the first attribute reference value?
    Thanks for your all help.

  • JDBC Adapter - DELETE operation not working in receiver backend system

    Hi All,
    In my scenario ,I want  to delete entire records of the table from one backend system.
    I have created the inbound message and after mapping it is as below:
      <?xml version="1.0" encoding="UTF-8" ?>
    <ns0:abc_delete xmlns:ns0="http://abc/xi/BACKEND/IB_IF_18/100">
    <STATEMENTNAME>
      <F12345 action="DELETE" />
      </STATEMENTNAME>
      </ns0:abc_delete>
    here F12345 is the table name.
    When I execute this scenario I get black and white flag in XI SXMB_MONI but in backend system (SQL Server) no records get deleted the table is as it is.

    Please have a look on this (same mentioned by Bhavesh)...
    http://help.sap.com/saphelp_nw04/helpdata/en/7e/5df96381ec72468a00815dd80f8b63/frameset.htm
    <b><b>  <StatementName3>
    <dbTableName action=”DELETE”>
    <key1>
    <col2>val2old</col2>
    <col4>val4</col4>     
    </key1>
    <key2>
    <col2>val2old2</col2>
    </key2>
    </dbTableName> 
      </StatementName3></b></b>
    &#9679;      action=DELETE
    Statements with this action cause existing table values to be deleted. One or more <key> elements formulate the condition for which table values are deleted. The names of <key> elements are arbitrary. Column values within a <key> element are combined with a logical AND; different <key> elements are combined with a logical OR.
    The corresponding SQL statement for StatementName3 in the example above is as follows:
    DELETE FROM dbTableName  WHERE ((col2=’val2old’ AND col4=’val4’) OR (col2=’val2old2’))
    The response document contains the following element:
    <delete_count>count</delete_count>
    If there is no <key> element, or if there is a <key> element but it is empty, then no condition is specified and the entire table is to be deleted. This may not be permitted by the configuration of the JDBC adapter for security reasons and will therefore result in an error during message processing and an appropriate error message.
    Thanks
    Farooq.

Maybe you are looking for

  • Snow Leopard Symbol font doesn't always work in MS Office

    I have to share files between MS Office 2011 for Mac and MS Office 2010 for Windows. As a mathematician, I use the Symbol font on my Mac frequently, but when I open those files in Windows, different characters have been substituted for the characters

  • How do I update my iPad to ios5?

    How do I update my iPad to ios5?

  • My film download is stuck on processing!

    My film download is stuck on processing status, any ideas ?

  • Applet can get arbitrary objects as a param tag?

    I wonder if I can get an ViewObject(which is in Info table ) as a value of value attribute in applet tag. I mean an object in the infotable of jsp containing the applet can be a value of value attribute in applet tag. I have this question, since I sh

  • Check Box in LSMW

    Hi all, I want to use LSMW for uploading the master data. I am using recording mode ( MM01) ,recorded for Basic View, basic view2, purchasing view, acounting view. While recording waht sre the diferent fields that system records, also how does the ch