Threshold value for creating invoice?

Hi
Does anyone know a way to set a threshold value that has to be meet before an invoice is created in the billing transactions.
I would like to set a threshold at about EUR 10 and as long as the customeru2019s total billable amount does not reach the threshold the open sales orders should remain open. This way we can eliminate invoices with small (or even zero) amounts that cost us more to produce than they bring in.
Iu2019ve searched the SAP Notes and Forums but no one seems to have this issue before.
Best regards
Patrik

Hi,
What you can do is you can have a user exit at invoice saving level, so that if the invoice value is less than the desired value system will not save the invoice.
Hope this will solve the problem unless someone comes up with something really innovative.
Regards,
Shantanu

Similar Messages

  • Threshold value for price changes

    hello,
    We are trying to change the price for material and getting error Threshold value for price changes was exceeded
    msg no is CKPRCH 032
    Being Sd guy I'm not able to understand where we need to check and what changes to be done
    Please guide
    Regards
    Vishal Jajoo

    Dear friend
    For that u check the following path
    spro>> material management>> logistics invoice verification>>invoice block>>> stochastic block
    please check here for your plant your activated, if you activated then this error will appear
    regards
    Pramod

  • How to set threshold value for single tablespace in grid control 11g

    Hi,
    I want to set the threshold value for a single tablespace in grid control 11g,
    please provide me a navigation path.

    Sandy wrote:
    Can you please provide me the full navigation path?go to Targets --> Databases
    Select the Database you like to set this alert for
    Select link Metrics and Policy Settings

  • What are required feilds values for creating a sales order using va01?

    What are required feilds values for creating a sales order using va01?
    Please give examples if possible.

    Hi,
    go through this URL:
    <a href="http://web.mit.edu/cao/www/SB2002/CR/VA01.htm">http://web.mit.edu/cao/www/SB2002/CR/VA01.htm</a>
    Hope this will help you.
    Thanks
    Shiva

  • Is there a threshold value for a tablespace

    Hi All,
    Is there a threshold value for a tablespace
    like Free space must be % Free
    Bz i have only 9MB of free Space
    Please clarify me.
    Thanks
    Arjun

    Hi arjun, once your data reaches the threshold value of tablespace free space automatically it will throw error. so there is no specific value for that. but you need to keep an eye on free space so as to avoid any interruption for the transactions. even the transaction will resume if you enable resumable management and adding a datafile or resizing a datafile when transaction halts.then your transaction will continue as normal.

  • Possible values for AP Invoice Approval Status  in fnd_lookups

    Hi,
    I have a EBS system deployed which is currently like a black box for me and iam doing some reporting on the top of it.
    i need to find out the possible values of AP Invoice Approval Status in fnd_lookups , fnd_lookup_values or some other tables Defined in that system.
    Something like the below is use for employee expense status
    SELECT LOOKUP_CODE FROM FND_LOOKUP_VALUES WHERE FND_LOOKUP_VALUES.LOOKUP_TYPE= 'EXPENSE REPORT STATUS' AND FND_LOOKUP_VALUES.LANGUAGE = USERENV('LANG')

    Please see if Oracle Payables Guides available at http://www.oracle.com/technetwork/documentation/applications-167706.html helps.
    Thanks,
    Hussein

  • Sales invoice seting for create invoice in new finacial year

    Wat are the sales invoice seting for open in new finacial year , that mean before createing invoice in new FY
    Edited by: Gopi Krishna Gutti on Apr 9, 2009 2:48 PM
    Edited by: Gopi Krishna Gutti on Apr 9, 2009 2:55 PM

    From the SD side no change wrt fiscal year..... u just need to maintain the RV number range for the new FY......

  • Default values for creating vendor master data

    Hi.
    Is it possible to set default value for payment term and planning group when creating vendor master data of a specific account group?
    Thanks in advance.

    HI,
    1, Create a vendor in your Account group as the reference vendor account
    2, By t-code:XK01, create new vendor with reference vendor of step 1,
       then the system will transfer the value from your reference vendor.
    Regards
    Ravinagh Boni

  • Solman Setup system Monitoring alert threshold value for Filesystem issue

    Hi,
    Our solman system is SAP EHP 1 for SAP Solution Manager 7.0 sp level 0024.
    We have setup the alerts System Monitoring alerts from DSWP in solman system for our target production system .
    But while assigning individual threshold values of filesystem freespace in MB for windows operating system disks C:,D:..all the values are getting changed after saving  to same value.(i.e if I update C:\ disk value and click on save rest of disks are also getting updated to this value).
    The same works fine for filessytems if target system OS is unix.
    I have tried the examples suggested in note:522453 but it nothing changed.Please suggest.

    Hi Sonal
    when you want to save the thresholds for only the one MTE you set
    you need to click on
    EDIT
    -> PROPERTIES
       -> USE FOR INDIVIDUAL MTE
    Kind Regards
    Marius

  • SPRO - Default values for creating customers

    Hi,
    I want to define a default value for the "Sales Data Area" (Vertreibsbereichsdaten) if you create a new customer. Where can i define this default value?
    Thank you
    Stefan

    Hi Stefan!
    Just as I said: in customizing is no default value definition.
    Vijay's transaction is for definition of sales area - your original question was a little bit misleading, so don't wonder if some answers don't match what you <i>wanted</i> to ask. We start come completely without background information and have to guess a lot.
    Default values are maintained in customer master data of a reference customer (which is a normal customer, used as copy reference in next XD01).
    Regards,
    Christian

  • Array of Ring to string value for creating a table

    I want to convert an array of ring to string and generate a table from it.
    But using property node for converting each ring is changing all the value of the table!
    each array represents different register!hence required to change  for different array! 
    i am hereby attaching a  Vi!
    Solved!
    Go to Solution.
    Attachments:
    Untitled 1.vi ‏1944 KB

    How about this simple solution? Array of a ring control to Array of string.
    /Y
    Message Edited by Yamaeda on 04-13-2010 08:36 AM
    LabVIEW 8.2 - 2014
    "Only dead fish swim downstream" - "My life for Kudos!" - "Dumb people repeat old mistakes - smart ones create new ones."
    G# - Free award winning reference based OOP for LV

  • How to generate a Nonce value for creating a password digest.

    Hi,
    I need to generate a 'nonce' value - is there a standard java library that can already do this? From what i've read its a random, non repeatable set of bytes.
    This nonce is used in the calculation of a password digest to create a WS-Security UsernameToken.
    Thanks in advance.

    If you need a non-repeatable sequence of bytes, you'll could use a simple sequence generator (a counter). The problem with a counter is that you'll need to centralize and coordinate the generation of such sequence. (For instance, retrieving the value from a Oracle database "SEQUENCE").
    But for most practical needs using a cryptographically-safe random number generator like SecureRandom (that tries to use the /dev/random device in Linux & Solaris, and the MS CryptoAPI provider in Windows, using true hardware random number generators if available and correctly installed) is good enough.

  • SAP SCript (FINANCE)(MR90) Help and Procedure for creating Invoices

    Hi,
       I have configured an new output type for ( Finance ) Redemption Claim Invoice SAP Script in SPRO.
       But in the MR90.  for executing the new layout with output type i am not able to create the data.
       In MIRO I tried creating the INVOICE but i could not create the invoice to the new output message type.
       Can anyone please guide me how to proceed with.
    THANKS IN ADVANCE.
    GUHAPRIYAN SUBRAHMANYAM.

    hi Hari,
    there are user exits for extraction, reporting, ...
    check the links in
    https://wiki.sdn.sap.com/wiki/display/BI/ABAPinBW
    Customer Enhancements and Userexits in BW
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/59069d90-0201-0010-fd81-d5e11994d8b5
    extraction exit steps can be found
    'How to ... Extend Master Data to incl. Social Security Number ' ?
    https://websmp201.sap-ag.de/~form/sapnet?_FRAME=CONTAINER&_OBJECT=011000358700004516062001E
    for reporting example
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f1a7e790-0201-0010-0a8d-f08a4662562d
    hope this helps.

  • BAPI for Create Invoice

    Hi everyone
    I need to create an invoice document using some bapi, i found this two bapi BAPI_BILLINGDOC_CREATEMULTIPLE and BAPI_INCOMINGINVOICE_CREATE; but i don't know how can i use. Can anyone help me please?
    Thanks & Regards
          David N

    Hi,
    Check this example..
    DATA: s_vbap TYPE vbap.
    TABLES: vbak,vbap,likp, lips.
    DATA: t_billing TYPE STANDARD TABLE OF bapivbrk WITH HEADER LINE.
    DATA: t_conditions TYPE STANDARD TABLE OF bapikomv WITH HEADER LINE.
    DATA: t_return TYPE STANDARD TABLE OF bapireturn1 WITH HEADER LINE.
    DATA: t_ccard TYPE STANDARD TABLE OF bapiccard_vf WITH HEADER LINE.
    DATA: t_errors TYPE STANDARD TABLE OF bapivbrkerrors WITH HEADER LINE.
    DATA: t_success TYPE STANDARD TABLE OF bapivbrksuccess WITH HEADER LINE
    PARAMETERS: p_vbeln TYPE vbeln.
    select single * from likp
    where vbeln = p_vbeln.
    SELECT SINGLE * from lips where
    vbeln = likp-vbeln.
    t_billing-salesorg = likp-vkorg.
    t_billing-ref_doc = likp-vbeln.
    t_billing-ref_item = lips-posnr.
    t_billing-doc_number = p_vbeln.
    t_billing-itm_number = lips-posnr.
    t_billing-ordbilltyp = '<b>Billing document type</b>'.
    t_billing-price_date = sy-datum.
    t_billing-ref_doc_ca = likp-vbtyp.
    t_billing-material = lips-matnr.
    t_billing-plant = lips-werks.
    APPEND t_billing.
    CALL FUNCTION 'BAPI_BILLINGDOC_CREATEMULTIPLE'
    TABLES
    billingdatain = t_billing
    return = t_return
    success = t_success
    commit work.
    Thanks,
    Naren

  • Reg. Bapi FM for creating invoice

    Hi Friends
    If any body tell me how to create an invoice with reference number and maintain our external invoice number.
    Advance Thanks
    Krishna

    Hi,
    use this BAPI
    BAPI_INCOMINGINVOICE_CREATE
    or
    BAPI_ACC_INVOICE_RECEIPT_POST
    hope helpful
    Raghunath.S

Maybe you are looking for

  • F110:  What is best method in voiding an EFT payment after check run?

    What is the best method in voiding or reversing an EFT payment after a check run (F110)? Thanks!

  • How to set up web variable screen for filtering by attributes

    Hi out there, My problem deals with the query variable selection screen in the web. I would like to filter some variables by their attributes in the same way it is done in the navigation item, but in the selection screen I have only the characteristi

  • Kernel_ rask process is slowing Macbook Pro Late 2011 down dramatically

    I have Macbook Pro Late 2011  8GB ram, 500 SSD. Once I upgrade to Yosemite I noticed that once I unplugged the power supply"wall adapted" kernel_task process would use up 100% of CPU. Can someone assist me?

  • 3d bevel and type breaks?

    Hi everyone, I am using illustrator CS3 and have a basic piece of type with extrude and bevel applied. The type has a blue stroked key line and has a fill of white, I just want the extrude to show from the white with no shading. My settings are x axi

  • QT Skin & Close button?

    I've been able to make a quicktime skin without a problem. I've even been able to get play, stop, fast foward, rewind, ect buttons to work. The one thing I can't figure out and have not been able to find info on is, how to get the close button to clo