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

Similar Messages

  • SAP Script - How to check a text element is empty in Script.

    Hello Friends,
                  I like to display a text element when it is not empty, otherwise I like to display some other text.
    I know how to read text element in Script, but 
    How to check a text element is empty in Script
    Thank you for your time.
    Senthil

    Hi Senthil,
    Inside text element, we print the variables.
    Variables actually gets printed in the form.
    if the variable contains value the variable gets printed on script. if not, then variable not gets printed.
    hope this helps.

  • Copy Chinese Text from Word to SAP Script

    Hi,
    I need to change Chinese form. I am not able to copy Chinese text from word document to SAP Script.
    When I copy Chinese text from word to SAP Script, I am getting the Chinese text 承运商签 as ?????.
    I have done the following steps in my PC and SAP front end settings.
    1. At the Operating system level install the Chinees language.[Control panel - >Regional and language Option - >language Tab - > Click on Install Files for East Asian languages] If these language already installed then click on Detail and add the Chinese languages[Chinese (PRS) and Chinese(Taiwan).
    2. At SAP level click on Customizing of Local layout[Alt+F12] and click on options.Go to tab I18N and click on Activate the multi-byte functionalities to support check box.
    4.Take care of the Font while assigning to Character formar or paragraph format. Dont use normal font name. Example of chinese phone "CNSONG".
    Please help on the same.
    Thanks & Regards,
    Govind.

    Hello,
    I hope when you are changing form ,you hv logged in  chinese language .
    Sap log-in: Chinese ,PC-setting : chinese font loaded & correct charcter format in script : chinese font.
    If all this is there then you should not hv trouble in getting chinese text from word to SAP script.
    Thanks.

  • Need info about a Error in SAP Script !

    Hi,
         I am getting the following error.
    "WRITE_FORM is invalid, START_FORM is missing".
    Actually I have already start the form using start_form function. I am using write_form inside a loop.
    What cud be be the possible probs.
    Thank you.
    Senthil

    Hi
      Check out the parameters that you r passing in the Write_form and Start_form with the paramters that you r passing in the sap script form.
    CALL FUNCTION 'WRITE_FORM'
    EXPORTING
       ELEMENT                        = 'TEXT1'
       FUNCTION                       = 'SET'
       TYPE                           = 'BODY'
       WINDOW                         = 'MAIN'
    check these values with the value you r passing in the sap script form.
    and similarly you check the start form also.
    I hope this will help you to solve your prob.
    Thanks
    Mrutyunjaya Tripathy

  • Text display issue in SAP script

    Hi All,
    I have developed a sap script (Invoice) which is having a Footer window.
    The footer window should display page number and some text (address of company). The address data is stored in an internal table and the same will be made to display in sap script.
    Now my problem is the address data is displaying correctly in the second page. But no data is getting displayed in the first page. If the Invoice is of single page, the address data in Footer window is getting printed properly.
    The problem occurs only, when the invoice is of multiple pages....
    What might be the problem in this regard...??????
    Please help me, as this bug need to be fixed as early as possible....
    Regards
    Pavan

    The size of MAIN and FOOTER window are not getting truncated. Both window have designed properly.
    In the first page, the footer window will display Page No data and the address data will be invisible. In debig mode, i can see the value of address will be passed to text symbols of sap script.
    There are no conditions set in the sap script for Footer window.
    one more observation is that after execution (at print preview screen), if i go back and again click for print preview, the address data is getting printed in the first page...!!!
    Regards
    Pavan

  • Text element missing in the script

    We have standard print program, calling a zform and z subroutine. The values are flowing in the outtab itcsy structure. but when flowing thru the form, it gives the error message, text element 625-TX is missing in the Z window.
    What could be the problem?

    Hello,
    The Text element is missing the that window.
    Some the print program the element 625-TX is called using write_form.
    Please inlcude this text ele in that window.
    Cheers,
    Vasanth

  • What is the tcode to created standard text to include in sap script

    HI
    what is the tcode to created standard text
    i want to include  standary text in sap script
    regads
    Arora

    Hi ,
    If you want to upload a logo , then u can use program RSTXLDMC if it is in .TIFF format or if you want to upload a grphic which is in .bmp then u can use SE78 or directly u can use SO10 also.
    SAPScript Transaction codes
    SE71 - Form painter
    SE72 - Style maintenance
    SE78 - SapScript Graphics Management
    SO10 - Create standard text module
    Reading Text in SAPScripts
    If you only need to output the text, you don't need to used READ_TEXT like in an ABAP program,
    just use the INCLUDE command in SAPScript.
    It will read the text and output it to your form.
    The Syntax is like this:
    /: INCLUDE &T166K-TXNAM& OBJECT &T166K-TDOBJECT& ID &T166K-TDID& LANGUAGE &EKKO-SPRAS&
    Check the following link:
    http://sap-img.com/sapscripts.htm
    Regards,
    Raghav

  • How to Add Long Text from CA10 on SAP Script

    Hi Friends,
    I got a requirement to add a long text from CA10 on to the SAP Script.
    How to do this ?
    Is it using INCLUDE ?
    Please give me some solution
    Thanks in Adv.

    Hi Bhupal,
    Could you tell me how did u add the long text from CA10.  I have the same requirement.
    Thanks in advance.
    Manisha

  • How do we identify the standard texts used in a sap script?

    Hi,
    Is there any way that i can identify the standard texts used in SAP scripts?
    Not manually going to each window in the script and checking.
    Will there be any table where I can look ?
    Thanks,
    krishna.

    Hi,
    GO to the forminfo of the sapscript in SE71..and then search for INCLUDE
    after displaying the form...utilities->form info..
    hope this works..
    Thanks
    Naren

  • Standar text font size in sap scripts

    Hi friends,
    i am facing a problem. i am fetching a data uisng standard text and the text has to printed using font size 2. but when i am trying to print the text it is taking the default font size 6.
    can any one help me regarding this.
    Regards,
    Srinivas

    It is not possible to print font size less than 6. Script does not accept the font size less than 6. if the font size is less than 6 the script will print in default font size 6.
    Regards.

  • Text printing problem in sap script

    In ABAP, we have an excise printing program, in which we have to add
    one expenses which is being calculated properly in proforma invoice
    and sales order. The expense head is amortization amout, the amount is
    being added in the excise invoice total but not printing it.

    Hi Shital,
    I think the problem here is with your form and you need to crosscheck it once.. First thing you need to check is whether the program is fetching a value for this and to make sure it is not blank. Use debugging to this stuff. Second of all Check whether you are correctly writing the command in you Script so that the value is printed properly.Check that there are no conditions that are stopping it from being printed.
    Regards,
    Pramod

  • Upgraded ecc 6.0 version font error in sap script printout

    hi
    i have a errror in a form print out the font has c hanged in the new version please suggest on the same as in 4.6b the font was different now in ecc6.0 the printoutput font is different in the script output..
    pls suggest asap
    regards
    Arora

    no anwersclosing

  • Error  ! sap script pc editor

    Hello friends ,
    I am changing a form but when i try to open in graphical pc editor . It is not able to do so and takes me to the normal editor .
    My IF ...condition is really long . I have written the command as
    /: IF a = b or c = d
    /   or e = f ....
    /  or g = h .
    The second line after the command line is not getting excecuted as a command but getting printed on the form as is .
    Please advise on this . What should be the next line after the command line if it is the continuation of the IF ....
    Thanks

    Hello Hari,
    Press Shift+F8 the editor line will be exetended. there u can continue with the if condition.
    To return back press the same key.
    Hope this will solve ur problem.
    Dön't forget to reward points,
    Regards,
    Vasanth

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

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

Maybe you are looking for