Issue with printing of Currency Value.

Hi,
I have an issue with printing of Currency Value.
( Pleae let me know if any thread available already  I searched it before posting but not found).
The Problem is as follows:
I have a field  s_value TYPE  MARM-SALK3.  (which is of currency type).
The value of field is actually 1664.1450.   Currency USD
But when I print this variable in ALV report it prints as  166414.50  though I used the same data type. (SALK3).
Pleaes help me to fix this.
Regards,
Venkat

Hi,
If you use ALV to display currency value, you must sure that currency amount links with currency unit. You can archive this by using ALV fieldcat:
wa_fieldcat-fieldname = 'SALK3'.
wa_fieldcat-tabname = 'ITAB'.
wa_fieldcat-cfieldname = 'WAERS'.
wa_fieldcat-ctabname = 'ITAB'.
append wa_fieldcat to gt_fieldcat.
Please check,
Regards,

Similar Messages

  • Issue with printing the decimal value in smartforms

    Hi experts,
    Here I am printing the net valve in to smartforms.The problem is, valve i want to print is 4505.600.But it is displaying as 45056.00.It is in OMR currency. This problem occurs only for this currency.i am picking the value from PO.
    I have used komv-kwert feild for display. Please give me the solution
    Regards,
    madhu

    Hi Madhu,
    I have faced similar problem in my Smartform with currency JPY with no decimal places at all.
    To resolve this you have to specify Reference Currency with the Currency type  under Global Definitions-->Currency/Quant.Fields. For example take your case :
    Fieldname               Reference Field     Data Type
    WA_FINAL-KWERT              W_WAERS           C CURR
    *Here W_WAERS should contain OMR
    *WA_FINAL-KWERT sould contain 45056.00 then your output will look like 4505.600
    Thanks & Regards,
    Rock.

  • Acrobat 9 Pro issues with printing and now updating  !!! :(

    hello
    I had an issues with printing from my gmail account or from windows live mail
    so I made a complete re-installation
    now I am stuck with version 9.3.0 and when I check for updates I get a message
    UPDATER IS ALREADY RUNNING
    only... it's not running and nothing is updating !
    I made a restart... just in case... it did not change anything
    as to the printing issue, in case some of you have met it and cleared it...(hope)
    this was with version 9.5.0
    I get no error message but no pdf is created, only a text document with this :
    %%[ ProductName: Distiller ]%%
    %%[Page: 1]%%
    72gmvi not found, using Courier.
    44dcmta not found, using Courier.
    %%[ Error: invalidfont; OffendingCommand: xshow ]%%
    Stack:
    [96 96 97 72 96 42 64 0]
    %%[ Flushing: rest of job (to end-of-file) will be ignored ]%%
    %%[ Warning: PostScript error. No PDF file produced. ] %%
    not a good start for my week... I hope yours is nicer
    I'm running Win7 Ultimate x64

    thanks Mylenium
    the font association problem is something recent though, since I used acrobat to print mails directly from my gmail account previously...
    it's galling but I installed a free pdf printer which does the job, I needed copies of these mails urgently !
    as to the update issue, I see no aum.exe, msiexec.exe or setup.exe running... but that's quite above my head... do I look for those exact processes or are they generic names for processes ?
    does my question make sense ????

  • Issues with printing purchase order

    Dear friends,
    I'm having some issues with printing purchase orders.
    Normally when I create a purchase order via ME21N and then when I save the purchase order it then gets automatically printed.
    Suddenly it is not anymore working. I have created a purchase order this morning and it did not get printed. I get the message "frontend is not available"when i check the spool in SP01
    The funny think is if i call up the spool nr via SP01and then do a reprint then i'm able to reprint.
    What can be possibly the issue that I can't print the purchase order when I create the purchase order via ME21 when I save the purchase order? Can you help me with any guide on where I need to check why the PO is not printing immediatelly when i create the PO via ME21N?
    kind regards,
    Camilla

    hello all,
    thanks so far for your reply.
    i have checked today my user settings and that shows that my prints should go to LOCL (local default printer)
    The output conditions fpr purchase order have also LOCL (local printer)
    The weird thing is that I can print other reports to the default printer without any issues. The issue arise when I create a purchase order via ME21N. Normally when I save the PO it automatically prints. So no manual print instructions are required from my side. Because if I give manual instructions then I'm able to print the purchase order.
    Is it possible that the automatic printing is switched off and that it only prints when I hit manually the print button?
    Is the automatic printing something that is maintained in SPAD?
    kind regards and thanks for your help sofar

  • Issue with printing production order after changes through CO02

    Hi,
    Currently I have one issue with printing production order changes through CO02. If I go for print, all the operations are captured in printout. But after the print, if I add any new operations to this production order, and then go for print, its not capturing the newly added operations. Also, there is information popup coming "Copies will be printed for order. Original list already printed". This message effectively means, even after changes, when I go for print functionality, its just going for printing copies of original printed list.
    Can anyone help me out to get the newly added operations reflected in the print through CO02 ?
    Regards,
    Shiva

    Hi Shiva,
    Refer SAP note 28887.
    Source: http://www.sapfans.com/forums/viewtopic.php?f=9&t=308577
    Please search /google before posting queries.
    Regards,
    SuryaD.

  • Issue with printing newly added operations in Production Order through CO02

    Hi,
    Currently I have one issue with printing production order changes through CO02. If I go for print, all the operations are captured in printout. But after the print, if I add any new operations to this production order, and then go for print, its not capturing the newly added operations. Also, there is information popup coming "Copies will be printed for order. Original list already printed". This message effectively means, even after changes, when I go for print functionality, its just going for printing copies of original printed list.
    Can anyone help me out to get the newly added operations reflected in the print through CO02 ?
    Regards,
    Shiva

    Hi,
    1) Go to Tcode "OPK8"
    2)Select LG02 "Op Control Ticket"
    3) Double click on :List Control for Transactions" in the left hand menu tree
    4) In front of ur desired t code "co02" make the changes ( Number of prints- u can increase) 6th column.
    Try this.

  • Issue with  print image in air

    hey frnd,
    plz check this link
    http://livedocs.adobe.com/flex/3/html/help.html?content=printing_5.html
    hey frnds,
    while using this multiple print datagrid code, getting 1 issue with
    print image in printheader mxml file.
    I'm adding 1 image tag and runtime getting image path in variable and
    want to print tht image in header ,
    but it is not get printed but if i'm giving @Embed image as a source
    then it is print.
    Is any way there to print runtime image after adding in printheader
    file ?
    thx in advanced,
    [email protected]

    is any solution there ?

  • Issue with printing to a network photocopier

    We are a small school where the teachers all have Macbook Pro laptops. For a while we have been having intermittent issues with printing to the Photocopier, today is an example.
    Teacher tried to print, worked fine, then tried again 15 min later, received message Printer is in use (I was standing next to it and it wasn't in use!) tried again 10 min later, printed fine.
    Teacher tried to print, spooled for about 5 min then printed, tried again, printed fine.
    From the CUPS error log there are the following:
    - The Printer is in use
    - ICC Profile "/Library/Printers/Sharp/Profiles/SS0HIN0.icc" does not exist.
    - Remote host did not accept data file(32)
    - The printer did not respond
    - Stopping unresponsive job
    - The printer is not responding
    They are all on wireless. There is no network issue as I can ping the photocopier, get onto the Internet etc.
    They don't print via a server, they all have the photocopier installed on their macbooks as an IP printer using LDP.
    Thanks

    You'll need to manually create the folder and install the profiles. From the finder select Go, Go to Folder. Enter "/Library/Printers/Sharp/Profiles" without the quotation marks, Go. You might have to manually create the Profile folder. You can download this disk image from Sharp that contains the icc files here; http://www.sharpusa.com/ForBusiness/DocumentSystems/MFPsPrinters/MX4110N.aspx?vi ew=drivers
    Drag and drop the icc files from /MX-C26/Profiles to /Library/Printers/Sharp/Profiles
    Also make sure you install the drivers from MX-C26 for the appropriate version of OS X you are running.
    Hope this is clear.

  • Issue with Print Properties button not responding in Adobe Reader 10.1.10

    We've recently been upgrading Adobe Reader 9.4.4 to 10.1.10 and started having a few reports of the Print -> Properties box in Adobe Reader not responding.  When this happens Adobe Reader will crash if you click on the Print button.  If you go into Devices and Printers and try and access the Printer Properties you are prompted to install the driver for the device.  It does seem to be quite random, it will work fine for days and the suddenly happen.  I've done testing and have been able to get it happen by opening Outlook, Word or Excel but it is completely hit and miss.  Sometimes the issue will happen and other times no matter how many times you open and close the various applications it's fine. 
    Fortunately it only seems to be an issue when accessing Properties, if you just print there are no options which is probably why we don't have more complaints.  Unfortunately this didn't come to light until we'd rolled it out to 2000+ machines across 8 locations.
    So far I've tried the following:
    1. Upgraded to Adobe Reader 11.0.9 and same issue
    2. Created a test print queue using a different print driver (my machine has a different driver again and is using a different print server)
    3. Uninstalled a number of applications that have caused us issues with Office 2010 due to dodgy addins (Workshare and HP Filesite)
    4. Rolled back to 9.4.4 and seems OK.  Problem here is that they receive PDFs in formats not compatible with older than X.
    System is Windows 7 Enterprise SP1 32bit, Office Professional 2010, printing is to Ricoh Equitrac (Follow You)
    Anyone have a fix for this or come across this before.  I'm going to try testing with a Postscript driver to see if that helps, which is the last item on Adobe's troubleshooting list.

    Select a PDF file, CMD+I, check the Open With section, and ensure that AR is selected. If not, then select it and click on the Change All button. Alternatively, select Preview, which is my default PDF reader.

  • Issue with printing of Watermarks

    OK, what I am trying to do is add a Watermark to a document which will not appear when viewed on screen but will appear when printed.
    I am using Adobe Acrobat Professional Version 8 and Vista Business.
    I create my Watermark and under the 'Appearance Options' link I have the 'Show when printing' option selected and the 'Show on Screen' option deselected. When I got to File - Print, it shows a small thumbnail of the document which shows the Watermark on it. However, when I then print it to my default printer, there is no watermark on it.
    I have tried every option I can see regarding watermarks and am now getting frustrated. If anyone can offer any help it would be most appreciated.
    Thanks.

    OK, I was able to print it. I first tried it to print to a HPLJ III and got an overflow (typical memory issue with LJ). I then printed 2 pages to sheet with document and markup - it worked with the Uncontrolled watermark. I tried printing to a new PDF with the document and markup - got the watermark. I then printed to a network printer with the same option, but got only the document, not the watermark (I can not explain) -- even though it showed up in the preview.
    I think that may be some of what you are finding also. Just for your info, this is VISTA Business, SP2, with AA8.1.6. At least it adds some information to your collection for what is happening. Of course if I select document only, then the watermark does not appear.

  • Issue with printing Indesign exported PDF in Chrome

    I have created a file in CS6 and exported it to a two sided PDF. This PDF works when printing from the PDF.
    I have uploaded it as a document link on a website and when clicking on the link it opens in a separate window. If people use Internet Explorer or download the file the PDF and print it it looks perfect.
    If the user is using Google Chrome only a section of the PDF prints at a large size. It looks like it thinks the PDF is an A3 so only prints the bottom left hand corner.
    Things I have already tried - which all have the same issue.
    Creating a brand new InDesign file and exporting reuploaded on the website
    Saving it as a IDML file and exporting and reuploaded on the website
    Had someone else export the file
    Tried printing from google chrome outside the office
    Checked no issues with the website backend
    Checked with the IT company that services our systems.
    Thanks in advance of your help.

    Hi jtrew,
    It sounds as though the issue is specific to Chrome. Please see the following document from Google support: https://support.google.com/chrome/answer/142056?hl=en
    Let us know how it goes.
    Best,
    Sara

  • Adobe Reader X:Recurring issues with print and save requiring reinstalls

    One of our staff has recurring issues with PDF print, view, save.  These issue are temporarily resolved by re-installing the Reader from the Adobe website.  No error messages are displayed - the functions just cease to work.  In the most recent iteration of the issue a document attached to an email could be saved (right mouse click, save as) within the email program but not within the Reader itself. 
    It appears that Reader is getting corrupted - but by what?  This individual does a lot of downloading of web published PDFs - a possible source but one I can't confirm. 
    Information on a permanent resolution or known cause would be greatly appreciated.

    Thanks v much Twilight - once I had posted the question I saw the same issues were posted by another.
    I'll try the print as image under the advanced print tab and see how I get on with that. Hopefully Adobe will bring out a fix soon.
    Thanks again.
    Cattswood

  • Issue with printing an Indesign PDF

    Hi all,
    I'm just getting into the InDesign software, picking new stuff up everyday.  So far, so good! Or so I thought...
    I've just created a small handout / brochure which I've converted to PDF.  The problem I'm having is that when I print the PDF it creates an opaque white box on every page in the same place. I've googled it and can't seem to find anything to solve it - the only thing that slightly married up to my issue was to do with the image clipping paths, but I didn't set any to begin with.  All images are currently JPG's that have been "placed" in and are set to a 30% transparency.
    I'm thinking of just doing a long winded trial and error by removing all images and seeing if that's what's causing the problem.  Unfortunately I have to do so on one machine, transfer it to another just to print to find out if that's the case.  Which is annoying...
    Any help would be most appreciated!
    Cheers,
    Rob

    Turns out it was an issue with the images that i'd put in (not 100% sure what!).  I don't think it was on the master sheet as I left that alone, but took out the JPGs in the rest of the document and put them back one by one.  Can't say what was causing the issue before because I set all the transparency settings the same and placed the images in like before, but at least it's fixed now!
    Update: It would appear it happens when I print the PDF as an image.  /facepalm....
    Thanks again for the replies and help

  • Is anyone having issues with printing to network printers with 10.8.4?

    I have upgraded our schools to Mountain Lion. Ever since the beginning of the year we have had issues with network printers. They are all HP printers, when they go to sleep a user has to turn off the printer and turn it back on then resend the print job. Now users are being asked to put a password itno the Print Operator group. This never happened before. Cups is changing the queue names to MCX_1 or 2 etc. Not keeping the queue name. All these people are in WGM and have printers set for their group. So I have reset the printer settings on the machines, then restart relog in and get the list of printers they can print too and within 1 day they are unable to print. I am trying my very best to get this issue fixed and all solutions have been exausted. So without having to go to every computer and going into the Ldadmin group thru a terminal, is there anything that anyone has done to fix this issue with out visiting every computer. Thank you.

    The printers failing to wake from sleep is an issue. A print request should be waking them.
    You have not mentioned what printer server is involved. I could assume it is OS X Server since you mentoned WGM, but it would be nice to have you confirm this. Then I can start to suggest some actions.

  • Airport Extreme issue with printer

    I recently switched to an Airport Extreme to replace my linksys router.   Since then, I am no longer able to find my Epson Artisan 810 printer when I try to install it.  (I'd been printing with it for about a year prior). My PC has no problem with printing and all of my devices are able to find the wireless signal with no issues.   I also added OS X Lion at the same time.   Now  I am unable to print through my Macbook Pro.  Has anyone had similar issues and found a solution.  Thank you!!

    I just spent several hours linking an Epson Workforce 600 printer to a new Airport Extreme network. On the printer, I reset the printer to its original settings. It was then recognized by the Epson setup software program.

Maybe you are looking for

  • Error " Data missing for the entry check while creating a new waste code

    Hi all, While setting a new Waste code I get the error " Data missing for the entry check, correction:". while filling the NAM- WASTECOCAT - LER item. This sould look for the catalog's name included in the phrase set but for some reason it doesn't fi

  • Why does my signal drop every time I try to use an application.

    I've got a UFO style 802.11g, which I unfortunately kept up to date with the updates. For well over a year now I've had my gear set up like this, airport in the den, my wife's older Imac in the den with it, the printer in the den as well and my Imac

  • Urgent Correction: Release transport request (transport is red)

    Hello! Has some one experience to solve the problem bellow: By an urgent correction it is not possible to release transport. In the field "Task" I can see a red point that not allow to proceed. If I release the transport manually in the satelite syyt

  • Problem in retrieving the model content

    Hi, i am using the webservice as a model in my application. In the database table i have nearly 100 fields, for this i have written a CRUD's in EJB and make it available through the webservices. Now i am using this webservices in the webdynpro. while

  • Block or Quarantine e-mail from Social Networks

    Is there some option how can I block all e-mail messages from all knows Social Networks (facebook, google+, infoaxe, myspace...) Or at least all auto sended e-mail like Is [email protected] you friend... or [email protected] has indicated you're a fr