Error in Transcation PT 60

HI Techies,
When iam trying to run the transcation PT60 (time evaluation) iam getting the error " NO ENTRY IN THE TABLE T001P FOR KEY,PERSON REJECTED"  i debugged the corresponding  report also,buit still unable to find out the same,as this is most important to me any one pls have look at this one and give me a valuable solution, thanks in advance.

Can you check the Link may you will get some idea
http://sap.ittoolbox.com/groups/technical-functional/sap-hr/error-when-run-pt60-2134515?cv=expanded
Kanagaraja L

Similar Messages

  • Error in Transcation Variants

    Hello Excerpts
    i am trying  to create  Transcation Variant for the Co02 ( ProductionOrder Change ) Through Tcode SHD0
    but i unable to assign the package to it . that it is triggerring the below error .Kindly Provide solution for this .
    "Object can only be created in SAP package"
    Anand Kumar

    Hi Anand,
    As said by Mr. Brahmankar , create it by placing Z as first character in new Transaction Variant.
    For Example ZCO01.
    Regards,
    Dhaval

  • Run time error during transcation execution in ECC 6.0

    Dear All,
    Working on ECC 6.0; Activated the Business Function, and  any transaction that is run, we face the Run time error as follows:
    Category : Internal Kernal Error
    Runtime Errors : DDIC_TYPE_INCONSISTENCY

    from OSS Note 1049251 - Activate Enterprise Extensions in the switch framework
    2. Prerequisite for activation
    Unable to deactivate
               Before you activate Enterprise Extensions, note it is not possible to deactivate these extensions. Furthermore, not every Enterprise Extension is compatible with every Industry Extension. If you have activated an industry solution (known as a "Business Function Set") in your system, refer to the notes on how to activate the industry to find out if there are any restrictions regarding specific Enterprise Extensions.

  • Error in A/P creditmemo

    Dear Al
    l
    Error 1:
    In SAP Business one 2007B PL15 an error occur while creating A/P creditmemo for excisable invoice
    Error:Unbalanced transcation
    We have check entry withou doing frieght and with frieght in both cases this error is coming.
    Error 2:
    While creating inventory transfer for a excisable item to non excisable warehouse a customer is selectied and inventory transfer is created.Now in case of exicesable item transfers an outgoing invoice has to be generated to warehouse here while adding the document an error is occur:The connected value was not found in contact person table.
    Regards
    M Auditya

    Hi
    For Error 1:
    There may be few reasons for unbalanced transactions,
    Check Decimal Places for Amounts in Display tab of general settings
    Application error - after upgrade to latest patch it may solve
    Adjusting decimal places of tax amounts / document total may solve problem.
    There are quite a few Notes related Unbalanced Transactions"
    Please check SAP Note 1226090, 1002421, 1298307,548996, 1259659, 1254626, 1335521 to see if any of them similar with your case.
    Use this link http://www.service.sap.com/notes,Enter S-user id & password to access link,
    Enter notes number in field Number,Click >>
    Giri

  • What is the Difference Between these IF statements

    Hello
    Can someone tell me the difference between these two IF statements.
    -- IF STATEMENT 1--
    IF v_transcode not in ('A','C','D') THEN
    raise_application_error (-20000, 'Error Invalid Transcation Code');
    END IF;
    -- IF STATEMENT 2 --
    IF v_transcode <> 'A' AND v_transcode <> 'C' AND v_transcode <> 'D' THEN          
    raise_application_error (-20000, 'Error Invalid Transcation Code');
    END IF;
    Thanks

    Your if condition wherein you do
    v_transcode <> 'A' and v_transcode <> 'C' and v_transcode <> 'D'.
    I would think this is more better in terms of performance, because if the first clause (v_transcode <> 'A') fails nothing else needs to be evaluated, and it can skip the if condition there itself,
    but in case of
    v_transcode not in ('A', 'C','D'),
    it has to scan through the entire list.
    On the other side, if you have just 2 or 3 values to compare this makes sense, otherwise we may have to use the in operator.
    --Bhargavi                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • PRT Error when accessing SAP Transcation

    Hello Everyone..
    I have an SAP transcation which is accesed from Portal through ITS. I am getting Portal Runtime error when i try accessing the transcation with exception id: date:time-stamp_XXXXX.
    The strange thing is only I am having this problem. Others are able to access it without any problem. when i checked the log files this is what i could find.
    Error in sap application integrator occured. Exception occured in layer transcation/Webgui connection ITS XXX layer.
    Also this problem started all of a sudden. Before I was able to access the same.
    Please share your thoughts on this issue.
    Best Regards
    Hussain.

    Hi All,
    I tired the options suggested but noting is working out.Pls find the detailed descrption of the log...
    com.sap.portal.prt.runtime#sap.com/irj#com.sap.portal.prt.runtime###0#0#Error##Java###
    [EXCEPTION]
    #1#com.sapportals.portal.prt.runtime.PortalRuntimeException: Exception in SAP Application Integrator occured: Exception occured in layer Transaction/WebGuiConnectionITS620Layer
         at com.sapportals.portal.appintegrator.AbstractIntegratorComponent.doContentPass(AbstractIntegratorComponent.java:123)
         at com.sapportals.portal.appintegrator.AbstractIntegratorComponent.doContent(AbstractIntegratorComponent.java:98)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
         at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:215)
         at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:645)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
         at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:753)
         at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:240)
         at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:524)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:407)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:156)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:387)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:365)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:944)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:266)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    So Kindly share your thoughts on this issue.
    Regards
    Hussain.

  • Error messages from Error Log using using CJ40 transcation

    Hi All,
    when i was doing call transcation for CJ40 transcation. on the screen while check syntactical error check there were some errors below.
        Total plan value less than cumulative plan value
        - l2:              2,900.00 <            8,900.00  (AUD)
        - l3:              2,900.00 <            8,900.00  (AUD)
    The Call transaction on CJ40 results in a generic error message in the error table.
    Errors found --> Access the error log
    Need a way to retrieve the error message from the Error Log,
    Thanks,
    Nelson Karunakar

    Hi Nelson Karunakar,
    When we are loading cost plan for particular project which contains multiple WBS elements,
    First we need to enter the cost plant for LEVEL 1 WBS element ( which is nothing but same name as parent project) and save then only we can enter the cost plant for remaining WBS elements for that particulr Parent project.
    If you load the cost plan for LEVEL 1 WBS Elemts first and save it an then enter the values for remaining WBS elements you never get that error message again.
    Thanks,
    Sriram.

  • The row was not found at the Subscriber error keeps popup and stopped synchronization even after inserting missing record at subscriber - transcational replication.

    The row was not found at the Subscriber error keeps popup and stopped synchronization even after inserting missing record at subscriber - transcational replication.
    first error throws: Grab exact sequence number, find row and inserted at subscriber...
    Start synchronizing, ran fine for a while, stopped again with error with different exact sequence number, repeat again same as step 1.......
    how can we stop this and make it run without this error?
    Please advise!!!

    Hi,
    This means that your database is out of sync. You can use the continue on data consistency error profile to skip errors. However, Microsoft recommends that you use -SkipErrors parameter cautiously and only when you have a good understanding of the following:
    What the error indicates.
    Why the error occurs.
    Why it is better to skip the error instead of solving it.
    If you do not know the answers to these items, inappropriate use of the
    -SkipErrors parameter may cause data inconsistency between the Publisher and Subscriber. This article describes some problems that can occur when you incorrectly use the
    -SkipErrors parameter.
    Use the "-SkipErrors" parameter in Distribution Agent cautiously
    http://support.microsoft.com/kb/327817/en-us
    Here are two similar threads you may refer to:
    http://social.technet.microsoft.com/Forums/en-US/af531f69-6caf-4dd7-af74-fd6ebe7418da/sqlserver-replication-error-the-row-was-not-found-at-the-subscriber-when-applying-the-replicated
    http://social.technet.microsoft.com/Forums/en-US/f48c2592-bad7-44ea-bc6d-7eb99b2348a1/the-row-was-not-found-at-the-subscriber-when-applying-the-replicated-command
    Thanks.
    Tracy Cai
    TechNet Community Support

  • Error while pushing / running broken transcation in EM 9i

    Hi there, would appreciate if anyone can help me on this:
    Error message:
    Statement: -------------------------
    BEGIN
    ?:= DBMS_DEER_SYS.PUSH(
    DESTINATION=>'OKL',
    PARALLELISM=>0,
    DELAY_SECONDS=>0,
    STOP_ON_ERROR=> FALSE);
    END;
    Stack Trace:---------
    ORA-23324: error ORA-02055: dustruvyted yodate ioeratuib fauked; rollback required
    ORA-02068: following sever error from OKL
    ORA-03113: end-of-file on communication channel, while creating deferror entry at "Okl" WITH ERROR-2055
    ORA-06512: at "SYS.DBMS_DEFER_SYS",line 1716
    ORA-06512: at "SYS.DBMS_DEFER_SYS", line 1804
    ORA-06512: at line 2
    above is the error msg i received when i press for pushing on the broken transaction.
    Please help!!!!
    Many thanks..

    We had an exactly the same problems.
    I fixed it by recreating the primary keys of the tables to replicate . .

  • Transcation code for seeing error dump in BSP

    Hi,
    I want to know T code for seeing  error dump in BSP and also about few function modules related to
    CRM_ORDER_READ and thier purpose.
    Thanks,
    Brahmaji

    HI,
    Dumps you can see through ST22 as in ABAP.
    CRM_ORDER_READ  belongs to the function group CRM_ORDER_API.
    In SE80, under this function group you have list of several function modules.
    Br,
    SS

  • Transcation code for error messages

    hi all,
    what is the transaction code for getting the system error messages?And how can I create my own error messages?
    for eg: in a program, i want to show an error message to the user when the data is not showing up properly.
    thnx,

    Hi Sey Ni,
    <i>what is the transaction code for getting the system error messages?</i>
    Transaction code :- St22 
    For Short dumps and system errors
    <i>And how can I create my own error messages?</i>
    Transaction code :- Se91
    To check ny Existing 1 :-
    Message class - XS 
    Message Number - 001
    To create ur Own
    Create a Message Class ex:- Zmsg , click on Message tab
    here u can give message in front of number assigned say 001.
    check the following link:-
    http://help.sap.com/saphelp_erp2005/helpdata/en/d1/801b3e454211d189710000e8322d00/frameset.htm
    U can call this message in ur ABAP program as under:-
    if sy-subrc = 0.
    MESSAGE <b>E</b>001(<b>zmsg</b>)."
    endif.
    E - Error message.  I - Information message.   S - Sucess message...
    001 - Msg. Number.
    Zmsg - Message Class.
    Press F1 for more help on message.
    Regards
    Sachin Dhingra

  • Skipping errors in call transcation

    hi all ,
             please help me to find out how i can skip errors in call trnacastion method and take next data ignoring this data if msg type is 'E' . my prob is if the msg type is E it wont get skipped
    and wont take next data and wont give error logs

    while running BDC using Call transaction method use structure type BDCMSGCOLL and collect the message in that structure
    Put the condition the Message Type is 'E'
    Skip the record and continue.
    Or else if you know which record will get error hard code that record to skip.

  • Error While deleting the Profit Center

    Hi I am getting the below error while  deleting the Profit center. Please help me how to fix this issue...
    Profit center Scenario was activated in New GL Accounting
    what configurations do i need to change to fix this error? Kindly advise me..
    Thanks
    Kishore

    Dear,
    while deleting  the profit center we have to requrie follow the steps
    1) OBR1 - Reset Transaction data
    2)OBR2 - Reset the master data
    3)OKKS - Set Controlling Area
    4)OKC3 - Delete Transcation Data
    5) KL14 - Delete Activity Types
    6)OKE5 - Profit center De - Active
    7)OKE1 - Profit center Transcation data delete
    8)OKE2 - profit center delete
    if if you follow above steps easily we can make the delete the profitcenter and we donot have to activate profitcenter
    i hope solve you r problem
    With regards /G chandu

  • RFC connection Error While run BEx Report

    Hi All
    I got BI 7.0 and create new user with roles only access: TR: RRMX to see only BEx Reporting... I create basically new customize role and put only one transcation code RRMX and assigned to user...
    When goto BEx designer I got that error
    rfc error received user has no rfc authorization for function group syst.
    I am not sure what kind of authrouzation user need to only view BEx Reporting...
    But when I put SAP_ALL in that profile same user, thats works fine, but I don't want to give SAP_ALL to user...
    2nd question same look like BEx Analyzer the side bar when I click open nothing happend and it writedown like German language..
    Please advised

    Hi Alls
    I am Angeline again, I resolved that problem and want to shair with you guys....
    1.     Tr: PFCG and click on Maintain roles
    2.     Role Name: Z_RUN_QUERIES
    3.     Click on Authorization Tab Saved Entry
    4.     In Edit mode Select the template: S_RS_RREPU and adopt reference (Business Content)
    5.     Expand u2018Business Explorer u2013 Componentsu2019
    6.     Selected: u201CType of a reporting component Calculated key figure, query restricted
    7.     key figure u2013 template structure and click on Edit
    8.     Un-Check REP Query
    9.     Generate the Profile
    10.     Create Transport number
    11.     click on user TAB and define user name in it
    12.     click User compare and complete compare and saved the entry
    13.     TR: SU01 in User click on Roles and define Z_RUN_QUERIES and profile
    Thanks

  • Change Error Message to Warning Message in GL account

    Hi Experts,
                      I want to Change Error Message to Warning Message In the GL Account - FH142.
    What is the Transcation Code for this.

    Hi,
    Go to transaction code OBMSG and give application area as FH and create new condition for the message 142.
    SAP will support such kind of changes.
    Regards,
    Sankar

Maybe you are looking for

  • Restore E-Mails without com.apple.mail.plist

    Hello - Somehow my Mac crashed and my com.apple.mail.plist is empty - and if I open Mail it asked me to create an account. (like first time starting). I have a backup of all my emails ~/Mail folder but i dont have a backup of the com.apple.mail.plist

  • Can macbook pro 15 in i7 2.2 GHz support 16GB ram

    Can macbook pro 15 inch i7 2.2 GHz support 16GB ram?

  • Can't turn off airplay on my ipad?

    I've never used airplay, although others in my house do, hence there being airplay devices which I can connect to. Anyhow, here or for times a day, my iPad 2, running the latest iOS 7 connects to my brother' airport. Thankfully there are no speakers

  • Detect "touch start" and "touch end" event in windows phone default browser.

    Hi, We have a BIG problem, because in all browsers we can detect the "touch start" event and "touch end" event. For iOS, firefox, internet Explorer, safari, Android work well. But in the windows phone default browser the "touch end" doesn't work. Do

  • Number Ranges in Waste Management

    Hello EHS Experts, I´m struggling with number ranges in Waste Management. Our client has the requirement to split number ranges for the different business partners in Waste: generator, disposer, transporter... but there doesn´t seem to be a way to as