Print the amount in text number in one document

Hi, I have one report in Crystal Report 10 , and i try to convert the amout to show me in text numbers,
this application is to print one check and I need to print the amount in numbers in Text.
I use this formula in my system but for some reason the text Pesos or Dolares this print tow times in my check and this is incorrect.
my question and help is how or what command I need to use in order to only print one time the Label PESOS or DOLARES accordign to the correct curransy.
i use this formula in my system
If strCmp( LTrim({VPHDFT.PRNDES}) , "PESOS" ,1) = 0 Then
   UpperCase(towords(fix({VPHDFT.pchkamt}),00)) & " PESOS CON "
& right(totext({VPHDFT.pchkamt}),2) & "/100 M.N "

Please re-post if this is still an issue or purchase a case and have a dedicated support engineer work with you directly:
http://store.businessobjects.com/store/bobjamer/DisplayProductByTypePage&parentCategoryID=&categoryID=11522300?resid=-Z5tUwoHAiwAAA8@NLgAAAAS&rests=1254701640551

Similar Messages

  • Problem in printing the notification long text in tocde iw53.

    Hi All,
    When i try to print the notification long text through tcode "iw53", i get the following message
    "The margins of section 1 are set outside the printable area. Do you want to continue?"
    and if i give yes then, only the right side of the page gets printed.
    This happens only in the Quality and Production system, whereas in development system its working fine, so i think there is no problem with the printer settings.
    Do anyone have an idea why this happens only in quality and production system, and what might be the solution to overcome this?
    Thanks & Regards,
    Haritha.

    Hi ,
    Please  check your settings  on machine  which is set for printer  .
    Most printers cannot print all the way to the edge of the paper, because of physical limitations in the way that the printer handles paper.
    If you set your document margins or section margins closer to the edge of the paper than your printer is capable of printing
    1.Note the section number that is indicated in the error message.
    2.On the Edit menu, click Go To.
    3.In the Go to what box, click Section.
    4.In the Enter section number box, type the number of the section that appeared in the error message, click Go To, and then click Close.
    5.On the File menu, click Page Setup.
    6.On the Margins tab, click OK. Word displays the following message:
    One or more margins are set outside the printable area of the page. Choose the Fix button to have Word set the page margins within the appropriate range.
    7.Click Fix. This increases any margin in the nonprintable region to the minimum margin setting.
    Note If you are familiar with your printer's nonprintable regions, you can manually increase the Top, Bottom, Left, and Right margins to the minimum that is required.
    8.Click OK to close the Page Setup dialog box.
    regards
    Deepak.

  • How to print the same picture multible times on one page

    how can i print the same picture multible times on one page
    Message title was edited by: Brett N

    Select all of the images you would like to print in the Elements Organizer, then go to File > Print. In Step 4, choose Picture Package from the drop-down menu. In Step 5, click the option to Fill Page with First Photo.

  • HT3529 I would like to know how do i show on the message app the amount of text messages i have not read

    I would like to know how do i show on the message app the amount of text messages i have not read

    Settings > Notification Center > Messages > Badge App icon = "On"

  • Printing the same page multiple times on one sheet

    So last year I wanted to print out minature versions of my card design and I was able to do that by printing out multiple copies of the same thing on one sheet of paper. Of course that was a while ago and now today I can't do the same thing. I remember printing the same page(copy) multiple times either in acrobat or indesign. I see that I have a front and back version for last years card and I'm assuming I must have done it in acrobat. Last year when I looked at the preview there was multiple copies of my page. This year I only see 1 even as I choose the other things. At first I thought it might have been the version I was using on my windows as opposed to the version on my mac. But now I'm on my mac and I still don't see how I did it last year. Please help! I keep reading that this can't be done but I remember doing the same thing last year. It was the 16 copies of the same thing option. I tried it again this time but it doesn't work. I tried printing the 4 copies only 1 copy was printed.(the preview didn't even show all copies like last year) The verson of acrobat is X. version 10.1.4

    What exact version of iPhoto 9 are you using? Version 9.5's solution will be different from the solution for earlier versions of iPhoto 9.
    OT

  • How to print the amount of Rs. 10.50 as 'Ten Rupees fifty paise 'only?

    In smartform I want to get the amount of Rs. 10.50 as
    'Ten Rupees fifty paise 'only.
    How I can get this?
    I have tried it with 'Spell_Amount' but in this case it cannot recognise the decimal.
    How to solve this problem?
    Please help me. This is very urgent.
    Thanks in advance.
    Regards,
    Anindita

    Hi,
    Try this,
    data : var(100),
           salary_words(100).
    call function 'HR_IN_CHG_INR_WRDS'
      exporting
        amt_in_num              = sal
    IMPORTING
       AMT_IN_WORDS             = var
    EXCEPTIONS
      DATA_TYPE_MISMATCH       = 1
      OTHERS                   = 2
    if sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    endif.
          sal_words = sal.
          salary_words = var.
    TRANSLATE salary_words TO LOWER CASE.
          data : len(2),
                 index type sy-index.
        len = strlen( salary_words ).
    DO len TIMES.
          index = sy-index.
          if index = 1.
          TRANSLATE salary_words+index(1) TO UPPER CASE.
          endif.
          if salary_words+index(1) = ' '.
          TRANSLATE salary_words+index(1) TO UPPER CASE.
          endif.
           ENDDO.
           sal_words = salary_words.
    Regards
    hiddu.

  • In FBU3(Intercompany transaction) the amounts doubles when i click on document currency

    Hi All,
    When i post a document in FB01 Transaction with reference to inter company transaction's, i can able to see the same amount in FB03 for both the company codes,but the issue is the amount is doubling in FBU3 transaction when i click on document currency,can any one help me regarding this.
    The amount should remain same as i posted in initial screen when i posted the document.
    Thanks,
    Revanth

    Revanth,
    Did you find the reason for above issue? 
    I also have the same issue, could you please share the solution?
    Regards
    Sri

  • How to print the Graphical of WF template to a document?

    Hi All,
      I want to print the Graphical view of the WF template in a Document or a JPG file.
    There is a option to print the Graphics to File. It works fine for Smaller workflows. My workflow is too big with more than 50 - 60 steps.
    How can I do this?
    Thanks,
    Sivagami

    You have to use "Print to File: option only. Even if you have some direct option a single page in your document cannot occupy your whole workflow template.
    When i was preparing my technical documents i used the same option and then had cut the document into seperate viewable pages in MS paint and pasted in different pages.
    Alternatively you could also embedd your JPG as a embedded file in the document but the former method will give better clarity to the reader.
    Thanks,
    Prasath N

  • How can i restrict the change of serial number in delivery document ?

    how can i restrict the manual change of serial number in delivery document ?

    I can tell you that you are observing standard program behavior.       
    By using a reference document for a return delivery, you are only      
    receiving proposal values for a new document. The posting will not     
    create a permanent link between the referred document and the return   
    delivery document.                                                                               
    Hence it is allowed to change various fields. This applies not only    
    to serial numbers, but to storage location, quantity and other fields.

  • Problem in printing the amount in one line in script

    Hi friends,
    iam facing a problem in scripts
    1st line: fifteen lakh thirty th
    2nd line : ousand three hundred
    instead i need in this way
    1st line: fifteen lakh thirty thousand
    2nd line :  three hundred
    ie if the line is not suffienct and if its breaking the word, it should not do that.
    it should not break the word it should print in next line.
    I dnt want the text in one line..
    I want to split when the there is a space before 35 chars in first line
    How can i do that.
    Regards
    Priyanka
    Edited by: priyanka jain on Feb 19, 2009 11:10 AM

    Hi,
    try giving the offset for the line.
    refer to this link:
    [Offset|http://help.sap.com/saphelp_47x200/HELPDATA/EN/d2/cb3d07455611d189710000e8322d00]/frameset.htm
    regards
    sarves

  • How do I reducing the amount of joining when using one-to-one mappings?

    Examine the following example;
    class Person
    Address address;
    String firstName, lastName;
    class Address
    Long addressId;
    String state, city, zip;
    Assume that both of these classes are mapped to tables in a database. Attributes such as Staff's name and Address's addressId, state, city, and zip are direct-to-field mappings. Staff's address attribute is a one-to-one mapping.
    If you write the following expression:
    Expression exp = new ExpressionBuilder(Person.class).get("address").get("addressId").equal(4L);
    Toplink will create a query like the following:
    select first_name, last_name, address_id, ...
    from person t0, address t1
    where t0.address_id = t1.address_id
    and t1.address_id = 4;
    This is an unneccesary join because the person table already has the column with the data in it since it has a foriegn key. Is there someway to tell toplink to not join the tables when the only thing you are querying on is if a foriegn key that already exists in the referenced table? What I would want/expect to see is the following:
    select first_name, last_name, address_id, ...
    from person t0
    where t0.address_id = 4;
    I beleive we are using TopLink version 10.1.3.1

    In your initial query you're actually saying "find the Person who has an Address who's id is 4". Your second query is "find the Person who references an address who's id is 4". The first query requires there be an Address with ID 4, the other does not.
    If you define a query key "addressId" for the ADDRESS_ID column on the Person descriptor you can write this query as:
    Expression exp = new ExpressionBuilder(Person.class).get("addressId").equal(4L);This will result in the SQL you want.
    --Shaun                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Why is the font of text fields different from document-text

    I am using forms in my pdf.
    I am inserting Text-Fields in the pdf-form.
    I set the color and size of text as the same as the document text as calibri 9.
    1) Why is the font different between the text-field and document content eventhough both are black font of size 9 and of type calibri. The font in the text-field is more gray and blurry. It doesnt look the same as the text in the rest of the document.
    2) why do the document-text font options differ from the text-field font options.
    One has only sizes with even numbers like 8, 10, 12. The other has odd numbers also. Why does the calibri font have 2 different size ranges for the text-fields and document-text/content.

    Yes you are correct, it is with the setting of the properties.
    Where do i report this then if it is not with the SDK but the manual setting of properties.
    Also, how do i alter this ussue with the SDK, what are the commands, does it have to be done only by Javascript?

  • Find the Missing font text content in indesign document

    How to find and get the missing font content in the indesign documents by using the SDK. give a tips and techniques.
    Anybodys help me.

    It wont answer your question, but you could have this problem too:
    I have a problem in my current project where text frame having no text make the document report the usage of a font wich we dont want the project to use (times by exemple). The problem being that Indesign report usage of a font wich is in fact not applied to any text. Weird!
    The easy fix is to identify those items (text frame class + no text) and reassign them as "unassigned".

  • Print the Long text in Smartform

    Hi all,
    I designed a Work order document using Smartform for the T-Code 'IW32'.
    I am able to print the Operation short text, but there is one more provision for the user to enter long text also.
    I am not getting where this text gets stored in the database.
    Any one can give me some solution to over come this problem.
    Regards,
    Ravi Shankar

    hi Ravi,
    check this link
    https://www.sdn.sap.com/irj/scn/wiki?path=/display/abap/faq
    here in FAQ , you will know abiut how longtext is created and where it is stored
    it might be helpful to you.
    thanks
    Sachin

  • Not able to print the text symbol value

    Hi All,
    I am using BTE 1040 for email dunning. In this BTE, I have called my custom FM in which I have written a code such that an editor comes up with the predifined message which we can edit it after dispaying.
    For example, my text is as below.
    test1
    test2
    test3
    &gv_sender_name&
    test4.
    Now in the above predefined message I have a text symbol &gv_sender_name& which holds the value. I have filled the baove text symbol with value.
    But the when editor comes up with that above message, the same text is printed. The value in the text symbol is not printed. I have defined the variable gv_sender name in my custom fm and also in BTE. But still it didnot work.
    I should the get the text as test1
                                               test2
                                                test3
                                                xyz
                                               test4
    The above predefined text is created in Text module.
    Can anyone help me out how to print the value of text symbol.?
    Points rewarded for helpful answers...!!
    Thanks and Regards,
    Karthik Ganti.
    Moderator message: Offering points is against the Forum RoE.
    Message was edited by: Suhas Saha

    Hi Klaus,
    Please find my requirement.
    I have created a text module with some text.
    Let me say  test1
                       test2
                       test3
                       &lv_user_name&
                       test4.
    I am filling the above text symbol &lv_user_name& with some logic. Let me say that variable has value XYZ.
    Now when I use that text module in the form layout. I should get the output as below.
    Correct Output : test1
                              test2
                              test3
                              XYZ
                              test4.
    But instead of above output, I am getting the below output which is wrong, because the value which is there in that variable should appear in the output.
                             test1
                             test2
                             test3
                            &lv_user_name&
                              test4
    How to print that value in the output ?
    Please let me know if you need any info on the above.
    Thanks and Regards,
    Karthik Ganti.

Maybe you are looking for

  • Best quality for youtube

    I made a video and its 2.01 GB in iMovie. i want to put it on youtube but I want the best possible quality. The limit for youtube is 100MB whats the best way to compress my movie?

  • Language setting problem

    Hi, I am using the following RegionProperties to set the language to English. But for some reason, some of the tables / fields listed are not in English.   public static RegionProperties getRegion()throws CommandException      RegionProperties region

  • How to create a root category in OLM catalog?

    How do we create a root category in the OLM catalog? We are on R12.

  • New delay issues with already created projects in Captivate 6

    Good afternoon, I have about 20 projects that I've created with Captivate 6 with the past few months that are in need of some minor updating. They've always run fine, but when I open them for editing, I'm finding such things as a 10 second delay afte

  • AP Invoice Payments

    Hello, I created a Payments file for a date range using the AP_Invoice_Payments_All table. I created a GL entries file that would get the GL entries for a given period name using GL_JE_headers and GL_JE_Lines with the JE_Category='Payments'. I'm tryi