Delivery tolerance (based on the delivery date)

Dear All
How to maintain delivery tolerance (based on the delivery date) in Purchasing Order
Would you help me, please
thanks
imron

YOu can try with
u2022     ST: Date variance (value x days)
The system calculates for each item the product of amount * (scheduled delivery date - date invoice entered) and compares this product with the absolute upper limit defined. This allows relatively high schedule variances for invoice items for small amounts, but only small schedule variances for invoice items for large amounts.
IN transaction code OMR6 for a company code.
IN SPRO - Materials Management -- LIV -- Incoming  Invoice -- Invoice Block.

Similar Messages

  • How to get the pricing hierarchy based on the delivery date for sales order

    Hi,
    How to get the pricing hierarchy based on the delivery date for sales order other than system date.
    My requirement is to get the Pricing hierarchy based on the delivery date other than system date.
    Waiting for kind response.
    Best Regards,
    BDP

    HI Sai,
    please refer teh document already how to write FM based extration on generic extractors.
    and here  the logic to find the latest records values:-
    -> get the data in an internal table
    ->Sort the internal table data based from date descending
    -> Using READ statement , we can read the first record of the table which is nothign but your latest record.
    Regards.
    Sakthi

  • Get the Serial Number based on the  Delivery

    Hi Experts,
    I want to fetch the serial number based on the delivery number  and Item.
    If I see in the LIPS table we have the field like SERNR but we dont have data in that field.
    But in the VL03n transaction Serial Number exists for the same delivery.
    Please any one Suggest me Using which table we can fetch the serial number.
    Thnx ,
    Sam

    TABLES: RSEROB.
    DATA : S_LV_IRSEROB TYPE STANDARD TABLE OF RSEROB WITH HEADER LINE.
    *       S_LV_ORSEROB TYPE STANDARD TABLE OF RSEROB WITH HEADER LINE,
    *       WA_RSEROB TYPE RSEROB.
    CLEAR : S_LV_IRSEROB , S_LV_ORSEROB , WA_RSEROB .
    *LOOP AT ITAB_LT_ITEMS INTO WA_ITEMS.
      S_LV_IRSEROB-TASER   = 'SER01'.
      S_LV_IRSEROB-LIEF_NR = WA_ITEMS-VGBEL.---delivery no.
      S_LV_IRSEROB-POSNR   = WA_ITEMS-VGPOS.--delivery item
      APPEND S_LV_IRSEROB.
      CALL FUNCTION 'GET_SERNOS_OF_DOCUMENT'
        EXPORTING
          KEY_DATA                  = S_LV_IRSEROB
    *   STATUS_PRE_READ           = ' '
    *   EQUNR_CORR                = 'X'
        TABLES
          SERNOS                    = S_LV_ORSEROB
    *   SERXX                     =
       EXCEPTIONS
         KEY_PARAMETER_ERROR       = 1
         NO_SUPPORTED_ACCESS       = 2
         NO_DATA_FOUND             = 3
         OTHERS                    = 4.
    *  IF SY-SUBRC EQ 0.
    *    Loop at S_LV_ORSEROB INTO WA_RSEROB.
    *      CALL FUNCTION 'CONVERSION_EXIT_ALPHA_OUTPUT'
    *  EXPORTING
    *    INPUT         =  WA_RSEROB-SERNR
    * IMPORTING
    *   OUTPUT        = WA_RSEROB-SERNR        .
    *      WA_ITEMS-SERIAL_NO = WA_RSEROB-SERNR(18).
    *      MODIFY ITAB_LT_ITEMS FROM WA_ITEMS.
    *    ENDLOOP.
    *  ENDIF.
    *ENDLOOP.

  • How to Sort transported KM content based on the creation date

    Hi ,
         I transported KM content through ICE offline transfer.  all the files are copied. but the problem is all are copied with the todays date as modified date.
    but I need to sort these based on the creation date.
    all these files are with the xml templates.
    Can only help in this regard
    Thank you

    Hi,
    Enter the format that you have defined in the configuration of the property in the Additional Metadata parameter. Use the syntax customFormat=<pattern>.
    In this link, you have at the end screenshots where to navigate in KM to see the property metadatas of your property:
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/645d4357-0701-0010-07bd-a2ea8c4d0aaf
    Here see the Defenitions of the KM Metadata Properties:
    https://wiki.sdn.sap.com/wiki/display/KMC/DefenitionsoftheKMMetadata+Properties
    Regards,
    Praveen Gudapati

  • Problem about implementation of a controller in main_vi based on the test data of sub_vi

    Hi Group:
     I am developing a measurement and control system based on the PCI-6040E and SCXI1001,1102, and 1160.
    But now, I have a question ,which is how to implement a controller in main_vi based on the test data of sub_vi.
    my  program is consist of main_vi and  several sub_vi,  the main_vi is used for controlling and give the operation signal to hardware system (relay). and sub_vi is used for sampling data.
    for example: the sub_vi collects data from the hardware and the control algorithm and output is implemented in the main_vi, so the question is how to transfer the test data from the sub_vi to main_vi synchronously.
    I try to set the output connecter, but the data just return when  sub_vi is closed.
    anybody have good idea about it.
    Thanks a lot

    Hi hanwei,
    I'm making the assumption that you are not using LabVIEW Real-Time. If you are, you should use RT FIFOs. Otherwise, follow MikeS81's advice.
    I would go a step further and say that most likely it would be a better design to remove the loop (while loop?) from the subVI and instead place the subVI within a while loop in your top-level VI. This way on each execution of your subVI it will quickly return your data. Then you can also perform all the queue and dequeue operations in the two seperate while loops in your top-level VI. This organization will be easier to read, document, and understand.
    Mike Lyons
    National Instruments
    http://www.ni.com/devzone

  • Why is the folder strukture based on the import date, and not on the Creation date? How can i setting this?

    Why is the folder strukture based on the import date, and not on the Creation date? How can i setting this?

    What folder structure?
    If you're referring to how Aperture stores the originals in a managed library then the answer is you can't change it.
    If having the originals stored in a specific file structure is important to you you will need to switch to a referenced original setup.

  • Would it be fair to expect that importing images would also create folders based on the international date std???

    I am very fond of the light and easy to use PhotoShop Elements.
    I am situated in Denmark and would expect an image import to allow the creation of folders based on the international date standard (yyyy mm  dd).
    This "feature" would allow image folders to be created as follows:
    2014 05 06 (6. May 2014)
    2014 05 07 (7. May 2014) and so forth
    When using the US date format folders are created 2014 06 05 and 2014 07 05 which doesn't make sense if folders should be viewed in a logical order.
    It seems that the international date standard has been removed from PhotoShop Elements some where arround version 9-10 and it does create some rather annoying problems for me.
    Am I really the the only one to experience this problem?
    Since I cant figure out how to setup the organizer by using preferences, then how can I have the folders created automatically in the "normal" numeric/date order ?
    Sincerely
    Henrik

    Thx for the prompt repåly.
    Yes, you are quite right. PSE 12 is the thing.
    I checked the import settings under preferences, but still the same problem with the date format.
    But I did find though, that  the APD Dialog Advanced allows me to actually automatically create the folders as wanted.
    So for now it seems to be solved, only not through PSE Preferences, but via the APD Dialog.
    Cheers,
    Henrik

  • Rolling 30 Day Calculation Based on the Weekend Date

    Hi Guys,
    I am trying to calculate a sum of rolling 30 day based on the weekend date. The table I am going to query has a date column that only has weekend date(Saturdays only). Based on that I have to calculate the formula for rolling 30 days. I am using the formula to RelativeDate formula to do this calculation.
    ToDate(FormatDate(RelativeDate(CurrentDate();-DayNumberOfWeek(CurrentDate() -  this formula is to get the last Sat of the week.(Previous Week)
    =RelativeDate([Previous_Week];-30) This is to get the rolling 30 days based of the last Saturday of the week.
    Here is where I face the problem and would need your suggestion -
    when I do a sum using the previous date and rolling 30 day I am getting an error
    =sum([Acc]) Where [Week Ending] Between([Previous_Week];[Rolling 30 Days])
    Error-  Missing or bad operand in Where expression.
    Is there any other formula I could use?
    Thanks for your help in advance,
    Jitan

    Hi,
    You are missing paranthesis () in your formula. Try using
    =sum([Acc]) Where ( [Week Ending] Between([Previous_Week];[Rolling 30 Days]) )

  • Reminder mail based on the Reminder date in IT0019

    Dear Gurus,
    When an Employee is hired, I have created Monitoring of Task through Dynamic Action for the Task Type : Probation form.
    For eg. The EE is hired on the 1st Jan so the Date of Task should be 31st March and the Reminder date should be 28th February which is dynamically stored in Monitoring of Task
    What would be the best way to send reminder mail to that employee's manager based on the reminder date and every subsequent 10 days ?
    Thanks in Advance
    BLITZZ

    This can be handled through dynamic actions
    please follow the link Send Email notification using Dynamic actions it will be useful
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/f0db6f0a-2485-2e10-2daf-f388f05c2702?QuickLink=index&overridelayout=true
    Raghu

  • Selection of a price list based on the delivery date of purchase orders

    Description of requirement:
    One of our customers would like to have the price list selected on the basis of the delivery date of purchase orders rather than on the posting date.
    The customer wants to have this feature available by the date scheduled for their go-live, that is January 2nd 2008.
    Best regards,
    Emmanuel Ruellan

    Dear development team,
    Is it possible to have the above functionality in a future version?
    Best regards,
    Emmanuel Ruellan

  • Delivery Split based on Schedule line data

    Hi,
    Would need some help in determining how to proceed with splitting delivery based on Schedule line data (Date/Time).
    If S.A 1 has line item 10 with two schedule lines SL1 and SL2 which happened in different times of the day, how to split this S.A to two deliveries in delivery creation (thru VL10E).
    Please suggest.
    Thanks,
    Preema

    Hi,
    In copy control see which Split routine is there, with the help of abaper
    Copy that and create new one, an maintain your date criteria in newely created routine and assign that.
    T-code VOFM
    Kapil

  • Setting up a different printer for a delivery output based on the sales grp

    Hi All,
    Is there a way to send delivery output to a specific printer based on the sales group in the delivery document apart from the normal printer maintained in VV22 for that output type.
    I have seen printer determination based on plant and storage location combination but not specific to any other fields.
    Your suggestions will be highly appreciated.
    Regards,
    MS

    Dear mandapathi ,
    In the output determination for delivery. check whether there is SALES GROUP in the condition table (field catelog).
    Else you may add this field (have done in pricing and it requires adding the new field to some pricing tables.. similarly we might need to add this new field in the output tables also)
    If adding this new field works well, then i hope we can set the printer for this combination in the condition record.
    Thanks & Regards,
    Hegal K Charles

  • Back order rescheduling based on the order date

    Hi,
    Presently, the back order scheduling is based on the order numbers (A-Z) TO customers.
    We want it to be by Order date sequence oldest to newest.
    How can I achieve this?
    Regards,
    SS

    In the selection screen of V_V2, you can see what you can sort the orders by;
    - Date of creation
    - Delivery date of earliest schedule line
    If this is the date you want, you can choose these as the number 1 priority.

  • Over delivery tolerance value while creating delivery document

    Dear Gurus,
    I need your help for the below scenario,
    I have created a sales order for 25000 TO, Over delivery tolerance is 10 %.So logically speaking I can dispatch 27500 MT material.
    I have created 3 deliveries as below,
    1st delivery for 23500 TO
    2nd delivery for 1480 TO
    3rd delivery for 50 TO
    That means if i see sales order at item level schedule line will show confirmed qty as 25000 TO,and delivered qty as 25030 TO.
    Now I am trying to create one more delivery since over delivery tolerance is 10 % but system is not allowing me to create delivery and throwing an error saying
    No delivery-relevant items in order 0025000281, order type ZEOR
    If i check the long text it is as below,
    No delivery-relevant items in order 0025000281, order type ZEOR
        Message no. VL455
    Diagnosis
        The sales order you want to deliver, sales order 0025000281 with orde
        type ZEOR, either contains no delivery-relevant items or its
        delivery-relevant items have already been delivered.
    Am i missing any IMG setting or this delivery tolerance value will be considered only for the last delivery,I mean once it exceeds 25000 TO system will not allow to create further deliveries even if it is not touched 27500 TO
    Thanks in advance.
    Regards,
    Shrikant

    Your system behaviour is correct and you can change this to warning message.  Go to zeroVLP, select your item category and maintain "A" for the field "Check overdelivery".  Presently, it should have been "B"
    thanks
    G. Lakshmipathi

  • Creating an invoice from a delivery does not closes the delivery.

    I am creating an invoice using DI. The invoice is based on an already existing delivery note.
    The delivery is manually created from SBO. When I'm creating the invoice I transfer all items and expenses from the delivery to the invoice.
    case 1. The delivery has no freight defined.
    When the invoice is created the delivery is automatically closed
    case 2. The delivery has some freight
    When the invoice is created the delivery remains open even though the invoice contains everything in the delivery, including the freight.
    'Copy to' from this delivery opens an invoice with no items - only the freight is filled.
    Currently I explicitly close the delivery using the Close method.
    Is this correct?
    Is it normal for the base document to remain open if the target document imports everything?
    Thanks,
    Svilen

    Hi Svilen,
    My experience with getting a delivery note to automatically close when I create an invoice against it is that the base document information on each line item on the invoice must be set to point at the delivery note (base document).  You are probably already doing this on your line items and that's why it closes when there is no freight.  But freight items have "base" fields too, and they have to point back to the freight item on the delivery note.   Are you setting the base doc info on the invoice freight lines?
    The following code worked for me (although this example is for sales order to delivery, it is the same thing for deliveries to invoices):
                    Dim ix As Short
                    Do Until ix = vso.Expenses.Count
                        vso.Expenses.SetCurrentLine(ix)
                        If vso.Expenses.ExpenseCode = _FreightExpCode Then
                            If vso.Expenses.Status = bost_Open Then
                                vDN.Expenses.BaseDocEntry = SODocEntry 'added 1/5/7 jc
                                vDN.Expenses.BaseDocLine = vso.Expenses.LineNum
                                vDN.Expenses.BaseDocType = SAPbobsCOM.BoAPARDocumentTypes.bodt_Order
                            End If
                            Exit Do
                        End If
                        ix += 1
                    Loop
    I'm looping through the target (order) document's freight records to find the matching one that I know is on it - you might be processing all - but then I load the sales order base docentry, base doc line# & base doc type to the delivery note freight line item.
    When getting this done, my source documents close OK.  In fact, I think they close even if the totals don't match on each record - just so long as every source doc record is pointed to by a target doc record.
    HTH

Maybe you are looking for

  • Trouble with focus, swing & keyListener

    can anybody out there help me with this problem, I got stuck with: I create a JDialog in a JFrame & would like to add Keylistener to the JDialog as soon as it opens..........but the it doesn't seem to be working....

  • Creating a horizontal slide in InDesign 5.0

    How do I create a slide (horizontal) in InDesign 5.0?

  • Default frame work page

    Hi, How can i get default framework page in NWDS and change the jsp file, do anyone have the link or document for this. Thanks, Damodhrar.

  • How can i retreive photos that have disappeared in bridge?

    i just started using bridge. yesterday i filled it with photos from my photos file.  i stacked the photos to concentrate and make it easier to find the one i want.  today i opened the bridge program and all of the photos have disappeared.  how can i

  • Safari keeps Quiting

    I know that this issue has been brought up several times, and I have followed a few of the suggestions to no avail, I also have run Sophos which turned up nothing.  Attached is the problem, report, any help would be appreciated.  Process:         com