Need Bapi's for HR module....

HI experts,
For each attribute I need the following information:
·        To which InfoType does it belong (both HR US and HR INT.)
·        Which BAPI is used or available to read the information? (both HR US and HR INT.)
·        Which BAPI is used or available to write the e-mail address? (both HR US and HR INT.)
·        Which BAPI is used or available to write the different phone numbers (telephone, telex, pager, mobile, fax) (HR INT. only)
·        Is it correct the default BAPI will only return objects that are ACTIVE? Is there a BAPI available that will return person objects, independent of their status? (this is needed to be able to provision the AD account in a disabled state right after the HR record creation. This way HP has the time to finish the configuration of that AD account and mailbox BEFORE the person starts working for SaraLee) A BAPI is needed that returns objects whether or not the object are ACTIVE.
Thanks in Advance..............

https://wiki.sdn.sap.com/wiki/display/ABAP/ListofBAPI%27s
Thanks & regards,
Shree

Similar Messages

  • Needed BAPI s for CC01,CC02,CC03

    Hi Gurus,
    Can any one give me list of BAPI s for CC01(create),CC02(change),CC03(display) in Engineering change management for change number. Help needed urgently. Points will be rewarded.
    Regards,
    k.c

    Hi,
    there are unfortunately no BAPIs available related to Engineering Change (Master, Request/Order).
    But, for ECC 6.0, you might at least be able to leverage the new enterprise services available for ECR/ECO:
    http://erp.esworkplace.sap.com/socoview(bD1lbiZjPTgwMCZkPW1pbg==)/smdisplay.asp?id=7E1E6599603711DA36BB000F20DAC9EF&fragID=&packageid=DBBB6D8AA3B382F191E0000F20F64781&context=&iv=
    More of course needed ....
    Regards, Ulf.

  • Need BAPI Name for updation of Subcontracting scheduling line agreement

    Hi All,
            Can anybody please tell me BAPI Name for updation of Subcontracting scheduling line agreement from EKET table?
    Note: BAPI_PO_CHANGE is not useful for me.
    Thanks and Regards,
    Atul.

    Hi Muralidhara,
    Can you please give some more details for this BAPI..
    I tried using it , but getting an error "No instance of object type PurchSchedAgreement has been created. External reference:"
    and "Enter G/L Account" (Infact I did specify G/L account in account assignment table)
    with regards,
    Kirti

  • Need BAPI/RFC for Updating Category field of CRM_DNO_MONITOR  from SAP R/3.

    Hi SAP GURUS!!
    I need to have a new field category in "Create support message"  of the HELP menu in SAP server. This field values needs tobe updated with that of Category in Solution Manager ( CRM_DNO_MONITOR) .We have found a BADI (SBCOS001 ) where we designed the screen for having the new field. FOr updating the value of this field to sol man, is there any bapi or rfc ..
    Thanks in Advance,
    gopa.

    Hi
    Please check the following points.
    1. Please check the settings that you maintained in the table CRMSUBTAB in ECC. You need to have an entry as follows:
    User: CRM
    Object: VENDOR_MAIN
    U/D : DOWNLOAD
    Object Class: VEND ( & not BUPA for this entry)
    Function Module: PI_BP_VENDOR_MAIN_EXTRACT
    The other entry (for upload) has similar but different values. (Refer to the OSS note 883162.)
    2. Check if you have applied any filter settings in CRM for the adapter object VENDOR_MAIN.
    Regards,
    Srini.

  • All bapi functions for all modules

    hi frends where i cud have the list of all bap functions availbale for the all modules.PLz tell me the name of the bapi function used to get the data related to the accounting document like its no,PO no,PO item no,coressponding vendor no for the particular P item(not the vendor no in the PO header).

    Hi,
    you can spare some of your and our time if you [SEARCH|http://www.google.cn/search?hl=de&source=hp&q=%09allbapifunctionsforallmodules&btnG=Google-Suche&meta=&aq=f&oq=&cad=h] for a BAPI when you need it.
    Regards,
    Clemens

  • Need Bapi Names for Post Goods Reciept and Post Goods issue to STO in MIGO

    Hi All..
    I need to post goods receipt using input data in MIGO. Is there any BAPI that i can use.
    Also once STO (Stock Transport order) is created, i also need to Post goods issue to STO in MIGO transaction. I do need a bapi for this too...
    Appreciate your help and will reward any helpful answers.
    Thanks..

    Hi,
    ata  : gm_header  type bapi2017_gm_head_01.
    data  : gm_code    type bapi2017_gm_code.
    data  : gm_headret type bapi2017_gm_head_ret.
    data  : gm_item    type table of
            bapi2017_gm_item_create with header line.
    data  : gm_return  type bapiret2 occurs 0 with header line.
    data  : gm_retmtd  type bapi2017_gm_head_ret-mat_doc.
    clear : gm_return, gm_retmtd. refresh gm_return.
    gm_code-gm_code      = '03'.
    gm_header-header_txt = firstscreen-bktxt.
        gm_header-pstng_date = sy-datum.
        gm_header-doc_date   = sy-datum.
        gm_header-ver_gr_gi_slip = ' '.  "print
        gm_code-gm_code      = '03'.
      move lineitem1-bwartwa  to gm_item-move_type     .
          move lineitem1-matnr  to gm_item-material.
          move lineitem1-erfmg     to gm_item-entry_qnt.
          move 'EA'    to gm_item-entry_uom.
          move lineitem1-werks  to gm_item-plant.
          move lineitem1-lgort  to gm_item-stge_loc.
          move lineitem1-kostl to gm_item-costcenter.
          while gm_item-costcenter+9(1) = ' '.
            shift gm_item-costcenter right.
          endwhile.
          overlay gm_item-costcenter with '0000000000'.
          append gm_item.
    call function 'BAPI_GOODSMVT_CREATE'
           exporting
                goodsmvt_header  = gm_header
                goodsmvt_code    = gm_code
           importing
                goodsmvt_headret = gm_headret
                materialdocument = gm_retmtd
           tables
                goodsmvt_item    = gm_item
                return           = gm_return.
    Thanks
    venki

  • Need BAPI/FM for VL32N

    Hi All,
             My requirement is change the inbound delivery through VL32N,
    In VL32N, I need to pack the material using handling unit and do the post goods receipt.
    Are there any BAPI/FM to do the same instead of BDC????
    surya

    BAPI Handling unit creation
    cheers
    Aveek

  • Materials for HR Module

    Hi all,
              I need the material for HR Module. Please give me some basic details of HR Module.
    Thanks,

    Hi Ragu,
    Pls. refer to the following thread.
    SAP ERP Human Capital Management (SAP ERP HCM)
    Regards,
    Dilek

  • I need to know thelist of bapi's and function modules used for transaction

    I need to know thelist of bapi's and function modules used for transaction in order to use these FM or BAPI in reading some fields of equipment master and functional loocation.Can any one suggest me some methods...or do i need to write  a report for the same.

    Steps to find the BAPI/function modules used in a transaction
    1) Find the package of the transaction thro' SE93.
    For example the package for the transaction VA03 is VA
    2) Go to Se80, key-in the package (say VA)
    3) You can see the function modules under the folder finction group and
    you can see the BAPI's under the folder Business Engineering-> Business Objects-> double click on the released methods of the Business Objects

  • Need BAPI for HR module

    Hi all,
    We have a requirement where we need to change the employee related data.
    This involves:
    1)       Update table PA0000
    2)       Update table PA0001
    3)       Create a new info type
    Can anyone please suggest the BAPI/FM for these requirements?
    Thanks and regards,
    Ridhima

    hi
    good
    BAPIES for Infotypes->
    BAPI_SUBTYPES_FOR_DESCRIPTION  Determine Subtypes of Description Infotype        
    FMS For Infotypes->
    HR_INFOTYPE_OPERATION                       
    i dout wheather there is any function module or bapis to update table PA0000 and PA0001 and for creating the new infotype.
    thanks
    mrutyun^

  • Need name of a function module or BAPI to update the Tax Classification val

    Hi Guru's
    Need name of a function module or BAPI to update the Tax Classification value for Material master.
    Thanks in advance.

    Hi
    U can try to use BAPI_MATERIAL_SAVEREPLICA
    Max

  • Need BAPI function module to change routing (CA12 Tcode)

    Hi Freinds,
       i have bapi function module to create bapi_routing_create,
       but i need bapi function module  to ROUTE CHANGE.
    tcode is ca12
       pls help me out .....it's urgent to me
    mail to me :[email protected]
    regards
    madhu

    Thanks Jitendra,
    I have tried to use it but I am not able to obtain a good result. I have set values for PLKO_DI_TAB and MAPL_DI_TAB, but it does not work…
    What is missing?

  • BAPI's for Migration of data in SD module

    Hi All,
    I need to know BAPI's used for migrating data from legacy system to SAP, for the following SD scenario's.
    1. Customer Master
    2. Inquiries
    3. Quotations
    4. Proposals
    5. Sales Order
    6. Goods Issue
    Please send suitable answers.
    Regards,
    Sathya.

    Hi,
    1.Go to BAPI Transaction, Under Logistics, you will get BAPIs for SD module.
    2.BAPI_CUSTOMER_CREATE
    BAPI_CUSTOMERINQUIRY_CHANGE
    BAPI_INQUIRY_CREATEFROMDATA
    BAPI_INQUIRY_CREATEFROMDATA2
    BAPI_INQUIRY_CREATEBOS
    BAPI_INQUIRY_GETDETAILBOS
    BAPI_CUSTOMERQUOTATION_CHANGE
    BAPI_QUOTATION_CREATEFROMDATA
    BAPI_QUOTATION_CREATEFROMDATA2
    BAPI_QUOTATION_CHANGEBOS
    BAPI_QUOTATION_CREATEBOS
    BAPI_QUOTATION_GETDETAILBOS
    BAPI_SALESDOCU_CREATEFROMDATA
    BAPI_SALESORDER_CHANGE
    BAPI_SALESORDER_CONFIRMDELVRY
    BAPI_SALESORDER_CREATEFROMDAT
    BAPI_SALESORDER_CREATEFROMDAT
    BAPI_SALESORDER_CREATEFROMDAT
    BAPI_SALESORDER_GETLIST
    BAPI_SALESORDER_GETSTATUS
    BAPI_SALESORDER_SIMULATE
    BAPI_SALESORDER_CHANGEBOS
    BAPI_SALESORDER_CREATEBOS
    BAPI_SALESORDER_GETDETAILBOS
    BAPI_SALESORDER_GETLISTBOS
    BAPI_GOODSMVMT_CREATE (Goods Issue/ Goods Receipt)
    Reward if useful!

  • Need BAPI or FM for transaction CU41

    Hi team,
      I need to know is there any function module or BAPI available for the transaction CU41 to create variant configuration profile for a material...
    Regards,
    Ramesh T.

    Hi Ramesh,
    Please refer to this function module - CAMA_CON_PROFILE_MAINTAIN.
    You can use this API to create, change, and delete a configuration profile.
    You can also refer to the function module documentation for some examples.
    Regards,
    Keerthi

  • To know thelist of bapi's and function modules used for transaction IH10

    I need to know thelist of bapi's and function modules used for transaction in order to use these FM or BAPI in reading some fields of equipment master and functional loocation.Can any one suggest me some methods...or do i need to write a report for the same.

    hi,
    provide report name (here: RIEQUI20)
    goto se38 - utilities - cross reference - function modules
    or use report RPR_ABAP_SOURCE_SCAN
    with search string call function
    A.
    Message was edited by:
            Andreas Mann

