Uploading data in infotype 0024

Hi all,
I want to upload datain infotype 0024 - qualifications tab. Now the issue here is that this infotype contains a table control in which the data is not getting stored in infotype 0024 but some place else instead.
Please suggest how to tackel the situation using bdc.
Thanks
Ribhu

Ofcourse i need more information - please read this:
Well please go to  pa30 and try to create a record in Infotype 0024.
There in the qualifications tab, you cant enter anything - u have to click on the create button below the table control to choose languages - various check boxes for languages.
Now when I do recording - this step of choosing the languages do not comes up . moreover the fields in the tabstrip for qualification - they are not in the pa0024 table and are stored somewhere else. So even if i use hr_infotype_operation, it do not shows up the fields for qualifiactions tab - like language, profecincey level and dates for various languages.
Please suggest if you know something.
Infotype no 0045 is also a similar infotype where the data gets stored at some other place ..... I mean by any chance if u know how to upload data in IT0045, it would be a great help.
thanks
Ribhu

Similar Messages

  • How to upload data in infotype 0025 (Appraisals)

    I want to make an upload program for infotype 0025 (Appraisals). The program will upload the data in 'Potentials' but I cannot make a recording work in it. Each time the system posts the data into next row and recording does not work since the line number is fixed in recording. There is no + sign to add a row at the top. Can someone please tell me a way to do this or if there is a Function Module that can upload data into infotype 0025.
    Thanks

    Dear Sohaib,
    This upload could not be performed by BDC recording. You will have to make use of around four Appraisal BAPI's to create an entry in Infotype 25(Appraisals). I had the same scenario of uploading appraisal data here at NBP(National Bank of Pakistan). Here is the link for the article i wrote,covering this topic in depth,along with the complete solution:
    http://scn.sap.com/docs/DOC-32084
    If you like this article,kindly flag it as a 'Correct Answer.
    Regards,
    Fahad

  • Uploading data in infotype-0586 and infotype-0587

    Dear Experts,
         Can i use the standard bapi HR_INFOTYPE_OPERATION for uploading data into infotype-0586( sec 80c deduction) and infotype-0587 (pf related).if so what are the parameters to be passed for the upload.
      Please inform if there are any other bapi for the upload process.
    regards,
    Aeroshil Nameirakpam

    Hi,
    yes you can use...HR_INFOTYPE_OPERATION for your purpose.
    in that you should pass....
    INFTY                - infotype number
    NUMBER           --pernr
    SUBTYPE          --subtype of infotype (if applicable)
    VALIDITYEND      -ENDDA
    VALIDITYBEGIN   -BEGDA
    but before you call this FM...make sure that you lock the employee for which you are updating the record and after this FM updates the record for that employee make sure you unlock the employee...
    to lock the pernr ...use FM....HR_EMPLOYEE_ENQUEUE
    and to unlock...use FM...  HR_EMPLOYEE_DEQUEUE
    in both of these FMs you just need to passs PERNR..
    summerizing this...first use...
    HR_EMPLOYEE_ENQUEUE
    then call...HR_INFOTYPE_OPERATION
    and then...
    HR_EMPLOYEE_DEQUEUE
    thats it!
    <b>Reward Points if answer was helpful,</b>
    Regards,
    Tejas

  • Bapi - upload data for infotypes 0016 and 0019

    hello,
    Please let me know bapi to upload data for infotypes 0016 and 0019 as i am unable to find any bapi for this infotypes.
    Please use a more meaningful subject in future - I've edited it for you this time.
    Edited by: Matt on Nov 6, 2008 12:08 PM

    Hi Sunny,
    My suggestion is go txcode BAPI.
    After this in the left side of the window complete information on BAPIs will be available search out in Human resource you may get the BAPI, in the mean while some one may help you.
    Cheers!!
    VEnk@

  • Query on uploading data into infotype

    Hi,
    I am in search of a method to upload data into infotypes  IT0001,HRP1001.
    I have serached and found we can do it using BDC,LSMW and through Hr_INOFYTPE_OPERATION--fm.
    But in my flat file am having pernr ,begda,endda and supervisor..
    Some of my searches said if i had a pernr in flat file its impossible to do with HR_INFOTYPE_OPERATION.
    CAN ANYONE PLS SUGGEST ME THE BEST WAY TO DO?
    Thanks

    Hi Salini
    Using BDC or LSMW might lead to some inconsistencies.
    Uploading of various infotype data depends upon its volume.
    There is a FM: HR_MAINTAIN_MASTERDATA through which you can upload the data. But this does for one record at a time. So the performance gets affected at times. Before calling this FM each time, clear the buffer using the FM:  'HR_PSBUFFER_INITIALIZE'. This will be of great help.
    Incase you want to upload all your data at once, you can use BAPI_HRMASTER_SAVE_REPL_MULT.
    Let me know incase you need any help in any of these.
    Regards
    Harsh

  • Problem while uploading data in infotype 2

    Hi All,
    I made BDC to upload required fields in infotype 2. I use text file to upload all the data.
    Currently i have only one record in text file for testing purpose. When i run the report in foreground for that record it goes to the pa30 screen which i have accessed recently. It means if i access pa30 for emp. code 123 then my bdc update the records for emp. code 123 and if i access emp. code 456 after that through pa30 then my program is updating records for emp. code 456.  Can you please tell me why it is happening.
    Thanks.

    Hi,
    In PA30, the field for PERNR on screen, gets default value as per last used PERNR.
    So, in BDC, we should make sure that the screen field is populated by our value from the file. Just check your bdc code, and make sure the field
    RP50G-PERNR
    gets the value from the file.
    Regards,
    Amit Mittal.

  • Upload data in infotype 1520 using BADi(HRECM00_BDG0001).

    hi experts,
    We have a requirement wherein the  BADi (HRECM00_BDG0001- which uses DETERMINE_BUDGET_VALUES method) needs to upload initial Budget Values into the Budget Structure, through an Excel Spreadsheet input (which will contain Organization Units and its respective Budget Values)
    This will result in upload of initial budget values into the Budget Values Infotype 1520.
    and based on this the Budget structure is created and ready for use.
    Is there any functional module or any other method to upload the data (excel file) into the infotype 1520?
    regards,
    joy.

    Hi Christian,
    Please check if hte below links help you in some way.
    Uploading Files and Manipulating their Content
    http://help.sap.com/saphelp_nw04/helpdata/en/ba/78d3c747b24546ab1c1499a054d8a5/content.htm
    File Upload in BSP Applications
    http://help.sap.com/saphelp_nw04/helpdata/en/eb/8c683c8de8a969e10000000a114084/content.htm
    Regards,
    SuryaD.
    Edited by: SuryaD on Dec 18, 2009 11:15 PM

  • Can any body tell me how to upload data for infotype 2011

    hi gurus,
    please tell me hw to create the bdc for infotype 2011.

    Go to SHDB and record the Tcode PA30 with Infotype 2011.
    ~BiSu

  • Bapi or bdc to upload data in infotype 0267 through workflow

    Hi All,
    I have designed a workflow for infotype 0267 in which after
    the final approval of the offcycle amount the record gets unlocked.
    For this purpose in I had used a bdc to unlock the record.
    The bdc is working fine if I test the object in SW01, but in the workflow it dosen't work the workflow remains in process.
    I would like to know if at all bdc can be used in workflows, or there is an alternative to it like using BAPI.
    Thanks and regards
    Shraddha

    Mike Pokraka wrote:>
    > Hi Shradda,
    >
    > Unfortunately I don't know this offhand, have you tried to find it?
    You can also ask in [the forum dedicated to questions about HCM (HR)|SAP ERP Human Capital Management (SAP ERP HCM); - where I am sure you'll find more expertise in this area - because you are not really struggling with a workflow problem, it's plain ABAP.

  • Uploading data to OM infotypes

    Hi,
    Can anyone pls let me know what is the best method to upload data into infotyp hrp1051 its an OM infotype.
    AS per my search i understood PA infotype can be uploaded with HR_MAINTAIN_MASTERDATA.
    Here my doubt is Can OM infotypes also be updated using this FM or we need to go for BDC,LSMW.
    Thanks.

    HI Salini
    There are various FMs available for this purpose..
    If u directly insert, update or modify record in OM Infotpye Tables then some related table might not be updated..
    So use FMs..
    RH_COPY_INFTY
    RH_CUT_INFTY
    RH_DELETE_INFTY
    RH_INSERT_INFTY
    RH_INVERT_RELA_INFTY
    RH_UPDATE_INFTY
    For IT 1001
    RH_CUT_INFTY_1001_EXT
    RH_CUT_INFTY_1001_EXT_GENERIC
    RH_DELETE_INFTY_1001_EXT
    RH_DEL_INFTY_1001_EXT_GENERIC
    RH_INSERT_INFTY_1001_EXT
    RH_UPDATE_INFTY_1001_EXT
    RH_BASE_READ_INFTY_1001
    RH_READ_INFTY_1001
    RH_READ_INFTY_1001_EXT
    RH_READ_INFTY_1001_EXT_ONLY
    Hope this helps.
    Harsh

  • Data retrieval from infotype 0024(Qualification)

    hi abapers,
    could someone suggest me how to retrieve data from infotype 0024(Qualification)
    I tried from pa0024,but no data is stored there.
    yogesh

    Hi Yogesh,
    Make use of below FMs to fetch the data from IT0024 -
    * Fill t_pernr_tmp with employees (PERNRs) as follows -
          t_pernr_tmp-plvar = '01'.
          t_pernr_tmp-otype = 'P'.
          t_pernr_tmp-sobid = '00000001'.  "give employee number here
          append t_pernr_tmp.
    *     READ QUALIFICATION
          CALL FUNCTION 'RHPP_Q_PROFILE_READ'
            EXPORTING
              begda            = w_low  "provide date in sy-datum format
              endda            = w_high "provide date in sy-datum format
              with_stext       = c_x
              with_qk_info     = c_x
            TABLES
              OBJECTS    = t_pernr_tmp
              profile          = t_qual_data
            EXCEPTIONS
              no_authority     = 1
              wrong_otype      = 2
              object_not_found = 3
              undefined        = 4
              OTHERS           = 5.
    * here t_qual_data will have qualification  data.
    *after that make use of FM 'RHPE_QCAT_BRANCH_READ_UP' and the *t_qual_data table to read the branches of qualification data.

  • Error coming while modifying data in infotype through HR_INFOTYPE_OPERATION

    I have created a report which reads a excel file fom the system and then upload data in infotype 0077 through HR_INFOTYPE_OPERATION. In this report first I check if the record exists in IT0077 for a particular employee , if not then creates a new record with the input file data and if the records exists then I need to modify that record.
    But the problem is that on updation the function module HR_INFOTYPE_OPERATION always return an error that "Infotype doesnot exist", although its exists in the system.
    Why this error comes when once I excuted the report with a pernr number for creation and then I execute with teh same data to modify it, it gives an error in modification.

    iam not sure
    When we create we have to use INS in the code and when we modify we have to use Operation  MOD
    Since Dilek  our Techinical consultant  is there hope your issue is solved

  • Uploading data in standard infotype for many pernrs.

    how to upload data for many pernrs through a single fm in a standard infotype ????
    please help me...

    CALL FUNCTION 'HR_INFOTYPE_OPERATION'
          EXPORTING
            INFTY                  = '2010'
            NUMBER                 = P2010-pernr "wa_ot_calc-pernr
            VALIDITYEND            = P2010-endda "wa_ot_calc-zotdate
            VALIDITYBEGIN          = P2010-begda "wa_ot_calc-zotdate
            RECORD                 = P2010
            OPERATION              = 'INS'
            DIALOG_MODE            = '0'
            NOCOMMIT               = 'X'
         IMPORTING
            RETURN                 = BAPISUBRC.
        IF SY-SUBRC <> 0 OR
           NOT BAPISUBRC IS INITIAL.
          MESSAGE ID  BAPISUBRC-ID
                TYPE  BAPISUBRC-TYPE
              NUMBER  BAPISUBRC-NUMBER
                WITH  BAPISUBRC-MESSAGE_V1
                      BAPISUBRC-MESSAGE_V2
                      BAPISUBRC-MESSAGE_V3
                      BAPISUBRC-MESSAGE_V4.
        ENDIF.
    i resolved the error im gettin for table declaration but now d fm is not executing properly
    after execution it gives error message : Enter a Quantity.
    i dont knw frm whr it is coming.........im passin d values to table as:
        MOVE wa_ot_calc-pernr TO P2010-pernr.
        MOVE '1006' TO P2010-subty.
        MOVE wa_ot_calc-zotdate TO P2010-endda.
        MOVE wa_ot_calc-zotdate TO P2010-begda.
        MOVE sy-datum TO P2010-aedtm.
        MOVE sy-uname TO P2010-uname.
        MOVE wa_ot_calc-not_hrs TO P2010-stdaz.
        MOVE '1006' TO P2010-lgart.
    is anythin wrong in this..?

  • How to upload data for custom infotype

    Hi  Friends
    Can we use HR_INFOTYPE_OPERATIONS   FM  for custom infotype too  or is there other way or other Standard FM to upload data for custom infotype  starting with 9000..etc.
    Points will be there for sure.
    Thanks
    Meeta & Roopa

    Thanks for quick response.
    my qns is can we use Standard FM like HR_INFOTYPE_OPERATIONS  for custom infotype too ?
    in my requirment  input will come from portal form and in background  Java Wd is going to use these FM  but i have this big  doubt can we use these standard FM for  uploading data in custom infotype as well or else is there any other way.. but for sure we can't use BDC and LSMW in this requirement .
    Thanks Meeta & Roopa

  • Uploading data into Time Infotypes

    Dear All,
    I have a requirement wherein I need to upload data into time infotypes from an external source(file). The data is required to be uploaded into the relevant infotypes based on the content(attendance, absence etc.)
    Can you please suggest a generic way of uploading data into time infotypes.
    Thanks in advance,
    Sujit.

    Hi Sujit
    You can either create a BDC report to upload the data or use FM HR_INFOTYPE_OPERATION to upload the infotype in your report

Maybe you are looking for