Commitments showing wrong in COOI table

If I have a PO with 1 line and total amount is $5000.
Now this line is split between 2 WBS elements, 1st is WBS 1 and 2nd is WBS2.
For WBS1 we have $2000 and WBS2 we have $3000.
Now while doing servie entry I charged full $5000 to WBS1.
After this, I checked C001 report and see that WBS1 got no commitments and WBS2 got $3000.
Why WBS2 have commitments of $3000? There is no open amount in PO and the commitment should be zero.
Please advice.
Thanks,

Hello, PS,
I think note [772206 "Commitment Update in Service Purchase Orders"|https://websmp230.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=772206] describes this situation in part "PURCHASE ORDER WITH MULTIPLE ACCOUNT ASSIGNMENTS AT SERVICE LINE"; long story short, once there are commitments created, the system is not able to "redistribute" the commitment reduction between the account assignment lines, and these commitments can be reduced only by setting the "delivery completeted" indicator.
Kind Regards
TomT

Similar Messages

  • FBL5N t code and BSEG table is showing wrong contract number

    Hi,
    The proces flow is contract number>sales order>DMR-->Invoice
    Now when I am checking the VBFA table it's showing correct contract number against invoices but FBL5N t code and BSEG table are showing wrong contract numbers.
    Why FBL5N and BSEG table is showing wrong contract number?
    Currently we are using one enhancement and user exit is used to incorporate one customized field as identifier for bill type.
    1. During the billing document release to accounting VFX3, The user exit triggering and it is update the customized fields and Net settlement indicator.
    2. Using the Invoice number, get the fields VGBEL(Document number of the reference document) and VGPOS (Item number of the reference item) from VBRP and read table VBAP with VBELN and POSNR, to get DMR number (Sales Document) that created for the Invoice.
    3. Use fields VGBEL and VGPOS on table VBAP to get the sale order number.
    4. By using the Sales order number, get the Distribution channel to update Net indicator field
    In accounting table BSEG-UZAWE = JF must be updated on the customer line.
    5. Retrieve the sale order number and item level to get customized field from table VBAP
    Any pointers.
    Thanks
    Ashu

    Hi Reazuddin,
    Thanks for your reply,
    I am concercerned about BSEG table and using user exit EXIT_SAPLV60B_008 to post the document in FI.
    Now in we have enhanced this user exit  for contracts and included in this way.
      SELECT SINGLE ZZ_CONTRACT FROM VBAK INTO (LC_CONTRACT) WHERE VBELN EQ cvbrp-vgbel.
    Endloop.
    *Moving the values to final accounting table
    loop at xaccit.
    xaccit-vertn = lc_contract.
    xaccit-VBEL2 = xaccit-AUBEL.
    xaccit-xref3 = lc_vbel2.
    MODIFY xaccit .
    ENDLOOP.
    Clear: lc_contract,lc_vgbel,lc_vgpos,lc_vbel2.
    But I am getting correct data when checked other clients( development and quality), this problem I am getting in production.
    Do I need to ask the ABAP'er to debug this enhancement in production?
    Thanks
    Ashutosh

  • Delete wrong commitment from COOI table

    Hi,
    I have a commitment on COOI table which is wrong.The commitment has Purchase Order whose line item does not exist in any MM tables.
    How should i delete a commitment from the COOI table if i know only purchase order & line item as input parameter?
    Thanks & Regards,
    Andrew

    no need to run any program or deletion from table. simple is to delete the purchase order/requistion, reverse ur funds commitement documenet. after system automtically delete from the table.
    for deleting PR & PO, open the PR/PO in change mode, select the PR/PO Line item ony by one, then press the delete button .
    system will not physical delete the line item. this is standard behaviour. but your commitement will be reversed.
    I hope this will solve ur problem

  • Invoice table sold to party show wrong data

    Dear All
    While creating excise invoice in background sold to party show wrong data.
    In invoice ship-to-party andsold-to-party display correct but when we check
    in J_1IEXCHDR table ship-to-party and sold-to-party display same data.
    After upgrading support packs this problem came.
    Regards
    Pyneri

    Hi
    Refer this
    Re: can anyone tell me in which table is sold-to-party name stored
    Regards
    N Ganesh

  • Aggregate table showing wrong data

    Hello Gurus:
    I am working on an issue, where a report is showing wrong value for an aggregated fact table.
    If I try not including it in query, then results work fine. But by default BI server is pointing to aggregate table ( which it should ).
    So my questions are
    1) Does Aggregate tables are refreshed automatically with DAC?
    2) I know data is wrong in aggregate table. How do I verify?
    3) How to make a particular report hit regular table instead of aggregate table?
    Please let me know.
    Thanks.
    ~Vinay

    Alright. So I made some progress on this issue, HOWEVER it is still not solved.
    1) Aggregated tables are refreshed daily with DAC. There is a script for that on server which is created using Aggregate Persistence wizard.
    2) ONLY one column is showing wrong data. I have verified this using Toad. However I dont know why is it showing wrong data. Theoretically it should be fine.
    3) this question is still same.
    How to make a particular report hit regular table instead of aggregate table?
    Please help me out.
    Thanks.
    ~Vinay

  • Condition rate/Amount (KONV- KBETR) is showing wrongly for Japanse currency

    Dear Friends,
    The Table data for the Condition rate/Amount (KONV- KBETR) is showing wrongly for Japanse currency(JPY).For ex-The invoice is showing correctly as 3 JPY but the Invoice output shows 300 JPY.This data being fetched from the KBETR shows 300JPY instead of 3JPY.Pl help to resolve this.
    Thanks
    Isaac

    Dear Isaac,
    This may due to condition record maintainenance for that condition type in the VK11 transaction so please go to VK12 transaction check the condition value for that condition type.
    KBETR -- Means Rate (condition amount or percentage) where no scale exists, it exists in KONP table(Condition record table).
    Also Check anybody change the values in the sales order or in invoice from 300 to 3.
    I hope this will help you,
    Regards,
    Murali.

  • Simple webDynpro - RFC dont show the Data in table

    Hello all.
    I`m develop a simple application test in NWDS.
    This application execute data in a table from the standard function module BAPI_COMPANY_GETLIST. simple return the list of companys.
    But when i execute the application, its dont shw any errors but the data dont show in the webdynpro table.
    What is wrong ?
    thanks.

    Hi JV.
    This the code in method implementation.
    package comp_package;
    //@@begin imports
    import comp_package.wdp.IPrivateCompanyComponentView;
    import com.sap.mw.jco.JCO;
    import model_package.Comp_Model;
    import model_package.Bapi_Company_Getlist_Input;
    import com.sap.tc.webdynpro.progmodel.model.api.WDModelFactory;
    import com.sap.tc.webdynpro.progmodel.model.api.WDModelScopeType;
    //@@end
    //@@begin documentation
    //@@end
    public class CompanyComponentView
    Logging location.
      private static final com.sap.tc.logging.Location logger =
        com.sap.tc.logging.Location.getLocation(CompanyComponentView.class);
      static
        //@@begin id
        String id = "$Id$";
        //@@end
        com.sap.tc.logging.Location.getLocation("ID.com.sap.tc.webdynpro").infoT(id);
    Private access to the generated Web Dynpro counterpart
    @see comp_package.wdp.IPrivateCompanyComponentView for more details
      private final IPrivateCompanyComponentView wdThis;
      private final IPrivateCompanyComponentView.IContextNode wdContext;
      private final com.sap.tc.webdynpro.progmodel.api.IWDViewController wdControllerAPI;
      private final com.sap.tc.webdynpro.progmodel.api.IWDComponent wdComponentAPI;
      public CompanyComponentView(IPrivateCompanyComponentView wdThis)
        this.wdThis = wdThis;
        this.wdContext = wdThis.wdGetContext();
        this.wdControllerAPI = wdThis.wdGetAPI();
        this.wdComponentAPI = wdThis.wdGetAPI().getComponent();
      //@@begin javadoc:wdDoInit()
      /** Hook method called to initialize controller. */
      //@@end
      public void wdDoInit()
        //@@begin wdDoInit()
    //     Creates the input elements
         Bapi_Company_Getlist_Input input = new Bapi_Company_Getlist_Input();
    //     Creates an instance of a client to the remote SAP system    
          client = JCO.createClient("100",          //SAP logon client number
                                          "user",            //SAP logon user
                                          "pass",        //SAP logon password
                                          "en",        //SAP logon language
                                          "XXXX",        //Host name of application server
                                          "XX");          //SAP system number
    //     Creates the model instance
          model = (Comp_Model)WDModelFactory.getModelInstance( Comp_Model.class, WDModelScopeType.APPLICATION_SCOPE);
          // Assigns the client to the model
          model.setJcoClient(client);   
        //@@end
      //@@begin javadoc:wdDoExit()
      /** Hook method called to clean up controller. */
      //@@end
      public void wdDoExit()
        //@@begin wdDoExit()
        //@@end
       public static void wdDoModifyView(IPrivateCompanyComponentView wdThis, IPrivateCompanyComponentView.IContextNode wdContext, com.sap.tc.webdynpro.progmodel.api.IWDView view, boolean firstTime)
        //@@begin wdDoModifyView
        //@@end
      //@@begin javadoc:getCompany()
      /** Declared method. */
      //@@end
      public void getCompany( )
        //@@begin getCompany()
         client.connect();
         System.out.println("passo1");
         try {
         wdContext.currentBapi_Company_Getlist_InputElement().modelObject().execute();
         wdComponentAPI.getMessageManager().reportSuccess((new Integer(wdContext.nodeBapi_Company_Getlist_Input().size()).toString()));
         catch (Exception ex) {
            ex.printStackTrace();
         finally {
           client.disconnect();
         // Invalidates the output context node 
         wdContext.nodeBapi_Company_Getlist_Input().invalidate();
        //@@end
      //@@begin javadoc:onActionGo(ServerEvent)
      /** Declared validating event handler. */
      //@@end
      public void onActionGo(com.sap.tc.webdynpro.progmodel.api.IWDCustomEvent wdEvent )
        //@@begin onActionGo(ServerEvent)
        wdThis.wdGetComp_ControllerController().getCompanys();
         client.connect();
              System.out.println("passo1");
              try {
              wdContext.currentBapi_Company_Getlist_InputElement().modelObject().execute();                         }
              catch (Exception ex) {
                 ex.printStackTrace();
                 System.out.println(ex);
              finally {
                client.disconnect();
              wdContext.nodeOutput().invalidate();
    wdComponentAPI.getMessageManager().reportSuccess((new Integer(wdContext.nodeBapi_Company_Getlist_Input().size()).toString()));
        //@@end
       //@@begin others
      JCO.Client client;
      Comp_Model model;
      //@@end
    Regards.
    Taylor.
    Edited by: Taylor on Aug 4, 2009 12:46 PM

  • PCR "Status overview" showing wrong status

    Hi,
    We are implemeting Personnel Change Requests using Adobe forms. Our approval processes are working fine. But the <b>status overview</b> link in the <b>"Personnel Change Request"</b> tab shows wrong data. It shows the status as "Open/For Approval" for all PCR's submitted irrespective of the actual status. When i check in Started workflows from Txn:SBWP in R/3 i find that a few of these workflows have actually completed.
    Is there any configuration that is to be done to display the correct status? Any inputs on this would be of great help.
    Thanks,
    Prasath N

    Hi Raja,
    Thanks a lot for your inputs. Finally i found the issue. I have not set the system status using the task TS50000049 and hence the system the notification remained in "Approval required" status. I was under the impression that this status is set automatically once the approval is completed. Initially when i started the development i had assumed that this task was also used to help in updating the data along with  TS50000058. Since we are updating the data in background using certain function modules and BDC's i had removed this step in my custom WF.
    I have solved the issue now but still there are some of the questions as given below. Please clarify these if you have any idea on this.
    <b><b>1. There are some hardcoded values like QN44, QN55, PMM4 that are passed to the business transaction. What are these values?
    2. How is the system deciding the statuses on these values? Is there a place or table where these business transactions are linked to the Approval texts? </b>
    3. I searched through table TJ01T and found list of business transactions for Notification but i just get an error (in WF log) if i try to use them!!!</b>
    Thanks,
    Prasath N

  • LR 5.3 showing wrong thumbnails

    I have been running LR 5.3 smoothly for a while but a couple of minutes ago LR started to show wrong thumbnails, it shows thumbnails from a delete Snapshot. I have tried purging my cache but nothing happens. I have upgraded from LR 3 to LR 3.5  Ideas ? This is my system:
    Lightroom version: 5.3 [938183]
    Operating system: Windows 7 Home Premium Edition
    Version: 6.1 [7601]
    Application architecture: x64
    System architecture: x64
    Logical processor count: 2
    Processor speed: 1.9 GHz
    Built-in memory: 3003.1 MB
    Real memory available to Lightroom: 3003.1 MB
    Real memory used by Lightroom: 912.9 MB (30.4%)
    Virtual memory used by Lightroom: 901.7 MB
    Memory cache size: 364.0 MB
    Maximum thread count used by Camera Raw: 2
    System DPI setting: 96 DPI
    Desktop composition enabled: Yes
    Displays: 1) 1366x768
    Application folder: C:\Program Files\Adobe\Adobe Photoshop Lightroom 5.3
    Library Path: C:\Users\User\Pictures\Lightroom\Lightroom 5 Catalog.lrcat
    Settings Folder: C:\Users\User\AppData\Roaming\Adobe\Lightroom
    Installed Plugins:
    1) 500px
    2) Behance
    3) Canon Tether Plugin
    4) Facebook
    5) Flickr
    6) Leica Tether Plugin
    7) Nikon Tether Plugin
    8) SmugMug
    Config.lua flags: None
    Adapter #1: Vendor : 8086
        Device : 2a42
        Subsystem : 360b103c
        Revision : 7
        Video Memory : 64
    AudioDeviceIOBlockSize: 1024
    AudioDeviceName: Speakers (Conexant High Definition SmartAudio 221)
    AudioDeviceNumberOfChannels: 2
    AudioDeviceSampleRate: 44100
    Build: LR5x89
    CardID: 10818
    Direct2DEnabled: false
    GPUDevice: D3D
    MaxTexture2DSize: 8192
    OGLEnabled: true
    Renderer: Mobile Intel(R) 4 Series Express Chipset Family
    ShaderModel: 10.0
    Vendor: Intel
    VendorID: 32902
    Version: 8086:2a42:360b103c:0007

    I have had this problem also ever since I updated to 5.3,  I think it is a major bug!
    At random the preview window on the left doesnt show the preview of the presets anymore when I hover them, and when I click back and forth to other images it suddenly starts working again, its a very annoying problem and I cannot believe that Adobe isnt aware of it yet!
    Marcel

  • "Invoice History Report "show wrong balance for supplier invoice with USD

    Invoice History Report show wrong balance for supplier invoice with USD Currency
    After I run this report i see in the last of this report there is difference between the supplier total
    USD (Currency ) and the open Balance USD , it is decreased the open balance
    for supplier with 2300 USD with out any reasons
    bellow is some data copy of the report
    ======================================================
    Supplier Site Total: SAR 34,700.00
    Supplier Site Total: USD 39,000.00
    Supplier Total: SAR 34,700.00
    Supplier Total: USD 39,000.00
    Open Balance: SAR 34,700.00
    Open Balance: USD 36,700.00
    *** End of Report ***
    ==============================================
    please advise me from where can this differenc ( 39000 - 36,700=2300 )COMMING
    or it is bug in this report , becuase i compare this report with other report in account payable like
    -supplier open balance letter
    -invoice register report
    -invoice aging report
    all this report give me the amount for supplier USD =39000
    BUT AGIN FROM WHERE THE SYSTEM DECREASED THE AMOUNT TO 36,700
    thanks

    Can you try running Create Accounting For payments just before you run the Invoice History Report and re-check .
    Thanks

  • Iphone 4 showing wrong IP address for home wireless

    2 days ago we reset our home wireless password and updated our devices (ipad, laptop, and two cell phones). Now my iphone 4 will no longer connet to the wireless. It accepts the new password to join the network but it never connects. It is showing wrong IP address. How can I change it to the correct IP ? Tried hard rest, forget network, and renew lease all trying to get it to automatically update the info. Out of ideas. Any suggestions?

    I have the exact same router as you, I have Comcast, and I am having the exact same INFURIATING problem.
    Comcast and Apple have no ideas. Linksys tells me I am having a router problem.
    I even went so far as to buy a new router and modem from Linksys (as they claim they no longer make the router/modem combo because it doesn't work well). I still don't buy this... my PC, my PS3, my DS... all of them connect to the router perfectly.
    I have the new modem and router here and planned to give that a whirl tonight but Comcast was being difficult and saying it could take 72 hours to activate my new modem. Totally unsat. I had them reconnect the WCG200 and I am still trouble shooting to no avail...
    If anyone finds a fix (short of a new router and new modem)... please post!

  • HT5622 I wrongly entered my apple id into my new i phone . It was my e mail address with a letter wrong I have registered right on the i cloud account but when I go to get apps it still shows wrong e mail How do I delete this incorrect e mail Thanks Mike

    I wrongly entered my apple id into my new i phone . It was my e mail address with a letter wrong
    I have registered correctly on the i cloud account but when I go to get apps it still shows wrong e mail
    How do I delete this incorrect e mail? Thanks Mike

    settings - app/itunes store - sign out - sign back in.

  • Customer Credit Limit showing wrong in VKM3

    Hi All,
    Customer credit limit is showing wrong in VKM3 for all the customer.
    i.e : actuall T.Code:F34 is showing 740,000.00 which is correct. But in VKM3 it is 740.00(insted of 740K it is showing 740 only)
    The same thing happening for all the customer. How can I correct this. Pls advise.
    Thank You ,
    Pranitha.

    Thank You for you replay.
    But I found some other client, the credit limit same in FD32 and VKM3.they also ECC6.0.
    So what is the solution.

  • Why OWB Execution status report showing wrong status  ?

    Hi,
    I created a process flow. It executed successfuly.
    In that process flow I used 4 mappings. and the data is updated in 4 tables. In all the tables data updated successfully.
    But the execution status is showing that , in one table the records inserted are 0.
    I verified in the Runtime Assistant. There it shows correctly.
    Why it is showing like that?
    Any suggestions are welcome.
    Thanks and regards
    Gowtham Sen.

    I've seen this often here. Check the log files on the OWB server and you may see that control center service was force restarted. I have an SR opened with Oracle on this.
    The symptoms I've seen are:
    1. The mapping reports success
    2. Some or all of the levels of the mapping show "*" for the statistics
    3. The mapping completion time shows the mapping start time.

  • Gl balance showing wrongly in Fs10n

    Dear all,
    We are using 6.0 version. I got one issue from my client in which one of GL balance open amount showing wrongly
    The  gl account open balance showing 8500/- but when we double click on that it showing 7200/-.we did not carry forword the balace to 2008.
    I have carry forwarded the gl balance again to 2007.But its showing wrongly.can any one help me to solve this one
    Thanks in advance
    srinivas
    Edited by: sandhati srinivasa rao on Jun 19, 2008 8:24 AM

    Hi,
    You should c/f the balances to year 2008 (the current year being used) using FAGLGVTR - Balance Carryforward (New) . Unless you C/f balances the said problem will remain.This should solve your problem.
    Take care..
    Rgds,
    KJU

Maybe you are looking for

  • How to copy files from an iPad app to your computer?

    I thought I'd post this since the online help leaves out a step and this might be confusing to other users as well. To export a file from the iPad to your computer, you need to first "Export" the file (at least in Pages you need to). To do this you:

  • What to look for a trainer?

      Some questions for you guys here.  I been working in IT for almost 10 years now.  The current role require me to be technically competent to handle migration projects (Windows 2008/Active Directory).    The good thing is i am encouraged to take up

  • Mouse icon disappears!

    Sometimes when I am using photoshop CS3 or flash 9 standalone (and other applications too) the mouse icon disappears. In photoshop when I move my mouse out of the canvas it goes away, to get the pointer back I hit command-tab to bring up the app swit

  • How to block ABAP Debugger Controls Session 1 (Exclusive) pop-up ?

    Hello dear experts, Whenever I save my report after my first debugging, the program automatically pops-up open a debugger window of controls session 1.  I tried to delete all the breakpoints but it still kept coming. Kindly, help me with this issue,

  • Can I migrate users from a hosted Exchange 2010 to Office 365 Enterprise E1 without the need of third party software?

    I am hoping I am posting to the correct forum.  We are currently using a hosted Exchange 2010 service through Intermedia and due to continuing issues with them and the pricing, we are getting ready to migrate to Microsoft's Office 365 Enterprise E1 p