Searching BAPI to update communication entries for Personal data

Hi,
to change the communication entries of an employee:
- Telephone Number
- 1st add'l number...
I need a BAPI.
It seems that the BAPI_EMPLCOMM_CHANGE is not useful.
Does anybody know a better BAPI for that?

Hello ,
BAPI_EMPLCOMM_CHANGE works (Rel.4.6C).
the construction is  :
Get existing communication data
CALL FUNCTION 'BAPI_EMPLCOMM_GETDETAILEDLIST'
         EXPORTING
              employeenumber = employeenumber
         IMPORTING
              return         = wa_retget
         TABLES
              communication  = t_comm.
CALL FUNCTION 'BAPI_EMPLOYEE_ENQUEUE'
         EXPORTING
              number = employeenumber
         IMPORTING
              return = wa_retenq.
  CALL FUNCTION 'BAPI_EMPLCOMM_CHANGE'
         EXPORTING
              employeenumber  = lw_change-employeeno
              subtype         = lw_change-subtype
              objectid        = lw_change-objectid
              lockindicator   = lw_change-lockindic
              validitybegin   = lw_change-validbegin
              validityend     = lw_change-validend
              recordnumber    = lw_change-recordnr
              communicationid = lw_change-id
              nocommit        = 'X'
         IMPORTING
              return          = lw_retchg.
CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
           EXPORTING
                wait   = 'X'
           IMPORTING
                return = wa_ret2.
   CALL FUNCTION 'BAPI_EMPLOYEE_DEQUEUE'
         EXPORTING
              number = employeenumber
         IMPORTING
              return = wa_retdeq.
we use it with subtypes '0010' (email) and '0020' (phone).
Regards Wolfgang

