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

Similar Messages

  • 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

  • When idoc failes for inbound sales orders then how to trigger a mail notifi

    Hi All,
    When idoc failes for inbound sales orders in SAP then i would like to send an email notificaiton to particular user id. Could you please let me know the settings for this requirement.
    Thanks in advance..

    Closing thread as there are no replies

  • 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.

  • 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.

  • 1 request Idocs created for message type MATMAS

    Hi Experts
    I have done necessary config.
    I have attempted BD10 and BD11.
    I have got message that "1 request Idocs created for message type MATMAS"
    But iam unable to find the material in target system.
    Please suggest what need to be done.
    regards
    ramSiva

    Marias,
    And in PI, after having changed the password (why not), have you unlock this user account ? in SU01 of PI, you have a lock button.
    if you did it, and changed also the password, as explained, you have perhaps another (or several) program like a RFC destination which uses another password, and so after some exchanges... with a bad/old password, you have your message "too many...", and then the user is again locked...
    If you change the password in PI, you should change it in all application which uses this user. I hope you have not the same user from ECC to PI, than from a third-party to PI...
    that's why: the use of such technical users have to be referenced in a doc. By this way, if password has to modifiy, we know where we have to update it (mainly in different RFC destination).
    Mickael
    Edited by: Mickael Huchet on Dec 5, 2011 5:33 PM

  • 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

  • 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

  • IDOC reduction for MSG type MATMAS

    HI all,
                       i have a requirement where clients need only some standard segments and some particulars staructure.We are using MATMAS as a message type and MATMAS05 as a basic type.Basically it leads us for IDOC reduction. Can someone pls help me out for getting this requirement.
    Rgds,
    Raghav
    Edited by: raghav on Jun 9, 2009 12:28 PM

    Hi,
    Launch the BD53 transaction (IDoc Reduction Maintenance: Initial Screen). In the Reduced message type field, type the value ZVISTAPM_REDUCED, then press the Create button. In the popup window which appears, type in the Message type reference field the value MATMAS.
    Validate.
    In the next popup window, type a short description for the new reduced message type.
    Validate.
    In the following window, select the segments and the fields needed for the new reduced message type.
    Save.
    KR Jaideep,

  • Idoc generation for message types

    Hi All,
    regarding IDOC generation....
    how do we activate the message type so that every time the application data which is created or changed or deleted generates the idoc and send it to other system. If iam not using Chnage pointers technique then i would not be activating the message type in BD50. In such  case ie if the message type is not present in BD50 list and if change pointers is not used to transfer that message type . How do we genrate the idoc for such message types.
    Thanks
    Avinash

    Hi,
    For ur scenario u need to go for change pointers method only.U have other options like distributing master data and transactional data..But i don't think anything otherthan change pointers is useful.
    Regards,
    Nagaraj

  • IDOC Exit for Basic Type  PORDCR101

    I had extended the idoc type PORDCR101( Create Purchase Order ) and added the new segment under E1BPMEPOITEM .
    Now i want to find the exit which will help me in populating the added segment fields when the IDOC is posted .
    Any sort of help is appreciated .
    Regards,
    Praveen.

    Hello,
    The message PORDCR will use FM IDOC_INPUT_PORDCR and further processing is done using a BAPI: BAPI_PO_CREATE.
    Enhancement SAPLMEWP deals with the Exits related to the BAPI.
    Hope the above point helps you.
    Best Regards, Murugesh AS

  • Duplicate IDOC created for basic type PEXR2002

    Hi,
    We are using PEXR2002 idoc for some document postings in FI. For a segment EIEDP02, when trying to write a BELNR field value which exceeds its size of CHAR 35. Its creating a duplicate segment with same key value. Because of this, the idoc not getting created and ends up in error.
    Could you please anyone help me in this regard?
    Thanks and Regards,
    Vimala P

    Hi,
    In our process, the EIEDP02-BELNR value is actually filled with document text field value which is of length more than 35. What is happening right now is, if the length of document text having more than 35 characters and then with first 35 character of BELNR value one segment is created. And it again create one more segment EIEDP02 with BELNR value having the rest of the fields value(>35 characters). Thus creates duplicate segments which results in IDOC creation failure
    Thanks and Regards,
    Vimala P

  • Problem LSMW + IDOC method for message type : MATMAS

    hi friends,
      I am using LSMW + IDOC method Message : MATMAS , idoc type : MATMAS03 .Setting every thing are fine. Finally Material is not created with error "message have been issued number : <idoc number>".
    data : material, industry type, material type, description, Basic unit of mesure.
    Please  help me.
    Balaji.T.

    Hi,
    I have nothing found regarding your issue. But maybe a look at SAP note 638058 will give you a hint.
    Regards,
    Klaus

  • 0 idocs generated for msg type cosmas

    Hi everyone..
    please help out with this idoc issue
    I'm trying to send data with msg type COSMAS from 800 to 810 using BD16 as follows:
    it just says 0 idocs generated.
    I have again gone back and checked my customizations but can't figure it out.
    the steps i have done are:
    create and assign logical systems
    open rfc connections from both c800 and c810
    create model view and assign msg type in bd64 in c800.
    create partner profiles in both c800 and c810.
    open port from c800 .. .DO i have to open a port from c810 as well??
    Some doubts I have :
    do i have to do :
    "Generate the partner profiles by selecting the navigation path from the main menu, Environment --> Generate Partner profiles"
    from BD64 after i create the model view and add msg type COSMAS.
    regards,
    allwyn

    HI
    no, i have not done anything relating to bd64 in c810 ..that wasn't mentioned in the notes I am following .. Do I have to repeat the same steps like I did in c800?

Maybe you are looking for

  • Create return with reference to original sales order - partners

    Hi all I'm using the function SD_SALESDOCUMENT_CREATE to create a return order with reference to the original sales order. (Partially return works fine too). All the informationen from the original sales order (including partners). I'm reading with t

  • How to put windows 7 on mac using bootcamp?

    i have a 2010 macbook air and an imac, i dont mind which windows 7 is on. i have a 4 gb usb, 4.7 gb disks and a downloaded (its not from microsoft) copy of windows 7.iso. macbook air has about 25gb of space left and imac over 3000gb. i need to know h

  • Restrict Yield to be confirmed should not less then operation GR quantity.

    Dear Sap Gurus, I have an issue. I want to restrict Yield to confirm quantity should not be more or less then operation GR quantity. I am doing production order confirmation through Co11. How can i restrict it ? or please guide user exit for that. Re

  • Install SQL server using powershell

    Hi Team, Greetings!!! I want to install SQL server using powershell. Please guide me how can I install SQL server using powershell. I am trying to install using the command :  " Invoke-Item SQLIPAK /AS /QFE:11.0.3393 //SQLADMIN:REDMOND\PSITADM /CLEAN

  • Working of HXT: Rollup Batch Hours

    Hi Experts, In OTL, one element entry is created per day. E.g. if I enter 8 hours per day from 1st Apr to 5th Apr, 5 element entries get created. To avoid this i believe there is a profile option HXT: Rollup Batch Hours. If this profile option is set