Script text element

Hi what does ZKWERT(I5.1) mean in a text element in scripts, that is it has the letter I in the bracket.
this is used in scripts. What will be its equivalent in smartforms.
Smartforms throw a synatx error for the same formatting
John

Hi!
It is a formatting option. Check out this link.
http://help.sap.com/saphelp_47x200/helpdata/en/d1/803411454211d189710000e8322d00/content.htm
I means "Suppressing Output of Initial Values"
Regards
Tamás
Message was edited by:
        Tamás Nyisztor

Similar Messages

  • Error in script : text elements are missing

    Hi ,
      In my print programs iam uaing lots of text elements for a
    zform. I have copied the zform into zform1 and using the same print program and modified the zform1 according to my needs.
    I am not using all the text elements in my zform1 script which is passed from the print program.
    When i execute my zform1 by using the transaction which inturn uses that print program it gives more messages saying 512, 513 , 515 text elements are missing in form Zform1.
    Can anyone tell without touching the print program can i do anything on the script zform1 to reslove this problem.
    Please help me on this.Thanks...
    Regards,
    Rose.

    Hi,
    Ya, whatever Narendra told is right. U nedd to have the text elements in the script if you are calling the same from print program. Just maitain all the text elements with no text it.
    Eg: 
    /: 513
    /: 515
    Regards,
    KK

  • Why do we use include in sap script text element

    Hi SDNers,
    Why do we use include statement or what does that stands for in an text element of a sap script.
    Details with examples and explanation please
    Thanks & Regards,
    Ranjith N

    Hi Ranjith,
    Please go through this.
    &VBDPL-ARKTX&
    /: INCLUDE &VBDPL-TDNAME& OBJECT VBBP ID 0001
    If your include contains
    = arflebarflegloop
    and vbdpl-arktx contains 'myarticletext'.
    Then the output document will contain a line:
    myarticletext arflebarflegloop
    If the include contains
    arfelbarflegloop
    then the output document will contain the lines:
    myarticletext
    arflebarflegloop
    (Subject to whatever the prevailing paragraph format is - * means use current format).
    Think about what would happen if instead of having an include, you hardcoded the text of the include in your sapscript.
    I found this at http://www.sapfans.com/sapfans/forum/devel/messages/31158.html
    Regards,
    Sharat.

  • Need logic in sap script text elements.

    Hi experts
    I need a logic for the below requirement in text elements.
    I am giving IF condition for some tax codes against to C - Form., But my condition given in second line is getting failed  .
    my condition logic
    /:       IF &EKPO-MWSKZ& = 'CA' OR &EKPO-MWSKZ& = 'CC' OR &EKPO-MWSKZ& = 'CD'
    /:        &EKPO-MWSKZ& = 'DA' OR &EKPO-MWSKZ& = 'DE'.
    T2     ,,SALES TAX/VAT&V_VAT_PER& u201CAGAINST C FORM",,,,,,,,,,&V_VAT_sum(C)&
    /:        ELSE
    T2       ,,SALES TAX/VAT&V_VAT_PER&,,,,,,,,,,&V_VAT_sum(C)&
    Please let me know what is to be given TAG COLUMN  for second line in IF condition .
    and i am getting correct output for tax codes CA CC CD which are given in first line, But no getting the correct out for tax codes DA and DE.
    Thanks & Regards
    Suresh
    Edited by: suribabu124 on Apr 21, 2010 5:19 PM

    Hi,
    in the below i feel that you forgot to mention the OR condition.
    /: &EKPO-MWSKZ& = 'DA' OR &EKPO-MWSKZ& = 'DE'.
    soultion like.
    /: IF &EKPO-MWSKZ& = 'CA' OR &EKPO-MWSKZ& = 'CC' OR &EKPO-MWSKZ& = 'CD' OR
    /: &EKPO-MWSKZ& = 'DA' OR &EKPO-MWSKZ& = 'DE'.

  • Error in script (text elements) please solve it its very urgent.

    Hi Gurus,
                       please solve the error in my code.
    here is the code..
    /*   TOP                                                                    
    P1   <B> Product    Description        Quality   Sold      Unit        Amount
    P1   <B>                               Sold      Unit  Price(SGD)           
    /*   ENDTOP.                                                                
    /:   BOX XPOS '0'CM YPOS '0'CM WIDTH'18'CM HEIGHT'1'CM INTENSITY >          
    /:   BOX XPOS '0'CM YPOS '0'CM WIDTH '2.6'CM HEIGHT '12.7'CM FRAME 10 TW    
    /:   BOX XPOS '0'CM YPOS '0'CM WIDTH '7.6'CM HEIGHT '12.7'CM FRAME 10 TW    
    /:   BOX XPOS '0'CM YPOS '0'CM WIDTH '11.8'CM HEIGHT '12.7'CM FRAME 10 TW   
    /:   BOX XPOS '0'CM YPOS '0'CM WIDTH '14.6'CM HEIGHT '12.7'CM FRAME 10 TW   
    /:   BOX XPOS '0'CM YPOS '0'CM WIDTH '18'CM HEIGHT '12.7'CM FRAME 10 TW     
    /:   BOX XPOS '0'CM YPOS '0'CM WIDTH '18'CM HEIGHT '1'CM FRAME 10 TW        
    /:   BOX XPOS '14.6'CM YPOS '10'CM WIDTH '3.4'CM HEIGHT '0'CM FRAME 10 TW   
    /:   BOX XPOS '14.6'CM YPOS '11'CM WIDTH '3.4'CM HEIGHT '0'CM FRAME 10 TW   
    /:   BOX XPOS '14.6'CM YPOS '12'CM WIDTH '3.4'CM HEIGHT '0'CM FRAME 10 TW   
    /:   DEFINE &SUB_TOTAL&                                                     
    /:   PERFORM &SUB_TOTAL& IN PROGRAM ZGST_INVOICE_BILLING                    
    /:   USING &VBRP-NETWR&                                                     
    /:   CHANGING &SUB_TOTAL&                                                   
    /:   ENDPERFORM                                                             
    /:   DEFINE &GST_PER&                                                       
    /:   PERFORM &GST_PER& IN PROGRAM ZGST_INVOICE_BILLING                      
    /:   USING &GST&                                                            
    /:   CHANGE &GST_PER& 
    /:   ENDPERFORM
    THESE ARE THE ERRORS IM GETTING 5 ERRORS. what might be wrong in this coding.
    BOX XPOS '0'CM YPOS '0'CM WIDTH'18'CM HEIGHT'1'CM INTENSITY >          
    Invalid decimal number                                                 
    BOX XPOS '0'CM YPOS '0'CM WIDTH '2.6'CM HEIGHT '12.7'CM FRAME 10 TW    
    BOX XPOS '0'CM YPOS '0'CM WIDTH '7.6'CM HEIGHT '12.7'CM FRAME 10 TW    
    BOX XPOS '0'CM YPOS '0'CM WIDTH '11.8'CM HEIGHT '12.7'CM FRAME 10 TW   
    BOX XPOS '0'CM YPOS '0'CM WIDTH '14.6'CM HEIGHT '12.7'CM FRAME 10 TW   
    BOX XPOS '0'CM YPOS '0'CM WIDTH '18'CM HEIGHT '12.7'CM FRAME 10 TW     
    BOX XPOS '0'CM YPOS '0'CM WIDTH '18'CM HEIGHT '1'CM FRAME 10 TW        
    BOX XPOS '14.6'CM YPOS '10'CM WIDTH '3.4'CM HEIGHT '0'CM FRAME 10 TW   
    BOX XPOS '14.6'CM YPOS '11'CM WIDTH '3.4'CM HEIGHT '0'CM FRAME 10 TW   
    BOX XPOS '14.6'CM YPOS '12'CM WIDTH '3.4'CM HEIGHT '0'CM FRAME 10 TW   
    DEFINE &SUB_TOTAL&                                                     
    '=' or ':=' expected                                                   
    PERFORM &SUB_TOTAL& IN PROGRAM ZGST_INVOICE_BILLING                    
    USING &VBRP-NETWR&                                                     
    CHANGING &SUB_TOTAL&                                                   
    ENDPERFORM                                                             
    DEFINE &GST_PER&                                                       
    '=' or ':=' expected                                                   
    PERFORM &GST_PER& IN PROGRAM ZGST_INVOICE_BILLING                      
    USING &GST&                                                            
    Unknown symbol GST                                                     
    CHANGE &GST_PER&                                                       
    Command between PERFORM-ENDOPERATION not allowed                       
    ENDPERFORM

    /*   TOP                                                                    
    P1   <B> Product    Description        Quality   Sold      Unit        Amount
    P1   <B>                               Sold      Unit  Price(SGD)           
    /*   ENDTOP.                                                                
    /:   BOX XPOS '0'CM YPOS '0'CM WIDTH'18'CM HEIGHT'1'CM INTENSITY >          
    /:   BOX XPOS '0'CM YPOS '0'CM WIDTH '2.6'CM HEIGHT '12.7'CM FRAME 10 TW    
    /:   BOX XPOS '0'CM YPOS '0'CM WIDTH '7.6'CM HEIGHT '12.7'CM FRAME 10 TW    
    /:   BOX XPOS '0'CM YPOS '0'CM WIDTH '11.8'CM HEIGHT '12.7'CM FRAME 10 TW   
    /:   BOX XPOS '0'CM YPOS '0'CM WIDTH '14.6'CM HEIGHT '12.7'CM FRAME 10 TW   
    /:   BOX XPOS '0'CM YPOS '0'CM WIDTH '18'CM HEIGHT '12.7'CM FRAME 10 TW     
    /:   BOX XPOS '0'CM YPOS '0'CM WIDTH '18'CM HEIGHT '1'CM FRAME 10 TW        
    /:   BOX XPOS '14.6'CM YPOS '10'CM WIDTH '3.4'CM HEIGHT '0'CM FRAME 10 TW   
    /:   BOX XPOS '14.6'CM YPOS '11'CM WIDTH '3.4'CM HEIGHT '0'CM FRAME 10 TW   
    /:   BOX XPOS '14.6'CM YPOS '12'CM WIDTH '3.4'CM HEIGHT '0'CM FRAME 10 TW   
    /:   DEFINE &SUB_TOTAL&                                                     
    /:   PERFORM &SUB_TOTAL& IN PROGRAM ZGST_INVOICE_BILLING                    
    /:   USING &VBRP-NETWR&                                                     
    /:   CHANGING &SUB_TOTAL&                                                   
    /:   ENDPERFORM                                                             
    /:   DEFINE &GST_PER&                                                       
    /:   PERFORM &GST_PER& IN PROGRAM ZGST_INVOICE_BILLING                      
    /:   USING &GST&                                                            
    /:   CHANGE &GST_PER& 
    /:   ENDPERFORM
    THESE ARE THE ERRORS IM GETTING 5 ERRORS. what might be wrong in this coding.
    BOX XPOS '0'CM YPOS '0'CM WIDTH'18'CM HEIGHT'1'CM INTENSITY >          
    Invalid decimal number                                                 
    BOX XPOS '0'CM YPOS '0'CM WIDTH '2.6'CM HEIGHT '12.7'CM FRAME 10 TW    
    BOX XPOS '0'CM YPOS '0'CM WIDTH '7.6'CM HEIGHT '12.7'CM FRAME 10 TW    
    BOX XPOS '0'CM YPOS '0'CM WIDTH '11.8'CM HEIGHT '12.7'CM FRAME 10 TW   
    BOX XPOS '0'CM YPOS '0'CM WIDTH '14.6'CM HEIGHT '12.7'CM FRAME 10 TW   
    BOX XPOS '0'CM YPOS '0'CM WIDTH '18'CM HEIGHT '12.7'CM FRAME 10 TW     
    BOX XPOS '0'CM YPOS '0'CM WIDTH '18'CM HEIGHT '1'CM FRAME 10 TW        
    BOX XPOS '14.6'CM YPOS '10'CM WIDTH '3.4'CM HEIGHT '0'CM FRAME 10 TW   
    BOX XPOS '14.6'CM YPOS '11'CM WIDTH '3.4'CM HEIGHT '0'CM FRAME 10 TW   
    BOX XPOS '14.6'CM YPOS '12'CM WIDTH '3.4'CM HEIGHT '0'CM FRAME 10 TW   
    DEFINE &SUB_TOTAL&                                                     
    '=' or ':=' expected                                                   
    PERFORM &SUB_TOTAL& IN PROGRAM ZGST_INVOICE_BILLING                    
    USING &VBRP-NETWR&                                                     
    CHANGING &SUB_TOTAL&                                                   
    ENDPERFORM                                                             
    DEFINE &GST_PER&                                                       
    '=' or ':=' expected                                                   
    PERFORM &GST_PER& IN PROGRAM ZGST_INVOICE_BILLING                      
    USING &GST&                                                            
    Unknown symbol GST                                                     
    CHANGE &GST_PER&                                                       
    Command between PERFORM-ENDOPERATION not allowed                       
    ENDPERFORM                                                                               

  • How to color the text  elements in script?

    how to color the text  elements in script?
    byeeeee
    plz send the answers

    Hi,
    Please go through my blog to know how to do color printing in SAP scripts.
    White Paper on 'Color Printing in SAP Scripts'
    Regards,
    Sireesha Ch

  • How to end text element in sap script

    how to end an text element in sap script
    this is the format.
    /E text element name
    &tablename-fieldname&
    text-text-text-text
    now if i do not end that text element it is not displayiny my below text , so what to do in this case

    Go through the links mentioned below.
    http://www.****************/Tutorials/Smartforms/SFMain.htm
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/3c5d9ae3-0501-0010-0090-bdfb2d458985
    http://www.sapmaterial.com/smartform_example.html
    Re: Hands on SAP Smart Forms
    smartforms
    Reward points if useful.

  • Dump error when clicked on text elements in SAP Script window

    Hi All,
    There is an inclusion in SAP Script. I have written the code in driver program. I need to pass the value to SAP Script in the requested position. But when I go to SE71 > Form Name > Change or Display > MAIN Window > Text Elements > I get a dump error.
    Category               ABAP Programming Error
    Runtime Errors         DATA_LENGTH_TOO_LARGE
    Except.                CX_SY_RANGE_OUT_OF_BOUNDS
    ABAP Program           SAPLSTXK
    Application Component  BC-SRV-SCR
    Date and Time          30.04.2014 20:00:08
    Short text
         Invalid partial field access: Length is too large
    What happened?
         Error in the ABAP Application Program
         The current ABAP program "SAPLSTXK" had to be terminated because it has
         come across a statement that unfortunately cannot be executed.
    What can you do?
         Note down which actions and inputs caused the error.
         To process the problem further, contact you SAP system
         administrator.
         Using Transaction ST22 for ABAP Dump Analysis, you can look
         at and manage termination messages, and you can also
         keep them for a long time.
    Error analysis
         An exception occurred that is explained in detail below.
         The exception, which is assigned to class 'CX_SY_RANGE_OUT_OF_BOUNDS', was not
          caught in
         procedure "TOKEN_COMMENT" "(FORM)", nor was it propagated by a RAISING clause.
         Since the caller of the procedure could not have anticipated that the
         exception would occur, the current program is terminated.
        The reason for the exception is:
        In the executed program "SAPLSTXK", the system attempted to access the field
        "ITF_TOKEN" of the type "C" and with the length 255 using the length 272.
        However, a partial field access with a length specification that is
        larger than the field length is not allowed.
    How to correct the error
        Reduce the length used to access the field.
        If the error occures in a non-modified SAP program, you may be able to
        find an interim solution in an SAP Note.
        If you have access to SAP Notes, carry out a search with the following
        keywords:
        "DATA_LENGTH_TOO_LARGE" "CX_SY_RANGE_OUT_OF_BOUNDS"
        "SAPLSTXK" or "LSTXKFRN"
        "TOKEN_COMMENT"
        If you cannot solve the problem yourself and want to send an error
        notification to SAP, include the following information:
        1. The description of the current problem (short dump)
           To save the description, choose "System->List->Save->Local File
        (Unconverted)".
        2. Corresponding system log
           Display the system log by calling transaction SM21.
           Restrict the time interval to 10 minutes before and five minutes
        after the short dump. Then choose "System->List->Save->Local File
    2937 * todo empty comment ???
    2938       if g_tm_open    eq true or     " Section
    2939          g_tm_b_close eq true.
    2940         l_token = '\chcbpat0'.
    2941         l_len = strlen( l_token ).
    2942         token_control = true.
    2943         assign l_token to <itf1>.
    2944         perform put_itf1_new using l_len.
    2945         perform token_line_begin changing l_next_token.
    2946       else.                          " without section
    2947         concatenate '\chcbpat0\line' g_cf_string l_cbpat_token into l_token.
    2948         l_len = strlen( l_token ).
    2949         token_control = true.
    2950         assign l_token to <itf1>.
    2951         perform put_itf1_new using l_len.
    2952       endif.
    2953     elseif l_next_token-code eq ')L'.         " \par
    2954       l_token = '\par'.
    2955       l_len = strlen( l_token ).
    2956       token_control = true.
    2957       assign l_token to <itf1>.
    2958       perform put_itf1_new using l_len.
    2959     elseif l_next_token-code eq '(C' or       " \par + format
    2960            l_next_token-code eq ')C' or
    2961            l_next_token-code eq '(&' or
    2962            l_next_token-code eq 'TA' or
    2963            l_next_token-code eq 'SC' or
    2964            l_next_token-code eq 'ST'.
    2965       concatenate '\chcbpat0\par' g_pf_string g_cf_string l_cbpat_token into l_token.
    2966       l_len = strlen( l_token ).
    >>>>>       itf_token(l_len) = l_token.
    2968       token_control = true.
    2969       assign l_token to <itf1>.
    2970       perform put_itf1_new using l_len.
    2971     endif.
    2972
    2973 * Step 7: (L to disarm
    2974   if g_compose eq true and
    2975      l_next_token-code eq '(L'.
    2976     perform read_next_itf_token(rstxscan) using p_token.
    2977   endif.
    2978
    2979 ENDFORM.                    " token_comment
    2980 *&---------------------------------------------------------------------*
    2981 *&      Form  create_lang_info
    2982 *&---------------------------------------------------------------------*
    2983 *       add default language to rtf
    2984 *----------------------------------------------------------------------*
    2985 *      -->P_HEADER  text
    2986 *      <--P_RESULT  text
    How do I open the text elements? I need to pass the variable inside SAP Script.
    Please Help. The requirement is pending from very long. Not able to rectify this issue.
    Regards,
    Rekha

    Hi,
    There is a SAP Note about this problem
    566794 - Runtime error: STRING_OFFSET_TOO_LARGE during conversion
    Correction Instructions
    Correction Instructions
    Software Component
    Valid from
    Valid to
    Number
    SAP_BASIS
    46B
    46D
    473267
    SAP_BASIS
    610
    620
    473185
    Support Packages & Patches
    Support Packages
    Software Component
    Release
    Support Package
    SAP_BASIS
    46B
    SAPKB46B48
    46C
    SAPKB46C39
    46D
    SAPKB46D28
    610
    SAPKB61027
    620
    SAPKB62014
    Regards
    Miguel

  • Creation of Text Element in Custom Script for MEDRUCK

    hi,
         i have a problem in the scripts, the script is customized one but driver program is standard one.
    few text element which are in the page windows but not appering in the output, how can we make them to appear in the output.
    can we add new text element without modifying driver program in script,
    can any one suggest me any thing for solving this problem.
    thanks in advance.

    hi,
    i havent found any write_form function call in the standard driver program.i think is it is system generated driver program for MEDRUCK.
    in my custom form few text elements are defined alredy but they are not appearing in the output, i tried by putting some hardcoded text in those text elements but it doesnt worked.
    what might be the reason.
    can any one know about this help me solving this problem.
    thanks in advance
    regards,
    pavan

  • How do I Hide the text printed from a standard Text Element in SAP Script?

    Hi,
    I have created one SAP Script which gets printed from IW33 using a standard print program.
    In config the standrad SAP script is replaced by the zsap script.
    Since the Zscript is printed from a Standard print program, I had to keep all the text elements used by the original(standard) SAP script.
    I only kept the text elemets and commented out the printing part.
    But still some values are printing. How do I hide these text element values?
    I want to delete whatever its printing from these text element. Icant delete the standard text elemetns , otherwise the standard print program will give error.

    Hi,
    I am not printing any text under these text element in my zscript.
    I had to include these standard text elemets as they are called from the standard print program using which my zscript is getting printed.
    for example:
    /E OPERATION
    Under operation i didnot print anything. Still some values which are passed in text element Operation by the print program is being printed in the form. i want to hide/delete these values.
    how do I do that?

  • Can anybody tell me how many text elements are there in sap scripts?

    hi all,
    can anybody tell me how many text elements are there in sap scripts?

    Hi,
    Do you mean that you want to know how many Text-elements are there in a specific Script or you want to know how many max Text-Elements a script can have?
    I believe there is no limit on this......
    To know all the Text Elements in a Script......goto SE71....press F4 Help on Script Name....Choose Last option for Custom developed Scripts.....and you can open the complete Script details & Code in a Line Editor...After that you can serach/look for the text elements

  • Text Element in SAP-Script and Box

    Hi Gurus
    Q1.what is the meaning of text element's in sap-script.e.g.
    /E INSPECTION_STATION_INFO
    /E SAMPLE_INFO
    /E PHYS_SAMPLES_HEADLINE..
    I have to use these elements in my script.i am not able to understand what does it mean?
    Q2.how we can draw a Tabular format in Script?
    Q3.How we can draw Box?
    Thanks in advance

    Hi,
    Text Elements
    You can define text elements (window texts) for each window. On the Form: Request screen, choose Edit ® Text elements.
    The print program accesses text elements by name, formats them and prints them in the respective window. That is, the program can decide which text elements should be printed in a particular window. It calls these text elements by name to print them. You must therefore change text element names in the print program if you make any changes to text element names in a form.
    In the layout of a text element, you can use only the paragraph and character formats defined in the form.
    Example of a text element in an order confirmation:
    /E ITEM_LINE
    IL &VBDPA-POSNR&,,&VBDPA-MATNR&,,&VBDPA-ARKTX&
    / &'Customerarticlenumber 'VBDPA-IDNKD' '&&'Position
    / 'VBDPA-POSEX&
    This example shows a section of a main window of a form, with an item line of an order confirmation. The /E in the tag column is used to identify the text as a text element, ITEM_LINE is the name of the text element.
    Default Text Element
    At the start of a window, you can define a text element without the /E command in the paragraph format column. This text is always printed at the start of the window. It is not necessary to insert this text explicitly via a print program.
    For more go to this link: Character formats and attributes
    http://help.sap.com/saphelp_47x200/helpdata/en/d1/80318f454211d189710000e8322d00/frameset.htm
    Boxes:
    Use the following code
    /: BOX XPOS 1 MM YPOS 2 MM WIDTH 20 MM HEIGHT 40 MM FRAME 10 TW.
    Box is the command used for printing box in script.
    XPOS - x- axis position
    ypos - y axis position
    http://help.sap.com/saphelp_470/helpdata/en/d1/802ec5454211d189710000e8322d00/content.htm
    Regards,
    Omkaram.

  • Text Element error in SAP script

    Hi All,
    I have modified a sap script and now getting print perfectly without any flaws.
    But system is raising an error log in spool (Tcode: SP01) as below..
    In form ZFFIAP_PMNT_RMTT / window MAIN , the element 610-C (Text-C) is missing.
    When i checked the MAIN window of sap script, there is a text element with name 610-C.
    How to resolve this error..????
    Please Help me...
    Regards
    Pavan

    Thanks for your inputs.
    I have checked the Driver Program. There  is no text element '610-C' used in WRITE_FORM statements in the driver code.
    There is no such element in the MAIN Window of sap script.
    Still i m facing same error.....
    "In form ZFFIAP_PMNT_RMTT / window MAIN , the element 610-C (Text-C) is missing"...
    What might be the reason..????
    I have checked other window too for such text element...
    If i create a text element "610-C" in the MAIN window of sap script, still same error is being created as log file in Spool (SP01). INterestingly this error is not creating any impact on script printing...!!!
    Can anyone help me.....????
    Regards
    Pavan

  • Text element in sap script

    Hi All
    Y do we need Text element in SAP SCRIPT ?

    yes you can.
    are you using your own print program or a standard?
    Each window will be called by the code so if you have no elements in there all the data is output in the order they appear in the form.

  • Long Text Printing in TEXT ELEMENTS of a Script

    Hi,
         I am printing the amount in words using Subroutine pool program. This amount is populationg fine in the program(in out_table structure ITCSY). I assigned those symbol for printing in text elements. While printing the last words are not printing.
    Here ex: One Crore Thirteen Lakhs Ninety Two Thousand Four Hundred and Ninety Six and Paise Sixty Seven Only--- it has print like this
    but it is printing
    One Crore Thirteen Lakhs Ninety Two Thousand Four Hundred and Ninety Six and Pa---only. Remaining are not coming.
    please suggest how to get the full text.
    Regards,
    Mahesh.

    First you need to understand that a variable in a script holds no more than 60 to 70 characters.
    so what you should do is, in your subroutine pool declare 4 variables each of size 60 chars, and then move the amount in words 60 chars each and then pass these 4 variables to the script and use these variables to print.
    This solves your problem.
    Regards,
    Termi.

Maybe you are looking for

  • DRG-10849 catsearch does not support functional invocation

    I have this error message: DRG-10849 catsearch does not support functional invocation this is my query: SELECT * FROM (SELECT /*+ FIRST_ROWS(50) */ NTQ.*, ROWNUM RNUM1 FROM (SELECT /*+ INDEX(DL_TSD_DEFTR_CI) */ FROM ima_ol.DL_TSD_SITUATION s WHERE (C

  • Conversion from Integrated ITS to Webdynpro

    Hello, We are starting a conversion from ITS ESS Services to the Webdynpro for Java Applications on the portal 7.0....I want to know that as a whole we have to understand the current ITS ESS services and the Customizations done ....and map them to th

  • [SOLVED] sshfs - Hangs at different occations (reboot needed?)

    I'm using Thunar with gvfs and sshfs, both works fine and does the job. Only problem is that for some reason, sshfs when going back to a folder after a while (that's bookmarked if that matters) nothing happens, and if i try to "unmount" the remote fi

  • Themes Problem on E51

    hey ppl, i am using nokia e51, 400.34.001. Problem: 3rd party themes are not displayed in General tab under Themes. When installing everything goes fine and i get the Installation complete message. The software i am using now came installed after my

  • AnyConnect machine certificate validation error

    Hi, I'm trying to get certificate authentication to work for AnyConnect (3.1.02040) using already existing certificates in the machine store (Windows 7 clients). I get the choose certificate prompt, but when I choose the correct certificate I just ge