Applied Amount field in OINV?

Hi all,
My colleague is putting together a report on an AR invoice.
We can't work out which field in OINV contains data from the "Applied Amount" field in SAP.
I've had a search around here and in the SDK help documentation (not that this is anything to do with the SDK), and I can't see an answer.
Thanks!
Cal.

Hi
Field name is    PaidSys which is storing applied amount.
Thanks
Mohammad Imran

Similar Messages

  • Thousand Separator is Not Appearing in Amount Fields in iRecruitment

    Hey Guys,
    My requirment is to show comma as thousand Separator for example 10,000 but its showing 10000.
    I am facing this issue in all amount fields in iRecruitment like Vacancy Page (Min Propose and Max Propose) and Offer Page.
    I set the below profile options
                  Currency:Thousands Separator = Yes
               ICX: Numeric Characters = 10,000.00
    and
             Preferencess > Regional Section > Number Format  = 10,000.00
    I am using EBS 12.1.3 and i cleared cashe but still no effecet. Is there any other setting need to be done?
    Please Help
    Regard
    Mazhar Hussain

    When i go through Patch Description
    Patch Applicable for versions:
      Iprocurement R12
    5. Dependant Applications:
      None.
    6. Patch to be applied:
      Server.
    7. Patch applicable only when a particular application installed:
      Oracle Iprocurement.
    Its say that Patch for  Iprocurement so how can i apply this patch for iRec?
    Regrds
    Mazhar

  • Why is the applied amount not summed?

    Hi, I have a number type field applied amount, I think the default rule of discoverer is to sum it(like groupe by in sql), but it does not work. Is there any additional setup should I do? Please refer to the attachments. Thank you so much.

    Hi, how can I upload a attachment?
    Vendor Name
    Vendor Site Code
    Invoice Num
    Invoice Date
    Gl Date
    Distribution Description
    Account Code Combinations
    Invoice Currency Code
    Prepayment Amount
    Exchange Rate Prepay
    Reverse Exchange Rate
    Applied Amount SUM
    靠靠靠靠
    MTBH-82
    P-MTBH09305
    05/06/09
    05/06/09
    Prepay Calibration
    82.0000.14500.00.000.0000
    CNY
    9790
    0.14683
    6.8106
    -4243.76
    靠靠靠靠靠靠靠靠
    MTBL-53
    P-MTBL09698
    09/14/09
    09/16/09
    Prepay employee moon cake
    53.0000.14500.00.000.0000
    CNY
    1144.5
    0.146158
    6.8419
    1144.5
    靠靠靠靠靠靠
    MTBS-83
    P-MTBS09353
    05/22/09
    05/27/09
    Prepay rental deposit and rental 4/26-5/25
    83.0000.14500.00.000.0000
    CNY
    112000
    0.29366
    13.6212
    -56000
    靠靠靠靠靠靠靠靠靠
    MTBS-83
    P-MTBS09401
    06/25/09
    06/25/09
    Prepay 2009/05/16-2010/05/15靠靠靠靠
    83.0000.14500.00.000.0000
    CNY
    38563.25
    0.146235
    6.8383
    -20604.26
    靠靠靠靠靠靠靠靠靠
    MTBS-83
    P-MTBS09401
    06/25/09
    06/25/09
    Prepay 2009/05/16-2010/05/15靠靠靠靠
    83.0000.14500.00.000.0000
    CNY
    38563.25
    0.146235
    6.8383
    20604.26
    靠靠靠靠靠靠靠靠
    MTBS-83
    P-MTBS09683
    09/07/09
    09/08/09
    PREPAY MOON CAKES TO EMPLOYEES 15PCS
    83.0000.14500.00.000.0000
    CNY
    2452.5
    0.146158
    6.8419
    2452.5
    靠靠靠靠靠
    MTSL-88
    P-MTSL091023
    11/19/09
    11/20/09
    Prepay device
    88.0000.14500.00.000.0000
    CNY
    436
    0.14621
    6.8395
    -299
    靠靠靠靠靠
    MTSL-88
    P-MTSL091023
    11/19/09
    11/20/09
    Prepay device
    88.0000.14500.00.000.0000
    CNY
    436
    0.14621
    6.8395
    -137

  • SAPScript Suppress/Control Amount field size

    Hi Guys,
    I have been working on a SAPScript form and I have an issue. Can I restrict the size of the amount field so that it appears with a certain number of digits before the decimal point? If so, how? The size of the amount field is causing part of the amount to be written to the next line, which I do not want to happen.
    I also need a character field not to compress spaces. It seems this is what is happening if this field contains a smaller number of characters than the defined number e.g. &EKPO-TXZ01(17)& having max 17 characters. This causes the other numbers and so on in front to drag back wards. I do not want this to happen as well. Also, it seems it is also creating spaces (about 3) after each line and I have not defined any new lines in the form itself.
    Please assist.
    Thanks and Regards,
    Darlington

    Hi Guys,
    Thanks for the quick response. The first issue I think can be resolved through the use of the solutions you suggested. For the second issue, I need to understand how the tabs would work as you suggested. For instance,  &EKPO-EBELP&  &EKPO-EMATN(10)& &EKPO-TXZ01(15)& &EKPO-TXZ01(17)& &RM06P-PRMG1& &T006A-MSEHT& ,,&EKPO-NETPR&&RM06P-PRPEI& &EKPO-NETWR& are all in one line and the element in question is &EKPO-TXZ01(15)&. The text 'test' is less than 15 characters and it seems it compresses the spaces such that the other elements (&RM06P-PRMG1&, &T006A-MSEHT&, etc.) are dragged leftwards towards it., but for characters exactly 15 characters long, the others do not move.
    How would I apply the tabulators in this case?
    Thanks

  • User defined function to check the NULL and 0.00 value in a Amount field

    Hi Experts,
    I have one scenario in which i have amount field in Data type.
    I have to create one UDF which will do the following thing.
    1. If the amount field is Null it should throw an exception in mapping.
    2.If the amount field is 0.00 it should throw an exception in mapping.
    3. For all other cases it should pass the amount value to the target.
    Can anyone provide me the code For this UDF.
    Thanks in advance.

    Hi,
      You can add this logic to the UDF. Here var1 is the input string.
    java.math.BigDecimal b=new java.math.BigDecimal(var1);
              if(b.compareTo(new java.math.BigDecimal("0.00"))<=0)
                   //write your logic for values less equal to zero
    One small request, if you think your question has been answered, properly and correctly, could you please kindly if possible close down this thread. It helps people who look for solutions to similar problem.
    regards
    Anupam

  • A/R Credit Memo -  Applied Amount

    In A/R Credit Memo (ORIN), how do we find out what 'Applied Amount' consists of? Is it all open A/R invoices?
    I compared that number to the BP open A/R invoices but the number doesn't add up.

    Hi,
    Applied amount is the amount which has reduced the balance due for the open document.
    When the Credit Memo is based on the Invoice, the applied amount for the Invoice and the Credit Memo is same and is based on that balance.
    When the Credit Memo is independent and is partially applied to Invoice, then the partial amount is updated to the Invoice and the Credit Memo.
    So the reconciliation of the balance due for the Credit Memo is base for the Applied amount.
    The Applied amount can be updated with the Invoice balance due, Reconciliation of the Invoice together with Payment and Journal Entry and Journal Entry only as well.
    So, checking just the Invoice amount will not bring the true picture.
    Kind Regards,
    Jitin
    SAP Business One Forum Team

  • DIsplaying WRBTR (AMOUNT FIELD)WITHOUT  DECIMAL PLACES

    Dear all,
    I am facing a problem in displaying amount field  in alv report. I have two currency keys (US dollar and Japan yen). if it is japan yen I should not have to show decimal places and if it is US dollar I should show decimal places.
    How can I do it in a alv report if I have only one output amount field?
    thanks
    Ranjan.

    Hi chittaramjan,
    1. use this kind of funda (just copy paste in new program)
    Important things
    a) one extra field in internal table
      declared in the same exact fashion
    waers LIKE tcurc-waers,
    b) Populate this field
    c) REST THE System will take care
       (based upon country settings)
    2.
    REPORT abc.
    TYPE-POOLS : slis.
    DATA : alvfc TYPE slis_t_fieldcat_alv.
    DATA  : BEGIN OF itab OCCURS 0,
            f1  LIKE P0008-BET01,
            waers LIKE tcurc-waers,
            END OF itab.
    START-OF-SELECTION.
      itab-f1 = '-4.15'.
      itab-waers = 'KRW'.
      APPEND itab.
      itab-f1 = '4.68'.
      itab-waers = 'GBP'.
      APPEND itab.
      CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE'
        EXPORTING
          i_program_name     = sy-repid
          i_internal_tabname = 'ITAB'
          i_inclname         = sy-repid
        CHANGING
          ct_fieldcat        = alvfc.
      CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY'
        EXPORTING
          i_callback_program      = sy-repid
          it_fieldcat             = alvfc
        TABLES
          t_outtab                = itab
        EXCEPTIONS
          OTHERS                  = 2.
    regards,
    amit m

  • Error in Report: Next to amount field i could see 'ERROR' word in report

    Guys,
    Problem in Report: Next to amount field i could see 'ERROR' word in report
    Eg: Invoice Amount  : "1200ERROR"  it should be like "$1200".
    Pls help where do i need to check.
    Thanks

    Ajeet wrote :
    Hi,
    It can heppens if all the records getting aggregated in the report are of different currencies and not belonging to one currency.
    Do a currency conversion for the key figures and make them all with same currency.
    See if the records in the cube for the selection which you have given in the report gives you records with different currency and if it is true then as above said.
    Thanks
    AJeet
    Are you sure ???
    The mixed unit values will be displayed as * (by default unless its changed).
    ERR comes if unit is not maintained.

  • Applied amount cannnot be negative in Goods receipt PO

    Has anyone encountered a problem when adding Goods receipt PO based on purchase order with a negative amount line, the error message:Applied amount cannot be negative in the base document.

    Dear Mr Phan,
    Can you please clarify which version and patch you are using, and if the GRPO is based only on the negative line or on the all document.
    When I tried to enter a Purchase Order with a negative line only (and negative total payment due) the system doesn't add the document, but if I add another positive line above the amount of the previous one I can add the document and add a GRPO based on it.
    Please, let me know the steps you are taking.
    Regards,
    Marcella Rivi
    SAP Business One Forums Team

  • Length of amount field in New GL at the document entry

    Hi,
    1) At present I am working on ECC 6, EhP 4 with New GL Activated & Old GL "Not deactivated" (i.e deactivate update of Classic General Ledger GLT0 not done).
    2) The total table (FAGLFLEXT) & Line item table (FAGLFLEXA) field in new GL has amount field length as 23 digit.
    3) When I am trying to enter any FI Document in SAP, using transaction code F-02 or FB60 etc, the length of amount field is coming as 13 digit. I am not able to enter higher value
    Question:-
    a) Is the above issue due to "non-deactivation" of "Old GL"? As per my understanding, it is not, but wanted your opinion.
    b) Is there any configuration which needs to be done to increase the length of the amount field at transaction level?
    Thanking you in advance
    Santosh Agarwal

    a) Is the above issue due to "non-deactivation" of "Old GL"? As per my understanding, it is not, but wanted your opinion.
    No, it is not.
    b) Is there any configuration which needs to be done to increase the length of the amount field at transaction level?
    No, there isn't.  The field length that is appearing during document entry is really dictated by the data type of fields such as DMBTR, WRBTR in table BSEG; which is CURR (13,2).  Although the GL view (FAGLFLEX* tables) have longer length, the limitation in entry view (BSEG, etc.) stays as 13,2.

  • How to maintain the amount field format after GUI_DOWNLOAD

    Hi everyone.
    I have this problem on my object.
    The format of field ERFMG in table AUFM is 3.921,569.
    After I SELECT it INTO an internal table it becomes like this 3921.569
    I would display this internal table in ALV and its ok. Its format is 3.921,569 The format is also not changed when I download it into an excel file using LIST -> EXPORT -> LOCAL FILE -> SPREADSHEET.
    However my program should automatically download to local if the user tick a checkbox in the selection-screen. It will use function module GUI_DOWNLOAD. When this is used, the format of ERFMG changes to 3921.569 again, since it is using my declared internal table.
    How will I use GUI_DOWNLOAD without changing the format of amount fields like ERFMG? What are my other options to do this?
    The Decimal Notation in my User Profile is already set to 1.234.567,89
    Thank you in advance.

    Hi Cris,
    To get the output in the user format for the decimals, try the following code.
    data: wg_dec(7) type p decimals 2.
    data: wg_dcp type usr01-dcpfm.
    data: wg_dec_str(10) type c.
    wg_dec = '111135.67'.
    select single dcpfm from usr01
            into wg_dcp
           where bname = sy-uname.
    move wg_dec to wg_dec_str.
    if wg_dcp ne 'X'.
      replace all occurrences of '.' in wg_dec_str with ',' .
    endif .
    write:/ wg_dec, wg_dec_str.
    I dont feel there is any other option where you can change the decimals format as per the user profile.
    While giving the output of decimal values in a list, the system automatically displays it in the profile set by the user.
    This code will help you to set the decimal value as '.' or ',' as per the user profile.
    Note: It wont add the unit separator for hundreds and thousands. Again you have to do that manually.
    Hope this proves of some help to you.
    Regards,
    Pulkit

  • How to roll up Amount field upto Input Criteria Posting period

    Hi All,
              I have a requirement to create a FI Budget report where the User will give the Posting Period as the input criteria, and based on the entered Posting period, 2 amount fields, "Original Budget" & "Current Month" need to get derived by looking at another amount field called “actual”, by rolling up the Amounts up to the entered Posting period.
    For example, the user gives input as Posting period = 06, which is December because Fiscal year starts from July here. And my Cube has an amount field "Actual" which displays amount for each posting period. Therefore when posting period = 06, then the "Actual" amount value for months July (PP = 01) through December (PP = 06) should be rolled up i.e added and displayed in the "Original Budget field". The “Current month” should only display the amount for the input criteria month.
    How can I do that, any suggestions please?
    Thanks!!

    Hi Sam,
             Is there any way i could do it without the SAP Exit? If yes, how? If no, can u specify in the document you sent, which code i could use as reference for my requirement?
    Thanks

  • Error when displaying amount field in HTMLB Tableview

    Hi all,
       I am displaying some 'X' table in HTMLB Tableview and it has one amount field.But reference(currency) field of that amount field is in other table . I know it gives the error.
    Please tell me there is any other way to resolve this problem with out adding reference(currency)field in the same table?
    Thanks and Regards ,
    Harikrishna .

    Hi Hari,
    But reference(currency) field of that amount field is in other table . I know it gives the error.
    It will not give any error , you can use the currency key field of other table or structure .
    Alternatively you can use  predifined type DEC instaed of CURR  .
    Regards,
    Anubhav

  • Amount field is not populating properly

    Expert's,
    Here is an issue where one of the amount field not populating properly.For some opportunities the amount field will be just displyed as'0' but for some opprtunities the amount field is displaying as'$0'.The data we are pulling is from CRM.
    Thanks in advance.
    vasu.

    Hi,
    looks like extenstion of your last thread
    did you already have a look in data in cube?just to make sure,try to display cube's data using List cube transaction .Take this amount field,corresponding Currency Key,and you rmost impotant characteristics...and check whether all records are having entry in 'currency' column?

  • DOWN PAYMENT AMOUNT FIELD NEEDS TO BE NOT MODIFIABLE IN PAYMENT REQUEST

    Hi
    In SAP, when Down Payment is called through Payment Request, the "amount" field will be changeable mode.
    My client requirement is that, the amount field should be in "not modifiable" status.
    Is there anyway that we can do this...using EXIT or something....
    Thanks in advance...
    Srikanth M

    Hi,
    system will not allow to change the Vendor line item.
    F-47 Down pyamnet request 10000
    f-48  you need to select the above request
           and enter the 10000 in bank gl line.
    you cannot change the vendor line while f-48.
    i hope will clearify your issue.
    reg
    Mmadhu M

Maybe you are looking for

  • SFTP Issue in OSB invocation resulted in an error: java.util.NoSuchElement

    I created a Proxy Service to do SFTP Poll to read the file from abcserver and its working fine . (OSB is on abc server). known_hosts file is present on OSB server. It has abcserverhostname,IP ssh-rsa AA................. == I created a business servic

  • Help, iTunes store wont open, Error (11333)

    it won't go to iTunes store, it opens up the library but when I click iTunes store it says "iTunes could not connect tp the iTunes store. An unknown error occured (11333), help me because i just purchase a $50 iTune card and i want to buy music, than

  • Security Provider Service in NWA on 7.3?

    Hi, I know it is a basic question but does anyone know where is the configuration path for Security Provider Service which could be configured in Visual Administrator in NWA on 7.3? Regards Melih

  • Creating links to files

    I want to create a local hyperlink, so to speak, to link scans of receipts to an accounting program - Money 2.5.4, by Jumpsoft. I've scanned the receipts in small .jpgs and would like to link each transaction to its receipt. Any ideas on how I might

  • (Urgent) Using java to invoke other programs

    Guys.. is there any way possible to use java to invoke other programs eg. java.open(TextPad) or java.execute(NotePad) something like this Thx guys