Disc.base field automatically filling in FB60 or F-43.

Hi,
Why System automatically Post the amount in Dis.Base field, actually i maintain all parameters in vendor master record. (Ex: if i post transaction in FB60 that automatically fill the Disc.base field also.)

See the below
Amount Eligible for Cash Discount in Document Currency
Definition
Part of the invoiced amount for which cash discount is granted. The amount is always in document currency.
Procedure
During document entry, the amount qualifying for cash discount can be determined manually or automatically. The amount is determined automatically if no entry is made or a '*' is entered.
To determine this amount automatically, the system takes into account the offsetting items relevant to cash discount for the invoice item and the rules assigned per company code for processing cash discount and taxes.

Similar Messages

  • How to have a field automatically fill in another field when checked

    Does anyone know if there is a way to have a field automatically fill in another field with a specific dollar amount when a field is checked.
    I am doing a registration sheet for a charity event where we have to pay for each person that attends. I would like it set up so that when someone checks in the person at the registration table would just click the check box (E2) and then have it fill in the field next to it a dollar amount of $15.00 (F2) which would be owed to the place hosting the event.
    Attached is a picture of the spreadsheet: example: persons checks off E2 and the amount $15.00 would automatically fill in field F2. I would then do this for each line and have the F column total the amount owed to the place.
    I am VERY new to numbers and writing formulas so if you can be specfic with how to do the code would be greatly appreciated. THANK YOU!

    please remember to post the actual solution (equation in this case) so others that are searching for similar items see the solution, not just
    Got it, replaced 0 with '''.
    Thanks
    Jason

  • How to display field Discount, Disc.Base, inv.ref.. when Use TCode FB60

    Hi All,
    pls help me show field Discount, Disc.Base, inv.ref .. on Screen Vendor Invoice (FB60). Now we can't see this Field.
    let me know, what do we do?
    Thanks

    Hi
    you would have assigned recon account in the vendor master. go to that recon in FS00 and see the field status group in CREATE BANK/INTEREST TAB. check that field status group. There those fields would have been suppressed. Make it optional. It will surely come.
    Award points if it is useful
    Thanks & Regards,
    A.Anandarajan.

  • Accounting document - "Disc. Base" field (BSEG-SKFBT)

    Hello,
    In the accounting document, when I click on the customer account (first line item) it opens a screen with "Additional details" sub tab and "Disc. Base" field (BSEG-SKFBT).
    What is the purpose of this field?
    How do we control entry into this field? In some business flows, this field value is always "0".  But in other flows, there is a value that is picked up automatically.
    Thanks,
    Shankar

    Hi,
    This is part of the invoiced amount for which cash discount is granted.
    During document entry, the amount qualifying for cash discount can be
    determined manually or automatically. The amount is determined
    automatically if no entry is made or a '*' is entered.
    To determine this amount automatically, the system takes into account
    the offsetting items relevant to cash discount for the invoice item and
    the rules assigned per company code for processing cash discount and
    taxes.
    Rgds
    San

  • Automatic Filling of same fields

    Hello All I am new to this and I am trying to create a form on Lifecycle. The form I am creating has 3 pages and 2 of those are identical. The 2 identical pages have to have the same data in them. How can I get it set up so that when the uder inputs information on the first page that same info automatically fills in on the sacond page in the same fields. Thanks...

    Set the binding tab on those fields to Global and make sure they have the same name.
    Or you can programmaticaly push the values from the 1st fields into the 2nd ones. Use the exit event of the 1st field and this javascript code:
    Field2.rawValue = Field1.rawValue;

  • Automatically fill in field from first letter of another field

    Hi,
    I have a situation where i would like to fill in a field automatically, dependant on the first letter entered in another field.
    Here's some examples:
    1. Field one - A6805B  Field two - 'UHF' (As A = UHF)
    2. Field one - E1234C  Feild two - 'VHF' (As E = VHF)
    3. Field one - S5673D  Field two - 'Error - No Frequency' (As S doesn't have an equivalent)
    Can anyone help?
    Cheers
    Rob

    Hi Rob,
    You can do this by assigning the first letter to a variable and then testing that variable.
    A sample is here: https://acrobat.com/#d=OoLUPLu1Qy1*8Uxz7*hG6Q
    Hope that helps,
    Niall

  • Automatically fill in an a text field after a selection from dropdown field in a acrobat form.

    I have two fields. One dropdown menu field for employee name and one field for occupation (an text field). I would like to let a employee select his name and automatically fill in the text field with his occupation. So for example:
    John---> Automatically fill in "Engineer" etc..
    Thank you in advance!

    See Programming List and Combo fields in Acrobat and LiveCycle forms by Thom Parker.
    This is not simple programing, but it follows standard JavaScript programing standards.

  • Automatically fill in field based on data from table rows

    hello,
    Users in our organization currently have to complete a number of different forms when an accident occurs. I am creating a .pdf that combines these fomrs into one, with the first portion being a data input section where the user inputs the data and then this populates other sections (pages of the form) that can later be saved and printed.
    The data input section contains subforms with tables. The tables have a row that has "add new item" and "delete this item" buttons.  The rows have dropdown list fields.
    I would like to create a field that will be automatically filled in with the values from the dropdown lists, including the values from the new rows that are added using the 'add new item' button.
    Any assistance in this regard would be most appreciated.  This is my first time on a forum, so I apologize if I have not been clear.
    Thank you.

    This is pretty complicated. You'll have to use scripting for this and I'll tell you how I'd approach this with JavaScript.
    First of all you need to decide at what point you want to populate this field with the drop down selections. I think you have two options.
    Option 1 - Automatically calculate this field each time a user makes a drop-down selection. It's possible that a user will enter data and then change a drop down value so you'll have to account for this.
    Option 2 - Create an update button that users click to calculate this field. There is still a risk that users will change the value in the drop down after clicking update, so you would want to use scripting to lock those fields (e.g. make them protected) when the update button is clicked. You could then change the caption of this same button or have a second button that when clicked would unlock those drop down fields.
    The other thing you need to do is figure out how to calculate this field. It seems to me you would probably build a string together that mixes text with the drop-down values. So your JavaScript would look something like this:
    calculatedField.rawValue = "The accident occurred on " + table.row1.date.rawValue + ". It was witnessed by " + table.row1.witness1.rawValue +
                                                      " and " + table.row1.witness2.rawValue + ".";
    When you're in the LC Designer JavaScript editor, hold control for the relative path to those fields and control + shift for the absolute path and then click on the fields whose values you want to access.
    I hope this points you in the right direction!

  • Removing or automatic fill the database field at login when using TWO_TASK

    Couple of questions when using TWO_TASK on HP-UX
    1. Is it possible to alter the login window, by removing the database field, as it is not needed anymore?
    2. Is it possible to automatically fill the login window with the required database connect string?

    Hello,
    Are you sure this question is relative to the Oracle Forms product ?
    Francois

  • I don't want to fill the Actual GI Date field automatically when GI

    Hi experts
    When I post good issue a delivery, Actual GI Date field is filled automatically.
    I don't want it.
    I don't want the Actual GI Date field to be filled automatically.
    Please, let me know how to.
    With config or user exit, anything possible.
    Thank you.

    Thank you for your reply Vinod.
    But it's still not the exact answer I wanted.
    1.
    Subroutine USEREXIT_SAVE_DOCUMENT_PREPARE in MV50AFZ1 is not useful for this situation.
    The field WADAT_IST(Actual GI Date) already has a value(today's date which is automatically inputted by system) in that subroutine.
    So it's impossible to know whether Actual GI Date is manually inputted or not.
    2.
    The BADI you mentioned does not exist in our site.
    Regards
    Ji yeob

  • How to prevent an automatic fill in of the current date into a Date/Time Field

    hi,
    maybe i checked out a strange behaviour of the adobe designer. when i put a "normal" data/time field (with no data pattern, display pattern, etc.) on a form and then change (on the pdf preview tab) to the newly designed date field,i have to stay about 2 minutes on this field not filling it out.
    after these minutes the current date is filled in automatically in the date/time field.
    what can i do preventing that? any hints?
    thanks in advance.
    markus

    I don't have any info on timelines, all I can say is check back in future versions of Acrobat :(
    Chris
    Adobe Enterprise Developer Support

  • How to automatic submit a page if a field is filled?

    Hello,
    still I have the problem to give my users a simple method for login. MOD_NTLM cannot be used because we have windows 2003.
    So I had another idea. I create 2 hidden items on the login-page (101). These fields I fill with the URL: http://bondbmstst01.eba.local:7777/pls/htmldb/f?p=101:101:::::P101_P1,P101_P2:Uxxyu],qopp€€
    The character at the end of the line are crypted the username and password. I fill the items P101_USERNAME with "select encrypt_auth(:P101_P1) from dual", the password is the same.
    Now I have only to press the LOGIN-Button to login. But I would have, that if the hidden item P101_P1 is filled, the button is hit by automatic or the page submitting is automatic.
    Is this possible?
    Regards,
    Mark

    Hello Mike,
    it is not exact this. In normal the login-page has 2 items, one for username, one for password. To login I have to fill out the both fields and press enter or click "Login". This is good so.
    Another way to login should be, that I write the username and password in the URL and fill two hidden items. If the page is loaded, I will check the both hidden fields and make a automatic login - without a user have to write anything.
    I can fill the items P101_USERNAME and P101_PASSWORD, but after that a user have to click on the button "LOGIN", but I dont want, that a user have to do anything to login.
    I hope, it is now a little bit clearer.
    Regards,
    Mark

  • Automatic fill up the text fields

    Hi everyone!
    I have the table with 3 columns - name&surname,birthday and the place of birthday.
    Also I have drop-down list which is filled with items from name&surname column and 3 text fields which according as birthday and place of birthday columns.
    So, when I will choose one item from drop-down list, I want that 3 text fields automatic will fill up with data from table.
    I hope you understood me.
    Thanks anyway!

    It is simply a case of navigating the hierarchy of the Form structure to get to the object that you want. For example if I have a form and a page on the page we have a table with rows and in the row we have a field, you would use an expression something like this:
    TargetField.rawValue = form1.Page1.Table1.row[instance number].fieldname.rawValue
    where instancenumber is a 0 based index of the row that you want to extract.
    Hope that helps

  • Little dots automatically fill the password field

    On my iMac I have three accounts, mine, my wifes, and a guest account. When the system is at the login screen, if I click my icon to log in, the password field starts filling up with "characters" (dots) all on it's own. I have to hold the delete key, at which time it erases and I can then enter my password. But... This only happens if my wife was the last one to log in. If I had last logged in, no dots.
    If I allow it to run like this for 5 or 10 seconds, it fills up with so many characters that it becomes time-consuming to get back to an empty password field.
    Any ideas? Obviously, any sort of malware that could be running at the login screen would be bad, very bad.

    Malware (not a virus) can't be running at login, because there is no access to system resources until somebody logs in.
    Hi Kurt, I can't say why this is happening, though I agree it's extremely unlikely to be malware. But I disagree; the system is up and running well before login. A rootkit, or backdoor from a Trojan, for example, (not that I'm saying this is what is happening) would have access to system resources before login.
    Seems related to the wife's user account. Only happens after his wife has logged in. I think it is very unlikely to be a Permissons issue. And, if it is related to his or his wife's user, Permissions repair wouldn't even touch that.
    Just a guess, but perhaps this is coming from a corrupted cache. Might try running Applejack.
    Download:
    http://sourceforge.net/projects/applejack/
    Article on using:
    http://reviews.cnet.com/8301-13727_7-10334620-263.html?tag=mfiredir
    It runs in single user mode. After installing (you won't see it in the Applications Folder) hold CMD-S at startup. You will get a black screen with MS-DOS like text. Just follow the prompts: type in "applejack AUTO" and it will run through the following:
    Correct any Disk problems.
    Repair Permissions.
    Clear out Cache Files.
    Repair/check several plist files.
    Dump the VM files for a fresh start.
    Trash old Log files.
    You can also run tasks selectively and for specific users by typing in "applejack." After running in "AUTO,"  you can go back and run it again as "applejack," steps 3 & 4 only, for your user.
    The first reboot will take much longer than usual, as it rebuilds caches. It may take several restarts to see the benefits. Because of the deep cache cleaning in AUTO mode some applications may tell you they are being opened for the first time.
    NOT YET UPDATED FOR LION
    (Adapted from post by BDAqua)

  • Automatic fill/replace text field

    Hello all,
    In my document, I have a text block with the following:
    Document: 770-00009                                                      - Static line
    April 1, 2014 6:42 AM                                                       -  InDesign system variable line
    For single or dual switch installs                                      - Static line
    For build # ${build_version}                                             - This line changes and need a way to automatically fill-in/replace the text, "${build_version}"
    So, I am looking for a way to automatically replace ${build_version} with the current version number.
    Is there a way to do this from InDesign, via CLI (don't think InDesign has one), via the .indd file, or perhaps at the PDF stage (although, at that point, it would have to be Linux based).
    Thank you

    This is in Safari?
    Go to Preferences->Autofill and see the "Other forms" section. Choose "edit" and you can modify or remove the data. If you remove it, the next time you fill it should enter the right info. Go ahead and investigate each of the 4 options on the Autofill pane.

Maybe you are looking for