To get the Workflow status using the Object Key

Hi Experts,
Do we have any transaction code or a Standard table where I can see the status of the Workflow using the Object Key.
For example I have an Invoice Document number for which a Workflow has been triggered and now I want to see the which workflow has been triggered and what is the status for the same. I have only the Invoice Document Number.
I think I can use the SWI1, SWEL etc but I don't have Object key as Input field.
Thanks in advance.
Regards,
SRinivas

Hi,
You can find the workitem id in table SWW_WI2OBJ.
Here you need to pass the invoice number in "Instacne ID" with leading zeros, business object in Object type.
This may take little bit longer time.
After getting the workitem number then look into table SWWWIHEAD for the workitem status.
Thanks and regards,
SNJY

Similar Messages

  • Workflow status based on object key

    Hi all,
    How can we  know the status of workflow(Processing or completed) based on object key?
    Thanks,

    Hi
    1.If you have the BOR key and the name of the BOR then you can make use of the FM SAP_WAPI_WORKITEMS_TO_OBJECT the result of the function module would return you the top/parent workitem ID of the worklow which acted asa receiver.
    2. Once you have the top/parent workitem ID then try to pass the same workitem ID to SAP_WAPI_GET_WORKITEM_DETAIL  this would return you the SWWWIHEAD table entry. From the result structure check the field value WI_STAT ,  this would have the right status of the workflow whether it got completed or still in process state.
    Regards
    Pavan

  • TerminalServices-RemoteConnectionManager Event ID: 1057: The relevant status code was Object already exists.

    The computer is Windows 7 Professional 64-bit edition version 6.1 Build 7601 service pack 1. The computer is not in a domain environment. I believe this may be a security issue however I completed an in-place windows 7 upgrade to try and fix the problem
    but after all of the windows updates, etc the error remains and appears every time the computer is rebooted...
    I could use some help with the following error:
    Log Name:      System
    Source:        Microsoft-Windows-TerminalServices-RemoteConnectionManager
    Event ID:      1057
    Task Category: None
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Description:
    The Terminal Server has failed to create a new self signed certificate to be used for Terminal Server authentication on SSL connections. The relevant status code was Object already exists.
    Provider Name="Microsoft-Windows-TerminalServices-RemoteConnectionManager"
    Guid="{C76BAA63-AE81-421C-B425-340B4B24157F}"
    EventSourceName="TermService"
    I found {C76BAA63-AE81-421C-B425-340B4B24157F} in my registry in the:
    HKey_LOCAL_MACHINE -> SOFTWARE -> Microsoft -> Windows -> CurrentVersion -> WINEVT -> Channels -> Microsoft-Windows-TerminalServices-RemoteConnectionManager/Admin -> OwningPublisher
    HKey_LOCAL_MACHINE -> SOFTWARE -> Microsoft -> Windows -> CurrentVersion -> WINEVT -> Channels -> Microsoft-Windows-TerminalServices-RemoteConnectionManager/Analytic -> OwningPublisher
    HKey_LOCAL_MACHINE -> SOFTWARE -> Microsoft -> Windows -> CurrentVersion -> WINEVT -> Channels -> Microsoft-Windows-TerminalServices-RemoteConnectionManager/Debug -> OwningPublisher
    HKey_LOCAL_MACHINE -> SOFTWARE -> Microsoft -> Windows -> CurrentVersion -> WINEVT -> Channels -> Microsoft-Windows-TerminalServices-RemoteConnectionManager/Operational -> OwningPublisher
    Microsoft-Windows-TerminalServices-RemoteConnectionManager
    %SystemRoot%\system32\termsrv.dll
    When I open as administrator a command prompt window and enter the follow: regsvr32 termsrv.dll
    I get the following message:
    RegSvr32
    The module termsrv.dll was loaded but the entry-point DllRegisterServer was not found.
    Make sure that termsrv.dll is a valid DLL or OCX file and then try again.
    Not sure if this is a problem or if this behavior is expected...
    I ran sfc /scannow and check disk on the hard drive with both reporting no errors.
    I updated the security profile for:
    [Computer Configuration\Administrative Templates\Windows Components\Remote Desktop Services\Remote Desktop Session Host\Security]
    In the right pane, double click "Require use of specific security layer for remote (RDP) connections", in the security layer list, select RDP.
    I modified the policy and there was no change in computer behavior.  The error still appears each time the computer is reboot.
    ===
    I found a semi-related webpage that at least lists the same Microsoft-Windows-TerminalServices-RemoteConnectionManager and 1057. However I'm running Windows 7 64-bit edition and I seriously doubt I have a lack of available memory issue.
    Event ID 1057 — Terminal Services Authentication and Encryption
    http://technet.microsoft.com/en-us/library/cc775192%28v=ws.10%29.aspx
    Physical Memory (MB)
    Total 24567
    Cached 6337
    Avaiable 21821
    Free 15709
    The relevant status code says that the "Object already exists" which I think is far more relevant then some memory issue. Do I have to delete some file or registry entry? Or is it a security issue?
    Google search have come up with nothing. Any suggestions would be very helpful!

    Have a solution for you:
    Download makecert.exe and generate new cert for RDP
    makecert -r -pe -n "CN=server FQDN"  -eku 1.3.6.1.5.5.7.3.1 -ss my -sr LocalMachine -sky exchange -sp "Microsoft RSA SChannel Cryptographic Provider" -sy 12"
    Change server FQDN with real value.
    Go to computer certificates and under remote desktop delete current certificate. Then from personal store move the newly created cert to Remote Desktop.  Open the cert and copy Thumbprint.
    Open regedit and go to:
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations
    Update SelfSignedCertificate key with new cert tumbprint.
    Restart Remote Desktop Services service

  • Standard Tool / Program to Change the Workflow Status

    Hello,
               I would like to know if there is any standard program to Change Status of the Workflow from IN PROCESS to ERROR. I know that there are Standard SAP tools using which we can restart the Workflows that are in ERROR Status. But for changing the Status of the Workflow from IN PROCESS to ERROR, I've not come across any tools / programs. I would really appreciate your help. Thanks in advance.
    Regards,
    Venkata Phani Prasad K

    sorry correction ..FM SWW_WI_CALLBACK_CHANGE_S can be used to correct the status without any check.
    I came across this issue where a dialogue workitem was logically deleted in order to remove it from the user inbox. Later an incident was created that the work-item is still needed to perform the rest of the workflow action. The solution should have been to complete the work-item by executing the terminating event of work-item or complete the work-item manually(SWIA). But instead some one performed  logical deletion.
    so in order to revive the workflow i needed to change the status form logically deleted to ready status. for this i found this FM which successfully changed the status form logically deleted to ready status. It though lost the agent assignment but i forwarded it manually to respective user.
    Regards
    Dharmendra
    TCS India.

  • To get the User status of the Production Order

    Dear all,
    I have a  requiement to get the user status of the production order, This is just below the Status of the Production Order,
    I was able to get the Status of the Production order using the Function Module ( REL MSPT PRC ) etc
    Can any body please help me in fetching this data.
    with rgds
    Ranjith Singh

    Dear,
    Please try with,
    FM 'STATUS_TEXT_EDIT'
    Or See function module PM_ORDER_DATA_READ
    The status maintenace is done by SAPLBSVA
    Use the Tables are :
    JEST - Pass OBJNR of the Production ORDER (AUFK, AFKO tables)
    or from
    TJ02
    TJ02T
    Please take help from technical consultant.
    Hope it will help you.
    Regards,
    R.Brahmankar

  • How to get default values while using the transaction "BP"

    Hi Group,
    I have a query on how to get default values while using the transaction <b>BP</b>?
    The thing is:
    when I enter into the transaction "BP", I need to see some default values to some of the input fields in the screen.
    how can I achieve this?
    So please kindly let me know the procedure to achieve this.
    Thanks & Regards,
    Vishnu.

    Hi,
    The events of BDT can be used to default some fields on creating a partner.
    For this create a function module for ISDAT. attach that event in BUS7.
    In the ISDAT funtion modulethe following code should be used.
    For example to set the nationality:
    I_BUSDEFAULT-NATIO = 'DE.
    CALL FUNCTION 'BUP_BUPA_FIELDVALUES_SET'
    EXPORTING
    i_busdefault = I_BUSDEFAULT
    Regards, Smita.

  • I have replaced my ibook hard drive but when I start up I get a folder with a flashing question mark. I have tried installing the OSX disk using the "C" key but can't get any further than the flashing "?." What do I do? What is the problem?

    I have replaced my ibook hard drive but when I start up I get a folder with a flashing question mark. I have tried installing the OSX disk using the "C" key but can't get any further than the flashing "?." What do I do? What is the problem?

    Which iBook do you have?
    http://support.apple.com/kb/HT1772?viewlocale=en_US
    Which version of the OS is installed, and which version are you trying to install?
    You could try starting up with Startup Manager and see if it will allow you to select the OS X install disc as the startup disk. If so, maybe you can proceed from there. I would recommend repairing the hard drive first since you are evidently having a bit of a problem with it.

  • I have a mac OSX desktop version 10.6.8 and all of a sudden I can't get a full screen view in Safari when I ask for help the response is use the arrows on the top right of the screen ... I don't have them  ... can anyone help?

    I have a mac OSX desktop version 10.6.8 and all of a sudden I can't get a full screen view in Safari when I ask for help the response is use the arrows on the top right of the screen ... I don't have them  ... can anyone help?

    Hi Mary,
    I don't remember those arrows in 10.6, only 10.7 & up!?
    I have 10.6.8, as you do. To make your Safari full screen, make sure you have the left hand side of your safari page moved  all the way to the left.  Then move your cursor to the BOTTOM RIGHT CORNER of the safari page, and simply drag your page towards the lower right hand corner of the screen. NOTE: you will see a series of lines on the bottom right corner of the page, indicating where to place you cursor arrow.
    By wuzradioman here...
    https://discussions.apple.com/thread/4218928?start=0&tstart=0

  • HT201596 80 % of my itunes files are located on a 3tb external drives; the remainder on a 4TB drive. ALL my files are on the 4TB. How do i get iTunes just to use the files on the 4tb drive so I can use the 3tb for other purposes   THX  .

    Hi,  80 % of my itunes files are located on a 3tb external drives; the remainder on a 4TB drive as I ran pout of space. ALL my files are on copied on to the 4TB drive . How do I get iTunes just to use the files on the 4tb drive so I can use the 3tb for other purposes   THX  .

    Select the desired location in preferences, then consolidate the media files to it.
    iTunes 12 for Mac: Change where your iTunes files are stored - http://support.apple.com/kb/PH19507 - Unfortunately this is misnamed.  It should say "Change where your media files but not where your library files are stored" - more information at: https://discussions.apple.com/message/22026652#22026652 - and steps 5-8 in https://discussions.apple.com/message/24491967#24491967

  • Could not save Preferences because the file is locked, you do not have necessary access permissions, or another program is using the file. Use the 'Get Info' command in the Finder to ensure the file is unlocked and you have permission to access the file.

    I have this massage every time close ps cc
    Could not save Preferences because the file is locked, you do not have necessary access permissions, or another program is using the file. Use the ‘Get Info’ command in the Finder to ensure the file is unlocked and you have permission to access the file. If the problem persists, save the document to a different file or duplicate it in the Finder.

    You may get better help in Photoshop General Discussion
    The Cloud forum is not about using individual programs
    The Cloud forum is about the Cloud as a delivery & install process
    If you will start at the Forums Index https://forums.adobe.com/welcome
    You will be able to select a forum for the specific Adobe product(s) you use
    Click the "down arrow" symbol on the right (where it says All communities) to open the drop down list and scroll
    If FINDER means Mac, read below (and try to give more information when asking a question)
    Mac 10.9.3 workaround https://forums.adobe.com/thread/1489922
    Enable Mac Root User https://forums.adobe.com/thread/1156604
    -more Root User http://forums.adobe.com/thread/879931
    -and more root user http://forums.adobe.com/thread/940869?tstart=0

  • Opening my Photoshop Elements 11 does not work. I always get following message: "Could not open a volume of work, because the file is locked or you do not have the required permissions. Undo the protection of the file on using the command 'Properties' in

    Opening my Photoshop Elements 11 does not work. I always get following message: "Could not open a volume of work, because the file is locked or you do not have the required permissions. Undo the protection of the file on using the command 'Properties' in Windows Explorer." What is wrong? I cannot unterstand what I have to do!

    Could not open a scratch file because the file is locked or you do not have the necessary access privileges. (…) | Mylen…
    Mylenium

  • I have Panasonic Tx-26lx70p Tv. (5 years old model). As this is 8ms and 100hz technology, my quetion is, may i he a chance to get a good quality using the newer apple tv?

    I have Panasonic Tx-26lx70p Tv. (5 years old model). As this is 8ms and 100hz technology, my quetion is, may i have a chance to get a good quality using the newer apple tv?

    That depends on what you define as "good quality".
    Honestly I'm not able to find that model on panasonic's website to find out if it is 720p or 1080p, I suspect it's only 720p.

  • TS4147 How do I get iCloud & iPhone to use the contacts in address book on desktop?

    using Max OS X 10.6.8 with an iphone4 and it cannot seem to get my phone to use the contacts I have in my address book on the desktop.
    tried selecting "replace contacts" on the iphone for the alst update and even scrubbing the phone from start but still it wants to use my old contact list (same on iCloud)
    help please.

    Hey jel177!
    It seems like you may need to turn off your iTunes in the Cloud features and download or sync the songs manually to your phone. Here is a link that can help you adjust those settings:
    iTunes Match - iPhone
    http://help.apple.com/iphone/7/#/iph6e2dfb83
    Then, you can use this link to find your purchases and download them to your phone:
    Download past purchases
    http://support.apple.com/kb/ht2519
    Thanks for coming to the Apple Support Communities!
    Cheers,
    Braden

  • I currently have a mac osx, and my CC keeps coming saying its expired, when it should be running the CS6 design standard.  So how do I get my platform to use the CS6 as my default instead of the CC one.

    I currently have a mac osx, and my CC keeps coming saying its expired, when it should be running the CS6 design standard.  So how do I get my platform to use the CS6 as my default instead of the CC one.

    Sign in, activation, or connection errors | CS5.5 and later
    And you can change the default program for a file type under File --> Info.
    Mylenium

  • When I sign in to Gmail in FF I get this mess -Error undefined If this problem persists, try reloading the page, or using the basic HTML version. Learn More.

    When I sign in to Gmail in FireFox I get this mess -Error undefined If this problem persists, try reloading the page, or using the basic HTML version. Learn More.

    Reload web page(s) and bypass the cache to refresh possibly outdated or corrupted files.
    *Press and hold Shift and left-click the Reload button.
    *Press "Ctrl + F5" or press "Ctrl + Shift + R" (Windows,Linux)
    *Press "Command + Shift + R" (MAC)
    Clear the cache and the cookies from sites that cause problems.
    "Clear the Cache":
    *Tools > Options > Advanced > Network > Cached Web Content: "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Tools > Options > Privacy > Cookies: "Show Cookies"
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
    *Do not click the Reset button on the Safe mode start window or otherwise make changes.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

Maybe you are looking for

  • Reg: Interface - SAP payroll data to payroll system

    I am downloading employee data from SAP to TAB delimited flat files. For this , i am using logical databases PNP ,Info type P0002 and tables CATSDB. In selection screen, i am getting the file name by using PARAMETRERS. 1.Then at selection-screen , I

  • How to: Smart Playlist...

    I've got about 5200 songs in my library, and they all don't fit onto my iPhone, so I have to pick and choose. The problem is, if a song isn't assigned to a playlist , it gets lost in my my library. I'd like to make a Smart Playlist for all songs not

  • When i click on app store in itunes nothing happens

    when i click on app store in itunes nothing happens

  • Account assignment mandatory

    Hi All, Every time when I am creating PO or PR etc.. I am getting error like "Account assignmnet mandatory for this material" Can anyone tell me why did I get that error? Even I am giving valuation class and etc in Accounting view of material master.

  • Macbook Pro 13" 2009 and SSD choice?

    Hi all, I am looking to add a SSD drive to the optical drive space on my Macbook Pro 13" 2009(Aug) 2.5Gz.  Just wonder what's the most reliable drive for 256gb under $400.  I have read many problems with SATA II negotiated speed, and etc.  Several fo