SWO1 approval in background does not clear manager workflow item

Hi,
I am trying to approve the shopping cart from a managers UWL in background through SWO1.
But when I do the shopping cart is getting approved whereas the approval item is still pending with the manager of the shopping cart.
How to  delete the workitem from the manager inbox once I push the shopping cart for approved status in SWO1 ?
Regards
harish

Hi,
Awaiting approval is document status. You can find workflow status and workflow item number in BBP_PD.
Please check workflow item detail in SWI1 transaction.
I think debug the setReleased method is good way for finding the root cause. It might change only document status and does not change workitem side.
If the SWO1 method does not fit your requirement, please check the class /SAPSRM/CL_OFFLINEAPP_INBOUND.
(b) Check whether workitem is still in status 'READY'
(d) Check procurement document
(e) Lock procurement document
(f) Append approval note as a long text of type NOTM to the
    procurement document => Update document
(g) Execute the workitem
(h) Unlock the document
Export the processing results and errors out of the method
Regards,
Masa

Similar Messages

  • Posting FI Document via bapi_acc_dosument_post but it does not clears the open items.

    Hi,
    I am trying to post the FI document using bapi_acc_document_post.Posting is happening successfully but clearing is not happening.
    I do not want to try bdc processing.
    Please suggest any alternate for this.
    Thanks,
    Aashi.

    Please commit and wait after execution of the BAPI.
    Thanks
    Ankit

  • Defered COGS does not clear

    Hi Gurus,
    I am seeing sporadically DCOGS account does not clear causing balance in GL . I am looking to see problamatic transactions from GL.
    I have done sanity check from Cost Management with COGS Process , Revenue Recognition and Generate COGS Events. All looks good
    Here is the case - I have the DCOGS GL account having the balance. I can drill down but how to identify which are the transactions thats causing this balance?
    Drill down shows all the transactions but doesnt have capability to show stuck transactions. Are there any tables that helps in seeing this details?
    Any one who has more inputs on this issue , I appreciate the help.
    Thanks
    Raghavendra

    Hi Raghavendra,
    You may benefit from the following oracle support document:
    Identify the Sales Order Issue Transactions that have been finally accounted but have no Revenue Recognition Transactions i.e. COGS or DCOGS (Doc ID 1616456.1)
    However, functionally, I usually like to track deferred COGS through "COGS Revenue Matching Report" as it gives me direct information on what orders have been earned (revenue recognition) and still have DCOGS
    "This report in Cost Management responsibility"
    Hope this helps you
    Regards

  • FINSTA Bankstatement does not clear Open Items

    Dear SAP guru,
    I am experiencing an issue where FINSTA bankstatement generated in IHC module does not clear Open items in reciving company code. I would like to get the system to search for the document based on the original FI document number and clear it. The situation is
    The bank statement successfully processed has an original document number and processed.
    In IMG for EBS, I configure as algorism used is 20 - Document number search and Bank Posting type 4: Clear Debit GL account
    Clearing account -  and have the posting with relevant document number matched with the bankstatement.
    It seems that the system does not find the matching at all.
    Could any of you shed some light on what I am missing???
    Kind regards
    Taro

    Creating or even using something like a data migration account is the best way.
    Are you saying that you have a GL account with say 100 line items and you want them all cleared. If that is the case you wont need a LSMW, make sure you know the amount, and then create a journal posting to your new GL account, and select all items in the GL account you want to clear.
    If there are various GL accounts, again no real problem, in F-03 which is what you would be using, you can enter more than GL account so that should not be an issue.

  • Hi i am have had a lot of trouble emptying my trash. when i go to put something in there it asks from my password and the item goes off the screen, but this does not clear any space on the hard drive.

    Hi i am have had a lot of trouble emptying my trash. when i go to put something in there it asks from my password and the item goes off the screen, but this does not clear any space on the hard drive.

    1. Triple-click the line below to select it:
    ~/.Trash
    2. Right-click or control-click the highlighted line and select
    Services ▹ Show Info
    from the contextual menu. An Info dialog should open.
    3. The dialog should show "You can read and write" in the Sharing & Permissions section. If that's not what it shows, click the padlock icon in the lower right corner of the window and enter your password when prompted. Use the plus- and minus-sign buttons to give yourself Read & Write access and "everyone" No Access. Delete any other entries in the access list.
    4. In the General section, uncheck the box marked Locked if it's checked.
    5. From the action menu (gear icon) at the bottom of the dialog, select Apply to enclosed items and confirm.
    6. Close the Info window and test.

  • Hi,When I submit the budget for approval, it is approved and base lined when we submit it for approval. It does not go in approval hierarchy. We want it to flow through approval hierarchy.

    Hi,When I submit the budget for approval, it is approved and base lined when we submit it for approval. It does not go in approval hierarchy. We want it to flow through approval hierarchy.

    Hi Amit,
    if I understand correctly, you just need for a particular object a tooltip to be showed.
    There is no such functionality hence you used the trick of using a hyperlink, which if clicked generates undesired behavior.
    Hyperlinks don't allow themselves to be disabled, therefore if you are using that workaround you must cope with that.
    I would suggest to create an Idea at [https://ideas.sap.com] for having in the properties of an object a tooltip, then post the link to the idea here and other users will vote if they like the idea.
    Thanks and regards,
    Simone

  • Background does not show up when creating a PDF in InDesign

    I have placed the same image in Illustrator and the PDF does show up the image.

    Ooh. Ok. Thank you! I'm using InDesign CS5.5, Acrobat 10.1.6. Mac OSX (10.6.8).
    Layer 1: background (TIFF): does not show up
    Layer 2: Type and logos (EPS): do show up in my pdf.
    -When I select Overprint Preview in Indesign the background is missing.
    -I have created pdfs in different presets (smallest, high quality, etc) and still background does not show up.
    -When I place ONLY the background on a new InDesign document, it does show up in the PDF.
    -I have created a pdf with the background in Illustrator and it does show in my PDF.
    Thanks!

  • MQ Adapter does not clear the rejected message from the queue

    Hi All,
    I'm using a MQ Adapter to fetch the message from the queue without any Backout queue configured. However, whenever there is any bad structured message found in the queue, MQ adapter rejects the message and moves the message to the rejmsg folder but does not clear it off the queue, as a result of which it keeps retrying the same hence, filling the logs and the physical memory. Somehow we do not have any backout queue configured so I can move the message to blackout queue. I have tried configuring the jca retry properties and global jca retry as well but to no avail.
    - Is it not the default behaviour of MQ Adapter to remove the rejected message from the queue irrespective of Backout queue is configured or not? The same behaviour working well with the JMS and File Adapter though.
    - Is there any way I can make MQ Adapter delete the message from that queue once it is rejected?
    Regards,
    Neeraj Sehgal

    Hi Jayson,
    Check this URL which answers a problem with com.sap.engine.boot.loader.ResourceMultiParentClassLoader problem:
    http://209.85.175.132/search?q=cache:RnFZ9viwuKkJ:https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/pcd!3aportal_content!2fcom.sap.sdn.folder.sdn!2fcom.sap.sdn.folder.application!2fcom.sap.sdn.folder.roles!2fcom.sap.sdn.folder.navigationroles!2fcom.sap.sdn.role.anonymous!2fcom.sap.sdn.tln.workset.forums!2fforumtest!2fcom.sap.sdn.app.iview.forumthread%3FQuickLink%3Dthread%26tstart%3D45%26threadID%3D1020700+com.sap.engine.boot.loader.ResourceMultiParentClassLoader&hl=en&ct=clnk&cd=3&gl=in&client=firefox-a
    Please check that the JDK compliance level is at 5.0
    Window->Preferences->Java->Compiler->Compiler compliance level set this to 5.0
    Set the installed JRE to the one you have mentioned JDK 5.0 update 16
    Window->Preferences->Java->Installed JRE's->
    Click on the add button to select the path of your JDK.
    once completed click on the check box next to it.
    regards,
    AKD

  • After hiighlighting a word and pasting it into another document, the clipboard does not clear ;when I hit enter it pastes again and again. How do I fix it?

    When I highlight a word or phrase and copy to the clipboard, then paste it in another area the clipboard does not clear the phrase. Therefore, every time as I type and hit the enter key it continues to paste the phrase all over my document. I do have the latest download of Firefox installed (16.0, win 7 and that is when this started. How do I stop this obnoxious behavior so I can type a sentence with normalcy?
    Louise

    Thank you, Iusually do that first thing with any computer problems. Old school computer fix. Hard Boot regardless! lol Thanks again.

  • Phone reset does not clear status screen

    we have a couple of applications that reset the phones. we have noticed that a reset on a 7941 does not clear the display (that is, the old message "Resetting, please wait ..." remains on the screen). The 7940s and 7960s are fine. does anyone know why this is?
    Version in use is:
    Load File TERM41.7-0-2SR1S
    App Load ID Jar41.72-1-0-1.sbn
    JVM Load ID cvm41.72-1-0-1.sbn
    OS Load ID cnu41.72-1-0-1.sbn
    Boot Load ID boot41.3-2-2-0.bin
    I also have tried SCCP41.8-2-2S
    And SCCP41.8-0-4SR3AS
    (These are the latest available on CCO)

    Marc,
    The Factory reset or Restore to Factory defaults is geared towards the "Configuration" of the DMP.  The contents within flash are not removed as you have seen.  The FAQ that you reference is a good way to remove the files if so desired.  So the DMP is working as designed.
    If this answers your question, Please take time to mark this
    discussion answered & rate the response.
    Thank You!
    T.

  • BADI ME_PROCESS_PO_CUST - DOES NOT CLEAR OUT ERROR

    In ME21N I want to validate the field Commodity Code - STAWN. I have used the BADI ME_PROCESS_PO_CUST*
    . Have used get_foreign_trade() in the PROCESS_ITEM method . I am able to throw an error . It is doing it but*
    after throwing error then when we give a valid Commoditycode too it is still showing the error and not clearing the error  .*
    As suggested by Dean Q I used   INCLUDE mm_messages_mac,
    tried im_item->set_foreign_trade( ls_mepo_eipo)  still when a valid Commodity code is entered after an invalid one  it does not clear out the error. In fact on checking using break-point I found that the second time it does not enter into the method  PROCESS_ITEM.    Any help is welcome
    Nivedita

    Hi,
    In SE18 give ME_PROCESS_PO_CUST as the enhancement spot and display. At the left side of the screen you can see the badi definition ME_PROCESS_PO_CUST. Expand the tree and double click on implementations. You can see the enhance implementations created. Double click on the enhancement implementation and in that screen there is a check box 'Implementation is active' and field 'Effect in current client'.
    If you know the enhancement implementation name(not the badi implementation name), you can check it directly from se19.
    Regards,
    Poornima

  • Window pops up stating"browser error" when trying to access documents using google doc's. Holding shift key and refresh does not clear window. What's next?

    Shut down and restarted computer, "browser error" still pops up when trying to access documents using Google doc's.
    Holding shift key and clicking refresh does not clear window.
    What else can be done to clear the window and gain access to my documents?

    Hi,
    Found a note explaining the significance of these errors.
    It says:
    "NZE-28862: SSL connection failed
    Cause: This error occurred because the peer closed the connection.
    Action: Enable Oracle Net tracing on both sides and examine the trace output. Contact Oracle Customer support with the trace output."
    For further details you may refer the Note: 244527.1 - Explanation of "SSL call to NZ function nzos_Handshake failed" error codes
    Thanks & Regards,
    Sindhiya V.

  • Copy opening does not clear the destination data - Just appends

    Hi All,
    Copy opening does not clear the destination data. It just appends so if i run the copy opening package twice i can see the signed data get doubled.
    We have SAP BPC NW 7.5 SP08 Patch 1001.
    I working on the Periodic Application.
    Copy opening Script logic:
    *FOR %TIME% = %TIME_SET%
    *RUN_PROGRAM COPYOPENING
    CATEGORY = %CATEGORY_SET%
    CURRENCY = %CURRENCY_SET%
    TID_RA = %TIME%
    OTHER = [B_ENTITY=%B_ENTITY_SET%]
    *ENDRUN_PROGRAM
    *NEXT
    Carry-forward business rules
    Source account : BALANCE SHEET ACCOUNTS
    Source flow  : F99
    Dest account :
    Dest flow  : F00
    Reverse sign : FALSE
    Data source type :  ALL
    Same period      :FALSE
    Apply to YTD : False
    Category dimension:
    ID               ACTUAL               BUDGET
    EVDESCRIPTION          Actual               BUDGET
    PARENTH1          
    YEAR               2008               2011
    COMPARISON          BUDGET               NBUDGET
    STARTMTH               1               1
    CATEGORY_FOR_OPE                    ACTUAL
    FX_SOURCE_CATEGORY          
    RATE_CATEGORY          
    RATE_YEAR          
    RATE_PERIOD          
    FX_DIFFERENCE_ONLY          
    OPENING_YEAR          
    OPENING_PERIOD          
    OWNER               [ADMIN]               [ADMIN]
    STORED_CALC          
    REVIEWER_CAT          
    Appreciate any help.
    Regards
    Mehul

    Snote 1620613 has fixed the issue
    Regards
    Mehul

  • History does not clear in address drop down menu

    After going to tools--clear history, and tools--options on multiple occasions, my drop down history does not clear from my address bar, nor does it create new history. I still want control of my address bar, so "nothing" under location bar does not solve the problem either. Speaking to someone about this would be greatly appreciated.

    The location bar drop down consists of your history and bookmarks, so it's possible that you're seeing bookmarks. Try setting it to only display history.

  • Firefox location bar history does not clear

    Problem: When I attempt to delete or clear the Location bar, nothing happens. The Location Bar remains fixed and does not update as I browse. This fixed Location Bar history still remains despite various methods of clearing it.
    Specs: Running Firefox 3.6.8 on Windows Vista.
    Details: Despite various methods, location bar history remains fixed and does not change or update as I browse. I wish for it to display an accurate history but it instead remains fixed. The only way to clear it is to open Tools > Options, and click on Nothing under Location bar suggestions. However, this renders the location bar useless for providing history.
    - Selecting websites in Location Bar and pressing "Delete" or "Backspace" has no lasting effect. The website goes away while the Location Bar is pulled down, but reappears in the exact same spot when the Location Bar is viewed again.
    - Clearing recent history, with time range set to everything and all options selected in the Details panel, does nothing.
    - Pressing Ctrl-Shift-H and deleting all history does not clear Location Bar.
    - While in History, highlighting any websites displayed on the Location Bar and telling Firefox to forget it does not clear the Location Bar.
    - Running Firefox in Safe Mode still gives me the same problem. Location Bar does not change.
    P.S. Location Bar does not display Bookmarks. There are no stars next to any web addresses despite changing Location Bar Suggestion settings to "Bookmarks".
    I simply want to get my Location Bar back in working order, but have been unable to do so following the conventional methods suggested on Firefox Support. Thanks for your help!

    See http://kb.mozillazine.org/Locked_or_damaged_places.sqlite

Maybe you are looking for

  • Won't display simplified Chinese

    I just checked out an ebook written in simplified Chinese from an online library . The ADE displayed the title and the table of content correctly on the left pane, but the content of the book displayed on the right pane were not - just a bunch of spe

  • How do I check if checkboxe(s) selected, please

    Hello, I am creating Checkboxes on runtime which I am able to do so. I have been trying to find out if one or more are selected. Please see my code: Thanks.

  • Add wordpress code hinting extension, now there is no php code hinting

    I installed the the dreamweaver plugin here http://www.adobe.com/cfusion/exchange/index.cfm?event=extensionDetail&extid=3230522 which enables code hinting for wordpress functions. This is great but now there is no normal code hinting for php. Is ther

  • Need photo paper for 16:9 format photos

    My Sony HDV digicam takes 16:9 stills.  I'm looking for appropriate photo paper to use on my HP C4280 Photosmart printer. Now I use Photoshop and print on 8.5x11 photo paper but it is not fast/easy and wastes paper. Any ideas appreciated.

  • Need help with Importing These Kinds of Excel Data Sheets

    hy there, Can someone Assist me with this. I got a package in SSIS. where I need to import Excel data sheets. Those sheets are coming from Cube. And So their format is bit different Kindly help me how to import those With DATA FLOW TASK. And , As you