Similar Messages

  • BAPI to update AR entries

    Hi,
    is there any BAPI to update AR entries for a customer along with the GL.
    Regards,
    vijay.

    I'm trying to post a customer invoice document in FI basically to post an AR document .
    Regards,
    vijay.

  • Issue in confirmation links for personal data ESS application (CA)

    Hi All,
    We have implemented EXIT button configuration for ESS applications and the Exit button along with 'Go to Home page' link is navigating to custom created page in portal.
    The configuration done earlier for ESS applications like Address Update, Family Member/Dependents works fine.
    We got a new service added (Personal data) & tried configuring the Exit button for this application also.
    Some how the exit button doesnt seem working for Canada besides it working for US.
    Please help in figuring out if there is any cause of the Exit button not working for personal data application for molga 07 specially. Adding to it, the links for confirmation screen are also not working for the same application
    Appreciate your help.
    Thanks

    Hi,
    As per your Req.....
    Its seems to be the Services exits that are county specific Services .........mease the Molga ( country  Code )  is set for this services is "US"
    That Y its working fine .....
    But as per your REq you want this Services working  for the Molga 07 ...
    I thikn for this you need to set the Molga 07 in the contry specific home pages......
    Then it will work fine

  • Change Time Constraint for Personal Data InfoType

    Hi,
    How to change the Time Constraint for Personal Data InfoType.
    I tried to do it in Customisation Procedure --> Infotypes, but the option to change Time Constraint is disabled for Infotype 0002.
    Thanks

    Hi,
    you can change time constraints in general attributes of infotype attributes,this can be done through table maintenace view V_T582A.
    But note that we cannot change the time contraints for mandatory infotyepe of personnel in an organization i.e -0000,0001,0002.
    ex:- without personal details like names no personnel will exist in an organization.
    regards,
    Soori

  • Flexiblization for Personal data

    Using flexibilization for personal data in EREC6.0, I added the SSN to SAP/HRRCF_PERS_DATA/PERSDATA_M.BSP in context - EXTERNAL and made it optional. Regenerated the URL.s.
    The issue is that the added field for the candidate is not appearing on the Candidate BSP.
    Any ideas would be appreciated.
    Regards,
    Sunil

    Hello Nikita,
    when creating the link for your customer application you had to define a new logical application in table T77RCF_LOG_APPL. These applications are authorization checked. The authorization object herefore is P_RCF_APPL field RCF_APPL. In the standard role for the external candidate SAP_RCF_EXTERNAL_CANDIDATE you find it under Human Ressources -> Applications in E-Recruiting. Here you define the authorization for startpages (IDs) and logical applications.
    Best Regards
    Roman Weise

  • Need BAPI to update 'Payment terms' for service contract

    Hi ,
    I need to update 'Payment Terms' for a large set of Service contracts. Can you pls suggest me a BAPI to do this. Can I use CRM_ORDER_MAINTAIN function module for my requirement. If yes, what are the parameters need to be passed?
    Thank you,
    Regards,
    Rajesh.

    Replace the
    LT_BAPISDITMX-CUST_MAT35 = 'X'.
    by a
    LT_BAPISDITMX-PMNTTRMS = 'X'.
    Regards,
    Raymond

  • Msa50sp6: bp-search: choice-field country: no entry for italy

    Hello experts,
    I've installed msa and downlaoded all as usual, but when I now want to select in
    bp -search-tile the field country for entry italy, there is no entry italy.
    All other countries are there but not italy.
    I've made an customizing extract again, but no success.
    Does anybody know which object I have to download ?
    In which table are the entries for the country ?
    Thanks
    Gerd

    Hi,
    CDB table is SMOT005/SMOT005T, adapter/replication object is DNL_CUST_COUNTR.
    Regards,
    Wolfhard

  • Will Backup be updated for iCloud for Personal Data & Settings?

    Now that MobileMe has shuttered, the Backup prgram is useless to backup personal data and settings from my Macs.  It appears that iCloud will only backup data from IOS devices.  I am unhappy that the feature set for the Mac has, in effect, been reduced. 
    Yes, I could use Dropbox or the like, but you can't put your personal data and settings in it because the data has to be in certain folders for the OS. 
    Any news, information or ideas about this?  Is this addressed in 10.8?
    Robertok

    No one here can say what Apple will or will not do.
    If you want my guess, I say there is no chance at all of Backup getting rewritten for iCloud.
    Allan

  • How to change the   Success Message  for Personal Data Screen in ESS

    Hi,
           While saving the Personal Data in the ESS  I want to chage the Success message.When I check the DC , Message Class  i am not able to find the  the particular string.Can any  one please  guide how to find the Success Message String   for this Personal Data Screen or Which BAPI  I  have to check .
    Regards
    Alexi

    Hi  iidhya ,
      Please find the code below
        public boolean onEvent( )
        //@@begin onEvent()
        String event = fpm.getEventData().getEventName();
              if (event.equals(IFPM.EVENT_ADD)){
                   wdThis.wdGetFcPersInfoInterface().setModeForCreate(selectedSubtype);
              }else if(event.equals(IFPM.EVENT_EDIT)){
                   wdThis.wdGetFcPersInfoInterface().setModeForEdit(wdThis.wdGetFcPersInfoInterface().getSubtypevalue(selectedRecord));                              
              }else if(event.equals(IFPM.EVENT_REMOVE)){
                   wdThis.wdGetFcPersInfoInterface().setModeForDelete(wdThis.wdGetFcPersInfoInterface().getSubtypevalue(selectedRecord));                              
              return true;
        //@@end
    Regards
    Alexi

  • Install Window 7 Via BOOTCAMP and create extra partitons for Personal Data

    Hello All;
    I'm new to Mac, Just purchased the MBP Mid 2012 non retina 2 months ago.. and upgraded to Mountain Lion 10.8.2
    I'd like to Install Winows 7 via BOOTCAMP and have extra 1 or 2 partitions (ExFAT) on the same drive for my personal data, any advise on how to do this properly... I tried in many different ways but always ended up hitting the wal..
    Appreciate the help.

    Won't work.
    http://www.apple.com/support/bootcamp/

  • Updating city file for master data creation

    can someone please tell me the steps of updating an old city file that is used to confirm addresses for master data.

    The answer is API_SEMBPS_CHA_VALUES_UPDATE.

  • Approval process for Personal Data Change in ESS

    Hi Experts,
    We need to implement approval process from Manager whenever the employee changes his Personal Data through EP in ESS.
    Is there any standard method or process for doing that. Or any way of doing it without customization.
    Thanks
    Ash

    Hi,
    Do the Admin Personalizations in Portal, follow the note
    1234273 and do the Personalization accordingly.
    Hope this helps.
    Cheers-
    Pramod

  • How do I create a chart of the number of entries for each date?

    I have a table which contains bookings for an event I am running, with one row for each booking and a column for the date of the booking.  I am trying to create a line chart which shows me the progress of the number of bookings over time.  So the X axis would have one label for each day of the month - even if there was no booking on that day, and the Y axis would have the number of bookings, i.e. the number of rows, matching the date.
    I have tried a few things without success, so I wonder if someone could help with this?
    Thanks,
    Nick

    The top table is titled "Bookings" and the bottom table summariese the bookings by counting how many bookings fall on each day:
    The bottom table:
    B2=COUNTIF(Bookings :: $B, "="&A2)
    select B2 and fill down as needed

  • ESS error for Personal data and Family members

    Hi,
    I am having an error in ESS For pesonal data and Family members.
    The error message is
    Acritical error has occured.Processing of the service had to be terminated.Unsaved data has been lost.
    PL contact you sytem Admin
    An exception error has occured that was not caught error key RFC_ERROR_SYSTEM FAILURE.
    Thanks
    Sasikanth

    Check the table V_T7XSSPERSUBTYP.
    Also check by the t.code HRUSER if the user have an employee assigned.
    Check the log using the T.Code ST22.
    Please You should do a trace using the t.code ST01
    Hope this help you.
    Regards

  • Function Module or BAPI to update Short text  for sales order item(vl02n)

    Hi All,
    I need to update the Short text for sales order item in vl02n transaction from an internal table with Delivery number and other relevant details .
    Does any body know any Function Module or BAPI which can accomplish this purpose .
    Or else writing BDC is the only option I have got ? .
    Please clarify .
    Thanking you in advance .
    With Regards,
    Suriya .

    Hi
    You can try using BAPI_SALESORDER_CHANGE if you want to change sales order
    Regards
    MD

Maybe you are looking for