Need to find the status of the tranaction pc00_m40_calc

gurus ,
  yesterday i began the payroll processing thro transaction pc00_m40_calc . usually it will take around 8 hours to complete . yesterday i started it by evening 6 pm and left for the day
  today morn when i returned , my pc was shut down . I am not sure when it got shut down . now how to find whether the transaction was succesfully run ?
is there any way to find to what extend the transaction was run and upto how many no of employees the payroll was processed  ?
i browsed sm21 , but there were no any logs pertaining to this ...
looking forward for your replies

Hi,
Use BAPI_EQUI_GETSTATUS instead. below is an example.
Data:
v_l_equnr type EQUNR,
it_sys_status type standard table of BAPI_ITOB_STATUS,
it_user_status type standard table of BAPI_ITOB_STATUS.
CALL FUNCTION 'BAPI_EQUI_GETSTATUS'
          EXPORTING
            equipment           = v_l_equnr
          TABLES
            system_status       = it_sys_status
            user_status         = it_user_status
it_sys_status will give you all the system statuses and
it_user_status will give you the user statuses
for specified equipment.
regards
Gaurav

Similar Messages

  • Why is apple - the most innovative company that pioneered customer experience- not making it easier to find out if Iphone is locked or unlocked? it should be simple to find this status on the phone.

    Why is apple - the most innovative company that pioneered customer experience- not making it easier to find out if IPhone is locked or unlocked? it should be simple to find this status on the phone. I have to go thru so much trouble to find out if the phone is unlocked or not. There should be a much simpler solution to this.

    call them, tell them you NEED a new battery installed, and they need to tell you when they can do it.  That is their job to help you! Give pushback if necessary.

  • To find the Status of the equipment

    Hi all,
           I need to get the status of the equipment that we get it from EQUI table. I found the FM ITO3_EQUIPMENT_READ_STATUS  to find the status. But I don't know what are the tables that I need to give in that.
         Can you please explain me how to use this Function Module ? or any other FM to get the status, if we provide the equipment number ?
    Thank you all in advance.
    Regarda,
    VK.

    Hi,
    Use BAPI_EQUI_GETSTATUS instead. below is an example.
    Data:
    v_l_equnr type EQUNR,
    it_sys_status type standard table of BAPI_ITOB_STATUS,
    it_user_status type standard table of BAPI_ITOB_STATUS.
    CALL FUNCTION 'BAPI_EQUI_GETSTATUS'
              EXPORTING
                equipment           = v_l_equnr
              TABLES
                system_status       = it_sys_status
                user_status         = it_user_status
    it_sys_status will give you all the system statuses and
    it_user_status will give you the user statuses
    for specified equipment.
    regards
    Gaurav

  • How do i find out the status of the ink in the HP 5510 machine?

    Please can you advise how i find out what the status of the ink is in the "HP 5510" machine?

    Hi,
    Please use this:
    From the Printer Home screen, touch the right directional key, and then touch the Ink icon to display the estimated ink
    levels.
    Regards,
    Note: The ink icon is similar to a drp\op of water.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • Need to find a BAPI for the below requirement

    Hi All,
    Need to find a BAPI for the below requirement.
    We are assigning roles to users using SU01 T-Code and we are in the process of automating this and since we need a BAPI which can do this. Apart from assigning roles to users, SU01 T-code is doing many functionalities, but if we can get a BAPI which can perform assigning roles to users will suffice the requirement.
    Thanks in advance,
    Srilakshmi.

    Hi SreeLakshmi
    see the list of BAPIs given below.
    1065 Business Object Employee
    BAPI_JOBROLE_CLONE Create a User Role in Another System By Copying
    BAPI_BUPA_ROLES_GET SAP BP, BAPI: Determine All Roles
    BAPI_BUPA_ROLE_ADD SAP BP, BAPI: Add Role
    BAPI_BUPA_ROLE_EXISTENCE_CHECK SAP BP, BAPI: Check Existence of Role
    BAPI_BUPA_SET_ROLE SAP BP: Set Object Part / Roles
    BAPI_GET_EVENTTYPE_FOR_ROLE Determine Business Event Types Using Standard Role
    BAPI_EMPLOYEET_CHANGEPASSWORD Change employee password
    BAPI_EMPLOYEET_CHECKPASSWORD Check employee password
    BAPI_EMPLOYEET_CREATE_PW_REG Create entry for employee password
    BAPI_EMPLOYEET_DELETE_PW_REG Delete entry for employee password
    BAPI_EMPLOYEET_DEQUEUE Unlock employee
    BAPI_EMPLOYEET_ENQUEUE Lock employee
    BAPI_EMPLOYEET_GET_PW_REG Read entry for employee password
    BAPI_EMPLOYEET_INITPASSWORD Initialize employee password
    Reward if helpful
    Regards
    Lakshman

  • Hw to find out the status of the program...? like active / inactive?

    Hi kindly let me know how to find out the status for the programs (like active / inactive).
    I have 100’s of zprograms; I want to know at a time which are all active and which are all inactive.
    I heard some table is there, but don’t know exactly, let me know if you have any idea…
    Akshitha.

    Hi akshitha,
    1. Active and Inactive status is stored in table REPOSRC.
    2.  Just goto that table in SE11/SE16,
         and enter (copy/paste) the list of your 100 programs.
    3. <b>In that there is a field R3STATE
       Where A= Active
                 I = Inactive</b>
    From there u can filter as per ur requirement.
    regards,
    amit m.

  • Where can I find the status of the u0093User Compareu0094 for all roles?

    Hi Gurus,
    After we do a “User Compare” some of the roles are still in yellow .
    I would like to produce a complete list of all roles left “uncompared” so that I can work on them one by one. But I can’t find the relevant table.
    Where can I find the status of the “User Compare” for all roles?
    Thanks in advance.

    Igor,
    There are several reasons to have "yellow" ID's after running a comparison.  Often they  are caused by time stamp issues.  As far as I know there is no table that has a complete list of roles that has not been compared.
    I would analyze what roles/user combos are having the issue then look at the underlying tables surrounding them.
    If you want to see the tables PFCG_TIME_DEPENDENCY uses you can analyze the program or run an ST01 SQL trace and view the tables the program is using via SQL statements.
    Cheers,
    Ben

  • Change the status of the notification center in iPhone programmatically or atleast read what the status is  for a particular application

    Is it possible to control and change the status of the notification center in iPhone for a particular application.
    1)      In the application push notification is implemented.
    2)      Once this application is installed we can see the app in the notification center.
    3)      There is an option to ON or OFF
    4)      In the application we need an option to check if the above option is ON or OFF.
    5)      If the option is OFF we need to provide the user an alert stating that  in the notification center has it option off and here we have to provide an option to user to switch ON the option at the notification center.

    Well, I could find a fix for that.
    My mistake was that 1: I wasn't getting the correct ntype code for my value list type. And 2: I wasn't giving the Id name.
    The new result came as this:
    statusObjRef = doc.getStatusRef();
    statusHome = IBeanHomeLocator.lookup(session,statusObjRef);
    status = statusHome.findUniqueByNameType("Drafting Agreement", 1);
    doc.setStatusRef(status.getObjectReference());
    In case anyone has this problem, you should check the collection of values internal id, that's the actual ntype code (the number you send on the second parameter).
    But I could still use help having some advice on the Master Agreement elements handling (getting data from the master agreement or the data thas is being edited at the moment before saving).
    If anyone could give some advice, they would be very welcome

  • I sent in my iPod nano to the replacement program about two weeks back. However, I checked the status of the repair and it still says it has not been received yet. Is there any way to follow up on where the nano could be? I sent it via FedEx.

    I sent in my iPod nano to the replacement program about two weeks back. However, I checked the status of the repair and it still says it has not been received yet. However, my boyfriend sent in his the same time I did and his repair status says repair being diagnosed. I still have the "receipt" of the package when they first sent it to me. I sent it via FedEx. Is there any way to follow up on where the nano could be or maybe find out if I can still get a replacement even though my nano might be lost in transit?

    I sent it via FedEx. 
    Call FedEx.  They will be able to track their own packages.  They will let you know if your iPod Nano was delivered and to who!

  • RE: Mail notification on changing the status of the spport desk messages

    Hi,
    I am facing problem with the automatic mail notification in service desk configuration.
    When i create a support desk message in the satellite system, the message appears in crn_dno_monitor in solution manager. When i change the status of the message from new to in process, i get a mail only with the subject line "MESSAGE IN PROCESS STATUS' and the pdf attachement (sapscript) is missing. I have checked all the configurations in SPPFCADM but i am not able to figure out the problem. Please help me out of this problem.
    Regards,
    Sowmya

    Hi,
    there is a SAP Note with a tutor for send_mail via action. See Note 691303 and the attached .zip-file.
    It shows step by step how to set it up and is a very good tutorial. You'll need additional (free) software to let it run.
    Regards,
    Dirk
    @Sowmya: what content does the mail have? None? There is a possibility in SolMan where you can choose whether you want the content as a .PDF-Attachment (which, in my eyes, isn't that sparkling) or as regular mail text.
    It is located in TA SCOT. Double klick on "SMTP", then klick on "Internet" and there choose in the Drop Down Menu of Sapscript. When you have trouble, look at my [screenshot|http://home.arcor.de/dirk.malas/solman/Mail_TXT_PDF.JPG].

  • Attachment Downloading in Mail - How do you know the status of the download

    Hi,
    I'm trying to send a keynote presentation from my iMac to my MacBook and it doesn't seem to be working. The attachment shows up in my email, I click on it, and it doesn't really do anything. Is there a way to check the status of the download, or clear all the downloads for mail? I think it's just the size of the file, because pages files work, and even very small keynote files, but not a 3 slide keynote presentation.
    Any help with this would be much appreciated.
    Brandon

    Hi Brandon
    If you want to know quite a lot: http://en.wikipedia.org/wiki/LAN
    In short a Local Area Network is your network at home. Both your computers are somehow conncted to the internet. Most people don't want to afford seperate internet lines for each computer they own, so they build a LAN.
    Many internet providers will give you a modem with more than one network port so you can plug in more than one computers. If there's only one port, most people connect a router to get more ports. If you have wireless at home, you also have a LAN.
    Now to the better options: On both copmuters: Go to system preferences > Sharing. Enable File Sharing. To learn more about it, just click on the question mark button at the lower right.
    After you did this, open a Finder window. In the sidebar there will be a new item: Shared. If you open the triangle you'll see the computer name of your other computer. This can take a few seconds to show up.
    Now you just place the files you want to share in your Public folder so the other Mac can access it.
    Regards,
    --greg

  • Is it possible for me to transfer my downloaded games from my itouch to my ipad? If yes, how?  Will the status of the games be the same?

    is it possible for me to transfer my downloaded games from my itouch to my ipad? If yes, how?  Will the status of the games be the same?

    As long as the apps are still available in the store, and you use the same iTunes account as you originally used to buy them, then you should be able to re-download them for free : http://support.apple.com/kb/HT2519
    If you want to copy over your progress then you will need to try backin up the iPod and restoring that backup onto the iPad - you can't just restore individual apps, it's all or nothing.

  • How to maintain the status of the Thread ?

    How to maintain the status of the Thread ?
    namanc

    I want to know whether a particular thread (java
    application) is completed successfully or not ...
    If the thread is not completed successfully then I
    want to restart the Thread.
    Actually this is the Task Scheduler Application ...
    If the particular task is not running successfully
    then I want to start the Task again ...
    namancThen it could look something like this: // loading the queue
    for each task
        add task to list of incomplete tasks
        enqueue task in work queue
    // dispatcher
    while !done()
        task = workQueue.dequeue();
        New Thread(task).start();When a task finishes, it can call a callback method on the dispatcher. The dispatcher looks at the task's status. If it finished successfully, the task gets removed from the list of incomplete tasks. Else it goes back on the work queue.
    There will be some syncing issues involved. You'll have to use wait() and notify()/notifyAll() to handle the situation where the work queue is empty, and all incomplete tasks are being worked on. And the case where the dispatcher wakes up after the notifyAll() and there's nothing to dequeue and nothing in the list of incomplete tasks.
    Clearly it needs some fine tuning, but I hope you get the idea.

  • How can i get the status of the loaded database in OCI ??

    Hi, buddy!
    Now i wanna get the status of the loaded database,example MOUNT, NOMOUNT,OPEN. Can i use the OCI interface to get it? if it like that,
    how can i do? Otherwise, is there another way to do in program??
    thanks!!

    My friend, thank you very much for your help!
    I have tryed according to you advice. The result is that i can connect database successfully only when the database is in the OPEN mode. I use the V$DATABAES table to find the open_mode and of course the result is OPEN, so it's correct.
    But when the database is in the MOUNT or NOMOUNT mode, i can't connect the database successfully.It will throw the exception "ORA-01033: ORACLE initialization or shutdown in progress".
    Could you tell me why? Special thanks!!!
    Message was edited by:
    user588906

  • Change the status of the service ticket in crmd_order

    Hi,
    i want to change the status of the ticket with out changing manually in  the transcation crmd_order.
    I need the program to change the status based on transction number(service ticket number)
    Please guide me is there any FM to get that.
    Thanks in advance,
    Suresh

    Got the solution:-)
    It is defined in customization that when the status is closed, no changes can be done. So by removing that customization my code works both for both closed and open charms.
    Thanks,
    vinod.

  • Program or function module to check the status of the DTP.

    HI All,
    We have scenario like we need to pop up a message for a DTP.The message should tell us the status of the DTP load like successfully loaded or not.
    we have created a custom  screen for hierarchy load and provided access to the customer.cutomer can able to load hierarchy on the own.once they click execute it will trigger a process chain.
    process chian contains three variants startd ,inofpackge load and dtp.
    we need to pop up a message once the load has been sucessfully completed or not in the custom screen which has been provided to the customer.
    Please suggest.
    Regards,
    Sakthivel S

    Hi,
    Table RSBKDTPSTAT  will provide status information either Dtp is active or INA.
    we need to pop up a message once the load has been sucessfully completed or not in the custom screen which has been provided to the customer  : for this need to create msg for that Dtp in PC .
    Refer Below Doc provide steps:
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/10979a4a-d3da-2e10-3bab-8916d8245309?QuickLink=index&…
    Thanks.

Maybe you are looking for

  • Report For list of material Master with PO text

    Hi all, I need a report whether it is available in Standard SAP or a customized, for List of Material Master with their PO text. If any one can help, please reply to this theard. Regards, Kapil Kulkarni

  • How to record a USB mic and a guitar at the same time?

    I have an Audio-Technia AT-2020 USB mic and an Ovation acoustic/electric guitar. I wanted to record both of them at the same time, so i plugged the mic into the USB port (duh!) and the guitar into the 1/8" port on the computer (with a 1/4" to 1/8" ad

  • Groups on iPad and iPhone not on iCloud and mac.

    iCloud and mac sync. iPhone and iPad sync. iCloud and mac - don't syc with - iPhone and iPad. (Contacts) You can imagine, I've tried everything. Thanks

  • Maintaining Custom Colors from FrameMaker to the PDF

    I tried posting this question under the "Color Management" forum, but got a lot of questions asking what printer, paper, and other settings I'm using...not really what I'm looking for... Here is my original post: I am having problems with my company'

  • Lightroom CC will not export photos

    I installed Lr CC the night of April 21 (first day it was available) and have tried exporting several different photos, one at a time, without success; the pop-up message says "Some export operations were not performed.  The file could not be written