Brazil - Suggestion - Overpayment automatic

Hello,
In Brazil there are many payments and receipts from Overpayment (interest) and Underpayment (disconts), lack the "Incoming / Outgoing Payments" a column with the percentage of Overpayment and the Overpayment amount.
Actual Display
Selected | Document Nro | ..|Due Date | .... | Balance Due | Total Before Discount | Cash Discount % | Total Discount | Total Payment .
New Display
Selected | Document Nro | ..|Due Date | .... | Balance Due | Total Before Discount | Cash Discount % | Total Discount | Cash Over % | Cash Over | Total Payment .
and,  to launch the proper accounting course (the account already exists in G/L Account Determination - Overpayment A/R Account).
Regards,
Fabio.

Colocado no Idea Place, Placed in Idea Place
https://cw.sdn.sap.com/cw/community/ideas/sme/b1

Similar Messages

  • I use different languages in my daily activities, when typing other than English Mac does not recognize them, is there anyway can Mac stop suggesting or automatically correcting me?

    I use different languages in my daily activities, when typing other than English Mac does not recognize them, is there anyway can Mac stop suggesting or automatically correcting me?

    Is this a problem with the computer or with the word processor? MS Word for example seems to think its grammar and spelling are better than mine - they are not. You have to go into MS Word preferences and uncheck all the useless "help" it wants to provide.

  • Brazil - Suggestion - Chart of accounts Annual

    Hello,
    In Brazil, all software and ERP accounting software has the ability to start a new chart of accounts in the next fiscal year,
    would be great if we could register the chart of accounts per year, equal to account determining.
    Of course with the possibility to copy the chart of accounts from one year to another to facilitate the work of the company,
    Follow my suggestion,
    Thank's
    Fabio

    Colocado no Idea Place
    https://cw.sdn.sap.com/cw/community/ideas/sme/b1

  • Suggestions for Automatic Commit/Rollback

    Consider the following scenario:
    A list page displays all of the records currently stored in a table. A user clicks on a link on the list page that fires the Create event and takes them to another page for entering the details of the new record. The user decides they made a mistake and clicks their browser's Back button to abort the process. There is now a new, unpopulated record on the list page.
    What is the best way to handle this situation if the user cannot be concerned with manual Commits or Rollbacks? Committing after the new record details are submitted seems okay, but rolling back every time the list page is loaded renders the First/Previous/Next/Last navigation buttons useless.
    Thanks,
    Ryan

    Create Action in ADF JSP bindings is meant to create and insert a new row into collection (and if the dataControl in action is ADFBC, then it also marks the row as temporary/initialized as indicated above).
    To achieve the backbutton support, for such cases in ADF apps, we recommend using a cancel operation that is bound to 'delete' Action on the iterator which 'removes' the newly created temporary row from the collection so that it's not visible in the collection at all.
    Using browser back button after create action will result in the temporary new row in the collection as noted above.
    This was designed as per numerous feedback on OTN for our previous JSP solution for creating new rows where a number of teams complained about duplicate row creation on a create row action. You could still achieve this as suggested above by creating a new and initialized row and then copying it's values on the form and then removing the row and then recreating another new row on submit. Note that that requires extra copying of all display values etc and in ADF we decided to avoid that route.

  • Brazil - Suggestion - License issue - Limited Logistics

    Hello,
    In Brazil we use a lot more note entry "AP Invoice" rather than the "Good receipt PO", the license "Limited Logistics" would be interesting only see/view the "AP invoice".
    Regards,
    Fabio

    Colocado no Idea Place, Placed in Idea Place
    https://cw.sdn.sap.com/cw/community/ideas/sme/b1

  • Brazil - Suggestion - Field Size AcctCode (20 characters min).

    Hello,
    In Brazil would need 20 characters for the field AcctCode, this size would be perfect for any account accountant.
    Example of an account that I use,  is less than 20 characters, but this size fits all
    1      ATIVO
    1.1               CIRCULANTE
    1.1.1          DISPONIVEL
    1.1.1.01          BENS NUMERARIOS
    1.1.1.01.01       CAIXA
    1.1.1.01.01.0001      CAIXA MATRIZ
    Regards,
    Fabio

    no solution - just a couple of comments:
    - never ever change the calling table in a renderer, I mean really NEVER
    - instead, listen to table events and resize the row height as appropriate
    - JTextArea has a somehow weird prefSize calculation (forgot the details, so don't nail me :), so you have to manually set one dimension and then ask the area to calculate the other. In your renderer, you can do something like:
    Component getTableCellRendererComponent(....) {
        int columnWidth = table.getColumnModel().getColumn(column).getWidth();
        textArea.setSize(columnWidth, Short.MAX_VALUE);
        ... here do the normal config
    // then somewhere else, triggered by appropriate change events
    void updateRowHeight(JTable table, int row) {
       int height = table.getRowHeight();
       foreach column {
             TableCellRenderer r = table.getCellRenderer(row, column);
             Component c = table.prepareCellRenderer(r, row, column);
             height = Math.max(height, c.getPreferredSize().height);
       table.setRowHeight(row, height);
    } HTH - ein bißchen wenigstens :-)
    Jeanette

  • Suggestions for automatically restarting a stale internet connection

    I'm having to use my box from work at the moment but my setup has a funny habit of losing its internet connectivity.  This is easily resolved by repairing the connection in Windows or restarting the relevant network profile.
    The problem is once I am at work the only notification that my interwebs has died is when I can't connect for a remote session and obviously without remote access I can't restart the network profile so I'm stuck for the day.
    I've had a quick google and there are a few simple bash script via cron solutions:
    http://www.linuxscrew.com/2009/04/02/ti … ilability/
    http://www.linuxforums.org/forum/redhat … ll-up.html
    Slightly more adventurous approach here:
    http://www.unix.com/shell-programming-s … ivity.html
    I can create the script and the cron myself no probs but first I wondered:
    a) has anyone here done this already and wants to share their scripts? (rather than reinvent the wheel)
    b) is there a more recognized way of doing this in Arch? (could netcfg support some sort of keep alive)
    c) there's a few linux tools out there that do this but most seem distro/de specific or are gui only and require you to be at the machine - anyone implementing one with workarounds for Arch?
    d) ping or wget seems an unfriendly way of checking the connection - do people have any alternative ideas?
    Last edited by dtw (2010-01-18 17:35:37)

    rsamurti wrote:My only worry is about the stability of the systems which are upgraded so frequently. Can anybody give their feedback regarding this?
    Most of time everything will be fine. But it's highly recommended to read news on archlinux.org.
    If there are some packages broken in Current/Extra/Community, they are ususlly fixed quickly. Usually only some X stuff or drivers glitches or packages not yet rebuilded with newest lib - are the most common issues. But this doesn't happen often, and is not critical (your system will not die because of this ).
    Even Testing and Unstable works fine for me most of time.
    With rolling release system you get small updates often, which is much better than 500M of updates with next Ubuntu/SuSE/Mandriva/Fedora/etc. release, for example. Because it's very hard to find what package breaks things in such a horde of updated packages.
    rsamurti wrote:If some thing goes wrong after upgrade, how to revert back to the previous working state of the system?
    Downgrade packages

  • Automatic Payment Run - Automatic Print of settlement lists

    Hi,
    When the payment run in F110 is completed, the spool is getting generated. But the spool generated is not getting printed automatically, and we are doing it manually.
    The system set up in FBZP looks fine for printing  Any suggestions for automatic print out will be of great help. Also please throiw  Thanks.
    Regards,
    S.Sumana.

    HI
    The action required is -
    Go to Variant - click on Print paramters- click on Properties  - double click on time of printing - select print immediately and save the variant.
    It was previously selected as "send to SAP spooler only".
    Regards,
    S.Sumana

  • Cancel message with errors - How to automate this?

    XI / PI SDN Community
    I think that because of basis team settings every time a message fails to pass through the pipeline (for example a mapping error) XI tries to process this message over and over again for days!
    Assuming that basis is not going to change any configuration on their end: Is therer a way to create a job (TCODE sm36) to do this cancel for me? - I mean I have access to go and manually cancel the message with errors tru the moni.
    Regards,
    José Francisco

    Dear Jose,
    Hi this is Tarang ...
    For cancelling messages on Java engine ( ones that you see on RWB )
    1. There is no standard program which would allow you to cancel the messages here
    2. you can only set a maxim retry interval...i.e how many times a meesage in error should be retried foe sending...this setting can be done in transaction sxmb_adm....there is a parameter called IS_RETRY for this..
    For cancelling the messages on ABAP engine ( ones that you see in MONI)
    1. You can cancel them using the report rsxmb_cancel_messages ...but  dont use this report independently...
        coz there are some chances ..due to which you are getting a message in error in moni ..but the message is restartable......then if you directly cancel it , it is not correct
    2. you cna club the above report with rsxmb_restart_messages...i.e you can create a job sequence where 1 step would be scheduling thee program rsxmb_restart_messages and then the ones that are not restarted properly ...yu can cancle using the second step in the sequence ....i.e rsxmb_cancel_messages
    But be it ABAP / JAVA engine every XI landscape has many of the EOIO interfaces where in the concept is that if the first message in the queue gets stuck ...the message behind that should also get stuck....if you cancel message automatically (say using the above report), there are chances that particular message was configured for EOIO and the message behind that is actuaaly not meant to move ahead..but once you cancel the first message3 the other will go.....which is wrong and against the laws of EOIO...
    hence SAP suggests " no automatic cancellation of message neither at ABAP nor at JAVA level should be done"
    SAP says that manual cancellation of messages is included in the daily maintenance task of XI
    you can obviously play with the number of retries using entry IS_retry
    Hope this helps
    Edited by: Tarang Shah on Mar 6, 2009 11:07 AM

  • Before downloading latest number update, words/numbers were auto memorised and suggested as soon as you started  to type a word or number. This no longer happens. How do i switch this facility back on? Thanks

    Before downloading the latest update I was able to insert part of the word or number and a suggestion was automatically created if I had used that word before. This no longer happens. How do I reinstate this preference?

    Hi Nikor,
    Instead of waiting for the feature to be re-introduced or going back to the old version, why not try out an enhanced feature of Numbers 3 that is better than "auto-complete" in many situations where you frequently enter repeating values in a column and don't want to type the same text over and over again?
    Try formatting the cells in the column with frequently repeating values as Pop-Up Menu.
    In many situations, particularly if you want to avoid typos creeping in and messing up your data, Pop-Up Menu has clear advantages over "autocomplete." It is much enhanced over what it was in Numbers 2.3, and is easy to set up:
    Select the whole column or range before formatting as Pop-Up Menu and your existing values in that column or range will pre-populate a menu automatically:
    Then you can remove the values you don't want in the list, such as the column header (and possibly some previous spelling errors too!):
    And after this easy one-time setup all you have to do thereafter is to choose from the pop-up list when you add rows:
    See this post for more details on how this handy feature has been enhanced in Numbers 3.0.
    In Numbers 3.0 there is no keyboard shortcut to activate the menu such as hitting the spacebar in the old Numbers (hope they'll add one in upcoming versions) but the Pop-Up Menu approach, unlike auto-complete, eliminates spelling inconsistencies or lack of capitalization when there should be capitalization, etc.
    And should you ever want to take your Numbers with you and do data entry on an iPad or iPhone, in a touch interface pop-ups are much more efficient than typing the first few letters of items. You can scroll with ease through a list of dozens of items to make a pick.
    See this thread for this and other workarounds for Numbers 3.0.
    SG

  • Automatically Including Build Date

    We have some LabVIEW code that is built into an .exe/installer and it has an indicator that shows the date it was built and the revision number for that build. Currently, we have to manually set the date and revision number each time we build the program. I don't think the way we do our revision scheme can be automated with LabVIEW during the build of the installer or .exe file. However, it seems like there should be a way to incorporate the build date into my code from the build process. Is there such a thing? If not, does anyone have any suggestions for automatically including a build date into the LabVIEW code so that I do not have to remember to do this manually each time?
    Thanks in advance.

    I can't remember where I found these, so I cannot give due credit, but these VIs will give file info. If you point these to your exe file then you can get the file version etc.
    EDIT: If you leave the path blank, then it follows the call chain to the app. In development this will point to LabVIEW, but in a compiled exe it will be your app.
    Message Edited by yenknip on 02-03-2009 01:07 PM
    - Cheers, Ed
    Attachments:
    GetFileVersionInfo 7.zip ‏108 KB

  • Automatic Database Backup using Shell script

    Hi,
    Can anybody share a sample shell script to take automatict backup of database.So, that It help preparing the same in our enviroment.
    Thanks,
    Sami

    Hi,
    Thanks for your inputs. But here are the details
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - 64bit
    Platform 86_64 linux.-redhat-release-4ES-7.
    Can you please suggest taking automatic backup as a sample script. so that a demo can be created and tested in development environment.
    --sami                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Anyone know of a good mac compatible automatic URL refresher?

    hi
    ive been searching for an automatic url refresher but all i ever find is windows compatible
    and ideas?

    Hi Scott
    That's all I've seen too. Only option at the moment is to apple key + R to reload the open tab - too bad it doesn't work for multiple tabs.
    With Safari 3.0 on the way (OS X Leopard debut), I encourage you to send feedback to Apple suggesting an automatic reload function.
    PS I checked Version Tracker and MacUpdate for possible sources. Nothing found.
    Message was edited by: Hawaiian_Starman

  • Database base storage stress test

    Hi,
    I have a ucm 11g instance up and running with SSO.
    I need to test database storage against filesystem storage.
    Does anyone have any suggestions on how to test this?
    Also I'm sure I read somewhere (but I can't find it now) that once I go in one direction I can't go back, does anyone have any details about this?
    Many thanks
    James

    First of all, take a look at File Store Provider (here: http://download.oracle.com/docs/cd/E14571_01/doc.1111/e10792/c02_settings005.htm#CSMSP445)
    In general, filesystem storage is always used even if you store data in the database, in the end. It is, though, understood as a temporary storage. In theory, you can keep your files in both locations and I see no reason why you should not be able to go from FS to DB and back, BUT you have to consider consequences (you might have to rebuild indexes or even migrate data from one storage to the other).
    As for stress tests, first you have to decide WHAT you want to test. Potential candidates are:
    - checkin of a single item (wasted effort: since FS is always used as an intermediate storage it will always be a bit faster)
    - mass checkin (e.g. from Batch Loader - especially if you use Fast Checkin settings, db can be a bit faster, but you will need a real lot of small files)
    - search
    - update (metadata - wasted effort: should be the same)
    - backup
    - migration of content
    Then, you will have to setup two environments with more-or-less the same conditions (CPU power, memory, disk speed).
    And finally, you will have to create and run you test cases. I'd suggest to automate stress tests via writing a program calling the same services with the same data. Use WebServices (if non-Java) or RIDC (if Java).
    Alternatively, if your task is "to get results" rather than "perform stress tests", you could try to approach consulting services or project managers to provide some normalized results for you. Something can be obtained in this whitepaper: http://www.oracle.com/us/products/middleware/content-management/ecm-extreme-performance-wp-077977.pdf

  • How to measure memory consumption during unit tests?

    Hello,
    I'm looking for simple tools to automate measurement of overall memory consumption during some memory-sensitive unit tests.
    I would like to apply this when running a batch of some test suite targetting tests that exercise memory-sensitive operations.
    The intent is, to verify that a modification of code in this area does not introduce regression (raise) of memory consumption.
    I would include it in the nightly build, and monitor evolution of summary figure (a-ah, the "userAccount" test suite consumed 615Mb last night, compared to 500Mb the night before... What did we check-in yesterday?)
    Running on Win32, the system-level info of memory consumed is known not to be accurate.
    Using perfmon is more accurate but it seems an overkill - plus it's difficult to automate, you have to attach it to an existing process...
    I've looked in the hprof included in Sun's JDK, but it seems to be targetted at investigating problems rather than discovering them. In particular there isn't a "summary line" of the total memory consumed...
    What tools do you use/suggest?

    However this requires manual code in my unit test
    classes themselves, e.g. in my setUp/tearDown
    methods.
    I was expecting something more orthogonal to the
    tests, that I could activate or not depending on the
    purpose of the test.Some IDEs display mmeory usage and execution time for each test/group of tests.
    If I don't have another option, OK I'll wire my own
    pre/post memory counting, maybe using AOP, and will
    activate memory measurement only when needed.If you need to check the memory used, I would do this.
    You can do the same thing with AOP. Unless you are using an AOP library, I doubt it is worth additional effort.
    Have you actually used your suggestion to automate
    memory consumption measurement as part of daily builds?Yes, but I have less than a dozen tests which fail if the memory consumption is significantly different.
    I have more test which fail if the execution time is siginificantly different.
    Rather than use the setUp()/tearDown() approach, I use the testMethod() as a wrapper for the real test and add the check inside it. This is useful as different test will use different amounts of memory.
    Plus, I did not understand your suggestion, can you elaborate?
    - I first assumed you meant freeMemory(), which, as
    you suggest, is not accurate, since it returns "an
    approximation of [available memory]"freeMemory gives the free memory from the total. The total can change so you need to take the total - free as the memory used.
    - I re-read it and now assume you do mean
    totalMemory(), which unfortunately will grow only
    when more memory than the initial heap setting is
    needed.more memory is needed when more memory is used. Unless your test uses a significant amount of memory there is no way to measure it reliably. i.e. if a GC is perform during a test, you can have the test appear to use less memory than it consumes.
    - Eventually, I may need to inlcude calls to
    System.gc() but I seem to remember it is best-effort
    only (endless discussion) and may not help accuracy.if you do a System.gc(); followed by a Thread.yield() at the start it can improve things marginally.

Maybe you are looking for

  • Problem with buttons in repeated table header

    I have a bunch of tables that expand/contract at the click of a button in their respective header rows. The problem I'm having is when a table breaks to another page the button doesn't work properly in the repeated header - the scripted value isn't m

  • My CD/DVD drive is missing.

    My dvd/cd optical drive is missing from "my computer" , and the hardware manager.  It does spin, and is listed in bios.  Physically disconnected and pulled it from the bay then reinserted but no sucess.  Ran "Driver Tool" which showed the optical dri

  • How can you use Win 7 upgrade disk if Boot Camp 4 doesn't support XP or Vista?

    I've just purchased a Windows 7 Ultimate upgrade disk to upgrade my Win XP Pro. I haven't installed Lion or Boot Camp 4 yet but am concerned that if I need to reinstall Win 7 in the future the upgrade disk will require that Win XP Pro be installed fi

  • I am on a Mac OS X Version 10.6.8 I am trying to use a trial of lightroom 4.

    My photos that I uploaded are telling me they are now off line. What happened? Do I need to start editing over and never sign out tell I am done editing all photos?

  • RFQ Msg Status is "Not Processed"

    HI If the message was processed successfully, the status is set to '1' and if an error occurs, the status is set to '2'. Status '0' usually means that the processing program has not yet been started (if the message is to be processed manually, for ex