Unable to close LIMIT TYPE PO's

Hi all,
SRM 5.0 ECS
For a limit PO,can we change the A/c assignment data if there are nofollow on docs(No GR and INvoice) created??
Also we have a limit type PO,which is now error in process.We are trying to close the PO by checking on the indicators"No further confirmations expected " and "No further invoices expected " ,but when we do so,the indicator for confirmation becomes unchecked,the status of PO goes "error in Process" and in backend monitor I see the foll erros:
PO 3900000100: Instance 3900000100 of object type PurchaseOrder c ould not be changed
PurchOrder 3900000100: Purchase order still contains faulty items
PO 3900000100: In case of account assignment, please enter acc. a ssignment data for item
PurchOrder 3900000100: Transfer failed
Another observation : These PO's are created directly in SRM and not from Shopping carts in Sourcing.They have no follow on dcouments too.
Can someone tell me how do I close this PO now??

Hi,
It seems the Limit P.O is initially created with 'Invoice Only' option which then got replicated to ECC (R/3) system with Item Category 'B' which is a Limit in ECC.
And then later the Limit P.O in SRM is changed to add 'Confirmation' and 'Confirmation based Invoice veridfication' check boxes.
But while replicating only GR based Invoice gets replicated to ECC.
This is because when a Limit order in SRM is created with both Confirmation and Invoice required options it gets replicated to ECC (R/3) with Item Category D which is a service.
There is a OSS note available to resolve this bug. Please check for the OSS note as i do not remeber the OSS note number.
As far as closing this P.O is concerned, please delete this P.O in SRM as there are no follow on documents and in case the deletion status of this P.O does not get replicated to backend ECC (R/3) and the P.O is still active in backend then use Function Module BBP_PO_DELETE to delete this P.O in ECC as well.
Hope this helps you to get little more understanding on this issue.
Let us know in case of any further clarifications.
Regards,
Teja

