How to validate whether a unpaid invoice is eligible for Cash discount or not ??

Hi all,
I need to display all the unpaid invoices which are eligible for cash discount only using a report.
I'm getting bukrs, lifnr and posting date as selection criteria. BSIK as base table.
Pls suggest me.
thanks,
Shameer.

Hi Anindya,
Just got to T.code SM12(Lock Entries), which gives the table name and user who has locked.
for checking purpose,
create lock object to any ztable which create two FM enqueue and Dequeue just keep a break point in between these FM and check the transaction SM12.
Regards
Kumar M

Similar Messages

  • How to know whether a vacation rule is set for a user

    Hi,
    How to know whether a vacation rule is set for a user or not in the BPM process. Can anyone help me in this.
    Thanks,

    In Linux a user has to have read permission on a file to even see that it exists. As a result, if a user (or a group to which they belong) doesn't have read access to the file File.exists() will return false. Windows which doesn't have as tightly controlled access to files will admit that a file exists whether it can be read or not.
    PS.
    This is proof that I should never answer a question off the top of my head when I haven't had my red bull yet. This is wrong. You will be able to see it if you have read and execute on the directory.
    thumps self in head
    Message was edited by:
    puckstopper31

  • How to c heck if exicse invoice is executed for performa invoice ,

    how to c heck if exicse invoice is executed for performa invoice , cos u cannot see the excise invoice in doc flow where exactly can i see the excise num against the proforma,,, pls help

    Hi,
    Go to J1IIN->Excise Invoice>Change
    Select Alternate Selection-->Enter the Billing Document and Press Document Flow..
    Here u can see the full document flow
    Thanks,
    Sam

  • How to check whether follow on document is created for sc or po,is there any table or fm available?

    How to check whether follow on document is created for sc or po,is there any table or fm available?

    Hello Venu
    Check FM: BBP_PD_SC_GETDETAIL and BBP_PD_PO_GETDETAIL table E_HEADER_REL
    Check this: SRM Shopping cart and PO tables link
    Regards

  • How to validate an text field item using javascript for numbers only.

    hi,
    how to validate an text field item using javascript for numbers only.please help me on this urgent
    please mail me solun if posible on [email protected]

    Hi,
    Page HTML header
    <script>
    function onlyNum(evt) {
      // Usage: onKeyPress="return onlyNum(event)"
      evt = (evt) ? evt : window.event;
      var charCode = (evt.which) ? evt.which : evt.keyCode;
      if (charCode > 31 && (charCode < 48 || charCode > 57)) {
        var status = 'This field accepts numbers only!';
        alert(status);
        return false;
      var status = '';
      return true;
    </script>Item HTML Form Element Attributes
    onKeyPress="return onlyNum(event)"Br,Jari

  • How to know whether the current database is using a password file or not?

    How to know whether the current database is using a password file or not?

    The remote_password_file is the parameter that determines if you can use or not a password file. The values this parameter can have are NONE, SHARED, EXCLUSIVE. It is pretty obvious, if it is set to either SHARED or EXCLUSIVE the oracle instance has enabled the access through a password file for the SYSDBA and SYSOPER roles.
    ~ Madrid

  • I havent got a warranty card with my itouch 4 but how do i enroll my ipod to be eligible for the warranty?????

    I havent got a warranty card with my itouch 4 but how do i enroll my ipod to be eligible for the warranty?????

    You can check your status here: Apple - Support - Check Your Service and Support Coverage
    and so can Apple Support if you contact them.Apple - Support - Service Answer Center

  • How to check whether the vendor invoice was reversed (MR8M & FB08)

    hi,
    need to check whether the vendor invoice has been reversed. Posting of the vendor invoice as well as its reversal may happen in FI (e.g. FB60 - FB08) and MM (MIRO - MR8M).  have developed a custom function based on the values of the fields: stblg, stjah,... (for fb08) and rebzg, rebzj,rebzz (for mr8m) and trans type but not sure this is the right way.
    Is there a bapi (e.g. similar to BAPI_ACC_INVOICE_REV_CHECK) , sap function or at least a report to as a sample. Any help appreciated.
    Thank you,
    victor

    Viktor, We have always used the table fields values you have listed to determine if the invoice has been reversed or cancelled...

  • How to identify whether any data source is created for a table?

    hi all,
    How to identify whether any extractions is been carried out for a particular table, view or function module(generic extraction)? from r/3.
    bcos i need to create an extraction for a table, view and function module. But  iam not sure whether any extractions is already been created for those tables, view, function modules??
    thanxs
    haritha

    Hi,
    By passing the following values as selection to table  ROOSOURCE we can find whether any data source has been created or not .
    EXMETHOD = V
    EXTRACTOR = Table name
    hope it helps..
    regards,
    raju

  • How to check whether MRP run has been executed for a sales order or not

    Dear Experts,
    In Strategy:20, Make to Order scenario, I have run MRP for sales order in T Code:MD50,
    then how can I check whether MRP run has been executed for a sales order or not.  Is there any report where I can find some indication?
    Thanks and regards,
    Vikas

    Dear,
    In MTO scenario with Planning strategy group 20 in material master .
    After sales order is created, Run MRP , then planned order will be created then go to planned order details in MD04 or MD12 you will get sales order number in assigment tab.
    or check the Table PLAF field  PALTR ,and field name KDAUF its sales order, for all created planned order.
    Regards,
    R.Brahmankar

  • How to check whether a file got read permissions for perticular user

    Problem: Let JRE is running with some x as effective user in LINUX then while checking file permission it is checking permission on that file for that x user.
    File f = new File(�file name�)
    if(f.exists())
         System.out.println(�exists�);
    Else
         System.out.println(�does not exists�);
    The above code prints exists only when x user have permissions on that file
    Requirement: I would like to check whether a file got read permissions for particular user i.e. whether y user got permissions on that file.
    Any help is appreciated

    In Linux a user has to have read permission on a file to even see that it exists. As a result, if a user (or a group to which they belong) doesn't have read access to the file File.exists() will return false. Windows which doesn't have as tightly controlled access to files will admit that a file exists whether it can be read or not.
    PS.
    This is proof that I should never answer a question off the top of my head when I haven't had my red bull yet. This is wrong. You will be able to see it if you have read and execute on the directory.
    thumps self in head
    Message was edited by:
    puckstopper31

  • No line item for Cash discount in customer invoice

    Hi Experts,
      Can anyone please suggest with configuration details for customising the customer invoice,  to display invoice with cash discount line item.  Currently i have assigned the customer master data with payment terms to include cash discount of 10% on for invoice with credit period of 20 days.
    Thanks in advance
    satish

    I think first thing you should be looking for is are you following net discount method or gross discount method . As that will define whether the posting of discount will be at invoice or when you post the payment document against that invoice. + you have to configure cash discount accounts before you can post in cash discount.
    Net: Cash discount clearing account and Cash discount loss/gain account (At the time of Invoice posting )
    Gross: Cash discount given and Cash discount recieved account (At the time of payment)

  • Tried to update an app and it asked for the password to my sister's Apple ID. I then checked to see whose Apple ID was logged in, in settings and it said that I was logged in. How do I get the app store to ask for MY Apple ID, not my sister's?

    Tried to update an app on my phone but when it asked me to give the password for my AppleID, it was asking for the password to my sister's AppleID. I went to setting and down to itunes&app store settings and checked which AppleID was logged in, but i found that it was my AppleID that was logged in, not my my sisters. I then tried logging out and logging back in again but the app store, regardless of this, still asks me for my sister's AppleID and I don't know her password...How do I get the app store to ask me for MY AppleID password, not my sister's?

    If this app was bought by your sister with her Apple ID, only her ID can update the app.

  • How to find whether the current BU in Apps is multi org or not??

    I want to know that how we can find the status of multi org whether it is enabled or not?
    Edited by: user13079708 on Jun 23, 2011 6:27 AM

    Hi;
    What is EBS version?
    In R12.x its comes enable by default
    In R11 Run the following SQL statement, if it returns 'Y', then your installation is Multi-Org:
    SQL> select multi_org_flag from fnd_product_groups;
    Regard
    Helios

  • How do I get iTunes to remove a charge for something I did not want to auto renew?

    How do I get iTunes to remove a charge from my chacking account for an auto renew item that I do not want?

    No promises, as this was your fault:
    iTunes Store Support
    http://www.apple.com/emea/support/itunes/contact.html
    iTunes Store: Purchasing and managing auto-renewing subscriptions
      http://support.apple.com/kb/ht4098

Maybe you are looking for