Txn : FF_5 and FEBA - Japanese currency JPY is showing decimals- Wrong

Dear Experts,
I am loading the bank statements sent by Bank of America where in there are Japanese currency JPY
for which decimals are not suppressed. When load this statement by using transaction FF_5 and then
look into FEBA at my surprise the Japanese currency JPY is showing decimals which is wrong.
I could not find any suitable user exit to fix this issue.
Could you please throw me a light how to fix these issue.
Many thanks in advance.
Best Regards
Chandra

Hi
To solve this kind pf problem, you need to use this syntax while writing data
write wa-value to wa2-value CURRENCY 'JPY'.
This will write the value in japanese format.
To make it generic instead of JPY, just pass your file currency value.
Cheers
Ravish

Similar Messages

  • Wrong Display of Japanese Currency in ALV Report

    Dear Friends,
           I am facing a problem in Displaying a Japanese Currency in the ALV Report Output. I am mentioning the Currency Key field and the Currency field in the Report.
    For example, the amount field should be displaying as 22838 instead of 228.38 where this is correct in case of USD but not correct in case of JPY.
    Code where the i am appending the fieldcatlog:
        ls_fieldcat-fieldname = 'WAERK'.
        ls_fieldcat-datatype  = 'CUKY'.
        ls_fieldcat-outputlen = 8.
        ls_fieldcat-seltext_l  = Text-088.
        ls_fieldcat-seltext_m  = Text-088.
        ls_fieldcat-seltext_s  = Text-088.
        ls_fieldcat-reptext_ddic  = Text-088.
        APPEND ls_fieldcat TO lt_fieldcat.
        CLEAR ls_fieldcat.
        ls_fieldcat-fieldname = 'BUCK0'.
        ls_fieldcat-datatype  = 'CURR'.
        ls_fieldcat-outputlen = 16.
        ls_fieldcat-seltext_l  = Text-017.
        ls_fieldcat-seltext_m  = Text-017.
        ls_fieldcat-seltext_s  = Text-017.
        ls_fieldcat-reptext_ddic  = Text-017.
    Please do suggest if any inputs on the same.
    Thanks in Advance for you reply.
    Thanks and Regards,
    Saritha K

    Hi,
    All the Decimals related to currency fields will be stored in the table tcurx.
    You have to get the currency and respective decimals into internal table.
    Read the internal the table with key equal to currency.
    And calculate the values as below :
    loop at gt_output.
          READ TABLE gt_tcurx WITH KEY currkey = gt_output-zwaers.
          IF sy-subrc EQ 0.
            IF gt_tcurx-currdec = '0'.
              gt_output-dmbtr = gt_output-dmbtr * 100.
            ELSEIF gt_tcurx-currdec = '3'.
              gt_output-dmbtr = gt_output-dmbtr / 10.
            ENDIF.
          ENDIF.
          MODIFY gt_output.
    endloop. Then pass the gt_output to ALV FM.
    In the above code gt_output is my final internal table which i am passing to the ALV FM. And gt_tcurx is the internal table consists of all the currency and their decimals.
    Thanks,
    Sri.

  • Error in PO net price currency JPY

    sir,
    PO was created with currency japanese YEN using Tcode ME21N . The net price was showing 142502300 (in JPY).
    when checked in EKPO table , it saved with a value 1425023.00  instead of  142502300 . 
    what can be done to correct this.      
    In PO Print out , it showing values as 1425023.00  which is wrong.
    SPRO>> NET WEAVER >> GENERAL SETTINGS >> CURRENCY>> SET DECIMAL values FOR CURRENCY CODES is showing 0 decimals against JPY (Japanese YEN)
    I want to know where else the Decimal values could have been set to 2 decimal places.
    FOr other currencies like US Dollars  there is no error.
    Regards,
    Srinivasa Murthy

    sir,
    In OY04 i deleted entry related to Japan Yen ie. with 0 decimals.     This solved my problem. But  already created orders with Japanese YEN had to be  deleted .
    For the orders created with new configration ,  the issue is rectified and    Net price in ME21N  as well as the PO value in EKPO table showing same value with 2 decimals.
    Thank you very much .
    Regards,
    Srinivasa Murthy

  • Problem with the currency JPY

    Hi.
    I have set up a table, in which a column is as price inputfield and another as currency column defined.
    The price column is defined as 'currency' with 2 decimals, and the currency defined as 'cuky'
    Now the problem comes, if I change the currency from JPY to other currency or reverse, the price will be substract by 100  or reverse.
    can anyone help?
    best regards

    >
    bxjy bxjy wrote:
    > thanks for your reply.
    > but is there any way to disable the functionality dynamically?
    >
    > best regards
    If you use a field that doesn't have the data dictionary reference between the currency and the currency code field, then this funtionality won't be there.  However the functionality is there for a good reason so be careful when removing it.

  • Currency JPY (japanees yen)

    Hi All,
    I am making the PO with currency JPY, and want to enter the price like 5.8 (in decimal) but system is not allowing me to enter the price in decimals. other than JPY i used USD and EURO and INR but there is no problem for these currency.
    while we print the PO  system is printing only "1" in Price column.
    Thanks
    Pankaj Garg

    Dear Pankaj,
    Kindly consult your ABAPer.
    As in the PO print out the amount will be validated for decimal places.
    For JPY it is madatory we should not use any decimal places in PO.
    Inform your ABAPer to pass the amount by adding decimal places in side the program to bypass the validation in the program, again make the output amount as with out decimal places.  If you do so then you can take the print out.
    kindly check the Conversion rate is maintained as 100 JPY:1 INR
    Rgds
    Srini
    Edited by: Srinivasan KR on Mar 9, 2009 11:32 AM

  • MB5L Report Discrepacy for Material and Stock Account Currency

    I have found in the MB Report Discrepancy for Material and Stock Account Currency. Why is this happening? Why is there a variance between total price in materials and stock account? Anyone please help me. I'm abaper but now been pushed to do logistic. I need help for this issue.

    Hi,
    Here's some information from help. Variances can occur for the following reasons:
    You have entered postings to the stock account manually.
    The stock account includes not only stock postings, but also other postings. In this case, you should check the account determination in the Customizing for Valuation and Account Assignment. Make sure that the stock accounts are used solely for the transaction key BSX (stock postings).
    Check Account Determination - OMWB
    The account assignment for the stock accounts (transaction key BSX) was changed during productive operation; the respective stocks, however, were not deducted from the old account (movement type 562) and posted to the new one (movement type 561).
    Cheers !

  • PO and GRN different currency

    HI,
    I havale done with USD currency and done GRN but GRN has came to EUR currency.
    My PO is USD currency and GRN is EUR cuurency.
    I want clarification and solution why its happening with different currency.
    Thanks

    Hi,
    When you go to MIGO -FI Document click on display currency tab there there are three options
    Document currency
    Local Currency
    Group Currency
    System will show currency according to these settings
    Thanks
    Diwakar

  • Not able to pull report for only 2 months Jan and Feb of 2014

    I am not able to pull the report from Service Manager DWH for the months Jan and Feb of 2014. on attempting i am getting the below screenshot of error
    and the content of the same is:
    Date: 29-04-2014 15:31:04
    Application: System Center Service Manager Console
    Application Version: 7.0.6555.0
    Severity: Error
    Message: An error has occurred during report processing.
    System.Exception: An error has occurred during report processing. ---> System.Exception: Query execution failed for dataset 'Data_Incidents'. ---> System.Exception: For more information about this error navigate to the report server on the local server
    machine, or enable remote errors
       --- End of inner exception stack trace ---
       --- End of inner exception stack trace ---
       at Microsoft.Reporting.WinForms.ServerReport.ServerUrlRequest(Boolean isAbortable, String url, Stream outputStream, String& mimeType, String& fileNameExtension)
       at Microsoft.Reporting.WinForms.ServerReport.InternalRender(Boolean isAbortable, String format, String deviceInfo, NameValueCollection urlAccessParameters, Stream reportStream, String& mimeType, String& fileNameExtension)
       at Microsoft.Reporting.WinForms.ProcessingThread.ProcessThreadMain(Object arg)
    System.Exception: Query execution failed for dataset 'Data_Incidents'. ---> System.Exception: For more information about this error navigate to the report server on the local server machine, or enable remote errors
       --- End of inner exception stack trace ---
    System.Exception: For more information about this error navigate to the report server on the local server machine, or enable remote errors
    Further troubleshooting i ran the query
    USE DWDataMart1
    SELECT * FROM sysobjects
    WHERE name like 'ServiceManager_Report_%'
    and found out that below mentioned 8 of Stored procedure is missing, i am not sure if this has something to do with the error
    ServiceManager_Report_ReleaseManagement_SP_GetAllActivitiesOfReleaseRecord
    ServiceManager_Report_ReleaseManagement_SP_GetListOfReleaseRecords
    ServiceManager_Report_ServiceManagement_SP_GetCMCollectionContainsComputersMap
    ServiceManager_Report_ServiceManagement_SP_GetOMGroupContainsComputersMap
    ServiceManager_Report_ServiceManagement_SP_GetServiceContainsComputersMap
    ServiceManager_Report_ServiceManagement_SP_GetSMServiceGroupData
    ServiceManager_Report_ServiceManagement_SP_GetSMServiceSummaryData
    ServiceManager_Report_Common_SP_GetServicesAffectedByWI
    kindly help me in resolving this issue..
    thanks in advance
    Micheal Nishit

    looks like your data warehouse install is borked. unfortunately there's not much more we can determine based on this. you're obviously missing a lot of the stored procedures that service the default reports, but there isn't any reasoning. 
    The error from above is the generic "a bad thing, recorded elsewhere, has occurred" that you usually get from Web Services. Try running the report from the DW machine to see if you get better error details, or
    enable remote errors.

  • Is there any possible way to view my messages for the month of jan and feb. of this year

    is there any way to view messages i sent in the month of jan. and feb. of this year

    Your text messages? Your MyVerizon account will keep the to and from details of text messages for three months. The content of the messages have never been online. The only way to view the messages is from the device.

  • Find and Replace Japanese characters in pdf file on iPhone

    Hi eveybody !
    I want to find and replace Japanese characters in pdf on iPhone.
    I using zlib to deflate stream - endstream block and extract text.It's work fine with latin-text.
    But when i work with japanese characters , I don't know how to do it ?
    I decode a sample japanese pdf file, and I know that each Japanese characters are performances as hex string : "<01b7><0e230a23>..."
    But i don't know how to convert Japanese characters to the hex string like that.
    Can evrybody help me?
    Thanks!

    Searching is the same process as extracting - since it's about turning page content into something understandable.  So that still remains what you need to learn/understand - of course, referring back to all the previous sections about font formats, etc.
    Replacing in PDF is EXTREMELY DIFFICULT for two reasons - subset fonts and explicit glyph positioning.  Have you determine (conceptually, if nothing else) how you plan to addresses these two issues?
    PDF doesn't do UTF8 for page content - so don't worry about that.

  • How to write and read Japanese on my Nokia E5

    I am trying to find out how I can write and read Japanese on my Nokia E5.
    I even don't knwo if it's possible...
    Does anyone have the answer???

    Hello ikokitakun,
    I believe you have to load a version of software on your phone that has the Japanese language pack in it because the version of software on the phone only has the languages for the region that you bought the phone in. for example if i bought my phone in NZ it would have English, Malaysian and maybe Philippino. There are "dodgey" places you can go to get the software changed but if you do this you void your warranty so be careful. Nokia doesn't condone the changing of regional software.
    Hope this helps
    -Cheers
    "Freedom is the only way, yeah!"

  • Got ipod4 Dec 2010 bought music with my ipod4 in dec 2010,jan 2011, and feb 2011 and i tunes will not reconizie them i have the reciept from when i purchased from i tunes store at that time. what is the problem anybody know?

    Got ipod4 Dec 2010 bought music with my ipod4 in dec 2010,jan 2011, and feb 2011 and i tunes will not reconizie them i have the reciept from when i purchased from i tunes store at that time. what is the problem anybody know?

    Is your computer authorized with the same account that you use to buy the muisc in iTunes?
    More info here: About iTunes Store authorization and deauthorization
    Did you try to transfer your music by right clicking on your ipod in the device list and choosing "transfer purchases"?
    Did you ever sync your ipod to your computer?

  • Company code and operating concern currency in COPA

    Dear experts,
    I have one controlling area and one operating concern for indian and foreign entitiy with INR as currency for controlling area and one operating concern.
    but outside india i have sgd as company code currency.
    So i ticked company code currency in operating concern.so while posting revenue in billing .system store in company code as well as operating concern currency.
    But all my expenses for outside india entity will store(cost center) in company code currency 'SGD' and controlling area currency 'INR'.
    while doing copa assesssment cycle- whether system will store data in copa table in SGD and INR or only INR as operating concern currency.
    i need report on operating concern currency as well as company code currency.
    regards
    Raman Rana

    Hi,
       If you have ticked 'company code ccy' in KEA0 then all COPA postings (including COPA assessments) will happen in both currencies i.e. company code ccy and operating concern ccy.
    regards
    Waman

  • Reporting level Currency translation and group level Currency translation

    Hi All,
    Could any body explain me reporting level Currency translation and group level Currency translation.Please expalin me step by step scenario.
    Thanks in advance.
    Setty.

    Hi Jian,
    In my recent implementation completed, business only had one currency to deal with i.e. USD. Data was coming from ECC and we loaded all the data in LC instead of USD using transformation *NEWCOL(LC). Next, you can maintain a rate of 1 in the rate model and run the currency conversion.
    This will generate the same data values against USD. So, your statement " if we load LC and than convert it into USD, the data vulu will de double." is incorrect. In the system, you will have same set of values against LC as well as USD.
    I suggest that you configure Currency Conversion for future reqmts if any.
    Regarding BCF, balances from previous year (Balance Sheet Accounts) will need to be carried forward as opening balances to next year else your BS won't give true picture.
    Regards,
    Ashish

  • How to insert and dispaly japanese charectors?

    how to insert and dispaly japanese charectors?
    can one know how to do above thing,
    i am using oracle 9i, what are the settings
    required?
    please give any one may send some guidence or help,
    thanks
    pullareddy

    Assuming that you can already type and display Japanese characters on your platform. In terms of db storage, you need to create a database using a character set that can stored Japanese characters such as JA16SJIS, JA16EUC, UTF8, AL32UTF8 etc. Next you need to set your NLS_LANG to the character set on your client platform, so that Oracle can convert between the client and database character sets.
    Check out the FAQ on the Globalization Support OTN web site for more info. http://technet.oracle.com/products/oracle8i/htdocs/faq_combined.htm
    Regards
    Nat

Maybe you are looking for

  • My neicehas forgot lock and has been disabled. How do I get it back

    My neice has forgot her pass code and has been disabled, How can I get her back up?

  • Stop Play action script 3 for mp3 on layer

    I this the wrong way to write a stop play for mp3 on layer. I have buttons and sound within a movieClip. Should I give outside movie clip instance name Thanks play_btn.addEventListener(MouseEvent.CLICK, playSound); stop_btn.addEventListener(MouseEven

  • Java.lang.OutOfMemoryError in ANT

    Hi, I am running an ANT script which creates a large pdf document (amongst other things) but it keeps failing due to an OutOfMemoryError. Is there anyway of increasing the amount of memory the compiler in ANT has? Or is there a better way around this

  • IMovie Photo Slideshow -- photos `flicker' when played

    I have been working on a photo slideshow in iMovie '08 for a couple of days. Everything has been fine, but all of a sudden today, nearly a quarter of the photos seem to flicker or jump when they come up during the show. The `jump' only lasts a fracti

  • C6280 Photo printing problems

    Any time I want to print photos on HP photo paper they come out with alot of pink and yellow - grey clouds show up as pink and light green shows as yellow.  It doesnt matter if I use the printer 'reprint photos' button or go through the print functio