Last Logon date and Logon time not updating in table USR02

Hi,
Please help us on this. After customer successfully logged in the webshop, we are checking the table USR02 in CRM system and the Logon date and Logon time is not updated. Because of this, the customer will be locked after certain number of days. When we check it in ECC system, customer's last logon date and time is updated. Can you tell us what could be causing this? Any advise what we need to check? Thanks in advance!
Regards,
Mike

Hi
1. Please check if the USAPPLREF table in ECC has the correct mapping done between the LOGON User and the Sold-to party (Customer)
2. Please check the validity of those user in SU01 user data.
3. Please check the USERS data from the USERADMIN Link (if it is configured in your scenario through XCM settings for USERS)
Hope this will help.
Regards

Similar Messages

  • Last Skipped Date, Skip count, are not updated in any songs that i listen in my iPhone5s

    I've been using smart playlist that's relays on the play count, last skipped date and skipped count fields... I have been using an old ipod to heard my music through this smart playlist that live updates all the time and it was working great.
    So my issue is, since i bought a new iPhone 5S and start using it to listen music, my smart playlist that relays on " play count, last skipped date, skipped count " fields are not updating, and when i connect my iphone to the PC i realize that those fields never update after i play or skip any song in my iPhone.
    So, I'm not sure if this is an iPhone restriction, that i need to use my iPod again to get my smart playlist that relys on those fields to work... or my iphone is defective and need to re-install the iOS.
    Any help on this matter will be enormously appreciated
    Thanks in advance

    I have playlists that rely on the Last Skipped and
    Skip Count properties of songs, but these items only
    seem to be triggered if the song is fast forwarded
    between 3-20 seconds into the song. I tried to skip
    I think this is how it's intended, though there isn't much info on this feature. I've seen the same behavior and other users have reported same.
    One thing that threw me off for a bit using this feature was trying to use with playlists where the songs had "remember playback position" checked. Last skipped doesn't register at all with these tracks.

  • Create a listing of reports with last run date and # of times run

    Hi All,
    I want to create a listing of reports with last run date and number of times report is run in the past 18 months.
    If anybody can please help me with the query for the same.
    Regards,
    Sk
    Edited by: user10989244 on Aug 18, 2009 7:12 AM

    Hi Sk
    Assuming you have the collection of statistics enabled, which it is out of the box, you can get the information you need from the EUL5_QPP_STATS table. This script will help:
    SELECT
    QPP.QS_DOC_OWNER WORKBOOK_OWNER,
    QPP.QS_DOC_NAME WORKBOOK_NAME,
    QPP.QS_DOC_DETAILS WORKSHEET_NAME,
    QPP.QS_CREATED_BY RUN_BY,
    TRUNC(MAX(QPP.QS_CREATED_DATE)) LAST_USED_DATE,
    COUNT(QPP.QS_ID) TIMES_USED
    FROM
    EUL5_QPP_STATS QPP
    WHERE
    QPP.QS_CREATED_DATE >= ADD_MONTHS(SYSDATE, -18)
    GROUP BY
    QPP.QS_DOC_OWNER,
    QPP.QS_DOC_NAME,
    QPP.QS_CREATED_BY,
    QPP.QS_DOC_DETAILS
    ORDER BY 1,2,3;
    Best wishes
    Michael

  • BAPI for changing delivery date and delivery time fields in LIKP table

    Hi All,
         Is there any BAPI or function module to change the delivery date and delivery time in LIKP table ?
    Please tell me experts if exists.
    Thank you,
    Raghu.

    try these:
    BAPI/FM to update LIKP and VTTK tables
    http://sap.ittoolbox.com/groups/technical-functional/sap-dev/bapi-for-changing-sales-headertable-likp-662800

  • How do I make an inserted date and/or time automatically update in Pages 5.1?

    In the previous version, there was an option to automatically update date / time when you clicked on the inserted text. This option is no longer there for me, only the ability to change to format of the insertion or to change the date manually. Is there no longer a way to do this?

    Apple has removed over 90+ features in Pages 5
    Pages '09 should still be in your Applications/iWork folder.
    Trash/archive Pages 5 after Exporting your files to Pages '09 format.
    Then rate/review Pages 5 in the App Store and wait for Apple to get it out of beta.
    Peter

  • Scheduled finish date for process orders not updating in BW

    We are having problems with the scheduled finish date (GLTRS) for process orders. When the process order is already released, changes done in R/3 on the scheduled finish date will not result to a delta hence data in BW is not updated. Table AFKO, where data is coming from, is always updated with the changes though. 2LIS_04_P_MATNR is used in extracting the data.
    Has anyone experienced the same problem? We are looking for possible ways on how to have a delta whenever there are changes on the process order even after it is already released.
    Any help would be greatly appreciated...

    Hi Donna,
    If I've understood your problem correctly, you can increase the load frequency as Sriee has pointed out.
    If you want latest data frequently and if you are on BI 7.0 then you can look at Real Time Data Acquisition(RDA)
    Regards,
    Tom.

  • User Last Successful logon date and time

    Hello All,
    We have a requirement to display Last successful logon date and time every time user logs on to the Portal. Datasource for the portal is SAP.  I see few forums suggesting to use WCR_USERSTAT table, but i don't see this table being updated every time i logon to portal. Is there any work around for this?
    Thanks,
    Indrajit

    Hi IndraJit,
    Have a look at below link, if it can help.
    Regd Last Logon of User Logged onto portal
    I guess, the only way to get the info is through WCR_USERSTAT table. Also, check if the aggregator application is running on portal which tries to collect the aggregated data.
    http://help.sap.com/saphelp_nw04/helpdata/en/58/728ea01cf64fff996b827f2a06f9b1/content.htm
    Thanks and regards,
    Madhu Sudhan.

  • How to find the Last modified date and time of a package

    Hi,
    We need a clarification on how to find the Last modified date and time of a package in Oracle. We used the example below to explain our scenario,
    Lets consider the following example
    Let A, B be two packages.
    Package A calls the package B. So A is dependent on B.
    When A is compiled the TIMESTAMP,LAST_DDL_TIME in USER_OBJECTS gets updated.
    Now there a modification in package B so it is compiled. There is no modification in package A.
    Now when the package A is executed the TIMESTAMP,LAST_DDL_TIME in USER_OBJECTS gets updated but we did not make any change in Package A. Now we need to find last modified date and time of the package A . So we can not rely on the TIMESTAMP,LAST_DDL_TIME in USER_OBJECTS . Can u please tell us any other solution to get last modified date and time of the package A .
    Regards,
    Vijayanand.C

    Here is an example:
    SQL> SELECT OBJECT_NAME,CREATED,LAST_DDL_TIME,TIMESTAMP,STATUS FROM USER_OBJECTS
    2 WHERE OBJECT_NAME = ANY('A','B');
    OBJECT_NAM CREATED LAST_DDL_TIME TIMESTAMP STATUS
    A 20-MAY-2004 10:57:32 20-MAY-2004 10:57:32 2004-05-20:10:57:32 VALID
    B 20-MAY-2004 10:58:22 20-MAY-2004 10:59:04 2004-05-20:10:59:04 VALID
    SQL> CREATE OR REPLACE PROCEDURE A AS
    2 BEGIN
    3 NULL;
    4 NULL;
    5 END;
    6 /
    Procedure created.
    SQL> SELECT OBJECT_NAME,CREATED,LAST_DDL_TIME,TIMESTAMP,STATUS FROM USER_OBJECTS
    2 WHERE OBJECT_NAME = ANY('A','B');
    OBJECT_NAM CREATED LAST_DDL_TIME TIMESTAMP STATUS
    A 20-MAY-2004 10:57:32 20-MAY-2004 11:01:28 2004-05-20:11:01:28 VALID
    B 20-MAY-2004 10:58:22 20-MAY-2004 10:59:04 2004-05-20:10:59:04 INVALID
    SQL> EXEC B
    PL/SQL procedure successfully completed.
    SQL> SELECT OBJECT_NAME,CREATED,LAST_DDL_TIME,TIMESTAMP,STATUS FROM USER_OBJECTS
    2 WHERE OBJECT_NAME = ANY('A','B');
    OBJECT_NAM CREATED LAST_DDL_TIME TIMESTAMP STATUS
    A 20-MAY-2004 10:57:32 20-MAY-2004 11:01:28 2004-05-20:11:01:28 VALID
    B 20-MAY-2004 10:58:22 20-MAY-2004 11:01:53 2004-05-20:11:01:53 VALID
    Note that the date under the column 'created' only changes when you really create or replace the procedure.
    Hence you can use the column 'created' of 'user_objects'.

  • How to get last modified date and time of a file which is in apache server.

    Hi ,
    I need to get last modified date and time of a file in remote machine.
    This file is in remote machine which has apache server installed.
    I am trying to get this information by connecting to apache server from client by giving absolute URI of the file to file object.
    URI is got from apache server URL by using toURI method.
    when I use lastModified method , its throwing exception , because scheme of URI is not file.
    I can't give scheme as file because ftp server is not installed on that server
    Is there any other way to get this information .

    No, unless you can use an FTP client.

  • Reportable Last Modified Date and Time Field

    Reportable Last Modified Date and Time Field
    Hello,
      We need a reportable RequestCenter 'last modified date/time' database field that is refreshed when the 'Comments and History' field is updated.  Any ideas would be appreciated.  Thanks! 

    No, unless you can use an FTP client.

  • Error during the retrieval of the logon data store Message was Not Created

    Dear  Gurus,
                         I got this error while creating support message.
    Error in Local Message System: Error during the retrieval of the logon data store Message was Not Created
    Message no. BCOS088
    Wether this support message will be send to SAP Support or internal sap support team in an organisation.
    I  am new to SAP BASIS. Kindly explain clearly

    Paste the entires from BCOS_CUST table
    Regards
    Nick Loy

  • I deleted all Apps on iPad as they were associated with an out of date Apple ID and I could not update them, but the "App Store" logo still shows that there are 2 to be updated and when I go there I cannot delete. Please assist. Thanks.

    I deleted all Apps on iPad as they were associated with an out of date Apple ID (which I have forgotten the password) and I could not update them, but the "App Store" logo still shows that there are 2 to be updated and when I go there I cannot delete. Please assist. Thanks.

    Why don't you explain what happens when you try to delete these two apps that are showing that they need updates. You can only delete them if they are actually installEd on the iPad. Are they on the device?

  • Last execution date and time of a transaction

    Hi,
    Could anyone let me know the procedure to find the last execution date and time of a transaction (for example MM01/MM02). We are currently working on ECC6.0
    Raja

    Hi Raja,
    Check table CDHDR, fetch data against T code MM01/MM02 and get MAX(UDATE) and MAX(UTIME).
    You will get last execution date and time.
    Please reqward ponits if it useful.
    Regards
    Krish

  • Getting last login dates and times for graphical/xwindows logins?

    Hi,
    How do I get the last login date and times for users who just use the GUI (and don't launch terminals)?
    So far such logins don't seem to show up when I do "last -f /var/adm/utmpx" or for wtmpx.
    What should I be using on solaris to get the last login dates and times for all users, whether they log in on the text console, graphical console, or remotely via ssh etc?
    Thanks,
    Link.

    Hi,
    How do I get the last login date and times for users who just use the GUI (and don't launch terminals)?
    So far such logins don't seem to show up when I do "last -f /var/adm/utmpx" or for wtmpx.
    What should I be using on solaris to get the last login dates and times for all users, whether they log in on the text console, graphical console, or remotely via ssh etc?
    Thanks,
    Link.

  • So my iphoto is set up with a different apple account from my current one... the email on the old account is out of date and i do not know the password for it. my copmuter will not let me update my iPhoto nor will my old email account allow me to accessit

    so my iphoto is set up with a different apple account from my current one... the email on the old account is out of date and i do not know the password for it. my copmuter will not let me update my iPhoto nor will my old email account allow me to accessit

    Did you try this Apple website regarding your old Apple ID and its password: Apple ID: If you forget your password
    OT

Maybe you are looking for

  • Lenovo ThinkPad X230 Expresscard Help

    I have a Lenovo ThinkPad X230 (which I love dearly) and have a few question about ports and booting.  I would first like to verify that the port on the left side of the laptop directly above one of the USB ports is indeed an ExpressCard 54.  I have s

  • Deleting a guest account

    how do i delete a guest account when i cant even click to disable it becuase it is always greyed out!!!!!!

  • What is better XP drivers or manufacturer?

    When installing new hardware such as a video card, is it better to use the drivers that Windows XP intalls upon detection, or the drivers that come with the product on cd or from the manufacture's website? Hmmmm???

  • Recording of the payment condition in the table RBKP

    They would know how to say because in the moment in that are making IV (invoice verification) the payment condition is not recorded in the table RBKP. In the table we have the field even so nothing is not recorded. Tanks Joubert Carvalho

  • Do we have standard function module or program to activate transformation?

    Hi Gurus, Do we have any standard function module or program to activate transformation in BI system? If yes please let me know or let me know how to proceed with to create custom program to activate transformation. Thanks, Manoj