Changes in Retroactive account time date not possible  error

Hi
This employee is joined on date 20.01.1969 after that this employee prejoin on  09/04/2009 and we are trying to change the join date by using transaction code PA41. i am getting the below error message.
'Change in earliest retroactive accounting date time not possible!.'.
I checked the table (T569R) and i changed the value in Time evaluation fields like 01.01.1900 through table level after that I am not getting error message I am able to create the employee but I want to do the configuration  level for that
Please provide me the step by step procedures do to the configuration.
before changes  in table T569R
01 01 01.01.1990 Incentive wages
01 02 01.01.1990 Time evaluation
01 03 01.01.1990 Time statement
01 04 01.01.1990 Pair formation
after changes in table T569R
01 01 01.01.1990 Incentive wages
01 02 01.01.1900 Time evaluation
01 03 01.01.1990 Time statement
01 04 01.01.1990 Pair formation
Please help me to resolve the above issue.

This error comes due to 2 dates set in the system
1> Employee level restriction - PU03
2> Payroll Level restriction - PA03
Since you are not going too retro (4/9/2009) so most likely it would be employee level.
Check his IT0003 and edit the dates using tcode PU03 or PA30 -> Utilities -> Change payroll status.
Also when you are trying to change the infotype, make sure you give the correct date as start date (04/09/2009)
Regards,
SC.

