Delet applicant number without using PU90

Hi Expert,
I wrote an RFC function to create an applicant. I use BAPI_APPLICANT_CREATE.
After, when I have an applicant number, I need to update some infotype.
If during this update, I have an error, I need to delete the applicant number.
It is possible with a function module or class ?
Thanx
Tony

a class dealing with candidates is CL_HRRCF_CANDIDATE. may be you can find something there.
or you could try to do it the database way:
candidate is OTYPE NA in HRP1000
There are relations in HRP1001:
A/B 650 to CP
A/B 651 to ND
CP may refer to OTYPES P, US, BP and S
The infotypes contayning candidates information are 51xx, tables HRP51xx, HRT51xx and maybe HRHAPxxx.
And don't forget: some information (addresses etc.) are stored as business partner in tables BUPAxxxx.

Similar Messages

  • Delete applicant number whitout using PU90

    Hi Expert,
    I wrote an RFC function to create an applicant. I use BAPI_APPLICANT_CREATE.
    After, when I have an applicant number, I need to update some infotype.
    If during this update, I have an error, I need to delete the applicant number.
    It is possible with a function module or class ?
    Thanx
    Tony

    I resolved my problem by using CALL TRANSACTION instruction
    Thank you Expert

  • Increment a number without using sequence in Mapping

    Hi,
    Is there anyway to increment a number without using oracle sequence generator in OWB? I am using version 10.2.0.4.
    Please let me know.
    Thanks,
    Siva

    Perhaps it would help if you were more specific on what you wanted to do. I mean, there are many ways to generate sequences of numbers in Oracle. For example:
    select level as seq_num from dual connect by level < 100;
    to get the integers from 1 to 100. If you are dealing with order of rows within subsets of a query, take a look into analytic functions like rank().
    But "Ways to increment a number"? Sure:
    create function increment( x in number) returns number is begin if x is not null then return x+1; else return null; end if; end;
    Now call your increment function!
    Not sure what you are trying to accomplish, and can't help much without knowing.
    Sorry.

  • I have a iphone 4 with no SIM trey hole. Is there anyway i can get the serial number without using itunes?

    I have a iphone 4 with no SIM trey hole. Is there anyway i can get the serial number without using itunes? My iphone is disabled and will not connect to my computer because it is locked.

    Why do you need the serial number? You could get it if you'd ever synced it to that copy of iTunes before, but I'm guessing that's not the case.  You need to put the phone into recovery mode and restore it if it's disabled now. There really isn't any other choice.

  • How to Delete duplicates rows without using rowid/distinct.

    How to delete duplicates rows present in a table without using rowid or even distinct.

    How about:
    SQL> SELECT * FROM t1;
             A          B
             1          2
             2          3
             1          2
             4          4
             4          4
             4          4
    SQL> DELETE FROM t1
      2  WHERE (a, b) IN (SELECT a, b FROM t1
      3                   GROUP BY a, b
      4                   HAVING COUNT(*) > 1) and
      5        rownum = 1;
    1 row deleted.
    SQL> /
    1 row deleted.
    SQL> /
    1 row deleted.
    SQL> /
    0 rows deleted.
    SQL> SELECT * FROM t1;
             A          B
             2          3
             1          2
             4          4Although, if I was asked a similar question with all those restrictions, my first response would be along the lines of: Is this question indicative of the way I will have to work if I join this company? If so, there is no point answering because I wouldn't touch this job with a ten foot pole.

  • How to find serial number without using macbook?

    What can be used to find serial number of my macbook outside of using my macbook?
    My computer was stolen and I do not have the box nor do I have it registered in iCloud, I know that iTunes holds my computer as an authorized user for my ID so I am sure somewhere it hold the serial number to identify that computer.
    I just need to know how to access that information so I may register it in my name so I can have Apple help me track it.

    You store purchase receipt, the box it came in, where you wrote that information down.
    What To Do If Your iDevice or Computer Is Lost Or Stolen
    If your Mac, iPhone, iPod, iPod Touch, or iPad is lost or stolen what do you do? There are things you should do in advance - before you lose it or it's stolen - and some things to do after the fact. Here are some suggestions:
      1. Reporting a lost or stolen Apple product
      2. Find my lost iPod Touch
      3. AT&T, Sprint, and Verizon can block stolen phones/tablets
      4. What-To-Do-When-Iphone-Is-Stolen
      5. Lost or Stolen iPhone? Here’s What to do
      6. 6 Ways to Track and Recover Your Lost/Stolen iPhone
      7. Find My iPhone
    It pays to be proactive by following the advice on using Find My Phone before you lose your device:
      1. Find My iPhone
      2. Setup your iDevice on MobileMe
      3. OS X Lion- About Find My Mac
      4. How To Set Up Free Find Your iPhone (Even on Unsupported Devices)
    Third-party solutions for computers:
      1. VUWER 1.5.4
      2. Sneaky ******* 0.2.0
      3. Undercover 4.7
      4. LoJack for Laptops Premium Mac
      5. STEM 2.1
      6. MacPhoneHome 3.5

  • How to delete video podcast without using iTunes

    My Mac is G5 PPC, OSX 10.4.11, so cannot use
    iTunes to sync Ipad; so is there a way of deleting downloaded video podcasts from the iPad?
    When headphone is connected to the iPad, should the internal speaker not be automatically disconnected like on the iPod?

    makam wrote:
    Appreciate suggestion, but does not work. Maintaining touch on the title, highlight the video, no delete check mark appears; letting go start the video playing again.
    Kappy's suggestion doesn't work for me either. Just go into the iPod App, click on Podcasts, and swipe to the right. You should get a "Delete" block on the right. That's how it works on my iPad.

  • Need to delete /usr/bin without using terminal

    In a bit of a bind.
    All how-tos detailing how to delete or alter the /usr/bin file involve terminal, but terminal won't work b/c of this error
    login: PAM Error (line 396): System error
    login: Could not determine audit condition
    [Process completed]
    I alterred something in usr/bin and need to change it but must do so with some other program other than terminal (altering that usr/bin file will then fix terminal).
    Kind of a chicken or egg problem.

    I take it you're no Unix hand, so I hope you otherwise know what you're doing since deleting /usr/bin will remove important files used by the operating system.
    Boot into single-user mode. At the prompt enter:
    /sbin/fsck -fy
    If you receive a message that says "*** FILE SYSTEM WAS MODIFIED ***" then re-run the command until you receive a message that says "** The volume (nameofvolume) appears to be OK." If you re-run the command more than seven times and do not get the OK message, then the drive cannot be repaired this way.
    Next enter:
    /sbin/mount -uw /
    This will make the filesystem writeable. You can navigate by entering:
    cd /usr/bin
    This will take you to the /usr/bin directory. Note that in single-user mode you are root. Much damage can be done if you aren't careful. When you finish enter:
    reboot

  • How do I delete forwards, ie without using the backspace key ?

    When want to change a letter or some text I always have to position the cursor after the entire word and use the backspace key to delete the whole word, even if I just want to delete, for example, the first letter. Is there a key that deletes forwards ?
    This applies to my iPad, MacBook Air and iPhone.

    I'd like to sort of hiighjack this thread.  I moved from an iPad Mini to an iPad Air bcause I wanted to add a keyboard case that would replace some of the frustration I've experienced trying to type on the Mini's display.  So with the AIR I purchased a Belkin Ultimate keyboard and I'm very peased with it.  My "principal" computer is a desktop PC and I was quite startled to find there are no cursors, other than by finger, in the iPad world; however, I'm getting used to that.  Re the posting here, that seems to be good advice re the delete function.  My question: looking prettyy closely at my Belkn keyboard, where is the "delete" key?

  • How to delete an AppointmentItem without using AppointmentItem.Delete() method?

    As per MSDN, we cannot use AppointmentItem.Delete() inside Close() event handler method of AppointmentItem. I need to find a way to delete this AppointmentItem (or preventing it from getting saved to Outlook calender). Please let me know if you have a way
    to do this.
    Thanks in advance.
    Prasad

    Hello Prasad,
    You can run a timer or use any other suitable event handler. In the timer' tick event handler you can get an instance of the AppointmentItem class by using the GetItemFromId method of the Namespace class. You just need to pass an entryId value which you
    may grab in the Close event handler.
    Be aware, you need to use the Timer class which uses the single thread for their events. You should access Outlook objects on the main thread only.

  • Unwanted SMS without number (without using iMessage)

    hi all!
    A few months back, I began receiving spams (unwanted sms) on my phone, from websites and stuff, and I found out that they were coming through iMessage and that there was nothing to do about it.
    But it's been a few weeks now that I have been receiving sms that are not iMessages without a number (coming from an adult website that I had never heard of, honestly).
    In France you can report spam SMS but you have to give the number that texted you. In that case I can't even find it because it's only the name of the website (B*naughty not to mention) that appears, as if I had that number in my contacts, which I don't.
    So my problem si that I would like to report that spam but I am unable to find out the phone number they are texting me from.

    Again, SMS messages are a carrier feature. They have nothing to do with iMessages nor Apple. As as deggie said it is quite possible and common for a spammer to hide their phone number.
    This is again something you will need to try to work out with your carrier. No one here can help with this nor can Apple.
    Regards.

  • Reinstalling CS4 after deleting the files without using the uninstaller

    Hi I didn't know that I have to use the uninstaller to uninstall my adobe CS4 products on my mac. My photoshop was giving me problems and I decided to reinstall it. However, I uninstalled it the normal mac way i.e. simply deleting it. Now I'm having trouble reinstalling as the installer always fails. Any way to resolve this?
    Thanks!

    However, I uninstalled it the normal mac way i.e. simply deleting it.
    That hasn't been "the normal Mac way" for the last decade... Run the Creative Suite Cleaner Tool, reinstall.
    Mylenium

  • Skype has deleted my number without notice

    I can no longer recieve calls from my skype number or find any reference to having it other than billing records. How can I get this number back so I can receive calls again????

    contact customer service
    TIME ZONE - US EASTERN. LOCATION - PHILADELPHIA, PA, USA.
    I recommend that you always run the latest Skype version: Windows & Mac
    If my advice helped to fix your issue please mark it as a solution to help others.
    Please note that I generally don't respond to unsolicited Private Messages. Thank you.

  • Need help on how to permanently delete applications/programs without using third party applications

    Title says it all...
    Hope you guys can help me out.
    Thanks!

    See Here...
    http://macmost.com/uninstalling-apps-in-mac-os-x-lion.html

  • How to delete photos and albums from ipad without using iTunes

    I have an ipad 2 5.1.1 I need to delete photo albums without using iTunes. I've tried the edit button but it won't let me delete images or albums, just modify them. How do I delete?

    The links below have instructions for deleting photos.
    iOS and iPod: Syncing photos using iTunes
    http://support.apple.com/kb/HT4236
    iPad Tip: How to Delete Photos from Your iPad in the Photos App
    http://ipadacademy.com/2011/08/ipad-tip-how-to-delete-photos-from-your-ipad-in-t he-photos-app
    Another Way to Quickly Delete Photos from Your iPad (Mac Only)
    http://ipadacademy.com/2011/09/another-way-to-quickly-delete-photos-from-your-ip ad-mac-only
    How to Delete Photos from iPad
    http://www.wondershare.com/apple-idevice/how-to-delete-photos-from-ipad.html
    How to: Batch Delete Photos on the iPad
    http://www.lifeisaprayer.com/blog/2010/how-batch-delete-photos-ipad
    (With iOS 5.1, use 2 fingers)
    How to Delete Photos from iCloud’s Photo Stream
    http://www.cultofmac.com/124235/how-to-delete-photos-from-iclouds-photo-stream/
     Cheers, Tom

Maybe you are looking for

  • Data Extarction issue for 0SALARYLV_ATTR in BI 7.0

    Dear Experts, We have a data extarction situation for masater data - 0SAALRYLV_ATTR. Seems to be that the standard extractor does not bring in the attribiute values like pay Grade MIn, Max Ref Salary,etc if the employee are hourly or any other freque

  • Universal Dock Adapter 3-Pack for iPod nano 3rd gen.

    If i purchase this, will the insert let me charge and play my ipod nano 3rd generation on my IH5 Ihome? Because at the moment i do not have an insert that will let me charge/play it.

  • How to get information from SOAP header in weblogic without handlers

    I need to retrieve information from SOAP header without handlers. Any ideas how to do that?

  • Forms 10g runtime not working

    I have 9i DB. And I was using developer(forms)6i with it. I uninstalled dev-6i and installed Developer Suite 10g. I connected dev-10g with my 9i DB. I migrated my 6i forms using forms migration assistant built in Dev-10g. Now i can login dev-10g but

  • Some Basic Questions ??

    1. How to set User Password limitation & Format in Oracle? 2.How measure query performance (Performance Tuning)? 3.Give steps for move DATA FILE on another location?