A problem in hr tcode pa30

hello experts,
I am facing the problem with tcode that is pa30,when the user are entering the data in tcode pa30 screen and saving the data ,it is thrwing the error messsaga
"ENTRY OUTBOUND TABLE NOT FOUND " please give me the solution for this error message
and it is very urgent please give it as early as possible.
ragards
RAHUL+

Hi Rahul,
Although I have never experienced this sort of an error, a solution always lies in tracing the error message into the ABAP code using a where used. For the error message popping up, ask an ABAPer to read the message ID and number and from SE91 search for the point where the error message is raised. Most messages in HCM module though cannot be traced through where used since they are called dynamically. Hence ask the ABAPer to put a watchpoint on the message ID and/or message number (SY-MSGNO) and then check the table entry which is being validated and subsequently failing. IF this also fails, look up service.sap.com with the message number and ID for help notes.
Also, please check and ensure no IDocs are being triggered in user exit processing from the infotype update(s), the error message seems to be somewhat related to partner profiles not having been maintained for an IDoc processing.
Hope this helps somewhat.
Regards,
Aditya
Message was edited by:
        Aditya Laud

Similar Messages

  • Getting Error While inserting a record in table PDSNR through Tcode PA30

    Hi Experts,
    Im doing a transaction in  TCode PA30 by entering a pernr and infty as 14 and wage type.
    My need is when im entering a particular wage type in PA30 with infotype 14 , for that particular wage type and infotype i need to assign a different cost centre. This requirement was doing now manually by changing the cost centre form EDIT - > Maintain Cost Assignment.
    But my Client Needs to do it automatically. by comparing the wage type and infotype the cost centre needs to get automatically updated.
    So i use the Enhancement EXIT_SAPFP50M_002 * INCLUDE ZXPADU02.* and wrote coding like below
    CASE innnn-infty.
    To check whether the record belong to pa0014
    If so,check the wage type for the updation
    If so update the values of cost center assignments in the table assob and asshe
    when '0014'.
    if innnn-subty eq '2211'.
    Select the last updated sequence number in the table pdsnr
    if sy-ucomm eq 'UPD' or sy-ucomm eq 'INS'.
    select single * from pa0001 into wa_0001 where pernr eq INNNN-pernr and
                                                   endda eq '99991231'.
      if sy-subrc = 0.
    call function 'ENQUEUE_EPPRELE'
    EXPORTING
       MODE_PREL            = 'E'
       MANDT                = SY-MANDT
       PERNR                = INNNN-pernr
       INFTY                = INNNN-INFTY
       SUBTY                = INNNN-SUBTY
    EXCEPTIONS
       FOREIGN_LOCK         = 1
       SYSTEM_FAILURE       = 2
       OTHERS               = 3
    if sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    endif.
    CLEAR : lv_pdsnr.
    select MAX( pdsnr ) from pdsnr into lv_pdsnr.
    lv_pdsnr = lv_pdsnr + 1.
        ls_assob-pdsnr = lv_pdsnr.
        ls_assob-pernr = INNNN-pernr.
        ls_assob-bukrs = wa_0001-bukrs. "'1001'.
        ls_assob-gsber = wa_0001-gsber. "'0001'.
        ls_assob-kokrs = wa_0001-kokrs. "'1000'.
        ls_assob-kostl = '1-1361'.
        ls_asshr-pdsnr = lv_pdsnr.
        ls_asshr-pernr = INNNN-pernr.
        ls_asshr-infty = innnn-infty.
        ls_asshr-subty = innnn-subty.
        ls_asshr-begda = sy-datum.
        ls_asshr-endda = '99991231'.
        ls_PDSNR-pdsnr = lv_pdsnr.
        ls_PDSNR-PDGRP = '5B'.
    insert into pdsnr values ls_pdsnr.
    insert into asshr values ls_asshr.
    insert into assob VALUES ls_assob.
    call function 'DEQUEUE_EPPRELE'
    EXPORTING
       MODE_PREL       = 'E'
       MANDT           = SY-MANDT
       PERNR           = INNNN-pernr
       INFTY           = INNNN-INFTY
       SUBTY           = INNNN-SUBTY.
        ENDIF.
    ENDIF.
    ENDIF.
    COMMIT WORK.
    ENDCASE.
    This is to update the three tables PDSNR, ASSOB,ASSHR.
    Its getting Updated correctly, But when i goto EDIT - > Maintain Cost Assignment to do some changes and while saving the data i get the following Error Message :
    You Cannot insert data in table : PDSNR.
    Message no. P2715
    Can Anyone please suggest me how to solve this issue.
    Thanks,
    Vijayan.R

    Hi. Were you able to fix the error?

  • Reg:where will the comments in tcode pa30 maintained

    Hi All,
    I have a requirement where I need to get the comments maintained for the info type 0019 in the tcode pa30.
    I have placed the cursor on the field and pressed F1 help to see the table in which these comments are stored.But these comments are maintained in the structure RP50M and the field  name associated is TEXT1.
    Could you please let me know in which table will these comments be stored.
    Regards,
    Kishore

    Hi Krishna,
    I agree with the Mark Ande's answer.
    Here is the code to get the text.
    tables: pcl1, pcl2.
    include rpppxd00.
    include rpppxd10.
    include rpppxm00.
    DATA: BEGIN OF ptext OCCURS 200.
    DATA:  line(78).
    DATA: END OF ptext.
    DATA: tx-key LIKE pskey.
    DATA: BEGIN OF text-version,
            nummer TYPE x VALUE '02',
          END OF text-version.
    start-of-selection.
    CLEAR: text-version,
                 ptext,
                 tx-key.
          REFRESH ptext.
          tx-key-pernr = p0019-pernr.
          tx-key-infty = '0019'.
          tx-key-subty = p0019-subty.
          tx-key-objps = p0019-objps.
          tx-key-sprps = p0019-sprps.
          tx-key-endda = p0019-endda.
          tx-key-begda = p0019-begda.
          tx-key-seqnr = p0019-seqnr.
          IMPORT text-version
                 ptext
                 FROM DATABASE pcl1(tx)
                 ID tx-key.
         loop at ptext.
          write:/ ptext-line.
         endloop.

  • Problem During maintaining Infotype 8 in tcode PA30

    hi all,
    i have different PS group for employees like OFFICER and EXECUTIVE and when i m creating the IT 8 then i select group as OFFICER and then it pics the wage type '1001', '1004', '1013' and '1016' automaticaly but problem is that when i select group as EXECUTIVE then it pics nothing automatically.
    can anyone please tell me what is the prob and how can i remove it?
    Regards.

    in PSG  and PSL
    thre is mismatch of Groupings Check with Archanas response once
    Check the Groupings of ur PSG  PSL and ur allowance Grouping

  • Problem in executing TCode IFCU

    Hi Experts,
    i am facing a problem in TCode IFCU,
    i've done all required customization for the same,after entering a value on IFCU screen,
    when i give save option, system flashed below mwntioned mesaage,
    please suggest the solution,
    Unit of measure L is not convertible to stockkeeping unit EA
    Message no. M7026
    Diagnosis
    An error has occurred during conversion of the quantity into the various units of measure ( stockkeeping unit/alternative units).
    System Response
    The system cannot post the document.
    Procedure
    Contact your system administrator.
    Thanks and Regards
    Pravin

    Hi,
    yes sir problem was there in setting , Assign Auxiliary Materials and Consumables,for other material check was put in default check box was ticked for which UOM was EA,
    but now other error message apperas as mentioned below,
    Fld selectn for mvmt type 261 / acct 400050 differs for Cost center (010)
    Message no. M7093
    Diagnosis
    Comparison of the field selection strings from movement type 261 and G/L account 400050 has revealed that there is an incompatible field selection combination at one or more points.
    Field for which the field selection is different: Cost center
    Example
    On the movement type screen, a given field is a mandatory-entry field, whereas on the G/L account screen, the same field is suppressed.
    System Response
    You cannot post this transaction, unless you have changed the field selection adequately.
    Procedure
    Contact your system administrator.
    Action to be taken by the system administrator
    Check whether any postings resulting from this movement type are to be made to the G/L account determined automatically. If you find that the G/L account is not correct, check the automatic account determination in the Customizing system for valuation.
    Proceed
    If the G/L account is correct, use the report RM07CUFA to compare the field selection for the movement type with the field selection for the G/L account and change the incorrect settings or the field status group of the G/L account.
    Proceed
    Best Regards

  • Problem with KP06 Tcode

    Dear ALL,
    I Have one problem, that is when i Goto KP06 Tcode, it will give me information message "Fund Accounting active: Layout 1-101 is unsuitable" . Becase of this i am not able to enter planned values. please let me know how to solve this problem.
    Regards
    Manohar

    Hi,
    You seems to have activated funds management in your company.
    Change your planner profile by using T code KP04.
    Change it from SAPALL to SAPFUND. This may help you. Revert the result.
    Regards,
    Jagadeesh S

  • Problem in SPROXY tcode

    Hi Forum,
    When i execute tcode SPROXY in a R/3 system, maintained as Business system in XI, it prompts for user name and password,
    can u pls tell me why this happens....
    I have maintained all required RFC destination in the R/3....

    Hi,
    I have come across the same problem.. Where username and password was maintained properly.. But, the RFC was not present in R/3 itself....somehow it was got deleted.. So, plz ask the basis to check that also..
    Regards.

  • Enhancing Tcode PA30

    Hi all
    Can I add a custom field in PA30 tcode to capture some information in that custom field.
    Urgent please...
    Thanks in advance
    Sonali

    try/check this
    http://www.sapdevelopment.co.uk/enhance/uexits/uexits_imp.htm
    Regards
    Prabhu

  • Slow response for HR tcodes PA30/PA20 - impact of Context Solution?

    We just implemented the Context Solution for Structural Authorization in our production environment. Through out our testing phase we were aware of somewhat slower performance with the context solution that without it.
    However in production we came across a user who needs 30-45 minutes just to get to the PA30 initial screen. As far as I have seen CSSA only impacts data retrieval times and not simply opening the transaction. So we are surprised at this behaviour. She can however run HR reports without any such issues.
    Its not a problem with the GUI version for the user as she gets the same error from a different PC as well. The only thing that we could find about this user is that she had access to a huge amount of HR data/objects. Does the context solution have a hard limit on the number of HR objects that a person can have access to?
    I would appreciate any ideas!!!............Regards.

    Hi everyone,
    Sorry for not updating this thread for so long. I was aware of and using the RHBAUS00 and RHBAUS02 reports while posting. Somehow the performance was still very slow while using those reports.
    The issue turned out to be related to custom coding for HRBAS00_GET_PROFL where we were not getting rid of duplicate profile values. Now, after a coding change the situation has improved a lot.
    I am closing the thread. Thanks to everyone who took the time to comment!

  • How to modify authorization check for tcode pa30

    Hi all,
    To execute pa30 tcode the auth object p_orgin is required.
    The auth object p_orgin contains the following fields:
    AUTHC Authorization level
    INFTY Infotype
    PERSA Personnel Area
    PERSG Employee Group
    PERSK Employee Subgroup
    SUBTY Subtype
    VDSK1 Organizational Key
    Our requirement is to add another field to the above object ie P_ORGIN
    BTRTL Personnel Subarea, so that the restriction can be imposed on sub area basis without writing an additional z report or adding a z table.
    I have added the same to P_ORGIN via su24 but the it is not working.
    Pl guide if it is possible to do so and how.
    Thanks in advance.
    Regards

    Hi Manas,
    Not possible as of now  though it is an intutive idea from your side )
    This is because when introducing authority check using function modules Authority_Check a lot of times you would also give the value that should be present in user profile in order to validate the check .Now I dont think even with present levels of AI it is possible to do that because no system will be able to dynamically guage what exactly is in the mind of the user.
    And additionally P_ORIGIN will be actually used in several reports where requirements will be different!!
    Regards.
    Ruchit.

  • Income tax rule 2014-15:issue in Loan Interest Limit in infotype 584 for tcode-pa30

    Currently when we are using existed limit which is 1,50000 for income from other sources. it is displaying in pay slip.in any other income colum as  Deds S24
    (104692.00 -)
    pa30-infotype-584 –limit-150000
    As per new tax rules for year 2014-15,we have implemented Changes for Interest on Loan limit.
    View-V_T511P.
    After making entries in this view for current income tax rules:limit exceed 200000. LNS05 we created this new entry.
    And changes also made here.
    Pa30-infotype-584-limit exceed-200000.
    After doing this entry.it is not showing in payslip.in any other income colum.its blank now.
    please suggest.

    Sandhya Kodepudi replied (in response to Priya Gupta) 10 minutes ago
    Hi Priya ,
    Section 24 deduction works perfectly for me . Its clearly stated in the budget note released to get your system upgraded to N-1 patch level.
    We are currently working on SAP 604 sp76(upgraded from 64-76) , and EA-HR patches updated to 55..
    Please ask your basis consultant to check the levels and upgrade accordingly .
    The manual changes given in the budget note are working correctly.
    regards
    sandhya

  • How to add a field in standard tcode pa30 with info type 21.

    Hi Experts
    I need to add a field Child Allowance Entitlement in PA30 transaction where infotype is 21, this field is available in table P0021 but which is not active in standard transaction.
    I just check in SPRO Settings - > Personnel Management - > Personnel Administration -> Customizing user Interface -> Change screen modificaion -> in that i gave the module pool number as mp002100 and screen number as 2000. the field is not shown there. but in alternative screen 2005 that field is available how can i display that field in the standard transaction pa30 with infotype 21.
    Can anyone please suggest me to display the field in the standard transaction.
    Regards,
    Vijayan.R

    Hi Vijayan,
    to modify the infotype screen for your purposes, you have to maintain feature P0021 as mentioned above, in order to obtain your screen modifier.
    Usually this modifier is equal to your corresponding MOLGA.
    This modifier is then used in V_T588M, when you can assign alternate screen modification to your modifier.
    Let`s say :
    Modifier 06 - France -    Screen 2000
    Modifier 01 - Germany - Screen 2000 with some hidden fields.
    I hope it helps
    Best regards
    Ondrej
    Edited by: Ondrej Smutny on Aug 15, 2011 10:38 PM

  • Problem with Custom Tcode.

    Hi,
    I have a report and when I run it it is working fine and I gave a Tcode to it. Now when I give the Tcode in the Trasaction code window and execute it, it is going to the selection screen properly, but after giving the input values and executing it is going to the SAP Easy Access screen.
    When I run the report with out Tcode from SE38 it is working fine,
    Can you please help me why it is happening.
    Thanks,
    Neelu.

    Hi,
    I executed the Tcode then selection screen came and I gave the input vaules and /h for debugging and executed to debug, but it is directly going to SAP Easy Access Screen. I am not able to debug from Tcode. From SE38 report is working fine.
    Thanks,
    Neelu.

  • Problem on RSA1 Tcode

    Hi BW Guru's
      Last week my client inistall BW 3.5 server  and they give me 120 as client no and IP adress .
    today i enter the server with my user id and password with 120 client.
    i enter Tcode RSA1 screen it display the messeage "  u can work on client 000 ".
    remaning all Tcode are working .
    can i know the reason .......
    how can i slove the this issue.
    it is very urgent.
                                                Thank u
                                                  PSR

    Hi ,
    i solve the issue...
    thanks for fast responce...
    now i am open RSA1 .
    tell me any other settings needed in starting satge of BW project.
    tmrw on wards i will start the work .
    now my work is activate all BCT cube's and laod data from r/3 to bw.
    so for these work any other settings is needed..
    waiting for good answers..
                                                     Thank u
                                                       PSR

  • Problem in VA02 tcode

    hello Experts,
    when VA02 is changed , after saving the order, displaying the following error
    Product 10030A1H1 is in order-stop from 2008/08/01 to 2009/02/28 in the plant GB12.
    kindly suggest whats the problem .
    Thanks and regards,
    sainath

    Hi:
    The product is not active so after doing the changes, it does not get stock transfer, hence it shows the error as you mentioned.
    Regards
    Shashi

Maybe you are looking for

  • How to delete the duplicated songs at the same time also from the source , hd

    i have lots of song twice or tripple in the song list. the main reason is i have them also in the source hd dupplicated. It is not easy to find the dupplicated songs in the hard disc, they are in different files with different names but same songs .

  • My non iphone user friend is not getting my messages

    My friend is not receiving my imessages. My Imessage ballon on my macbook air is not opening.

  • Free, non-commercial java web site

    Free, non-commercial java web site I am creating a free, non-commercial web site http://www.myjavaserver.com/~hasstar the purpose of this site is to display every thing (tips, tutorials, links, code, examples) I can and I know in java and also some o

  • Handling Multiple web items

    Hi, How do i code multiple web items for: a) Web printing - i've referred to the HOW TO GUIDE.. however it shows illustration of a single table item. I have multiple web items including graphs/chart that I would like to print. Also some columns are n

  • Unable to get sound from earphone Jack HP G60 348 CA

    I have an HP G60 348 CA, Originaly Vista , upgraded to Windows 7- 64 bit. Even when I plug in earphones or speakers in jack sound only comes out on the notebook speakers. Is this more likely a hardware problem or a software problem. Used to work fine