How to call text editors in smart forms?

In my module pool program,I included text editors for three fields.I want that fields in smart forms too.I need to know how these text editors are called in smart forms?

Hi achu,
         Any text that gets saved has a corresponding entry in table STXH table. It usually has the following parameters : TDOBJECT,TDNAME,TDID and TDSPRAS.
What you have to do is create a new text element and under general attributes ---> Type  - give Include Text.
And in the include text you give the above four parameters which correspond to the text you want to display.
P.S. Do not forget to check the 'No error if no text exists' checkbox.
Hope this helps.
Regards,
Arun

Similar Messages

  • How to display TEXT vertically in SMART FORM

    Hai,
    I need to display the column name of a table vertically (readable from bottom to top) in smart form.
    Could any one please tell me how to do this?
    Thanks & Best Regards,
    Maniyam Bhaskar.

    Hi,
    Go through these threads for the discussions happened on similar issue... hope it helps you..
    how to print text vertically in smart forms
    vertical and horizontal printing in same page with smartforms or sapscript
    Good luck
    Narin

  • How to drag global data in text editor in smart forms

    Hello friends,
    I am doing a smartform. I tried to drag the global data from field list and drop it in text editor but its not working.
    can you please help me how to do that or is it need any extra settings?
    Please help me friends.
    Thanks,
    Manisha
    Edited by: PATIL MANISHA on Apr 23, 2010 12:14 PM

    Hi Manisha,
    It is looking very strange. But still try to do following may be helpfull.
    1. First activate your smart form after declaring the variable in Global definition. Then try to drag n drop from Field list
    2. Or else click on Editor tab of Text node, Then Goto-> change editor (You will get a editor same as Sapscripts)
    put the variable like that:
    HT : &W_TOTAL-MASSG&
    Try this. Best luck...
    Regrads,
    Lokesh.

  • How to print text vertically in smart forms

    hi,
    Can any one tell how to print text vertically in smartforms
    ADVANCE THANKS
    GUHAPRIYAN

    HI,
    Chk out  this thread.Maybe it proves helpful.
    Re: vertical writing in smartforms
    Regards,
    Gayathri

  • How to add internal table fileds in Text module in smart forms

    Hi Friends,
        How to add internal table fileds in Text module in smart forms?
    Thanks & Regards,
    Vallamuthu.M

    Hi Vallamuthu ,
    how did you solve your problem?
    thanks,

  • How do i place box in smart form

    hi all,
    how do i place box in smart form?please help.

    write the following commands in ur text editor of the window for which u want to display the box...
    POSITION WINDOW
    SIZE WINDOW
    BOX FRAME 10 TW
    the code will automatically position and size the box according to the window size and position as placed in the screen painter...
    reward if helpful
    regards
    niharika

  • How to provide text editor in dialog program

    i have a requirement to enter upto 300 words in a dialog box how to provide text editor in dialog program

    you can use the custom controls for the same
    check this below link may be useful for you.........
    http://help.sap.com/saphelp_nw04/helpdata/en/2a/755b94ca5911d299af5c9604c10e27/content.htm

  • How to change TEXT EDITOR in SMARTFORMS

    Dear All,
    How to change TEXT EDITOR in SMARTFORMS i am getting editor like Microsoft Word but i want the regular editor.
    I am using ECC 6.0 GUI 710
    thanks,
    RP

    Solution By Mr. Eitan Rosenberg is correct.
    Program Name: RSCPSETEDITOR
    Thanks a lot.
    Regards..........

  • How to print BAR code in SMART Form

    Hi All,
    I have the requirement to print BAR CODE in Smartforms.
    For this, I create a character format with Bar code in style forms and create a text element in Smart form and associate bar code character format with this text element.
    Now when I look the print preview for the data, then it shows me data in bar code format but not in right format i.e. its shows me all the similar block in bar code.
    If you look the bar code in SAP script, its always show you bar code with similar block, but in SMART FORM it will show you exact bar code; as in SAP Script, bar code is generated at printer end and in SMARTFORM bar code is generated as graphic in SAP and then sent to printer for print.
    PLease let me know, why in SMARTFORM its not showing BAR CODE in correct format in print preview.
    Thanks
    Piyush Mathur

    Hi,
    To Create a Bar code prefix:
    1) Go to T-code - SPAD -> Full Administration -> Click on Device Type -> Double click the device for which you wish to create the print control -> Click on Print Control tab ->Click on change mode -> Click the plus sign to add a row or prefix say SBP99 (Prefix must start with SBP) -> save you changes , it will ask for request -> create request and save
    2) Now when you go to SE73 if you enter SBP00 for you device it will add the newly created Prefix
    Create a character format C1.Assign a barcode to the character format.Check the check box for the barcode.
    The place where you are using the field value use like this
    <C1> &itab-field& </C1>.
    You will get the field value in the form of barcode.
    Which barcode printer are you using ? Can you download this file and see.
    http://www.servopack.de/Files/HB/ZPLcommands.pdf.
    It will give an idea about barcode commands.
    Check this link:
    http://help.sap.com/saphelp_nw04/helpdata/en/d9/4a94c851ea11d189570000e829fbbd/content.htm
    Detailed information about SAP Barcodes
    A barcode solution consists of the following:
    - a barcode printer
    - a barcode reader
    - a mobile data collection application/program
    A barcode label is a special symbology to represent human readable information such as a material number or batch number
    in machine readable format.
    There are different symbologies for different applications and different industries. Luckily, you need not worry to much about that as the logistics supply chain has mostly standardized on 3 of 9 and 128 barcode symbologies - which all barcode readers support and which SAP support natively in it's printing protocols.
    You can print barcodes from SAP by modifying an existing output form.
    Behind every output form is a print program that collects all the data and then pass it to the form. The form contains the layout as well as the font, line and paragraph formats. These forms are designed using SAPScript (a very easy but frustratingly simplistic form format language) or SmartForms that is more of a graphical form design tool.
    Barcodes are nothing more than a font definition and is part of the style sheet associated with a particular SAPScript form. The most important aspect is to place a parameter in the line of the form that points to the data element that you want to represent as barcode on the form, i.e. material number. Next you need to set the font for that parameter value to one of the supported barcode symbologies.
    reward if useful
    regards,
    ANJI

  • How to write source code in smart forms?

    hi friends,
    can anyone can help me in writing  sorcecode in smartforms r
    any materail link.
    if it is helpful points can b rewarded.Thanks in advance.

    Hi,
    Check this link for
    how to write source code in smart forms?
    http://****************/Tutorials/Smartforms/GettingStarted/SimpleText.htm
    You can write Source Code in smartforms By Choosing Program Lines.
    Check this link with Screen Shots
    http://****************/Tutorials/Smartforms/PO/page1.htm
    Reward All Helpfull Answers
    Regards
    Fareedas
    Edited by: Fareeda Tabassum S on May 21, 2008 3:09 PM

  • Text issue in Smart form

    Hi All,
    I have an Custom smart form, and under the pages and windows i have 2 Pages First Page and Next page.
    The First Page  next page is set as Next Page and the second page next page is also set as Next page.
    Now when the Smart form is displayed in the PDF Format then only the first page Header comes in the proper way but the 2nd , 3rd and so on pages depending upon the data the Headers are all coming as an Junk text (Not some other language but the overlapping of characters).
    The Header texts are all in the Table in the header field and also some texts are dynamically populated by the OTR and some are static.
    I am not sure why is this happening can any one give me some inputs?
    Regards,
    Dipu

    Exactly thats what i am using now but want to know whether is it possible by using TEXT instead of creating Graphics node.
    In graphics we can use both .bmp as well as .tif files but not text.So what is the solution of using TEXT Ids in Smart forms.
    Thanks for all your answers but still i didn't get the solution to my problem.
    Regards,
    Chandra

  • CALLING TEXT EDITOR INTO TABSTRIP.

    Hello Friends,
    I want to call text editor in tabstrip. I call the standard editor in my zprog. Using EDITOR-CALL FOR T2 TITLE 'PARA3'. Code but when this code is run it calls the editor in full screen.
    Is it possible that I can call the editor in specific tabstrip area?
    regd
    Kaustubh.

    You have to use ABAP class CL_GUI_TEXT_EDITOR for it.
    In your tabscrip subscreen create a custom container and within this custom container call the object of the text editor class.

  • How to upload the text file into smart forms

    Hi Experts,
    can any one tell me that how to upload  the text file or html file to SAP Script form or smart forms
    i have download the form info from SAPscript form.to text file.
    now i want to upload the text file to smartforms.
    is it possible ? if it is possible, then how can i do that ?
    Thanks in Advance.
    Regards,
    Mani

    <b>For Scripts</b>
    Go to SE38. Put in the program name RSTXSCRP. Execute it.
    Mode(Export/Import) : Import.
    Give the file name from which you want to upload and execute it.
    <b>For Smartforms</b>
    TCode : smartforms.
    Give the form name.
    Utilities-->Upload form.
    Reward points if helpful.
    Thanks
    Aneesh.

  • No new editor for Text elements in Smart forms

    Hello all,
    I've a problem on SAP demo system (version 7.2). When I add new Text element on window then on tab General Attributes I'm only able to see ComboBoxes for "Text Type", "Start", button pencil (for going into fullscreen old editor) and button for checking object. The last thing is that I can also see here label "Use the fullscreen text editor". When I've checked on other systems I saw that instead of that label there is new editor here, and clicking on pencil button leads to new fullscreen editor.
    Does anybody know where I can enforce smartforms builder to use new editor?
    Best regards
    Marcin Cholewczuk

    Hello Marcin,
    Is the text edit portion showing as disabled?
    FYI i don't have MS Office installed on my frontend & in my case the text edit is disabled. Is this the case with you as well
    BR,
    Suhas

  • How to create text vertically in ADOBE FORMS?

    Hi all,
    I need to create text in vertical position in ADOBE FORMS? How to do this..
    << Removed >>
    Thanks
    Devinder
    Edited by: Rob Burbank on Mar 3, 2010 1:40 PM

    I will recommend you to use smart forms ...
    the link below has the said topic discussed for smart forms ...
    Printing vertical text in Smartform
    Also there is a New tool called Adobe Flex whose integration with SAP is being discussed and worked upon in experimental stage .. the said tool has vertical text capability
    but its not recommended because of lack of extensive testing with regards to Association with SAP
    BR
    Manthan.
    PS it can be done in sapscript too but i will not recommend the same bcoz of the obvious trouble in doing the same.
    also if u still want to stick to sapscript
    Simple way is to use layout format like "X_65_80" or "X_90_120"
    Edited by: Manthan_R on Mar 4, 2010 6:24 AM

