Change  a number into  word format in Smartforms.

hi....
plz tell me how can I  display word format of a number in a smartforms.
i have a prientout form which display the net value Rs 3250 .my task to write in word like 'three thausands two hundred fifty rupies only'

spell_amount FM
Check this..
DATA : money TYPE p DECIMALS 2,
in_letters LIKE spell.
money = '1000.00'.
CALL FUNCTION 'SPELL_AMOUNT'
EXPORTING
amount = money
IMPORTING
in_words = in_letters
EXCEPTIONS
not_found = 1
too_large = 2
OTHERS = 3.
WRITE : / in_letters-WORD.
Madhavi

Similar Messages

  • Reg: Convert the currency value into word formate.

    HI all,
    Is there any FM to convert the currency into word formate.
    Ex: 210
    o/p: two hundreden twenty ruppes..

    Hi,
    Try
    SPELL_AMOUNT
    also HR_IN_CHG_INR_WRDS
    Regards,
    Sachin

  • Convert Adobe Form into Word Format

    Hi Friends,
    My question is very straight forward -:
    Is there any way / any Function Module to convert the adobe form into word format ? Is this possible ?
    Regards,
    Debi

    Hello, could you please elaborate a little more? Have you tried this? What was the result?
    I mean: Adobe forms are often very complex, I would like to know how does the result look like. I have no DMS/ DMS experience to try it myself so I thought you could describe some more details about this suggestion.
    Regards Otto

  • Function to convert number to word format.

    Dear Friends,
    Could you please help me with a code that will take 'sum of all values of a column' as input parameter & return its value in word format.
    Number can be negative , it can/can't contain digits after decimal.
    i have two ways but it won't work when my no. becomes negative
    Moreover i want that it should work on both type of data, numbers without decimal & number with decimal.
    that is what i possess:
    1)
    function CF_1FORMULA return char is
    num1 number;
    p_number number;
    type myArray is table of varchar2(255);
    l_str myArray := myArray( '',
    ' thousand ', ' million ',
    ' billion ', ' trillion ',
    ' quadrillion ', ' quintillion ',
    ' sextillion ', ' septillion ',
    ' octillion ', ' nonillion ',
    ' decillion ', ' undecillion ',
    ' duodecillion ' );
    l_num varchar2(50);
    l_return varchar2(4000);
    begin
    num1:=:my_mumber;
         p_number:=num1;
         l_num:=trunc( p_number );
    for i in 1 .. l_str.count
    loop
    exit when l_num is null;
    if ( to_number(substr(l_num, length(l_num)-2, 3)) <> 0 )
    then
    l_return := to_char(
    to_date(
    substr(l_num, length(l_num)-2, 3),
    'J' ),
    'Jsp' ) || l_str(i) || l_return||'Rupees';
    end if;
    l_num := substr( l_num, 1, length(l_num)-3 );
    end loop;
    return l_return;
    end;
    and
    2)
    select to_char(to_date(floor(1234.99),'J'),'Jsp')||' Rupees and '||to_char(to_date((1234.99-(floor(1234.99)))*100,'J'),'Jsp')||' Paise' from dual;
    kindly help me.
    Thanks & Regards
    Vishnu

    Common question.
    But you will have realised that already if you'd bothered to search the forum...
    http://forums.oracle.com/forums/search.jspa?threadID=&q=number+to+word&objID=f75&dateRange=all&userID=&numResults=30

  • How do you change iTunes songs into AAC format?

    Is there a way to change iTunes songs into the AAC format. I need to be able to do this so I can download the songs into my cell phone with an MP3 player. I keep on getting a message saying that the songs are protected and cannot be changed to that format. I dont understand why since I have payed for them and they are my songs. PLEASE HELP!
    Toshiba Satellite   Windows XP  

    Store purchases are already in protected AAC format.
    Do you mean that you need to change them to mp3 to
    be compatible with you phone?
    It says that it needs to be in MP3,AAC,or AAC+ Format. Whatever its in now it is not working and im very unsure of what to do. Thankyou for trying to help.

  • 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,

  • How can I get rid of formatting marks in a doc that is copied and pasted into word; these marks don't show up in Safari.

    When copying and pasting text from an article into Word, formatting marks appear in the copied text that don't appear if I cut and paste from Safari to Word. This started several months ago, perhaps even a year ago. I assume it's a FF issue since it doesn't happen with Safari, which I don't use if I can avoid it.

    Activate the Guest account for your friends and keep your account for yourself.

  • 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

  • Images in PDF file being converted into Word elements (e.g. tables and text boxes)

    A friend of mine has recently signed up to ExportPDF so that he can convert PDF format wiring diagrams into Word format.  On trying this the other day, we found that the wiring diagrams in the PDF file were being converted into elements of Word such as tables and text boxes.
    Is there any way to get the diagrams converted into pictures within the Word document so that they can be copied and pasted into other documents?  From looking at the limited settings panel to the right of the document in Reader I can't see it.

    Perhaps an application dedicated to converting PDF's to Word documents may get better results.
    Here's a free online converter I use with occasional success: http://www.pdftoword.com/

  • Translatinf Appleworks docs into Word

    I have been having trouble sending AW6 docs to my friend's PC. I have been using Mac's "save as" and then chosing Word 97,00, XP. Then I've been sending the fole as an e-mail attachment. My friend says he gets only gibberish. What am I missing? Shouldn't he be able to read anything that I've saved as a word doc? He's running WinXP on his PC.
    Fred Jacobowitz

    How about saving the AW6 docs into PDF format before sending ? I guess that AppleWorks does not correctly save documents into Word format (depending upon document complexity), while PDF should be more versatile.
    As far as I know, PDF documents can be edited in Word (at least, in latest version).

  • Word Formatting Frozen

    In Word for Mac the formatting tool is frozen.  You cannot make a selection or get a dropdown screen in any formatting section or on the formatting pallette.  It is totaly frozen.Any idea how to unlock it?

    Hi
    I would clear out all caches using either Onyx or Snow Leopard Cache Cleaner (Google will find them), then immediately reboot.
    If that doesn't clear the problem then it might be possible to recover the document by opening it with NeoOffice or Open Office, then resaving it back into Word format under a different name.
    Bob

  • How do I change the number formatting within a Cell Table in Microsoft Word?

    Hi, I was wondering if someone could help me out on an issue I've been having... I work for an accounting firm and we do a lot of financial statements. 
    I was wondering if we would be able to treat a cell table in Microsoft Word 2007 like I would a cell table in Microsoft Excel. Meaning, I would like to change the formatting of the numbers in the table to the "Accounting" (number) format so it
    aligns by the decimal point and use the $ signs and () for negative numbers.  We do use the link tables feature, however, most of our balancing pages just can't be done in Excel because of the way the text is written. It would be much harder to format
    the text if it were to be typed in Excel. We have also tried  creating an Excel sheet within Microsoft Word but it is the same as linking the tables... Again, a text formatting issue.  The only option is to use tables within Word but how do we change
    the number formatting to a "accounting" (number) format where the numbers would align with the decimal point and use () for the negative numbers. Is there ANY option for us to do this other than manually entering this information in using tabs?  
    If there are no options other than entering it in manually, please consider this as an option for your next software update. I believe that a LOT of people out there will be interested in this feature... My manager and I just attended a webinar on Microsoft
    Advanced Word Tips Tricks and Techniques and 75% of the attending people had this question but no answer.
    Thank you very much for your help!!!!!

    Word does not really have number formatting for table cells. You can align cell contents on the decimal point, though, by setting a so-called decimal tab stop.
    Option 1:
    - Select the cells for which you want to do this.
    - Display the ruler.
    - Click the Tab box on the left hand side of the ruler until the box contains an inverted T with a dot.
    - Click in the ruler where you want the decimal tab.
    Option 2:
    - Select the cells for which you want to do this.
    - Click the arrow in the lower right corner of the Paragraph group on the Home tab of the ribbon.
    - Click the Tabs... button in the lower left corner of the dialog.
    - Specify a tab position in the box, e.g. 1.5".
    - Select the 'Decimal' radio button under 'Alignment'.
    - Click Set.
    - Click OK.
    You will have to type the numbers as they should appear, including the $ for currency and the ( ) for negative numbers.
    Regards, Hans Vogelaar

  • Downloading Smartforms Output into MS Word format

    Hi,
    Is there any way to download Smartform Output data in to MS Word.?...like the way we download Smartform data into PDF format.
    is there any FM available to handle this like CONVERT_OTF, CONVERT_OTF_2_PDF in case of PDF.
    Full points for useful answers.
    Thanks,
    Sree.

    Check these links
    https://forums.sdn.sap.com/click.jspa?searchID=15917117&messageID=4709514
    https://forums.sdn.sap.com/click.jspa?searchID=15917117&messageID=2950348
    Thanks,
    Phani.

  • How can i change my smartform as ms word format

    Hello Experts ,
    presently my sap version is NW 701
    now i am facing one issue i,e one abaper wants ms word editor in smartforms ,for that i tried below seteps
    1) Execute T-code -I18N --> I18n customizing --> doubleclicking MS WORD as EDITOR
    when i click button , it gives one message "MS WORD IS a default editor now Please Read SAP note 742662"
    also i checked that note
    in that note shows we dont required to enable ms word as a editor
    but my abaper wants same as word edoior but now it is showing graphical editor
    please reply how can i convert this graphical editor to word editor
    Regards

    You change the name of your ID at https://appleid.apple.com.  See http://support.apple.com/kb/HE40.

  • How do i change a pdf document into word so i can make changes to it?

    how do i change a pdf document into word so i can make changes to it?  Thanks

    Hi stevemortgageman,
    You can use ExportPDF to convert a PDF file to Word format, and several others. For more information, please see http://cloud.acrobat.com.
    Best,
    Sara

Maybe you are looking for