Convert numbers into words

i work on release 11i application and converts some reports to run with xml publisher
i want to convert a total field that exist in po report to words it seems to convert number into words isthat possible i tried to make this in oracle reports and it run successfully but there is a problem when converting that report to run with xml publisher .
any help will be approtiated.

Use ap_amount_utilities_pkg.ap_convert_number
E.g.
SQL> select ap_amount_utilities_pkg.ap_convert_number(trunc(12345678)) from dual;
AP_AMOUNT_UTILITIES_PKG.AP_CONVERT_NUMBER(TRUNC(12345678))
Twelve million three hundred forty-five thousand six hundred seventy-eight
Gareth

Similar Messages

  • Why can I not convert pdf into word file?

    why can I not convert pdf into word file?

    This is not a feature of Adobe Reader. You'll need either Acrobat or a subscription to one of the web-based services that Adobe offers (like PDF Pack) to do it.

  • Ive just subscribed online but realised I have the wrong service by mistake... I require Convert PDF into Word doc service but selected Adobe send in error, sorry. Can you please switch the service for me? Thanks Anthony Levy

    Ive just subscribed online but realised I have the wrong service by mistake... I require Convert PDF into Word doc service but selected Adobe send in error, sorry. Can you please switch the service for me? Thanks Anthony Levy

    Hi Tony,
    Please refer this KB document : Return, cancel, or exchange an Adobe order
    Please let me know if you need any further assistance.
    Regards,
    Rahul

  • Hi, am trying to convert pdf into word. I have 30 days trial, however, everytime i try to convert it's asking to subscribe, Why is that, what is the purpose of the free trial?

    Hi, am trying to convert pdf into word. I have 30 days trial, however, everytime i try to convert it's asking to subscribe, Why is that, what is the purpose of the free trial?

    Hi oj1,
    Since you mention a free trial, I'm guessing that you have an Acrobat trial (Adobe doesn't offer free trials of the Acrobat.com online services).
    If you do have Acrobat, you can use the Save As command in that application to save directly to Word format.
    Please let us know how it goes.
    Best,
    Sara

  • Turn numbers into words

    Is there a way - short of hindreds of lines of cfic cfelseif
    statemements, to turn numbers into words?

    here is a UDF
    http://www.cflib.org/udf.cfm?ID=40
    HTH
    Tim Carley
    www.recfusion.com
    [email protected]

  • When I go into pdf file it only gives me the option to convert into pdf when it's already a pdf. I want to convert it into word and I've purchase this a few months ago now I need help

    I Need help in converting a pdf into word. I've purchased it a few months ago and now for the first time I tried to use word and I can't it only gives me the option to convert it into a pdf when it is already a pdf! Urgent help please

    Not sure what you mean by "tried to use Word". ExportPDF doesn't change what Word can do. Can you explain what you try and what happens in more detail?

  • How can I choose korean language to convert pdf into word?

    I need to translate the document in Hungle.
    To make the speed up,I tried to convert the Pdf document in hungle into word,and realized I can't choose Hungle for OCR.
    I wonder why Hungle and Chinese are not seleced as languages for ExprtPdf ,for  those countries are imortant for both aspects of economy and culture  for Japan.

    It seems that Hangul and Chinese is not available for OCR in ExportPDF; see http://helpx.adobe.com/acrobat-com/kb/using-ocr-exportpdf.html
    You may need to use Acrobat to OCR and convert Korean and Chinese documents.

  • PE51 convert amount into words and concatenate the value with cents

    Hi gurus,
    I'm facing a problem in PE51...
    I have this amount: 655.690,32
    And it should appear in the form like this Example:
    Six hundred and fifty five thousand six hundred and ninety Dollars and Thirty-two cents.
    In PE51 I have two options:
    - Numbers in words (w/o DP) - give me the first underlined part
    - Numbers in words(only DP) - give me the second underlined part
    But I need to find a way to show then like in the example... The first and second part should appear together like if they were concatenated separated by space.
    Thanks in advance.
    PC

    You move the v_tot_comm into an Integer and try so that u will only get SPEELING of that value.
    For example pass only 23,492 instead of 23,492.58 and for 58 paise you do your string manipulation work.

  • Converting files into Word

    Can you please tell me what version of Word PDF converts into Word?

    Hi,
    ExportPDF would convert the PDF to the document compatible with MS Word version 2003 and 2007 onwards.
    You just need to choose the your option from the dropdown, if you are using MS Word 2003 then you need to choose .doc while conversion and if you are on higher version then MS Word 2003 then you need to choose .docx from the dropdown
    ~Pranav

  • Convert Numbers to Words in Check Printing

    I am creating my own check template in SAPscript instead of a smartform simply because I did not want/find a driver program for a smartform.  I am a little confused on how to perform ABAP function calls in SAPscript and need some help.  I figure this ABAP code will do the job:
    DATA: wa_amt TYPE SPELL.
    CALL FUNCTION 'SPELL_AMOUNT'
    EXPORTING
    AMOUNT = 100
    LANGUAGE = SY-LANGU
    IMPORTING
    IN_WORDS = it_amt
    EXCEPTIONS
    NOT_FOUND = 1
    TOO_LARGE = 2
    OTHERS = 3.
              o
                    +
    IF sy-subrc 0.
    MESSAGE ID SY-MSGID TYPE 'A' NUMBER SY-MSGNO
    WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    write wa_amt-WORD.
    But I think this code is meant for a smartform->program lines.  I want to convert the variable "REGUD-SNETT" from a number to a string of words.
    On a side note, how to do I set a break-point in my SAPscript so it enters debug mode after I post the check document in transaction code f-58?

                        ------------------ Amount in words -------------------------------------
    /                      &'*** 'SPELL-WORD& &REGUD-WAERS&&' and 'SPELL-DECIMAL(2)'/100 '&*** 
    /*                     Example for amount and decimal places in words
    /*                     &'*** 'SPELL-WORD& &REGUD-WAERS&&' and 'SPELL-DECWORD' Cents'& *** 
    /*                     Example for numbers in words   
    /*                     &SPELL-DIG06(6)&&SPELL-DIG05(6)&&SPELL-DIG04(6)&&SPELL-DIG03(6)&&SPELL-D 
    If you want to see the details Open F110_PRENUM_CHCK Script and check the window code for Amount in words (Description of window)
    If it is useful, please reward me with points.

  • How to convert XML into word doc or pdf

    hi all ,
    i ve to create a xml with specified alignment,but while taking print out alignments changing according to IE's alignment.
    So, Plz some one tel me whether any solution is there in xml itself or it have to be convert into word doc or PDF.If so, tell me an idea for how to convert xml file into Word doc or PDF.

    thanx ,i saw about FOP in xml.apache.org site and i learned something abt tat . But i dont know how to download FOP package from apache..
    Actually they gave links to download
    like http://ftp.wayne.edu/apache/xml/fop
    inside tat link they mentioned as parent,Directory,binaries,sources and tar files.From this i dont know how to download?
    Plz can someone tell a solution..

  • Credit card charged twice and still can't convert pdf into word!

    Hi, It seems my credit card was charged twice for my subscription. However, I'm not able to convert my pdf document into word. When I try and do this it just asks me to subscribe, even though I'm signed in. I tried to cancel one of my subscriptions and ended up in an annoying holding pattern where the available comments said to contact the adobe team, but when I went to the website where this contact was supposedly possible it directed me back to the community.

    Hi florence12,
    I just checked your account and see that both transactions have been canceled already. Please keep an eye on your credit card bill, and if the charges appear there let us know.
    Best,
    Sara

  • PLEASE HELP!  Converting numbers into real words

    I am faced with a problem. I need to create a prorgram that will convert a number ex. 156 into the word "one hundred fiftysix" This program will need to handle numbers up to 999 999 999.
    If someone has a program similar to this or is willing to assist a newbie programmer, your assistance would be appreciated.
    Also source code is preffered, prefferbly with c as the console.
    Thanks again

    Here is my most up to date code
    I also forwarded you a copy of my code
    import hsa.Console;
    public class ConvertingWordsToNumbers
    private static int convertingFromOneToNineteen (String numberString)
    String oneToNineteenInWords [] = {"", "one ", "two ", "three ", "four ", "five ", "six ", "seven ",
    "eight ", "nine ", "ten ", "eleven ", "twelve ", "thirteen ", "fourteen ", "fifteen ",
    "sixteen ", "seventeen ", "eighteen ", "nineteen "};
    int oneToNineteenInNumbers [] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19};
    int total = 0;
    //Checking for each word and adding it to each total
    for (int pos = 1 ; pos <= oneToNineteenInWords.length ; pos++)
    if (numberString.indexOf (oneToNineteenInWords [pos]) >= 0)
    total += oneToNineteenInNumbers [pos];
    numberString = numberString.substring ((numberString.indexOf (oneToNineteenInWords [pos])));
    return total;
    return total;
    private static int convertingFromTwentyToNinety (String numberString)
    String twentyToNinetyInWords [] = {"", "", "twenty", "thirty", "fourty", "fifty", "sixty", "seventy",
    "eighty", "ninety"};
    int twentyToNinetyInNumbers [] = {0, 0, 20, 30, 40, 50, 60, 70, 80, 90};
    int total = 0;
    //Checking for each word and adding it to each total
    for (int pos = 1 ; pos <= twentyToNinetyInWords.length ; pos++)
    if (numberString.indexOf (twentyToNinetyInWords [pos]) >= 0)
    total += twentyToNinetyInNumbers [pos];
    numberString = numberString.substring ((numberString.indexOf (twentyToNinetyInWords [pos])));
    return total;
    return total;
    public static void main (String [] args)
    Console c = new Console ("ConvertingWordsToNumbers");
    //Variable Declaration
    String numberString, millions, thousands;
    String keyWords [] = {"million", "thousand"};
    //User Input
    c.println ("Please enter the number (in words) that you wish to convert: ");
    numberString = c.readLine ();
    numberString = numberString.toLowerCase ();
    //Sectioning the millions and thousands
    if (numberString.indexOf (keyWords [0]) > 0)
    millions = numberString.substring (0, (numberString.indexOf (keyWords [0])));
    c.println (millions);
    c.println (convertingFromOneToNineteen (millions) + convertingFromTwentyToNinety (millions));
    if (numberString.lastIndexOf (keyWords [1]) > 0)
    thousands = numberString.substring ((numberString.indexOf (keyWords [0]) + 8),
    (numberString.indexOf (keyWords [1])));
    c.println (thousands);
    c.println (convertingFromOneToNineteen (thousands) + convertingFromTwentyToNinety (thousands));
    else if (numberString.lastIndexOf (keyWords [1]) > 0)
    thousands = numberString.substring (0, (numberString.indexOf (keyWords [1])));
    } // main method
    } // ConvertingWordsToNumbers class
    thanks again

  • Converting pdf into word document

    I have just signed up for adobe. how do i convert a pdf into a word document?

    Hi Ali,
    Welcome to ExportPDF!
    Here is a handy 'getting started' guide that should assist you.
    Let me know if that helps.
    Looking forward to hearing back from you.
    Regards, Stacy

  • Converting Number  into words while Display

    Hello Sir,
    I am working on Project System.
    I am getting Field  MAT_PSPNR(Valuated Sales Order Stock WBS Element) in MSEG Table.
    In table the Corresponding field  stored in Numbers while Display its converted into Some other Content  Please Explain Me ?.
    REPORT  zdemo LINE-SIZE 600.
    tables: mseg.
    select-options: so_mblnr for mseg-mblnr.      " Document No
    start-of-selection.
    select mat_pspnr from mseg into mseg-mat_pspnr    " Valuated Sales Order Stock WBS Element
    where mblnr in so_mblnr.
    check sy-subrc = 0.
    write:/01 mseg-mat_pspnr.
    endselect.
    Table Stored value  for MAT_PSPNR  = 00000293
    Report Display: WSP/RAM/02/03.
    Kindly Explain how the Contents has been changed ?.
    Regards,
    Venkat.

    Hi Venkat,
    please check  the Domain of the field you are trying to display .
    it will have a conversion routine.
    for field MAT_PSPNR domain is PS_POSNR
    In the domain definition tab you will have a conversion routine .
    because of this conversion routine your data is represented in internal format in the table and external format when displayed.
    please read  conversion routine documentation.
    regards,

Maybe you are looking for

  • Premiere Elements 4 auto analyze off

    Help.  I tried to install Premiere Elements 9 on my old Vista machine and got the dreaded error 1935 CE3230AC-E72E-3EDF-8A57-87FCE1CF2629 HRESULT: 0x80071A30.  Searching for help, I came to the conclusion that it is a registry cash screwed up and rei

  • The bookmark box does not appear, bookmarks straight to the bottom of the list

    When I use the Bookmarks menu at the top of the page, hit Bookmark this page, the little box that USED to popup to assign what catagory folder the bookmark is to go into, does not appear. the page is bookmarked, but goes on the bottom of the list, in

  • Application often no response

    I have a MBP,my question is:Application often no response on my MBP,please someone give me some solution,thanks.

  • Profile change

    Hi, Is there any portlet for change profile of user

  • Tax code with Jurisdiction Code

    Dear Gurus, How to find the Tax code is assigned to how many Jurisdiction codes, is there any Table for checking the same. regards, Gopi.P