Maybe you are looking for

  • PLEASE help me to get Leopard to see my HP over the network

    Sigh..... I still cannot get this to work. Does anyone know of any way to get my PB G4 with 10.5.1 to see my HP Photosmart C7280 over my network so it will install properly? Oh, and yes, I would like to be able to use the full feature set that I paid

  • Delivery and Invoice Numbering range

    Hi Friends Delivery and Invoice Numbering range Plant Wise. 1. I have one Company Code Many Plant. Whenever i am creating the Delivery and Invoice, i should want different Numbering range of Delivery Number and Invoice Numbers. So that i can understa

  • Problem Please open the Vi named popup

    Hello I have a problem opening a certain vi when I open a vi lets say "Main.vi" labview popsup a "Please select the vi named: Main.vi" this is a little strange for me. normaly you gets this message if a certain subvi or control cannot be findt in the

  • Button link to URL

    So I've looked at w3schools.com for a tutorial on how to get a button to link to a URL by clickint the "+" symbol in the action window and click the "GetURL" aciton. but while having the button clicked, the action window says "Current selection canno

  • Java 6 and 11.5.10

    I was a bit concerned when I read on Steven Chan's blog that (https://blogs.oracle.com/stevenChan/entry/java_jre_1_7_02) : EBS users will continue to receive critical bug fixes and security fixes as well as general maintenance for Java SE 6. These Ja