Need to manually override vbup-lfsta for fully invoiced order

We have two sales orders in production that have been fully invoiced, but due to an old bug in our shipping point determination logic, the shipping point was accidentally cleared in the sales order, thereby showing it as incomplete (which is correct).    Because these documents have fully delivered and invoiced, we cannot update the shipping point but need a way to manually change VBUP-LFSTA from A to C (something similar to VL_complete, but for a sales order).      I am basically looking for the OPPOSITE of program SDVBUK00, which corrects incorrect VBUP and VBUK settings.     I need to manually override the settings since these are very old documents, cannot be reversed, rejected or changed and are not needed to show on the incomplete orders report because they were shipped and billed.
Thank you in advance for your time!
Regina
Edited by: Regina DeMita on May 13, 2010 4:59 PM

Hello Regina
I have the following suggestions for you.
1) The only way these docs may be bothering you is by showing up on the incomplete orders report. If you eliminate them in that report,  then you should be fine I guess. So my workaround is use Tcode V_ UC and create a variant excluding these 2 documents from the list (using the Sales Document field in the General doc data section and the option to exclude single values) and make this variant the default for all users.
2) Use Z-code to change the status. See OSS notes 1177165 and 617501, the second one particularly because it has Document # in the selection criteria. They are meant to correct the Revenue Recognition status of sales documents and may be you can copy and adapt one of them to suit your situation. Or best ask SAP to provide one as they have done program from note 1177165 based on customer request.
Hope this helps.