Similar Messages

  • Change description general ledger master data not possible for some languag

    Hi all,
    We have a lot of language translation on tab Key word/translation for all G/L accounts. English is our log in language. When we want to change the description in Finnish, Norwegian and Danish this is not possible (this lines are grey, only display mode). We can´t remove these lines and we can´t change them. It is possible for all other languages except this languages and English. Does anyone have a clue why this is not possible?
    Thanks in advance!
    BR L

    Hi Lisa,
    I was asking if you can maintain a new description (for an account number where no description in one of the mentioned languages is entered) so the message "Description already exists in language XX" should not appear in that case...
    In general, account descriptions are stored (for chart of accounts / language key) in table SKAT thus you can check the entries already available.
    Did you contact the user-authorization responsible which authorization objects are assigned? FS00 contains authorization objects for account auth. group (F_SKA1-BES), company code (F_SKA1_BUK) and the whole chart of accounts (F_SKA1_KTP), maybe some change authorization (activity 02)  is missing?
    Best regards, Christian
    Edited by: Christian Ortner on Nov 22, 2010 1:06 PM

  • Updating license data not possible [Maintenance Package]

    Hi,
    I want to activate Automatic Maintenance Certificate Renewal via solution manager system as per SNOTE: 1280660.
    SOL MAN: ST400 SP 18
    SCM : ST-PI 2008_1_700 SP 01
    when i run Maintenance package in my managed (satellite) system i got the log as below.
    Updating license data not possible [Maintenance Package]
    No active master Solution Manager destination maintained. [Maintenance Package]
    Updating license data completed from destination  [Maintenance Package]
    Maintenance Package completed
    when i run Maintenance package in my Solution Manager system i got the log as below.
    Refresh sessions from destination SM_KSMCLNT000_BACK started [Maintenance Package]
    > error reading function module interface DSWP_API_SESSIONLIST_GET from SM_KSMCLNT000_BACK
    > Logon not possible (error in license check)
    > Sessions cannot be refreshed from destination SM_KSMCLNT000_BACK ( KSM , 0020472195 )
    Refresh sessions from destination SM_KSMCLNT000_BACK finished [Maintenance Package]
    Refresh sessions from destination SM_KSMCLNT001_BACK started [Maintenance Package]
    > error reading function module interface DSWP_API_SESSIONLIST_GET from SM_KSMCLNT001_BACK
    > Logon not possible (error in license check)
    > Sessions cannot be refreshed from destination SM_KSMCLNT001_BACK ( KSM , 0020472195 )
    Please anyone facing the same or related issue, give me a suggestion..
    Thanks,
    Manikandan B

    Hello Manikandan
    The error indicates that there is an issue with the *_back RFC destination
    itself.
    Have you done an authorisation check within SM59?
    Utilities > Authorisation check?
    You can also do so by testing the connection in SDCCN.
    Goto > Taskspecific settings > RFC destination > Backdestination
    This problem is often caused by the user in the RFC connection
    being locked in the Solution Manager.
    Make sure the RFC user account is a communication user so the password does not expire. Sometimes the password expires and the RFC user locks the account as the old expired password is provided too many times.
    The message also indicated "No active master Solution Manager destination maintained"
    Please make sure the relevent Solution Manager system has been marked as Master in SDCCN Goto > Taskspecific settings > RFC destination >
    These are things you will want to check.
    I hope this information helps you resolve this problem.
    Regards,
    Paul

  • 'BAPI_PO_CREATE1'  Multiple account assignment is not possible for AFS item

    'BAPI_PO_CREATE1'  -> This BAPI works perfectly without the  'account assignment' option . But  for purchase requisitions which have account assignments  BAPI returns the error  - E|8W |185   |Multiple account assignment is not possible for AFS items.
    Can somebody please help me to get this error resoleve .
    My coding I have done like below.
    DATA: pohead  TYPE bapimepoheader.
    DATA: poheadx TYPE bapimepoheaderx.
    CONSTANTS : c_x VALUE 'X'.
    DATA: exp_head TYPE bapimepoheader.
    DATA: return  TYPE TABLE OF bapiret2 WITH HEADER LINE.
    DATA: poitem  TYPE TABLE OF bapimepoitem WITH HEADER LINE.
    DATA: poitemx TYPE TABLE OF bapimepoitemx WITH HEADER LINE.
    DATA: posched  TYPE TABLE OF bapimeposchedule WITH HEADER LINE.
    DATA: poschedx TYPE TABLE OF bapimeposchedulx WITH HEADER LINE.
    DATA: POACCOUNT  TYPE TABLE OF BAPIMEPOACCOUNT WITH HEADER LINE.
    DATA: POACCOUNTX TYPE TABLE OF BAPIMEPOACCOUNTx WITH HEADER LINE.
      pohead-comp_code = '1000'.   "IEQ1 plant. "'1000'.
      pohead-doc_type   = 'NB'     .
      pohead-creat_date = sy-datum   .
      pohead-vendor = EKKO-LIFNR. "'0000500004'.
      pohead-purch_org = purch_org.
      pohead-pur_group = purch_grp.
      pohead-langu      = sy-langu   .
      pohead-doc_date   = sy-datum.
      poheadx-comp_code  = c_x.
      poheadx-doc_type   = c_x.
      poheadx-creat_date = c_x.
      poheadx-vendor     = c_x.
      poheadx-langu      = c_x.
      poheadx-purch_org  = c_x.
      poheadx-pur_group  = c_x.
      poheadx-doc_date   = c_x.
      poitem-po_item    = iLineItem.      "1.
      poitem-material   = req_item-MATERIAL.   " '000000000040000234'.
      poitem-plant      = req_item-PLANT.
      poitem-quantity   = req_item-QUANTITY.
      poitem-net_price  = NET_PRICE.
      poitem-price_unit = PRICE_UNIT.
      poitem-shipping   = 'Z1'.
      poitem-preq_no    = req_item-PREQ_NO.
      poitem-preq_item  = req_item-PREQ_ITEM.
      poitem-acctasscat = 'K'.
      APPEND poitem.
      poitemx-po_item    = iLineItem. "1.
      poitemx-po_itemx   = c_x.
      poitemx-material   = c_x.
      poitemx-plant      = c_x .
      poitemx-quantity   = c_x .
      poitemx-tax_code   = c_x .
      poitemx-item_cat   = c_x .
      poitemx-acctasscat = c_x .
      poitemx-net_price  = c_x.
      poitemx-price_unit = c_x.
      poitemx-shipping   = c_x.
      poitemx-preq_no    = c_x.
      poitemx-preq_item  = c_x.
      poitemx-acctasscat = c_x.
      APPEND poitemx.
      POACCOUNT-PO_ITEM = iLineItem.
      POACCOUNT-SERIAL_NO = iLineItem.
      POACCOUNT-GL_ACCOUNT = '0000211010'.
      POACCOUNT-SD_DOC = '0001001056'.       
      POACCOUNT-ITM_NUMBER = '000100'.       
      POACCOUNT-CO_AREA = '1000'.
      APPEND POACCOUNT.
      POACCOUNTX-PO_ITEM = '00001'.
      POACCOUNTX-SERIAL_NO = '01'." '01'.
      POACCOUNTX-PO_ITEMX = 'X'.
      POACCOUNTX-SERIAL_NOX = 'X'.
      POACCOUNTX-GL_ACCOUNT = 'X'.
      POACCOUNTX-SD_DOC = 'X'.
      POACCOUNTX-ITM_NUMBER = 'X'.
      APPEND POACCOUNTX.
      CALL FUNCTION 'BAPI_PO_CREATE1'
        EXPORTING
          poheader  = pohead
          poheaderx = poheadx
        IMPORTING
        exppurchaseorder = ex_po_number
        expheader        = exp_head
        TABLES
          return    = return
          poitem    = poitem
          poitemx   = poitemx
          POACCOUNT = POACCOUNT
          POACCOUNTX = POACCOUNTX.

    I  found the answer

  • HP530 : 163-time & date not set

    Hello, 
    I have a HP 530 laptop, I just change the battery, and when I turn it on, it displays the following message: "163 HP530-time & date not set".
    Thank you for your help.

    Hi 
    this Sounds like a CMOS/BIOS issue
    http://h20000.www2.hp.com/bizsupport/TechSupport/D​riverDownload.jsp?prodNameId=3375995&lang=en&cc=us​...
    Go to the link choose the OS you use and Install the BIOS update.
    Hope this helps.
    ***** Click the KUDOS Thumbs UP (Like) on the left to say 'Thanks'*****
    ****Make it easier for other people to find solutions, by marking my answer “Accept as Solution”&"Kudos"if it solves your problem.****
    -VJ
    Although I am an HP Employee, I am speaking for myself and not for HP.

  • Your apple ID has been disabled i have changed my password 6 times still not working

    your apple ID has been disabled i have changed my password 6 times still not working been trying to fix it for 3 hours now itunes is a joke

    Jim,
    This is what I posted on May 15th and it worked like a charm:
    Just got off the phone with Apple Support. I have been working on this same issue for 2 weeks now. I was told to go to www.apple.com/support/itunes. Then under "Get Customer Service" choose ITunes Store Account and Billing. Then choose "Managing your account" option. You will see an option where you can email, choose this. This brings up a form that you need to fill out and submit. Just tell them that you have reviewed your account (assuming you have) and you see no fraudulent activities. Then ask them to enable your account. You should have your account enabled within 24 hours.......at least that is what I was told. I just filled out the form and submitted it.

  • I'm trying to update my application and it is asking me to change my billing account it is not accepting the security code. I am not trying to buy an application just to update and install free apps

    I'm trying to update my application and it is asking me to change my billing account it is not accepting the security code. I am not trying to buy an application just to update and install free apps

    So why are you posting on this forum?  We're users here, not Apple.  Click the "Contact Us" link in the lower right hand corner of this page.

  • RC 3 M8 147 Account determination for Chart of Accounts._ WRX not possible

    Hi All,
    When I am confirming the Service Entry Sheet from SRM Front end for the ECPO replicated in the Backend following error is displayed:
    <b>RC 3 M8 147 Account determination for Chart of Accounts._ WRX not possible</b>
    How can I get the Service Entry Sheet Posted/Accepted...?
    Regards,
    Rounak

    Hi Rounak,
    Thank for ther reply , I have checked all the settings which u have mentioned.
    1)Account assignment -K
    2)Field  Status Group -Z001 i.e General
    3)In OBYC -Valuation Modifier has been mapped to the GR/IR-- GL account.
    A)the cost centre and the GL account has been mapped .
    Still i am getting the same error ,
    RC=     3  M8                   147 Account determination for entry RCL WRX 0001 not possible
    What more can we check in the FI-MM integration  ??
    The same combination is working fine for Asset purchases.
    wth rgds
    SVU123
    Edited by: svu123 on Jan 31, 2008 6:37 AM

  • Server0 getting down and logon not possible ( error in license check)

    Hi Guys,
    I rebooted my SAP server and after that server0 is in disabled mode, well both the boxes seems to be green but the server0 node in disable mode as if it is maintained by some parameter and I have changed it, which is not the case, also there is no log with dev_server0 since then. I have followed 723909 note and also copied the parameters of a running server but didn't get success. Also when I am trying to login through SAPGUI its giving me error " Logon not possible( error in license check)" while the license is already installed.
    dev_w0 log says
    M Wed Sep 01 14:42:14 2010
    M  *** ERROR => sap license, no valid license found [likeyapi_w.c 2260]
    M  *** ERROR => wlikey_check_webas: There is a permanent license key for "NetWeaver_ADA" in the system but it has never been checked successfully. In this situation a temporary license key mustn't be installed. [sliclikey.c  1314]
    M  *** ERROR => The temporary license key for NetWeaver_ADA could not be installed [likeyapi_w.c 2305]
    SAP ECC 6.0 release 700
    DB: MaxDB
    OS: Win2k3 server
    Please help.
    Regards
    Mridul Gupta

    License issue is resolved but server0 node is still in disable status while the instances shows green, I checked dev_jcontrol log and found :
    [Thr 2168] [Node: server0] java home is set by profile parameter
         Java Home: C:\j2sdk1.4.2_25-x64
    [Thr 2168] JStartupICheckFrameworkPackage: can't find framework package E:\usr\sap\W6Q\DVEBMGS12\exe\jvmx.jar
    JStartupIReadSection: read node properties [ID123322550]
    -> node name          : server0
    -> node type          : server
    -> node execute       : no
    -> jlaunch parameters :
    -> java path          : C:\j2sdk1.4.2_25-x64
    I think the node execute sud be yes, I just wanted to know how I can enable this.
    Regards,
    Mridul Gupta

  • Posting of retirement/transfer not possible (error in the asset)

    Dear All,
    I have been trying to retire 3 assets by ABAVN. After I try to simulate the posting, it says:
    Posting of retirement/transfer not possible (error in the asset)
    Message No.465
    Diagnosis
    An inconsistency was found for the asset 10 during the last recalculate values.
    Posting was rejected,
    Choose the function recalculate values in the master data maintanance transaction, and remove any inconsistencies.
    My question is that what is the asset 10..is it the depreciation area? C's I haven't input 10 assets...only 3.
    What is the recalculate values for asset master data maintanance? Is it the depreciation or other input to the asset master?
    Thank you.
    Emma

    Hi,
    I checked AFAR and found it would re-valuate 2 assets in 1999 and 2000 for depreciation area 10 (which is the tax depreciation). In 1999, the assets are retired partially. I am checking on the values AFAR calculated and find what happened that made it necessary to re-valuate the assets.
    Thank you.
    Emma

  • Posting of retirement/transfer not possible (error in the asset) Mes: AA465

    Dear Experts,
    while doing ABUMN, i am getting the following error
    Posting of retirement/transfer not possible (error in the asset)
    Message no. AA465
    Diagnosis
    An  inconsistency was found for the asset 01  during the last recalculate values.
    System Response
    Posting is rejected.
    Procedure
    Choose the function Recalculate values in the master data maintenance transaction, and remove any inconsistencies.
    Regards,
    Venkat

    Thanks ravi,
    I run the AFAR but nothing is visible in test run.
    I am defined the cut off key(5%) and assigned in to the dep key.
    we run the depreciation for the last 5 months. some of the assets fully depreciated before lagacy data upload. in AW01N those assets showing the error message. Now that asset(fully depreciated asset) is transfer to another business area. then it showing that:
    Posting is rejected.
    Procedure
    Choose the function Recalculate values in the master data maintenance transaction, and remove any inconsistencies.
    Run the depreciation in AFAR means. in which period i can run.
    Thanks
    Venkat

  • Adobe Acrobat XI pro version, Windows 7, running on iMac parallels, converting pdf to a pdf with reduced size is not possible, error: error in converting the file! What to do? Its a bit annoying not to be able to store pdf files in reduced size, any idea?

    Adobe Acrobat XI pro version, Windows 7, running on iMac parallels, converting pdf to a pdf with reduced size is not possible, error: error in converting the file! What to do? Its a bit annoying not to be able to store pdf files in reduced size, any idea?? Thanks, Jörg

    Hi Jorg ,
    Are you trying to reduce the file size with the "Reduced size PDF" in the save as other option.
    Give it a try if you haven't done it prior.
    Open that PDF>File>Save as Other>Reduced size PDF.
    If possible ,please share the snapshot of the error message with us so that we can have a look in order to assist you further.
    Regards
    Sukrit Dhingra

  • Logon not possible (error in license key)

    dear sir
    I had a temporary license which got expired yesterday. but i received the permanent license today
    and i wanted to install it on the solution manager server, but when i 'am trying to log in ,it throws
    an error at the bottom that " logon not possible (error in license key ) "
    pl given a solution
    thanks
    john

    Logon using SAP* in client 000.
    Probably you need to maintain profile parameter login/no_automatic_user_sapstar = 0 and restart the system before you are able to logon with user SAP*

  • Navigation Not Possible error

    Hi All,
    We are getting navigation not possible error while creating Travel Expenses.
    Recently our system was upgraded from EHP5 to EHP6.
    We have copied standard launchpad and we have assigned that custom launchpad role to the user.
    We have debugged the method NAVIGATE_TO_OBJECT in class CL_FITV_NAVIGATION and came to know that in the code launchpad value "ESS" is hardcoded.
    Please let us know how to proceed further to get our custom Launchpad Parameter into that method?
    Regards,
    Ravi

    Hi,
    Yes this shouldnt be hardcoded, this should be either an application parameter or defined in customizing as it is done in many other standard functionnalities... but for FITV it is not the case...
    I think that you only have 3 options here :
    - Create an OSS message.
    - Modify CL_FITV_NAVIGATION...
    - Just edit ESS/MENU directly using transaction LPD_CUST
    Regards

  • Face time will not connect error message "Please check network conections and Try again" message appears but I'm connected to the internet?

    Face time will not connect error message "Please check network conections and Try again" message appears but I'm connected to the internet?

    Hey sergioo9,
    Thanks for the question. Based on what you stated, it seems like you are having trouble signing into Messages on OSX. I would recommend that you read this article, it may be able to help you resolve or isolate the issue.
    FaceTime, Game Center, Messages: Troubleshooting sign in issues - Apple Support
    Thanks for using Apple Support Communities.
    Cheers,
    Mario

Maybe you are looking for