How to track operation number in action log

Hi,
When we make changes in any operation  the change is captured in action log but in action log(or table JCDS) operation no is not captured.
is there any way by which we can track the operation no also with PM order no.
Thanks
Yogesh Gupta

Well all the details of line item are stored in Line Item Table ( BSEG ) and all the details of the header are stored in BKPF.
Hope that helps.
Thanks,
Nandita

Similar Messages

  • How we know the Number of users logged into stratus?

    Hai,
    How can we  know the number of users logged into stratus? If we knows only,in our project we can check the users are valid/authenticated.can we check that?
    Advanced Thanx

    Stratus is adobe service which provides you with p2p id or say all your
    application's users a p2p id. Adobe doesn't have any admin section where you
    can manage/see all connected p2p users in your application.
    This you have to implement at your end in your application code i.e.
    authentication,validation and user counter.
    Thanks,
    Vivek.

  • How to find the number of users log into ESS for last three months

    Hi Team
    Is there any transaction / Report to find the number of users logged into the ESS and used the payslip tab. Is this possible to find?
    Waiting for hopeful replies.
    Regards
    Bhaskar

    Bhaskar,
    you can use google analytics,
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/50b94044-7008-2b10-1680-c04e4526367b
    jo

  • How to Limit the Number of Users Logged into HTML DB

    I'm using LDAP based SSO and I'd like to limit the number of users who can log into the application at a given time. If my users are assigned to groups, can I also limit the number of users who belong to a certain group who can be logged in at one time? Can anyone think of any HTML DB APIs that might be useful in doing this?

    Well if you apply a "time-out" on the session and if the there is a HTML DB table in the FLOWS account that can be queried to see the number of sessions, then you could restrict HTML DB sessions to a certain number. But if you have multiple HTML DB applications, how are you going to know which HTML DB session goes which application?
    It is very ugly. I realistically cannot see a way. Maybe the Oracle folks have a way of limiting the sessions internally within HTML DB
    Just out of curiosity, why do you want to limit the number of users? Maybe if you explain that then that might help in coming up with a solution.
    Mike

  • How to track agents and there actions at all levels in a workflow

    Hi All,
    We have a requiement where in the task description we are
    required to give the details of the people who had executed the workflow and the action they have taken.
    That is suppose  a user approves or rejects a workiitem.
    Then the another user who recieves the workitem should know
    who the previous users were and what action they had taken
    The previous agent who executed the work item can be identified, but we don't know how to identify what action did the previous user has taken.
    Thanks and Regards
    Shraddha

    You can make use of WI_ACTUAL_AGENT container element of the respective task container in order to know who has executed the last workitem.
    Thanks
    Arghadip

  • How to track personnel number field in item level

    Hi,
    When transaction fb50 is entered then I can enter personnel number at item level.Now I want to track that personnel number from the table.can anyone suggest which table I can find that ?
    If seen in F1 for this field it gives structure as acgl_item and the field as pernr
    But this must be getting stored in some table.I want to know that.
    Thx in advance
    Regards,
    manOO

    Well all the details of line item are stored in Line Item Table ( BSEG ) and all the details of the header are stored in BKPF.
    Hope that helps.
    Thanks,
    Nandita

  • How to track the number slides view on LMS

    Hi,
    I would like to know how to get a percentage of slides view on a LMS platform.
    For example, I don't know how to get a percentage of 5 if I see 5 slides of 100 slides.
    I don't know if it's possible with Captivate and if there is an option for that.
    On our LMS, we get 0, 50 or 100% but we would like to get a more precise result.
    I tried on SCORM CLOUD too and only get 0,00%.
    Do you guys have the solution?
    Thanks in advance for your help.
    Vanessa
    PS: I'm not native english so sorry if I made some spelling mistakes (I'm French). I wanted to post here because you find more answers on english forums than french forums.

    There is not a SCORM value for slides viewed. What SCORM field/value are you seeing this percentage in?
    Also, what version of SCORM are you publishing?
    You would need to alter the scormdriver.js file in order to post the results that you want. I am in the process of writing a blog to change CP's bookmarking behavior. With this code it would be fairly simple to add some code to display the info in the comments (SCORM 1.2).

  • How to track the number of Objects with IDE

    Is there a way I can use my IDE to see how many instances of a particular class are created? I am using Sun ONE Studio.

    I am sure that some of the non-free IDE's have that functionality. Most people would categorize that under profiling. Unfortunately I have not been able to find a free profiler module for netbeans/s1studio. I am pretty sure there are some modules you can pay for, but I don't wouldn't be able to give you any recommendations on them. Try googling for profiling and java.

  • Job number from alert log file to information

    Hello!
    I have a question about job numbers in alert log file. Today one of our Oracle 10g R2 [10.2.0.4] RAC nodes crashed. After examining alert log file for one of the nodes I saw a lot of messages like:
    Tue Jul 26 11:52:43 2011
    Errors in file /u01/app/oracle/admin/zeme/bdump/zeme2_j002_28952.trc:
    ORA-12012: error on auto execute of job *20627358*
    ORA-12705: Cannot access NLS data files or invalid environment specified
    Tue Jul 26 11:52:43 2011
    Errors in file /u01/app/oracle/admin/zeme/bdump/zeme2_j001_11018.trc:
    ORA-12012: error on auto execute of job *20627357*
    ORA-12705: Cannot access NLS data files or invalid environment specified
    Tue Jul 26 11:52:43 2011
    Errors in file /u01/app/oracle/admin/zeme/bdump/zeme2_j000_9684.trc:
    ORA-12012: error on auto execute of job *20627342*
    ORA-12705: Cannot access NLS data files or invalid environment specified
    After examining trc files I have found no further information about error except session ids.
    My question is: how to find what job caused these messages to appear in alert log file.
    How do I map number in alert log file to some "real" information (owner, statement executed, schedule)?
    Marx.

    Sorry for the delay
    Try this to find the job :
    select job, what from dba_jobs ;
    How do I find NLS_LANG version?SQL> show parameter NLS_LANG
    Do you mean ALTER SESSION inside a job?I meant anywhere, but your question is better.
    ORA-12705 - Common Reasons and How to Resolve Them [ID 158654.1]
    If OS is Windows lookout for NLS_LANG=NA in the registry
    Is it possible you are doing this somewhere ?
    ALTER SESSION SET NLS_DATE_FORMAT = 'RRRR-MM-DD\"T\"HH24:MI:SS';NLS database settings are superseded by NLS instance settings
    SELECT * from NLS_SESSION_PARAMETERS;
    These are the settings used for the current SQL session.
    NLS_LANG could be set in a profile for example.
    NLS_LANG=_AMERICA.WE8ISO8859P1     ( correct )
    NLS_LANG=AMERICA.WE8ISO8859P1 ( Incorrect )
    you need to set the "_" as separator.
    Windows
    set NLS_LANG=AMERICAN_AMERICA.WE8ISO8859P1
    Unix
    export NLS_LANG=AMERICAN_AMERICA.WE8ISO8859P1
    mseberg
    Edited by: mseberg on Jul 28, 2011 3:51 PM
    Edited by: mseberg on Jul 29, 2011 4:05 AM

  • How to Track DDL and DML Operations happening in Backend into Log Files....

    Hi I have one requirement for Tracking the DDL And DML Operation happening in Backend once the user Inserts or Updates any Table.How to Implement the same can anyone proviode the code for the same.
    Ex: I have multiple tables in my database if any user fires the DDL or DML it should make entry in the Log file as
    Name of the Table Operation Timestamp
    X Insert DD-MM-YYYY HH24:MM:SS
    Y Update DD-MM-YYYY HH24:MM:SS
    Z Delete DD-MM-YYYY HH24:MM:SS
    L Select DD-MM-YYYY HH24:MM:SS
    Is it Possible to Develop it through Procedure,Function or Package,please give me Idea,,,,,

    Please do not post same question in multiple forum. How to Track DDL and DML Operations happening in Backend into Log Files....
    What's wrong with the answers posted in the above forum ? Do you go through the "AUDIT" option as suggested in the above post by various members ?

  • How to See Action Logs

    Hi Guys,
                    Can anybody tell me how to see action logs for sales documents?Also i want to know how to change sales doc type...( i know we can mention in vov8...alt.sales doc types...how to get that(configure) list(in my system list is empty).What i am supposed to do from va01 side?
    Points for sure
    Thanks
    RamaChandra

    Change logs
    Go to the order in VA03 and in the menu
    Environment----Changes
    Here you can mention the line item and see the change logs.
    You can sort the logs based on header, item, sch.line, date etc
    It will also show you the old value and new value, changed by and the changed time.
    Alternate sales doc type
    In VOV8 you can mention the alternate sales docu type
    Once this is done, come to VA01 and give hte original dcument number
    Once you enter teh screen to enter the sold to party, at the header level, there will be radio button to select the other sales document also. If you want you can now select the other doc type.
    That radio button enabling you to select the other doc type will be near to the Requested Delivery date field at the header level.
    Here you can select the other document type.
    Hope this helps.
    Reward if this helps.

  • TS4020 How can I locate my lost iPhone 5 with find my iPhone app ? Plus someone tried accessing my apple I'd on FaceTime on an unknown number related to iPhone 5 is this who's got my phone and can I track a number ?

    How can I locate my lost iPhone 5 with find my iPhone app ? Plus someone tried accessing my apple I'd on FaceTime on an unknown number related to iPhone 5 is this who's got my phone and can I track a number ?

    If you activated the Find My iPhone service (in Settings>icloud), and if the device's batteries still have a charge, the device is not turned off and has not been reset and is connected to wifi, then you can try to track it.  Using a computer's browser, log into icloud.com and look at the Find My iPhone page.  On a device, invoke the Find My iPhone app (get it for free at the itunes app store) and log into the icloud account.  Note:  The Find My iPhone **app** does not turn on the service, you can only do that through Settings>icloud.
    If the device is listed as "offline", then one of the requirements listed above is not met (like being connected to wifi, or if the device was stolen and the thief reset it).

  • TS2755 how do i track the number of messages sent? i am on a limited sms plan so i want to know how many messages was i able to send in a month. is there an (free) app for it??

    how do i track the number of messages sent? i am on a limited sms plan so i want to know how many messages was i able to send in a month. is there an (free) app for it??

    Doubtful unless your carrier has an app that includes the option.
    My carrier has an app that I can check current usage and past usage with a previous bill and pay the bill.

  • How to track the transport request number for the Role/Composit Role

    Hi,
    How to track the transport request number for the Role/Composit Role.
    Thanks,
    Ravi

    Use transaction SE03 Transport Organizer Tools
    Execute "Search for Objects in Requests/Tasks" with objects of types:
    R3TR     ACGR     Role
    R3TR     ACGT     Role - User assignment
    Regards

  • How to Track iPhone 6? My new iPhone 6 got stollen! I even didn't set up:( I've got its box with serial number

    How to track iPhone with serial number?

    No, Apple does not get involved in tracking devices.  The only way to track it is to have turned on Find My Phone on the iPhone, then locate it through your iCloud account.  But to do that Find My has to have been setup, the iPhone has to be powered up and connected to the internet.

Maybe you are looking for

  • How to open and edit a TopLink .mwp file?

    I can not open the toplink_mappings.mwp file using JDeveloper tool. How to open and edit a TopLink .mwp file? Thank you

  • Profit center field in FIBLFFP- free form payment

    Hi, We need profit center field in the screen of FIBLFFP as it is not present currently in the t code FIBLFFP. We needed this field as New G/l has been implemented and document splitting is active based on the profit center but we have not marked man

  • How to restart the J2EE Engine

    I ran a couple tests the other day, and the next time I looked the J2EE Engine was down.  (Could not send or receive PTP messages to it). When I brought up the J2EE Engine Administrator, it put upt the following help box: <b>Unable to lookup connecti

  • Mount options for ZFS filesystem on Solaris 10

    Do you know some recomendation about mount options for SAP on Oracle with data on ZFS filesystem? Also recomended block size required. We assume that file system with datafiles has 8kb block size and offline redologs has default (128kB). But what abo

  • Hi! (iPhone4s) I have a problem with Mail.

    Hi all! I have a problem with Mail. I added my Gmail account. iPhone tells me that there are more than 42949670 mails. Obviously this number doesn't appear on the icon; I see it only when I open Mail. (Ah, I have already read all of these mails). The