Need a bapi to update person data in IR02 tcode.

Hi experrts,
I need to update person data in IR02 tcode through plant and workcenter. But I am looking for BAPI to update this person data.
Please help me on this as I caught up badly.
Thanks in Advance.
J.P

I have closed this myself by creating a custom program.

Similar Messages

  • FM / BAPI - CJ20N - updating person assignments on network activity

    Hi,
    I am looking for a FM / BAPI to update person assignments on network activity (which is already created), can some one suggest me is there any FM / BAPI / any other method to update those.
    Regards,
    Prasad Sreerama.

    Hi Sanjeev,
    I have to update person's through inbound program, it would be great if i get any FM / BAPI for this.
    Regards,
    Prasad Sreerama.

  • Bapi to update delivery date in confirmation tab in purchase order me22n tc

    Hi All,
    I am writing a BDC to update the data in confirmation tab for puchase orders for enjoy transaction.
    Please let me know how to updated delivery date in confirmation tab in purchase order(ME22N) using a bapi.
    I tried using BAPI_PO_CHANGE but found no parameter related to confirmations tab.  this BAPI has every thing to update like header data, item data, scheduling data..... except confirmation.
    So please let me know how to update the data in confirmation.
    We need to use only enjoy transaction ME22N not ME22 in BDC thats why we are looking for a BAPI.
    Regards,
    Venkat

    Hi
    Check the table parameter POCONFIRMATION in BAPI_PO_CHANGE
    U can see the field DELIV_DATE in the structure BAPIEKES.
    DELIVERY_DATE in the structure BAPIMEPOSCHEDULE as well.
    Regards,
    Dwaraka.S
    Edited by: Dwarakanath Sankarayogi on Feb 5, 2009 7:57 AM

  • Function Module or BAPI to update Delivery Date (LIKP-lfdat)

    Hello friends,
    I have a requirement to update Delivery Date (LIKP-lfdat) , is there any Function Module or BAPI to do that? any sample codes are appreciated.
    Thanks a lot!
    Edited by: Qiwei Yin on Dec 11, 2008 8:50 AM

    hi
    try this
    BAPI_SALESORDER_CHANGE
    hope this helps
    regards
    Aakash Banga

  • ESS Error when updating personal data

    Hi all,
    I am running into a problem from ESS when I try to update the personal data I get the following error message:
    Data record 010000150002       9999123119500601000 has grouping value "" instead of "10"
    I can translate the values in the massage:
    01000015 is the PERNR
    0002 is the infotype being updated
    the space represents the subtype (there is no subtype)
    99991231 is the BEGDA
    19500601 is the date of birth
    I have no idea what the 000 are
    This is US employee so the number 10 is the country code for the USA
    The value in doble quotes shows that the country grouping must be empty, but I have no idea how to solve this.
    I have checked the configuration and it has the country grouping 10 and the employee master record belongs to the US.
    Any help will be really appreciated.

    Hi,
          This problem happens because of some inconsistensies . Please run the report 'RPUFIXDS' , specify the pernr which you are using,
    then uncheck 'Test Run' Run the report after these settings are done.That should resolve your issue.
    please refer note number : 783499
    Regards,
    Sharadha

  • Need BAPI to update posting date for parked documents in transaction FBV2?

    Hi All,
    I am retrieving records from table VBKPF and I have to update the posting date for parked documents in transaction FBV2.
    I am doing it with BDC , working fine in foreground, but it is not workung fine in back ground.I want to do this with bapi.
    Can any one suggest me corrct BAPI?
    TYPES : BEGIN OF It_vbkpf,
             bukrs LIKE vbkpf-bukrs,            "Company Code
             belnr LIKE vbkpf-belnr,            "document number
             gjahr LIKE vbkpf-gjahr ,           "Fiscal year
             budat LIKE vbkpf-budat,            "Posting date
             bldat LIKE vbkpf-bldat,            "Document date
             blart LIKE vbkpf-blart,            "Document type
             xblnr LIKE vbkpf-xblnr,            "Reference
             tcode LIKE vbkpf-tcode,            "Transaction Code
             bktxt LIKE vbkpf-bktxt,            "Document header text
             usnam LIKE vbkpf-usnam,            "User Name
             xwffr LIKE vbkpf-xwffr,            "Release necessary
             xprfg LIKE vbkpf-xprfg,            "Document complete
             xfrge LIKE vbkpf-xfrge,            "Release takes place
            END  OF it_vbkpf.
    Thanks,
    Suresh.

    Hi ,
    Thanks for your response.
    PRELIMINARY_POSTING_UPDATE seems working good,But my requirement here , to update the posting date with last working day . how can i do this?
    thanks,
    Suresh.

  • Bapi for update Master Data in Production order

    Dear All ,
        I am working in a car manufacturing company here production order is made month wise planning qty , but every day its Bom is get changed by Autocad/PLM interface and all changes are being recorded through ECN .
       I have to  generate daily reservation for assemblies for a perticular finish vehical ,so I need to update the Masterdata in production order no through the PLM( VB platform) interface .
      So please suggest me any BAPI so that I can update the master data regular basis in monthly production order  or if you have any better way to map this process into SAP please suggest .
    Thanks in advance .
    regards ,
    Pralay ..

    Not sure what master data in production order you want to change. Anyway if it is at header level, then evaluate BAPI - BAPI_PRODORD_CHANGE.
    Alternatively evaluate the usage of Order Change Management if it is feasible in your solution. Do a search in this forum you will find many threads on it, also read SAP help & do a test a test in your sandbox. If you face a specific issue then do revert

  • I want to upgrade from Lion to Mountain Lion, do I have to back up all my personal data??

    I am wondering that in order to upgrade from mac os lion to mac os mountain lion do I need to back up my personal data, or upgrading will start my mac from 0 ?? Please help,I've been putting this on hold for not having a back up disk =(

    Upgrading your Mac will preserve all your user data and settings.
    That said, it is never good to be w/o a backup. So make one now. Use TIme Machine or
    SuperDuper or CarbonCopy Cloner.

  • Need a BAPI to upload "Number of packages" for outbound delivery in VL02N

    Hi,
    I need a BAPI which can change data into field LIKP-ANZPK (Number of packages) for outbound delivery with tcode VL02N.
    I saw BAPI_OUTB_DELIVERY_CHANGE but don't know what to parameter to fill.
    Can anyone help me?
    Tarick.

    This solution is in kzapk and kzntg.
    Example:
    CLEAR ls_vbkok.
         ls_vbkok-vbeln_vl  = <ls_created>-document_numb.
         ls_vbkok-vbtyp_vl  = <ls_created>-document_category_sd.
         ls_vbkok-anzpk     = id_volum.
         ls_vbkok-kzapk  = 'X'.
         ls_vbkok-kzntg  = 'X'.
         ls_vbkok-wabuc  = 'X'.
         CALL FUNCTION 'WS_DELIVERY_UPDATE_2'
           EXPORTING
             vbkok_wa       = ls_vbkok
             update_picking = 'X'
             synchron       = 'X'
             commit         = 'X'
             delivery       = <ls_created>-document_numb
           IMPORTING
             ef_error_any   = ld_error.

  • How to erase personal data on ipad2 so I can give it to my wife

    I need to erase just the personal data but leave it functional. I ordered a new ipad3 &amp; promised my wife she could have my ipad2 when I purchased another one. The photo (most), emails, most apps &amp; ect need to be deleted but leave it just like it was when I first got it.....ready to be set up for personal use.....her's!  Let her setup her email, add her photos &amp; so on.....but erase all my crap first.
    How do I do this. Most How To directions make it sound simple but wanted to hear what other Apple iPad users have done that works.

    Look at this link.
    Giving your former iPad to a spouse or family member: the quick guide
    http://www.tuaw.com/2012/03/17/giving-your-former-ipad-to-a-spouse-or-family-mem ber-the-quick/
     Cheers, Tom

  • Any function module to update Manufacturer serial number in tcode IE02

    Hi Friends,
    I need function module or bapi to update
    Manufacturer serial number in tcode IE02 .
    Please ........
    Thank you.
    Karthik.

    Hi,
    You may use the exit
    IEQM0007
    or
    BADI:
    EQUI_SERLV_CHECK
    hope this helps.
    Regards,
    Renjith Michael.

  • My iPhone 5s on ios 8.1.2 is stuck at Apple logo or recovery mode.. To fix this issue, i need to update it to ios 8.2 through itunes.. I want to ask that my data i.e. Photos and other personal data would be removed after updating it or not..?

    My iPhone 5s on ios 8.1.2 is stuck at Apple logo or recovery mode.. To fix this issue, i need to update it to ios 8.2 through itunes.. I want to ask that my data i.e. Photos and other personal data would be removed after updating it or not..?
    if yes then how can i save my data or get out of recovery mode.. Is there any safe mode or something like that on which i could access my data..
    P.S. I have not taken any backup of my iPhone on itunes..
    Please help me sort out this issue..

    Recovery mode doesn't mean that all your data is already lost. You only lose your data if you restore it.
    When you plug the phone is into iTunes hold down the home button. iTunes may then give you the option JUST to update the software first. This should not get rid of any data.
    However, if iTunes is only giving you the option to RESTORE and update, then you will lose your data I'm afraid.
    Hope that helps!

  • 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

  • Hi i need help on BAPI to Update the ADRT & ADR6 tables

    hi,
    i need help on BAPI to Update the ADRT & ADR6 tables
    these are the fields to be updated
    ADRT-Remark Table
    ADR6-SMTP_ADDR
    ADR6-DFT_RECEIV
    Please guide me what parameters to be passed to update
    ADR6 & ADRT tables

    Look at this function Group
    <b>BUBA_3                         SAP BP: External BAPI Function Modules     </b>                        
    BAPI_BUPA_ADDRESS_ADD          SAP BP, BAPI: Add Address                                          
    BAPI_BUPA_ADDRESS_CHANGE       SAP BP, BAPI: Change Address                                       
    BAPI_BUPA_ADDRESS_GET_NUMBERS  SAP BP, BAPI: Read Address Numbers                                 
    BAPI_BUPA_ADDRESS_GETDETAIL    SAP BP, BAPI: Read Address                                         
    BAPI_BUPA_ADDRESS_REMOVE       SAP BP, BAPI: Delete Address                                       
    BAPI_BUPA_ADDRESSES_GET        SAP BP, BAPI: Determine All Addresses                              
    BAPI_BUPR_CONTP_ADDR_ADD       SAP BP, BAPI: Add Contact Person Relationship Address              
    BAPI_BUPR_CONTP_ADDR_CHANGE    SAP BP, BAPI: Change Contact Person Relationship Address           
    BAPI_BUPR_CONTP_ADDR_GETDETAIL SAP BP, BAPI: Read Contact Person Relationship Addresses           
    BAPI_BUPR_CONTP_ADDR_REMOVE    SAP BP, BAPI: Delete Contact Person Relationship Address           
    BAPI_BUPR_CONTP_ADDRESSES_GET  SAP BP, BAPI: Read Contact Person Relationship Addresses           
    BAPI_BUPR_EMPLO_ADDR_ADD       SAP BP, BAPI: Add Employee Relationship Address                    
    BAPI_BUPR_EMPLO_ADDR_CHANGE    SAP BP, BAPI: Change Employee Relationship Address                 
    BAPI_BUPR_EMPLO_ADDR_GETDETAIL SAP BP, BAPI: Read Employee Relationship Address                   
    BAPI_BUPR_EMPLO_ADDR_REMOVE    SAP BP, BAPI: Delete Employee Relationship Address                 
    BAPI_BUPR_EMPLO_ADDRESSES_GET  SAP BP, BAPI: Read Contact Person Relationship Addresses           
    Look also at OSS <a href="https://service.sap.com/sap/support/notes/306275">Note 306275 - Transferring address data</a>
    Regards

  • Unable to run bapis for project status update and date update together

    Hi Experts,
    I have a requirement to update the dates and status of a project WBS at level 4. I am trying to do update the CJ02 Transaction using standard BAPI available. I need to do both Date update and status update in the same LOOP PASS   i am using the below mention bapi. when i am doing so i am getting an error Project 'A._____' has been currently processed by ID i.e. my id.
    I have tried putting  a wait for 2 seconds in the code but its still not working. please find the order below in which i am calling the bapi.
    Loop at itab.
    if  date_changed = 'X'.
          CALL FUNCTION 'BAPI_PROJECT_MAINTAIN'
          READ TABLE it_error WITH KEY message_type = c_e.
          IF sy-subrc <> 0.
    Commit
            CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
                 EXPORTING
                      wait   = c_x
                 IMPORTING
                      return = s_ret.
       endif.
    endif.
    if Status_change = 'X'.
          CALL FUNCTION 'BAPI_PS_INITIALIZATION' .
          CALL FUNCTION 'BAPI_BUS2054_SET_STATUS'
          READ TABLE t_result WITH KEY message_type = c_e.
          IF sy-subrc NE 0.
            CALL FUNCTION 'BAPI_PS_PRECOMMIT'
                 TABLES
                      et_return = t_ret.
            CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
                 EXPORTING
                      wait   = c_x
                 IMPORTING
                      return = s_ret.
         ENDIF.
    endif.
        WAIT UP TO 4 SECONDS.
    endloop.

    Try to use
    SET UPDATE TASK LOCAL.
    before each BAPI call.
    Did you try to debug through your code, leaving sufficient time between BAPI calls? If it does work like that, then the above statement might help.