Maybe you are looking for

  • LPX file size grows every time I save (with almost no changes) - WHY?

    Hi all, I am just now starting to move from Logic 9 to Logic Pro X. I first imported a very simple file from logic nine as a folder project and did not import anything except the file. - Then, I immediately saved it.  took more than 30 secs on core i

  • Another HUM Query..

    In our installation of HUM we have two PIE charts - one for CPU Utilisation Summary, and one for Device Availability (both for 1 hour). The Device Availability PIE chart appears up to date however when I click on it to go to the report behind it - th

  • Server Database not working

    Hi, My application is working fine in my local system.Inserting ,updating gettting data from database. But when i moved all tables and stored procedures from my database to another database in another server .I can only inserting data into database b

  • Please explain the magic! (Question)

    The ActionScript snippet below is from the BlaseDS chat sample app. Can someone please explain the magic that declares the chatMessage property of AsyncMessage.body (IMessage.body?) object? It's not in the docs anywhere so I'm guessing it is not buil

  • Help in Vendor creation

    Hi, Using Batch Input when i try to load one test data thorugh LSMW i get an error at 13th step : Create batch input session time and again ..The error goes as follows:: "TA 1,Vendor 0000000004 , Porg IT10, BLFM2 not processed, LTSNR , WERKS do not e