Similar Messages

  • How to find the status of production order for fully delivered orders

    Hi,
    My question is :
    when an order is confirmed for the end of month(jan) and no Gr is generated in jan then the order will not be included in jan month.
    For this solution given by functional :
    Get fully delivered orders for that period.
    My query's are :
    how to find fully delivered orders, is there any status in Co02 tran?
    Any suggestions for the given query are welcome..with elobration..
    thanks in advance.

    hi,
       The table name for Order status is VBUP and the field name is GBSTA.
    regards,
    Meiy

  • Need transaction similar to KKBC_ORD but for multiple production orders

    HI all,
    Have been scouring the system looking for a report which displays production order variance information for multiple production orders.
    The best way to describe what we need is KKBC_ORD but with the option to select multiple production orders or a range.
    This transaction gives us exactly the results we want, but we have a long list of orders to analyse and to be able to get a list of them all rather than have to go into each individually would be fantastic.
    Do you think we're looking at a custom development here ?
    Regards
    Helen Smith

    IN these situations, I have sometimes written a "wrapper" program, with a Z version of the transaction....Get the list of documents via user input to your selection options, then loop at that pick list and do a call transaction for each document.

  • Need help to get processing log for mass invoice output

    Hi Experts,
    I have one requirement,
    My customer will send invoices to their customers in bulk on monthly basis. The customers will receive the invoices through emails, fax or printout. Now the issue is when they send the output to the customers there might be some failures in delivery because of some reason to some customers. I want to capture all the invoices, customers, medium and error text and want to display as a report.
    We can see the processing log for a single invoice in VBFA transaction but I want to display one consolidated list where the user can see all the error log records at one place.
    I know some tables where we can see some data in NAST, NACH but I would be greatful to you if you provide some more information about this.
    Please provide whatever info you have.
    Regards,
    Dileep.

    Hi Study abap,
    go through this code and use the HTEXT fm accordingly to ur requirement. This is just a sample kind of thing which will help u to write s-kunnr in htext.
    SELECT-OPTIONS: S_MATNR FOR PBIM-MATNR,
    S_WERKS FOR PBIM-WERKS.
    DATA: BEGIN OF HTEXT.
    INCLUDE STRUCTURE THEAD.
    DATA: END OF HTEXT.
    DATA: BEGIN OF LTEXT OCCURS 50.
    INCLUDE STRUCTURE TLINE.
    DATA: END OF LTEXT.
    DATA: BEGIN OF DTEXT OCCURS 50.
    DATA: MATNR LIKE PBIM-MATNR.
    INCLUDE STRUCTURE TLINE.
    DATA: END OF DTEXT.
    DATA: TNAME LIKE THEAD-TDNAME.
    SELECT * FROM PBIM WHERE WERKS IN S_WERKS.
    MOVE PBIM-BDZEI TO TNAME.
    CALL FUNCTION 'READ_TEXT'
    EXPORTING
    CLIENT = SY-MANDT
    ID = 'PB'
    LANGUAGE = 'E'
    NAME = TNAME
    OBJECT = 'PBPT'
    ARCHIVE_HANDLE = 0
    IMPORTING
    HEADER = HTEXT
    TABLES
    LINES = LTEXT
    EXCEPTIONS
    ID = 1
    LANGUAGE = 2
    NAME = 3
    NOT_FOUND = 4
    OBJECT = 5
    REFERENCE_CHECK = 6
    WRONG_ACCESS_TO_ARCHIVE = 7
    OTHERS = 8.
    LOOP AT LTEXT.
    IF LTEXT-TDLINE NE ''.
    MOVE LTEXT-TDLINE TO DTEXT-TDLINE.
    MOVE PBIM-MATNR TO DTEXT-MATNR.
    APPEND DTEXT.
    ENDIF.
    ENDLOOP.
    ENDSELECT.
    LOOP AT DTEXT.
    WRITE:/ DTEXT-MATNR, DTEXT-TDLINE.
    ENDLOOP.
    Kindly reward fi found helpful.
    cheers,
    Hema.

  • I need a Bapi or stanard FM for "All CRMD orders based on a PARTNER no"

    Hi,
    I am new to CRM.
    I have a requirement in MI .
    I have to develop a BapiWrapper where i have  to get the "All CRMD orders based on a PARTNER no"
    so please tell me is there any Bapi exist for my requirement.
    please help me.
    lakshman balanagu.

    Hi Lakshman,
    There is a cool FM for that. Try FM CRM_BUPA_READ_ORDER_OBJECTS and check the result in ET_SEARCH_RESULT exporting table parameter. Then you can filter by the document type you want.
    Kind regards,

  • Quickbooks integration and customization for tracking invoices/orders

    Is there a procedure or way to customize report data no containted within the standard options when exporting the orders reports?  We need to be able to export and add a itemized code for product catagories and track invoicing from EXCEL and import to Quickbooks.

    Hi LittleBigMark,
    There's no way to customize that spreadsheet further before it's exported. You will need to export it and do your customization in Excel.
    Cheers,
    Mario

  • Manual override option for Unit selling price in Order line level.

    In OM R-12
    Our client wants manual override option for Unit selling price in Order line level.
    But there is no solution available to fulfill this requirment. To be able to manually override the price on a Sales Order line you
    must have defined a manual modifier that qualifies for the Sales Order line in question. Without a suitable manual modifier the price cannot be changed.
    This is current standard functionality.
    Anybody can give some suggestion/workaround to override selling price in Order header level without using the modifiers.
    regards,

    Hi Kashif,
    I'm finding it little difficult to buy Oracle Support's feedback with regards to R12 functionality for direct List Price update without using any modifier (manual or whatever). After all it is Oracle's product and they should know better. But test results in Solution Beacon's Vision 12.0.6 instance (http://www.solutionbeacon.com/tools_r12vision.htm) and documentation updates in R12 (R12.0.4) OM user guide & implementation manuals potray a different picture.
    After your last post, I did a test in Solution Beacon's Vision 12.0.6 instance with following details:
    OM: List Price Override Privilege = "Unlimited Access" at user level
    OM: Discounting Privileges = "None" at user level
    No manual modifiers defined and Order status = "Entered"
    I could display the "List Price" field from folder under Line Items >> Main tab, override the list price to a new value and save. The unit selling price showed the new value based on updated List Price as soon as I tabbed out of the list price field after overriding. After saving it showed the new selling price. _Please note that under Line Items >> Pricing tab there is another "List Price" field and that is not editable_. For such overrides "View Adjustments" (from Line >> Actions) will not show any adjustment details as it is a direct update of list price.
    Also please note that, if "Enforce List Price" checkbox is selected for the order type, the list price cannot be overridden even if the profile option is set to "Unlimited Access".
    Document References:
    Oracle® Order Management User's Guide
    Release 12, Part No. B28099-03, September 2007 >> R12.0.4
    Page No. 10-74
    +Note: Note: If any order line for an order has the Calculate Price Flag value equal to Partial Price or Freeze Price new order level adjustments will not be applied or allowed to be overridden. _The profile option OM: List Price Override  Privilege controls your ability to override the unit list price. If you have this profile set to Unlimited, you may modify the unit list price by editing the current value displayed_. The original list price is saved in a hidden folder field, so you can display it if necessary+.
    Page No. 10-94
    User Procedures
    _A new profile option, OM: List Price Override Privilege controls whether or not you can update the List Price_. It is enabled and updated at the application, responsibility and user level. It is not user visible and updatable. The values include+:
    - View Only: This is the default value. If set to this value, the current behavior is retained, which means unit list price field is protected.
    - Unlimited Privilege: If set to this value, you can override the unit list price field from the main tab and immediately see selling price adjusted accordingly.
    To use Override List Price:
    +1. Navigate to the Sales Orders/Quick Sales Orders window.+
    +2. Enter the header and line information, including the ordered item and quantity, then tab to the next field. The Selling Price and List Price display+.
    +3. If the profile is set to Unlimited Privilege, you can enter a new list price in the List Price field. You can either proceed to the next line or save your work+.
    +4. You can see the new, entered list price, and if there are automatic discounts applied, they will be based on the new list price+.
    +5. If the folder has been modified to show the Original List Price, the original list price displays+.
    +6. To change the List Price again, go to the list price field and enter a new value, replacing a previously entered value. If Audit Trail is enabled for List Price and a reason is required, a window appears to enter a reason and optional comments+.
    Note: Subsequent overrides of the List Price, after the order line is saved, can be captured by Audit Trail, depending on the setup of Audit Trail (entered or booked state) and any processing constraints that have been set up.
    In the OM Implementation Manual also there are notes related to this.
    OM Implementation Manual
    Release 12, Part No. B25975-03, September 2007 >> R12.0.4
    You can refer to page no. 2-59, C-4 etc.
    Thanks
    Supro

  • Aging report for Open Invoice

    Hi All,
    I need to develop an Aging report for open invoice, there is no indication for open invoice or close invoice since we are using customise DS and DS from third party system. only one key flag we have is clearing date. so kindly let me know how to write the logic for this requirement.. can I use Customer exit for this? I have an Idea to do like
    first logic is
    *If Clearing date = blank than invoice is = open (by using of this logic we can get all open invoice).
    second logic
    total number of invoice = current date - document date.
    but I do not know how to implement this logic in BEx hnece kinnly advice me whether this logic can be work or suggest with different solution ples..
    Regards,

    hi,
    You can  check few default PO reports wid proper paramater in it
    or
    Can check table EKBE
    or
    Check PO history in the PO doc
    Or
    Check the ME80FN
    Regards
    Priyanka.P

  • Single invoice for multiple sales orders

    Hi all,
    When delivery order is created based on Collective processing, Billing document is created based on delivery order for delivery based billing.
    But, is it possible to filter the line items in the Collective delivery order further for billing? Based on customer PO number, etc.
    That is, one Invoice for each Sales order or each customer PO number from the delivery document.
    Billing based on Sales order is one solution, which is not possible in the current Bussiness scenario.
    Could anyone suggest some other solution?
    Regards,
    Jennifer Smily.

    Hello Jennifer,
    if I understood well you have: more sales orders (everyone wiht its PO number), delivered togheter within one delivery.
    Then you bill the delivery, and you need to create one billing document for every sales order.
    Is it right my understanding ?
    If so you could simply customize the copy control (transaction VTFL) at header level setting field 'Assignment Number' and/or field 'Reference number' with 'A' or 'B'.
    In this way field VBRK-ZUONR and/or VBRK-XBLNR of billing document is filled with PO number or sales order number, and one billing document for every sales order will be created.
    Best regards,
    Ivano.

  • Handling withholding taxes for each invoices in DMEE

    Hi,
    I am doing DMEE(out going flat file) for argentina.
    I need to dispaly alll wihthold taxes for each invoices.
    Can any one know how to Process multiple line item in DMEE tree.
    Here i am using Exit function.
    I got all withholding items one table ,But how to i dispaly these item for each invoices.
    This should look like this.
    Header
    Item1
    Item2
    Withhod tax1
    withhold tax1
    item1
    item2
    Withhod tax1
    withhold tax1
    Withhod tax3
    Thanks,
    Bala
    Edited by: bala chandran on Dec 29, 2009 1:45 PM
    Edited by: bala chandran on Dec 30, 2009 11:27 AM
    Edited by: bala chandran on Jan 4, 2010 8:56 AM

    Hi,
    check this OSS Note:
    https://service.sap.com/sap/support/notes/1286713
    Best regards.

  • Payment blocking for MIRO invoice.

    Hi,
        We Need to build Payment release workflow for MIRO invoice.
        If the invoice amount exceeds 10000, that line item need to be blocked and shoudl be sent a mail for approval.
        My doubt is, whether the  payment blocking is done by configuration settings or will workflow take care of that one?
        Requirement is, line item should be blocked automatically while posting the doc in MIRO.
        If it can be done by configuration, could anybody suggest the path to do so.
        Thanks,
        Shyam.

    I would try another SDN forum.

  • Function Module to find Fully Invoice PO

    Hi all,
           Is there any function module to find Fully Invoice PO?
           Or
          Tell me the tables from where can i get the details of Fully Invoiced PO?

    Hi,
       My requirement is like this.
    I have a company code on selection screen.
    I have to take PO's based on company code.
    Then I need to check whether that PO is fully invoiced or not.
    Initial i was checking EKKO table. But I found that is not the correct table to find out.

  • Discount calculation for a sales order in CRM

    Hi All,
    I need to change the pricing data for a sales order item using a BAPI. For this I want to make use of the BAPI_BUSPROCESSND_CHANGEMULTI. But I am not sure as to which of the fileds to be used for the discount rate calculation. The scenario is, from a Custom UI we will change the discount given for an item and the same has to be reflected in CRM and the calculation for that also will be carried out in CRM.
    Can somebody throw some light on this?
    Regards,
    - Prasenjit

    Hi Richard,
    There is no pricing procedure in the UI. For every calculation the UI is calling a BAPI and changing the UI accordingly. Everything needs to be done in CRM.
    The requirement is basically to fetch the pricing details for a contract that is under creation. The main funda is to obtain the pricing document guid, which will intern fetch the pricing condtion rates corresponding to a condition type. Can you tell me how to do that?
    Regards

  • Enable the approval workflow for the Sales Orders (Standard)

    Dear All,
    I need to enable the approval workflow for the Sales Orders (Standard). How can I do this? Please update
    The version of apps is 11i
    many thanks in advance...
    Edited by: santark on Oct 27, 2010 3:47 PM

    Dear All,
    I need to enable the approval workflow for the Sales Orders (Standard). How can I do this? Please update
    The version of apps is 11i
    many thanks in advance...
    Edited by: santark on Oct 27, 2010 3:47 PM

  • Can i avoid needing to manually enumerate all TestCases in a TestRunner for an ant build?

    flexunit gurus,
    i've been experimenting with the FlexUnit4SampleCIProject as part of following the instructions for ant builds at http://docs.flexunit.org/index.php?title=Ant_Task
    this sample project utilizes a TestRunner.mxml file that manually enumerates every TestCase that should be run as part of the tests.  e.g. after i modified TestRunner.mxml to test my locally developed classes, a snippet looks like this:
                    var core : FlexUnitCore = new FlexUnitCore();
                    core.run(MathUtilTest, StringUtilTest);
    the ant build then invokes that TestRunner as part of the build:
            <!-- Execute TestRunner.swf as FlexUnit tests and publish reports -->
            <flexunit swf="${bin.loc}/TestRunner.swf"
                toDir="${report.loc}"
                haltonfailure="false"
                headless="false"
                verbose="true"
                localTrusted="true" />
    the associated maven build for this project does not require a TestRunner.mxml.  the following snippets from the configuration of the flexmojos plugin in the pom.xml allows for the TestCases to be run without needing to manually enumerate them ahead of time::
                   <includeTestFiles>
                      <includeTestFile>*Test.as</includeTestFile>
                   </includeTestFiles>
    Flash Builder 4 now supports a model like flexmojos - I can simply right click a project or folder and select Execute FlexUnit Tests and all the tests are run, without needing a TestRunner.mxml.  Flash Builder appears to accomplish this by dynamically generating (and then compiling and executing) 2 mxml files based on the FlexUnit tests found in the project/folder.  In Flex Builder 3 days, I had to manually maintain a TestRunner.mxml, which was error prone and cumbersome.
    my question is whether there is support in an ant build for running all *Test.as files without needing an associated TestRunner.mxml.  if so, could you post an example on how to accomplish this?  i suppose i could create a custom ant task that dynamically generates a mxml file after searching the file system for *Test.as files (similar to what Flash Builder 4 does), but since this seems like such a common need i'm hoping it is (or can be) provided as part of FlexUnit's ant tasks.
    thanks.
    -mike

    they aren't there yet, but...
    if you want to have a little fun, this code is already in our github master
    <flexunit workingDir="${bin.loc}" toDir="${report.loc}"
    haltonfailure="false" verbose="true" localTrusted="true">
       <testSource dir="${main.src.loc}" />
       <testSource dir="${test.src.loc}">
          <include name="**/*Test.as" />
       </testSource>
       <library dir="${lib.loc}" />
    </flexunit>
    documentation and being 'official' are not far off, but due to some logisitcs I can't give you a firm date just yet,
    mike

Maybe you are looking for

  • Open document from network drive in an iView

    Hello, is there a possibility to open a document which is on a network drive in an iView? Which steps must I do to get such an iView? Please help me! Regards Philipp

  • AIR desktop app installation prob

    Gidday I'm having trouble getting my AIR desktop app (AIR2.5 with a self-signed certificate) to do auto updates.  I've had it updating fine in the past, but now get the following message: "This application cannot be installed because this installer h

  • Is prompted filter not working correctly with calculated items

    Hello, I am working on OBIEE 11.1.1.3 and having problem problem linking 2 analisys with action link The test case is: I have 2 attribute columns on a dimension 1. Conto 1 Code 2. Conto 1 Dsc (in RPD i set up the property Descritor ID of -> Conto 1 C

  • Appear Fade effect

    When you apply the appear fade effect to an image with an 'onload' command how do you stop the the image initially loading and flickering before the effect happens?

  • Importing raw + jpeg

    I've never shot/saved in raw format but am going to give it a try.  My camera allows me to save in both raw +jpeg.  When I view this in Aperture I see a single image and that I can set either the raw or jpeg version as the master.  What does this rea