Maybe you are looking for

  • Simple button scripts not working in AS2

    Hi there, I am at my wits end. I've tried about 2 dozen tutorials word for word and they don't work and I just keep getting lots of strange errors. I have a very simple 4 frame scent with a forward and backward arrow on each frame to link them togeth

  • How can I optimally stream data to disk at 5 MS/s on 4 channels using a PCI-6110?

    I am using a PCI-6110 to acquire data streaming from a camera. Data arrives on all four analog input channels at 5 MHz. An A2D clock is attached to PFI8, also originating from the camera and operating at 5 MHz. Finally, there is a Valid-data signal f

  • IPod Nano Won't Play Songs...Stays on Menu

    Hi! My husband's 2GB iPod Nano will not play any songs. It will charge and it will show the menu with Music, Photos, Extras, Settings and Shuffle Songs...yet it won't let you click on any of these. I have tried resetting it by holding the Menu and Ce

  • Help Needed Regarding Creating a DFF in OAF page

    Hi , I am trying to create DFF in OAF page but i could not able to create it. Here is the through explanation of the Requirement and Error. We have migrated recently from 11.5.10 - R12.1.2 in 11i we have the Buyers Form which is a Template.FMB and fo

  • Mac Pro as Apple TV?

    I'm looking to buy a new Mac Pro soon and wondering the best way to use it for movie/TV/sound system too. Can I use the Pro to serve as an "Apple TV" with cable to another room for viewing on a plasma TV (Samsung 1080 50" maybe)? Also is DSL good eno