Similar Messages

  • Close Limit type PO - once follow on docs created

    HI all,
    I am facing an issue which is mentioned in the below thread:
    Re: Change Limit PO line item account assignment
    I want to close the Limit PO but unable to change that as it gives an a/c assignment error.Is there a way we can change the a/c assignment data for the Limit type PO once the follow on doc are created?Is there any way programactically we can make the changes to the PO in order to close it?

    Hi Experts,
    Please advise.

  • "No further invoices expected"  flag reset while closing Limit type PO

    Hi all,
    SRM 5.0 ECS.
    I am trying to close  Limit type PO which has all the follow on docs created by chcekcing the GR/IR indicators under Item data-->Statistics.But when I do so and re-order the PO,,the indicator "No further invoices expected " is reset and the PO status is error in process".
    How do close the above PO now???Can I do it programaticaly by settig the indcators??Please advise.

    Experts,
    Any advice.?

  • ORA-27078: unable to determine limit for open files

    I installed Oracle XE on my Gengoooraclexe@ghost ~ $ lsnrctl
    LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 25-JUN-2011 16:51:29
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Welcome to LSNRCTL, type "help" for information.
    LSNRCTL> status
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC_FOR_XE)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for Linux: Version 10.2.0.1.0 - Production
    Start Date 25-JUN-2011 10:03:30
    Uptime 0 days 6 hr. 48 min. 1 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Default Service XE
    Listener Parameter File /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/admin/listener.ora
    Listener Log File /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/log/listener.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC_FOR_XE)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=ghost.emacs.com)(PORT=1521)))
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully
    LSNRCTL>
    Poraclexe@ghost ~ $ sqlplus "/as sysdba"
    SQL*Plus: Release 10.2.0.1.0 - Production on Sat Jun 25 07:19:58 2011
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Connected to an idle instance.
    SQL> show user
    USER is "SYS"
    SQL> startup
    ORA-27078: unable to determine limit for open files
    Linux Error: 1: Operation not permitted
    Additional information: 1
    Additional information: 1
    Additional information: -2958340
    SQL> startup force
    ORA-27078: unable to determine limit for open files
    Linux Error: 1: Operation not permitted
    Additional information: 1
    Additional information: 1
    Additional information: -3378372
    SQL> startup
    ORA-03113: end-of-file on communication channel
    SQL> exit
    Disconnected

    unable to determine limit for open filessee http://download.oracle.com/docs/cd/B25329_01/doc/install.102/b25144/toc.htm#BABJFAIA
    Is that a debian flavored distro?

  • Closing Limit type PO,with status "ERROR IN PROCESS" &conf indicator reset!

    Hi all,
    SRM 5.0 ECS
    For a limit PO,can we change the A/c assignment data if there are nofollow on docs(No GR and INvoice) created??
    Also we have a limit type PO,which is now error in process.We are trying to close the PO by checking on the indicators"No further confirmations expected " and  "No further invoices expected " ,but when we do so,the indicator for confirmation becomes unchecked,the status of PO goes "error in Process" and in backend monitor I see the foll erros:
    PO 3900000100: Instance 3900000100 of object type PurchaseOrder c ould not be changed
    PurchOrder 3900000100: Purchase order still contains faulty items
    PO 3900000100: In case of account assignment, please enter acc. a ssignment data for item
    PurchOrder 3900000100: Transfer failed     
    Can someone tell me how do I close this PO now??

    Hi
    This may help you:
    This is because of the workflow issue, you need the find the workitem ID in SWI1 and delte it using SWWL
    with regards
    Manjunath

  • Unable to close Modal dialog box

    Hello Friends,
    I am displaying a list in a Modal Dialog box. When I try to close the Modal dialog box. It is not getting closed.I have defined a gui status for this modal dialog box. PBO and PAI Coding is given below .
    module STATUS_0300 output.
      SET PF-STATUS 'STATUS_300'.
    SUPPRESS DIALOG.
      LEAVE TO LIST-PROCESSING AND RETURN TO SCREEN 0 .
      IF p_week IS NOT INITIAL.
        WRITE : text-009 COLOR 1.
      ENDIF.
      IF p_month IS NOT INITIAL.
        WRITE : text-010 COLOR 1.
      ENDIF.
      LOOP AT g_t_wkmon_error INTO g_s_wkmon_error.
        WRITE :/ g_s_wkmon_error-matnr,
                 g_s_wkmon_error-period,
                 g_s_wkmon_error-quantity.
      ENDLOOP.
    LEAVE SCREEN.
    endmodule.  
    module USER_COMMAND_0300 input.
    CASE ok_code.
      WHEN 'OK'.
       LEAVE PROGRAM.
    ENDCASE.
    endmodule. 
    Thanks in Advance.
    Hari

    Hi,
    Check the below thread
    Re: Unable to close modal dialog box
    " Make sure you select the Radio Button DIalog BOX Typ while creating the Status in PBO
    You can use SET SCREEN 0 In the above Thread
    MODULE user_command_0100 INPUT.
      CASE ok.
        when 'CANCEL'. " You Standard GUI options shown in The GUI Screen
          SET SCREEN 0.
      ENDCASE.
    ENDMODULE.                 " USER_COMMAND_0100  INPUT
    module STATUS_0100 output.
    SET PF-STATUS 'ABC'. " This is of type Dailog Box type
    *  SET TITLEBAR 'xxx'.
    endmodule.                 " STATUS_0100  OUTPUT
    Hope this would resolve your Issue.
    Cheerz
    Ram
    Edited by: Ramchander Krishnamraju on Apr 16, 2010 1:16 PM

  • Unable to Close the Purchase order : You cannot post acquisitions to asset

    Hi All
    Purchase order unable to close due to asset being capitalised and captured in last FY.
    We are getting the below error message.
    You cannot post acquisitions to asset 125782
    Message no. AA394
    Diagnosis
    You want to post an acquisition to this asset. However, according to depreciation key Z620 that was used, acquisition postings are only possible in the year of the initial acquisition or of the capitalization date.
    Procedure
    Check the asset number, the asset value date and the transaction type. You have to create sub-numbers for subsequent acquisitions using this depreciation key. However, these sub-numbers cannot adopt their depreciation start date from the main asset number.
    Please help us to resolve the issue and how to close the Purchase order.

    Hi,
    Please notice that error AA394 may be displayed correctly due to customizing settings of the depreciation key in transaction AFAMA when setting field XNAZUG (Acq.only allowed in capitalization year)  > YES                                                                               
    The only workaround  is to change your settings regarding field 'Acquisition only allowed in capitalization year'   > NO                                                                               
    Also have a look at SAP Note No. 211283 to understand how the flag operates.  
    I hope this helps to clarify.
    Kind regards,
    Brigitte

  • Unable to close the WDAPPLICATION

    HI experts,
          Actually I have created a WD Application with some message. It is such that user once read the message should click on close button to close the application.
    My difficulty is that I am unable to close that application by clicking on close button.
    All type of help will be appreciated
    Regards
    Shahebaz!!

    Hi,
    If you are trying out in WD ABAP then go to the below blog
    How to close parent window in Webdynpro applications?.
    and for WD Java, you need to change steps 6 and 7 as mentioned in the above blog.
    Regards
    Mukesh

  • Unable to close the posting periods in MM

    Hello
    while using MMPV  the system says that the date not current calender year. If I check OMSY the  open year is 2002.I need to know that how you close the open periods of previous years.I am supposed to close all the periods one by one but how to close them for the year 2002.
    I tried to initialise the periods as well but the system asks me to check OSS notes 487381 before initialisation.
    Please guide me as I've read all the threads related to this error but still unable to close the periods.
    Thanks & Regards
    Ashish

    Hi,
    You need to close the periods one by one from 2002. There is no other way.
    Go to OMSY check what is the current period,
    e.g it is 02/2002.
    then got MMPV,
    Enter 03 and year as 2002 then execute, repeate till 12/2002,
    then again start MMPV from 01/2003 to 12/2003. you have to perform this till current period of 2008.
    Thanks
    Edited by: anand k on Aug 20, 2008 12:44 PM

  • N79 (Error message :Unable to open .File type not ...

    Dear nokia service manager,,
    Iam sivakumar using the nokia N79 handset.Iam getting the message like this (Error message :Unable to open .File type not supported)when i was trying to open the video file shooted by some other camera.I have tried changing the format of the file..but no use ..i dont get ant suitable software converter in the internet.So kindly look into this matter as i need this very uregently...
    hope its a mandatory feature as laptop and mobile interface are simple task nowadays in mobile...
    pls reply me..its very urgent...thanku..

    You could try Videora (http://www.videora.com/) - the downside here is that they have specific versions for specific phones, and sometimes it will makea file that plays perfectly in the desired phone but can't be shared to other models. The don't show a version for the N79, but try the N96 one because the N96 is the most similar OS to yours that they offer.

  • E5 - unable to open. object type not supported

    hi. 
    2 Month back i brought Nokia E-5 Mobile and after few weeks i upgraded the Memory from 2Gb to 8GB. After copying all files from 2gb to 8gb am not able to open or install any existing programs and files. Even maps are not working. When trying to open or install the files am getting this erro " unable to open object type not supported " . Kindly help on this error.
    Thanks
    Velavan

    I have never attempted what you did, so can't say for certain, but I don't think memory card data is meant to be copied from one card to another (unless we're talking about data files like pictures or mp3's).  I don't understand what you mean by being unable to install files.  Are you trying to reinstall the programs that aren't working?  If your 2GB card still works normally, I suggest you format the 8 GB card, reinstall the programs to the empty card, and re-download the maps data.  If the programs still give you trouble, you may need to uninstall them from the 2 GB card first, but I don't think that should be necessary.  I hope that helps.

  • Unable to close some custom forms

    Hi Gurus,
    We did application migration from Hp-Unix to Sun Solaris. Oracle apps 11.5.10.2 with database 10.2.0.4 and application working good with few issues.
    Issues:
    1. Few custom forms ( message Forms) unable to close. If we close by clicking X mark on top right corner, it does not close can just minimise.
    2. Couple of Custom forms does not open even we have .fmx in the custom folder.
    Need some suggestions on this issues.
    Thank You.

    f60gen module=ARXCUDCI.fmb userid=apps/apps output_file=/ul01/app/applmgr/lasrx/au/11.5.0/forms/US/ARXCUDCI.fmx
    Compiling ON-DELETE trigger on CODE_ASSIG_HIST data block...
    No compilation errors.
    Compiling WHEN-BUTTON-PRESSED trigger on BP_CLOSE item in CODE_ASSIG_HIST data block...
    No compilation errors.
    Compiling WHEN-NEW-ITEM-INSTANCE trigger on CURRENT_RECORD_INDICATOR item in CODE_ASSIG_HIST data block...
    No compilation errors.
    Compiling WHEN-MOUSE-UP trigger in FOLDER_PROMPT_MULTIROW property class...
    No compilation errors.
    Compiling WHEN-BUTTON-PRESSED trigger in FOLDER_OPEN property class...
    No compilation errors.
    Created form file /ul01/app/applmgr/lasrx/au/11.5.0/forms/US/ARXCUDCI.fmx
    Thanks You.

  • Unable to close iPad2 attachments

    I am brand new to the apple community, so please bear with me for the newbee question.
    After configuring my brand new iPad2 yesterday to sync with my mail provider, I opened an email attachment and I am unable to close it.
    When I press and hold the top of the attachment a keyboard dropdown appears, but there is nothing else on the page.
    When I go back to the main menu and re-open email, the attachment is still there and I can't access the mailbox.
    Can someone point me in the right direction?
    Thanks

    When you tap on the attachment-while it is open-do you not see a blue "Done" button in the upper left corner? If so, tap it to close the attachment.
    If the mail app is frozen, you can force quit it and restart the iPad.
    Force quit the app by holding down on the sleep button until the red slider appears. Let go of the sleep button and then hold down on the home button until the app quits. Restart the iPad. Restart the iPad by holding down on the sleep button until the red slider appears and then slide to shut off. To power up hold the sleep button until the Apple logo appears and let go of the button.
    Or just quit the mail app this way and restart.
    In order to quit or close apps - Go to the home screen first by tapping the home button. Quit/close open apps by double tapping the home button and the task bar will appear with all of you recent/open apps displayed at the bottom. Tap and hold down on any app icon until it begins to wiggle. Tap the minus sign in the upper left corner to close the apps. Restart the iPad. Restart the iPad by holding down on the sleep button until the red slider appears and then slide to shut off. To power up hold the sleep button until the Apple logo appears and let go of the button.

  • Unable to close windows

    I didn't find any other threads on this problem, so evidently it's just my system?
    A few days ago I installed the latest Tiger security patch (2007-009), Java 6 update and Quicktime 7.3.1 update.
    Since then I am unable to close ANY window in Safari. Safari seems to work fine otherwise. I can browse and open tabs and windows, and websites can create new windows, but then I can not close ANY of the windows. I can close tabs but not windows. When I click the Close button, nothing happens, and when I use ⌘+W, nothing happens.
    So, after a while of surfin' the 'net, I end up with a bunch of open windows of various sizes. When I re-open Safari, I get one new window with the Home tab.
    I just recently began using Safari again, because it's 3x faster than Firefox on my iBook, but now I've got this problem.
    Any ideas?
    I will likely be calling Apple Support today, although I hate to, as I've found them to be very unknowledgeable and unhelpful in the past.

    Hi,
    Go to these 2 locations to see if you have any 3rd party extensions and move anything present in them onto your Desktop to deactivate them:
    /Users/YourUsername/Library/InputManagers/
    /Library/InputManagers/
    Restart Safari to pick up the change. If it works now, you can try moving the items back one by one until you find the culprit.
    If that doesn't help, or you don't have those folders, one quick test you can do to help narrow down things is to try Safari in another user account. This will help us to know whether your problem is local to your account or system wide. If you don't have another account you can use System Preferences -> Accounts -> \[+\] to create a test one (and \[-\] to remove it if needed)

  • Unable to close WeatherEye box due to Error 500

    when opening, the "weatherEye" box is now blank with only "Error 500 Internal Server Error"
                                                                                             Guru Meditation
                                                                                              XID 991114007
                                                                                              Varnish Cache Server            displayed at the top and I am unable to close box. Help?
      with many thanks, sarahjulie

    http://www.weather-eye.co.uk/faq.asp
    Also, iMacs don't run iOS.  They run Mac OS X, Linux or Windows.  Please update your signature with the Mac OS X version that someone might be able to help you.  Go to Apple menu -> About This Mac.

Maybe you are looking for

  • How do I share iTunes music between two user accounts?

    We have two (admin) user accounts on our iMac. My husband has downloaded tons of music from CDs to his iTunes library. How can I get some of his music to my iTunes library without having to re-download from CDs? If anyone can give me simple instructi

  • Workflow Triggering mail to Microsoft Outlook with PO form in PDF

    Hi All, My workflow has a task and in that task i have called a method which will take the spool number of the PO created and transfer the same to PDF and send mail to the agent which I have mentioned. When I independently run the method from SWO1, i

  • Home page all screwed up!

      Good Evening:     The other night I was on my home page just checking my email. I use to have three search engines on the top of the page one had all my favorite. Anyway I'm not sure what happen but they all just went away. Now all I have is Google

  • Itunes for windows limitations

    Does anyone know of a limitation on the itunes database size on a windows based pc ? I have about 37000 songs by 12000 artists (appr 180 Gig) and updating the library is getting extremely slow. As the database is XML based, am I rapidly approaching t

  • Shipping point in STO PO and RTV PO want to make mandatory

    Hello, For Stock Transport purchase order of UB document type and Returns purchase order i what to make shipping mandatory. I have tried in field setting, however there is no such option to set. if you know any way to set the shipping mandatory pleas