Archive Employee for Info type 0008

Hi Experts.
I have a requirement liek, i need to archive the personal number for info type 008.
We have an Object PA_LDOC. The write program is RPAR3W00.
I need to modify the write program, which should accept the data from flat file to create the record and archive the created record for Info type 008.
Please let me know how can i go a head, since i dont have parameters for personal number and infotype in the selection screen.
Thanks,
Sriram.

Hi Srini,
Thanks for your prompt reply.
I have one question.
Can i use RPAR3W00 to archive personal number for info type 0008, If yes where can i give infotype(0008).
and where can i pass basic pay details.
Please suggest me on the same.
Thanks,
Sriram.

Similar Messages

  • FM  to insert info type 0008 for indirect evalutaion

    Hi,
    can i use hr info type operation FM, for inserting info type 0008 because annual salary is indirectly evaluted?
    is there any other FM which does this calculation and insert info type 0008.
    Thanks,
    Kranthi.

    BAPI_BASICPAY_CREATE can be used to upload data into IT-8, where we have indirect valuated wagetypes
    Raghu

  • Info Type 0008 Displaying EUR

    Hi All,
              I am getting an error while maintaing INFO TYPE 0008 its displaying EUR in the currency field instead of INR.  Also in T510 table (Revised Pay scale groups and Levels its showing EUR instead of INR in the currency field.
    I have checked this table  V_T510F_B for currencies, INR is there and for Company code, Personnal Area INR is there.
    Please help me out to resolve this error.

    Hi Nitin,
       I made all the changes as mentioned in the thread.
    These are the list of tables I made changes in the currency field from EUR to INR.
    v_t001p, v_t520m, v_curc, v_510f_b, t500w_change, t500c, t500p, t510h.
    Then also my problem did not get solved. is there any other way??? to sort out this...
    Thanks and Regards
    Ravi Narayan Padhi

  • REPORT FOR INFO TYPE 586

    Hi All
    I am trying to create a report for INFO TYPE 586  in HR ABAP,where  in a table apporx 30 investment codes , proposed investment and actual amount are apperaring .
    Now My problem is,  I do not want to use IF .... ENDIF statment. Is there any other way to write the code .
    Please Help.
    Thanks in advance.

    Hi,
    In this situation you can use field-symbols and/or a internal table. Like this:
    tables: pa0586.
    field-symbols: <ff1> type any,
                   <ff2> type any,
                   <ff3> type any.
    data: w_campo1(30),
          w_campo2(30),
          w_campo3(30),
    data: w_nx(2) type n.
    data: begin of i_myitc occurs,
            itc like pa0586-itc01,
            dsc(30),
          end of i_myitc.
    * fixed selection or may be from a z table
    i_myitc-itc = '01'. i_myitc-dsc = 'AAAAA'. append i_myitc.
    i_myitc-itc = '02'. i_myitc-dsc = 'BBBBB'. append i_myitc.
    i_myitc-itc = '03'. i_myitc-dsc = 'CCCCC'. append i_myitc.
    select single * from pa0586.
    do 30 times.
       w_nx = sy-index.
       concatenate 'PA0586-ITC' w_nx into w_campo1.
       concatenate 'PA0586-PIN' w_nx into w_campo2.
       concatenate 'PA0586-AIN' w_nx into w_campo3.
       assign (w_campo1) to <ff1>.
       assign (w_campo2) to <ff2>.
       assign (w_campo3) to <ff3>.
       read table i_myitc with key itc = <ff1>.
       write: / <ff1>, <ff2>, <ff3>, i_myitc-dsc.
    enddo.
    Best regards,
    Leandro Mengue

  • No archive exist for output type YWNK

    Hi,
    in order to see the output message (print) I click on the print icon within contracts (T-code ME33K).
    I get the message 'No archive exist for output type YWNK'. How else can I see the output print. I have
    to preview the output. What is wrong in this case. What has to be made. Pls help.
    Regards
    Marco M.

    Hi
    Try to check if that message was uploaded in the contract you need to see else u need to create it
    Max

  • No read authorization for info type 2001/0402 for pers. no. 00000018 betwee

    Hi,
    Mangers try to approve the leave request iam getting below error.
    No read authorization for info type 2001/0402 for pers. no. 00000018 between 04.05.2010 and 04.05.2010.
    how can i resolve this issue.Pls help me
    Please advice
    Regards
    SATYA

    Hi Satya,
    Check the authorizations for the user in mentioned infotypes, you can help you with SU53 and ST01 (using auth trace) transactions.
    Regards

  • BADI for Info type 24(skills)

    Hi,
    I want BADI or exit for info type 24, i need to restrict the skills to two and primary skill can have 4 proficiencies(primary, primary basic and so on) and secondary skill can have 4 proficiencies(secondary, secondary basic and so on). If the user selects two skills as primary, i need to display error message.
    can any worked this type of requirements.
    Thanks
    Rajavardhana Reddy

    Hi rajavardahana,
    1. HRPAD00INFTY
       is in PBAS package only.
    2.  use the method AFTER_INPUT
       to do validations.
    3. use the parameter
       OLD_INNNN
       to fetch the details of the
       infoteyp data which has been entered.
    4. use this kind of logic ,
       to get the required data.
    data : IP587 like P0587.
    *Error Messages for particular selection.
    case INNNN-INFTY.
      when '0587'.
        call method CL_HR_PNNNN_TYPE_CAST=>PRELP_TO_PNNNN
          EXPORTING
            PRELP = OLD_INNNN
          IMPORTING
            PNNNN = IP587.
    regards,
    amit m.

  • HRMD_ABA change pointer trigger not work for info type changes

    Hi,
      In change pointer for message type HRMD_ABA Certain changes to HR records like adding activity types to infotype 315, changing dates to infotype 0001, 0105 and 315 and adding/changing/deleting are not woking through change pointers.
    We are are replicating those changes through RHALEINI program, so can anyone let me know how to customize in case of adding this info types to trigger automatically through change pointers.
    Thanks,
    Marai

    Hi,
       Then check for change document created or not, if created then use SWEC  to  link it

  • Archiving of ERS messages: maintain archiving parameters for message type

    Dear experts,
    I have problems creating archive messages for ERS messages in ECC 6.0. I always get message "Maintain archiving parameter(s) for output type ERS (appl. MR)" even if I have done all steps as described in SAP note 391822:
    NACE: application "MR", output type "ERS"
    details: storage mode "2 Archive only", document type "ZUNSGUTHCD"
    processing routine: medium "1 print", program "RM08NAST", form routine "ENTRY_ERS", form "MR_PRINT".
    A condition record for message type ERS is existing with function "VN" and medium "1" and date/time "4".
    OAC2: document type "ZUNSGUTHCD", document class "PDF", status "x".
    OAC3: object type "BUS2081", Doc.type "ZUNSGUTHCD", L "x", Content rep. ID "K1", link "TOA01", retention period "0".
    The archive "K1" is existing and working for other documents, but not for ERS.
    Something is missing, but I don't find out what. Any help is greatly appreciated, point are given!
    Regards, Karsten

    Dear experts,
    I have problems creating archive messages for ERS messages in ECC 6.0. I always get message "Maintain archiving parameter(s) for output type ERS (appl. MR)" even if I have done all steps as described in SAP note 391822:
    NACE: application "MR", output type "ERS"
    details: storage mode "2 Archive only", document type "ZUNSGUTHCD"
    processing routine: medium "1 print", program "RM08NAST", form routine "ENTRY_ERS", form "MR_PRINT".
    A condition record for message type ERS is existing with function "VN" and medium "1" and date/time "4".
    OAC2: document type "ZUNSGUTHCD", document class "PDF", status "x".
    OAC3: object type "BUS2081", Doc.type "ZUNSGUTHCD", L "x", Content rep. ID "K1", link "TOA01", retention period "0".
    The archive "K1" is existing and working for other documents, but not for ERS.
    Something is missing, but I don't find out what. Any help is greatly appreciated, point are given!
    Regards, Karsten

  • Table T588M for info type screen display:

    Hi Experts
    I have deleted relevant entry in in table T588M for an info type still the system shows some screen. where from does that screen come. Can anybody help..?

    As i understand, there is a screen element that you want to get it disabled but is not available in the table v_t588m. Is that right???
    If YES, the screen element/ field of your screen, for example 3000 of it0817, can be disabled from the screen layout also.
    Go to SE80 -> select the module pool mp081700 as your program -> select screen 3000 -> Click on the 'layout' in the application toolbar -> select the element and delete or change the properties, might be display properties in your case.
    Hope this helps.
    Cheers,
    LG

  • HR IDOCS failing for Info Type 1002

    Guys, I am moving from business side of SRM to techno/functional. We have HR data replication IDOCS failing from R/3 to SRM with the following error. Any help on how to debug this further and your thoughts/experience on this error
    Error: insertion of infotype 1002 (return code 3 )
    Message no. 5-133
    Diagnosis
    An error occurred when you tried to insert infotype 1002 using RH_INSERT_INFTY (return Code                                                    3).
    Thanks

    Hi
    This is a system bug.
    Please go through the following SAP OSS Notes, depending on your SAP version/Support pack ->
    Note 185422 HR-CA-ALE: Error with RH_INSERT_INFTY
    Note 890704 RH_INSERT_INFTY: Inserting in the structural authorization
    Note 832395 HRALX: Status 51: Insertion of infotype 1001
    Note 766882 HRALX: Error when inserting infotypes
    Note 850259 HRALX: Position deleted or not changed
    Note 445336 Different ADATANR for to and from relationships
    Note 532675 Interface correction for RH_OBJID_REQUEST and RHP_CRMQ
    Note 451578 Error in module BBP_UPDATE_ORG_ADDRESS
    Note 440135 Short dump NO_AUTHORIZATION when creating HR work center
    Hope this will help. Do let me know.
    Regards
    - Atul

  • Registered EIT not in LOV for Info Types Security

    Oracle Federal HR 11.5.9 (HR Only)
    Created 2 EIT's in a new instance.
    One is in the Extra Person Information
    One in in the Extra Position Information
    Each have multiple segments and they are enabled,Value Sets assigned, work saved, DFF's Frozen and compiled successfully.
    Registered them using the Oracle Provided script (\sql\perreeit.sql per Metalink note 70122.1) to the tables PER_PEOPLE_INFO_TYPES and PER_POSITION_INFO_TYPES. PL/SQL procedure
    succesfully completed. Commit complete. They both appear in the table when viewed through SQL.Navigated to Information Types Security to add them to the responsibilities.
    Only the Extra Person EIT is there. NO Extra Position EIT in LOV to add to the Responsibilities.
    Why would only 1 show up as available? What procedure do we need to do to make the Extra Position EIT visable so it can be assigned to the appropriate responsibilities?

    Does the user "want" to or "need" to?
    Looking at other people's medical records is subject to legal data protection in many countries.
    Kind regards,
    Julius

  • 0581 Info type

    All,
    When i am updateing info type 0581,i ended up with error as "No automatic
    updation for info type 0008 and Relevant wage types not found.
    Is this something related changes to user exits or config is missing at some where  else.
    Note: Dynamic acion is deleted for this.
    Thanks,Kiran

    Hi Shekar,
        You mean i need to update info type 0581 first and later i need to update
    0008 info type.
    When i am doing like this,it was showing an error in status bar as allowance grouping is not found.
    Method what i followed for this:-
    Intially updated list of wage components to IT0008 Like basic pay,Hra,DA,Coveyance.Later i am updateing 0581.Then i  am getting an error as
    " No Automatic updation to IT0008 and relevant wage types not found".Could you
    please mark me an email in detail to [email protected]
    Thank you,Kiran

  • Maintain archiving parameter(s) for output type RD00(appl.V3)

    Hi Guys,
                 While trying to get the output for billing documents I'm facing a error : Maintain archiving parameter(s) for output type RD00 (appl.V3)
    Diagnosis
    At the time of output determination,the archiving parameters for output type RD00(application V3) were incorrectly maintained in customizing.
    Additional information:
    SAP object:
    Archiving object:
    Procedure
    Maintain the archiving parameters and repeat output determination for the required document.
    Expecting the solution.
    Regards
    Raj.

    Can you check what you have in the Storage System Tab in the fields Storage Mode and Document Type.
    It should be Print Only and SDOINVOICE respectively.
    Thanks

  • Best method to upload info type 8 (Basic pay)

    Hi Team,
    Could you share some information on  master data upload for info type 8.
    What is the best way to upload the master data info type 8.
    when we can GO for BDC and go for LSMW.
    Thanks in advance.
    MVR

    You can go for either, but you may need to put in some coding in the LSMW as well. Several of my projects we have always used LSMW.
    The fields in IT 0008 are shown in tabular form, but in the back end they are stored as LGA01, LGA02 etc.
    Dpedning onyour country, the employees may have anywhere between 1 and 10 wagetypes in It 0008, it is very very unusual to have more than 10 wagetypes in It 0008,
    So your data collection template will have ten columns for the wagetypes, and the first column will get loaded in LGA01 and second in LGA02 and so forth.
    this is just a a high level idea, the spreadsheet will become more complex if some of the wagetypes are amounts and others are unmbers/units. also if there are diffent set of wagetypes for different employee groups.

Maybe you are looking for

  • Error while creating delivery docuemnt

    Hello Friends, I have scenario of scrap sale, i have created metal sheets as a scrap material & created a sales order now while creating delivery with VL01N i am getting following error: Copying is not poss.because an entry is missing in Table TVCPL:

  • Ed a good photo package,not expensive

    need a good photo package not too expensive,suggestion please.also need to order on same.

  • Adapter Engine Queue

    Hi. I got yhe following error in default trace. ========== Could not get next EOIO QueueMessage from MessageStore. Reason: com.sap.aii.af.ra.ms.api.MessagingException: Error retrieving message from database store. Reason: Could not create Message. Re

  • Can we rename the existing z-program in SAP-abap

    Can we rename the existing z-program in SAP-abap. If yes, than how it can be done. But actually we don't want to copy the code from the existing z-program to the new one which will be created. We just want to make rename the existing z-program in SAP

  • Leopard - the good and bad

    My reviews so far: The good - • Finder is amazing - awesome way to see files without the need to launch apps • Icons look great (the actual image) • printing is a amazing now - the features and how to handle the files • new dock looks cool and the ne