Question on Deleting infotype 15

Hi All,
I am creating a record in info type 15 using the function module HR_ECM_INSERT_INFOTYPE which creates a record with out any authority check.
Similarly I need a function module to delete infotype 15 with out checking any authority i.e. no authority check.
Can any one please suggest  a solution.
Thanks and Regards

I cannot see any authority skip statements in FM HR_ECM_INSERT_INFOTYPE.Probably you are Aurthorized to Insert Record in Infotype.
Similarly I need a function module to delete infotype 15
Are you looking for deleting the infotype of Record in infortypes?
For deleting the records you may use HR_Infotype operation or HR_Maintain_Masterdata
where in your case OPERATION would be DEL     Delete.

Similar Messages

  • Question about delete statement

    I have question about delete statement...
    i am performing some simple delete statement against one table..but its taking so long..How can we check whether particular delete statements actually deleting records or not..?

    Is the associated select-statement returning rows or not?
    If yes -> delete is deleting
    If no -> delete is just using CPU-cycles
    To tune the delete-statement, you have to tune the corresponding select-statement. To tune the select-statement, you want to read the thread When your query takes too long ...

  • Delete Infotype 0008

    Hi,
    i have a scenerio where i need to delete the infotype 0008
    we have 2 system one for payroll process another  for maintaining data
    salary exempt we have infotype 8 in payroll system but not in maintainence system
    so a person is moved from hourly to salary exempt , we need to delete infotype 8 in maintenance system
    can you please suggest
    thanks in advance
    shetty

    hi
        deleting infotype is not good, either you can delimit the infotype or else if you dont want the data in the infotype 0008...
       you can delete the data in pa30 by giving personnel number for whom you want to delete... Go to Utilities in the Menu Bar and click the Delete Personnel Number then you will get the list of Infotypes which are there for that employee in that select the Infotype 0008 and click Delete Icon in the Tool Bar and the data will be deleted in the PA30.
      Hope this is help full for you
      Regards
      K.Manoj

  • Stickies question - finding deleted Sticky on Ext. HD

    Hi,
    Stickies question - finding deleted Sticky on Ext. HD:
    I have an iMac. I deleted a sticky awhile ago on it... and have never backed up on my External Hard Drive since then - so the text must be on the backup. Does anyone know where it would be? I had backed up the entire Home folder on my Ext. HD. I do see in Library - Stickies Database - but don't know how to open it (it won't open without an application).
    Is there a possibility I can still find the missing info?
    Thanks in advance.

    Yes, very good questions!
    Quit Stickies.
    I'd right click on the one you have now & choose Archive/Compress, move the resulting .zip file to a safe place, or just move the present one to say the Desktop for now.
    Once you quit Stickies again, move the old DB in, you can copy that Sticky & paste even in Text Edit, then move the present one back, or unzip the original & replace while Stickies is Quit of course.

  • DELETE infotype 0000  using HR_MAINTAIN_MASTERDATA or HR_INFOTYPE_OPERATION

    Please kindly help ,
    how to delete infotype using HR_MAINTAIN_MASTERDATA or HR_INFOTYPE_OPERATION?
    i did try to use HR_INFOTYPE_OPERATION but return code shown as :
    "No data stored for 0003 in the selected period"
    but when i try using HR_MAINTAIN_MASTERDATA.
    Return code was zero, and infotype 0000 still exist.
    regards,
    Rudy.

    Here you go Rudy
    Loopt at the your internal table. Lock the user, post or delete the record, unlock the user.
    CALL FUNCTION 'HR_EMPLOYEE_ENQUEUE'
          EXPORTING
            number       = t_file-pernr
          IMPORTING
            return       = t_return
            locking_user = w_uname.
        IF t_return-number IS NOT INITIAL.
          t_return-message_v1 = t_file-pernr.
          APPEND t_return.
          g_fail = g_fail + 1.
          g_flag = 'X'.
        ELSE.
          CLEAR: t_return, personaldatakey.
    CALL FUNCTION 'HR_INFOTYPE_OPERATION'
              EXPORTING
                infty         = '2006'
                number        = t_file1-pernr
                subtype       = t_file1-subty
                validityend   = t_file1-endda
                validitybegin = t_file1-begda
                record        = p2006
                operation     = 'DEL'
                dialog_mode   = '1'
                nocommit      = ' '
              IMPORTING
                return        = t_return
                key           = personaldatakey.
          IF t_return-number IS NOT INITIAL.
            t_return-message_v1 = t_file-pernr.
            APPEND t_return.
            g_fail = g_fail + 1.
            g_flag = 'X'.
          ELSE.
            MOVE-CORRESPONDING t_file TO t_file1.
            APPEND t_file1.
            g_success = g_success + 1.
          ENDIF.
          "Unlock the employee
          CALL FUNCTION 'HR_EMPLOYEE_DEQUEUE'
            EXPORTING
              number = t_file-pernr
            IMPORTING
              return = t_return.
    Please award points if useful.
    Thanks, Raj

  • Delete infotype data (HR)

    Is there any standard report to delete infotype data of some employees ??
    Thanks.

    Hi maria
    You can use the FM "HR_INFOTYPE_OPERATION" to delete the employee infotype data. Uyou can find the documentation for this FM about the usage.
    ~ Ranganath
    PS : Reward points for all useful answers !

  • Posted Wrong question. Deleted it

    Posted Wrong question. Deleted it

    You're late to the game, my friend... The news was posted two weeks ago! If you're only going to update your OS every couple of weeks, maybe Arch isn't for you. Why would you want to use a bleeding edge distribution then? Bragging rights? Maybe you want something like Ubuntu or Debian Stable. Of course, you're gonna get older packages but hey, at least it's stable, right?
    You must not have read the FAQ. Specifically:
    "1.3 Q) Why would I not want to use Arch?"
    "1.10 Q) Is Arch Linux a stable distribution? Will I get frequent breakage?"
    If you think an OS should configure itself and run "out-of-the-box", then Arch isn't for you. Arch is a DYI distribution, where you can tailor it after your own heart.
    $ find /lib -exec pacman -Qo -- {} +
    ^ This command should've told you which programs need removing or reinstalling, and which folders are left behind. If it's just "owned by glibc" or something like that (I don't even remember from two weeks ago), it means that you need to move (don't delete, that's just bad practice) the /lib/modules folder somewhere else and then run 'pacman -Su'.
    # mv /lib/modules ~/lib.modules
    # pacman -Su
    Big deal. If you had bothered to search the forum you would've eventually got it.

  • I forgot my ICloud Password, Security questions, and deleted my back up email. How do I retain my password back?

    I deleted my email before I forgot my iCloud password and security questions. How am I able to access my ICloud account again?

    By contacting Apple and proving to them that it is your account, if you can.

  • HR_INFOTYPE_OPERATION - Need help w/Deleting infotype records

    Hello all,
    We have an issue where infotype records got created where the ENDDA is less than the BEGDA (ENDDA = 06/30/2006 and BEGDA = 07/01/2006).  We are trying to delete these using HR_INFOTYPE_OPERATION but we are getting message PG-009 (No data stored for 9001 in the selected period) returned in our tests. 
    BTW, 9001 is one of our customer infotypes. 
    I know I can remove these records using a direct SQL statement, but I would prefer to remove them more gracefully if possible.  Is there a way around this error?  I actually think function module HR_READ_INFOTYPE is raising the error.
    Any suggestions would be greatly appreciated.
    Thanks,
    Al

    You can check report RHRHDC00, I think it can help you with custom infotype too.
    Otherwise you might need to delete the records forcefully using DELETE statement, which is not suggested since all the  standard FM consider BEGDA and ENDDA and in your case they will always return blank.
    You can also check FM -
    HR_ECM_DELETE_INFOTYPE
    Regards,
    Amit
    Reward all helpful replies.

  • Command-Line question. Delete all but particular folders

    Hello. I need to create a batch file that will delete all folders within the "Users" folder except for the Administrator and Administrator.domainname.
    Can anyone help?
    Thanks

    You could try something along the lines of
    FOR /F "tokens=*" %%G IN ('DIR /B /A:D c:\test') DO if not "%%G" == "test2" if not "%%G" == "test3" rd /s /q "c:\test\%%G"
    but if you do, you may also delete
    c:\Users\Public
    c:\Users\Default         (a hidden folder)
    c:\Users\All Users       (a system folder)
    c:\Users\Default User (a system folder)
    Which may be regrettable. If you want an example of what happens then, try reading
    http://superuser.com/questions/219082/accidentally-deleted-user-profiles-on-windows-7-cant-log-on-with-other-users

  • Deleted infotype: how to know it with idoc?

    Hi,
    I want to send HR data thanks to Idoc HRMD_A06, but I notifyed that when I delete an infotype (e.g 0021, child), then segment E1PITYP is alone... There is NOT segment E1P0021 !! Thus I'm not able to know which child was deleted (coz I have not field E1P0021-OBJPS).
    How infotype deletion is managed in HR?
    Is there a SAP table with a deletion flag?  (no found)
    Thanks
    Mickael
    P.S: I'm new in HR (but not in SAP !)

    Hi,
    unfortunately my changes are not logged in this program.
    Thus even the source code could not be used
    I'll continue to search a solution in order to be able to send a deletion of infotype with an IDoc.
    Mickael

  • HT5787 i have another account but i can't remember the password and the security question. i deleted my email and i can't change the password with the email because it doesn't exist.

    i

    Hi bertram.thoninh,
    Thanks for visiting Apple Support Communities.
    This article can help with resetting your password and security questions:
    Rescue email address and how to reset Apple ID security questions
    http://support.apple.com/kb/HT5312
    However, if you're not able to receive email to your rescue email address, you may need to contact iTunes Store Support:
    You'll need to contact iTunes Store support to have your questions and answers reset.
    After your password, security questions and answers are reset, I'd recommend providing a different rescue email address:
    You can edit or delete your rescue email address at My Apple ID. To edit your rescue email address:
    Navigate to My Apple ID using your web browser.
    Click "Manage your account"
    When prompted, sign in using your Apple ID and password.
    Click Password & Security
    You'll be asked to answer 2 of your 3 security questions before you can make any modifications. If you are unable to remember your answers, you can choose to send an email to your rescue email to reset your security questions.
    All the best,
    Jeremy

  • Delete InfoType records using Idoc HRMD_A05?

    Hello,
    We have some unwanted 167 and 168 infotype records in our database that we would like to clean up.  Can we use HRMD_A05 to delete them?  I can't seem to find a delete function in the Idoc fields...I would truthfully like to use the LSMW, anyone know a way other than a simple recording?
    Thanks.
    --Jack

    Hi Eswar
    Thanks for the reply. I could not get what PFAL is. Actually, I am using IDocs to migrate data through LSMW. And I want the new HR objects to be numbered internally. However, if I leave the object ID field null and use 'Insert' for operation (OPERA) it gives error and does not post the application document (IDoc). It also gives error for operation 'Update'.
    I was expecting it would generate new numbers but it did not. And what I had in the IDoc documentation does not work.
    So do you or anybody has experienced such an issue before?
    Thanks

  • Restore deleted Infotype

    Hello,
    one of our programs deleted to many records in one infotype (0019).
    I can see the changes with the Report "RPUAUD00".
    Is there any chance to restore the data? (records)???
    I know the date when they were deleted and the subtype of the infotype .
    Thank you for your help!

    HI,
    U have to go through the report log chenged which consists of both the data that is old data and changed data and deleted data and by whom so u can track the data which has been deleted....
    Reward if helpful,
    Regards,
    Asha

  • Deleting Infotype 1 (Org Assignment)

    Hi All,
    I need to delte Infotype 1 (org assign.) for an emp for the period 01.05.2008.- 31.12.9999.
    By mistake the payroll area entered is wrong.
    Now the payroll is not running.
    I m not able to delete the record as offcyle has already run.
    I even tried Promotion and Orgn Reassignment.
    I cant even delete the payroll results of offcycle run.
    Plz give me the solution.

    Hi..
    if u want to delete payroll results..
    try PU01
    then try
    PU00
    Edited by: Ramm on Jun 6, 2008 4:55 PM

Maybe you are looking for

  • HT4623 Please help I'm lost

    when setting up my new ipad mini i put the wrong email?

  • Prints pdf too small

    I am having the same problem as http://forums.adobe.com/message/3399663 and need to have the print-pdf work, rather than save as pdf. Save as produces a 48mb file, print as (when it works) produces a 4 MB file I can email. I create a 11x17 poster 300

  • Continuous fft of camera feed not working

    I'm very new to LabView, and I've been working on a project for an upcoming experiment in my lab at my university. I'm trying to use Fourier analysis of an interference pattern to measure the shift of the fringes. I modified the low-level grab vi to

  • Document selection for initial transfer by date of creation does not work

    Hello gurus, we are trying to initially transfer purchase orders from ERP to GTS. In /SAPSLL/DS_D_MM0A_R3, when we try to select the documents by giving a date for u2018created onu2019, no documents are transferred (u2018No data was found for the sel

  • Results is not the same

    I have this problem: steeve@JUK_PROD> create table t1 as select object_name, owner, object_type from all_objects where 1=0; Table created. steeve@JUK_PROD> steeve@JUK_PROD> declare 2 begin 3 INSERT INTO t1 (object_name, owner, object_type) 4 SELECT o