Mapping text in smartforms

How can i map the <b>header text</b> or <b>item text</b> in a smartforms .

thanks for reply ,
I have all ready done these things which u suggests me but still i dont get expected result.
these r the details which i have done .
text-include text .
Text name : &g_tdname&
Text Object : j1ii for out going Excise invoice
Text id : 0001.
language : en .
pls suggst me the solution for this.
Thanking you !
Prasad.

Similar Messages

  • How to display long text in smartforms

    Hi experts,
    Iam trying to display long text into smartforms.I got the long text into ITAB frm database
    in the abap program.In the form interface how to define the variable?In the long text i have 6 lines.
    points guaranteed
    cheers
    kaki

    Kaki,
    Delcare a table and getting the LONG TEXT is not the right way of doing this.
    You create a TEXT object and change the TYPE to INCLUDE TEXT. Once that is done all you have to do specify the parameters of your long text - TEXT ID, TEXT OBJECT and TEXT NAME. These are the same parameters that you use for READ_TEXT funciton. You don't have to fetch the text manually, it happens automatically.
    Make sure this is a part of the main window as this might run into multiple pages.
    Regards,
    Ravi
    Note : Please reward the posts that help you.

  • How to add standard text in smartforms?

    Hi friends,
    How to add standard text in smartforms ?
    points rewarded soon
    Regards
    RH

    Creating the Standard Text:
    Go to SO10
    1. Enter Text Name.  For example, ZABC
    2. Text ID ST
    3. Language EN
    Click on Create.
    And enter the Required Information and save.
    To include a Standard text in SmartForm.
    Follow the steps below:
    1. Create a text node in the window.
    2. Under general attributes select "Include text" as Type.
    3. Specify the fields under Text.
    Text Name ZABC
    Text Object TEXT
    Text ID ST
    Language EN.
    Hope it helps.
    Regards.

  • How to use standard texts in smartforms

    Hi Friends,
          How to use standard texts in smartforms, ie in scripts we are using standard texts using tr so10.
    thanks in advance,
    regards,
    sharma.

    For long text
    method1
    Create TEXT node- general attributes change text type to include text
    then you can input text name/text object/text id/language
    method2
    create PROGRAM LINE node - use FM READ_TEXT to read it to a internal table
    then use LOOP or TABLE node to display it
    For TEXT module(For foreign language)
    Tr-code:smartforms -- choose Text module(not choose form)--create a text module object
    then enter smartform Create TEXT node- general attributes change text type to text module
    input the text module name which created by above
    btw SO10 is just for Scriptform, in smartforms we use text module to replace SO10

  • Standard text in smartform

    hi,
    I want to include one standard text in smartform how cani do it

    For long text
    method1
    Create TEXT node- general attributes change text type to include text
    then you can input text name/text object/text id/language
    method2
    create PROGRAM LINE node - use FM READ_TEXT to read it to a internal table
    then use LOOP or TABLE node to display it
    For TEXT module(For foreign language)
    Tr-code:smartforms -- choose Text module(not choose form)--create a text module object
    then enter smartform Create TEXT node- general attributes change text type to text module
    input the text module name which created by above

  • Help needed regarding 'Address Text' in Smartforms

    hi guys,
    To display the address text in Smartforms, we include an 'Address' component and provide the respective address number to it. I just want to know which is the table where the complete address text corresponding to the address number is saved. I have checked the 'ADRC' & 'ADRCT' tables but in vain. Help me out.
    With regards,
    Sandeep Panja.

    Hi Panja,
                 In smartform u have to pass the address no and it's give the full address by FM ADDRESS_INTO_PRINTFORM .plz check this fm and for address check the master table like vendor the table is LFA1 to get the address for it
    tarak

  • How to use a standard text in Smartform ?

    hi all...
    iam want to use standard text in smartform ?
    can any one tell me how to do this ?
    Thanks
    sandy

    use function module READ_TEXT  to read standard text .
    Regards,
    Shiva Kumar

  • How to add package text to smartform

    Hi,
    i'm new to SAP and I have a question. We have smartform with material number and material text output. We also have package number - in what this material gets packed (palette, case etc.) Now we want to add also package text to smartform.
    How to include package text from table?
    Thanks

    Hi,
    i'm new to SAP and I have a question. We have smartform with material number and material text output. We also have package number - in what this material gets packed (palette, case etc.) Now we want to add also package text to smartform.
    How to include package text from table?
    Thanks

  • Vertical Text in Smartforms

    Hello,
    how can I get vertical texts in Smartforms? In need it for headings in a table, because of limited space.
    I only get things like that:
    e.g.
    P
    o
    s
    i
    t
    i
    o
    n
    But I need to rotate the whole word... Is there any solution?
    Thanks and regards!

    Hi,
    Check the below links.
    http://www.sapfans.com/forums/viewtopic.php?t=9972
    http://searchsap.discussions.techtarget.com/WebX?[email protected]@.ee83dd4/1576
    Thanks,
    ramakrishna

  • Printing symbol in text of smartform

    Hi All,
      I need to write a symbol (tick mark) in text of smartform.
    Can anyone help me?
    Thanks,
    Bipen

    Hi
    You can use the table ICON and the field ICON_OKAY
    or copy the icon from Word and try to paste the same
    or type <709> in change editor
    Regards
    Shiva

  • Standart text in smartform

    hi,
    can we add standard text in smartform?
    if yes how we will include it?
    thanks

    Hi,
    Creating the Standard Text:
    Go to SO10
    1. Enter Text Name. For example, ZABC
    2. Text ID ST
    3. Language EN
    Click on Create.
    And enter the Required Information and save.
    To include a Standard text in SmartForm.
    Follow the steps below:
    1. Create a text node in the window.
    2. Under general attributes select "Include text" as Type.
    3. Specify the fields under Text.
    Text Name ZABC
    Text Object TEXT
    Text ID ST
    Language EN.
    Reward if helpful.
    Regards.

  • Hi..how we enter standard text for smartform using include text

    hi
    guru
    ..how we enter standard text for smartform using include text..
    i know only using so10 we write text..
    in smartform it asking text-object
                                     text-id,
    so what values we should give to get text

    Hi,
       Do u want to print Standard Text or the Texts that are maintained at the Transaction level.
    If it is standard text , then u use text id as ST or if it is Texts that are maintained at the Transaction level then u have to go to that specific transaction and check for that text , then go to text editor ,in the goto menu u have header data where u get the Text id , text name.... , use them in ur smartform in the INCLUDE text.
    Further u have the option of text modules in smartforms which act as standard texts, so if u r going for creation of standard texts then its better to use text modules.
    Regards,
    Shafivullah Mohammad

  • Attaching URL to text in smartforms

    hi,
      i need to  attach an url to a text .For example if my text is go  if a  click on go it should take to a url that i have attached.please teell me how to aatach url to text in smartforms.
    regards,
    sreelakshmi.

    Hi
    Check this: [url for smartforms|http://help.sap.com/saphelp_crm50/helpdata/en/3e/c4308945ca4953bb100b9661eab3c2/content.htm]
    Regards,
    Vishwa.

  • Print Arabic text in smartforms

    Hi,
    How to print Arabic text in smartforms, where i have to write in arabic please help me as soon as possible.
    Thanks,
    MSA.

    Hi,
    create the text in Arabic .
    ex: goto SO10   give the text name and language is Arabic.
    when u call that pass the language as Arabic.
    ex:
    CALL FUNCTION 'READ_TEXT'
    EXPORTING
    id                      = txt_id
    language                = txt_langu "Rabic language.
    name                    = txt_name
    object                  = txt_obj
    TABLES
    lines                   = t_line.
    Regards,
    Venkat.

  • Rotating text with smartforms

    I want to print text rotated 90 degrees. Does anyone know if this is possible (with standaard smartform commands).

    The way to roatate text in smartforms is using the COMMAND node.  The rotation of text takes place at the printer and cannot be viewed in the print preview.
    Using the COMMAND node, Attribute to change the orientation to 90deg needs to be passed to the printer.
    The Attributes are printer dependant.
    e.g.
    In the ZPL-II printer control language the attribute is S_LZPL_SETUP.
    In this command node, enter the following under "spool control", "free attributes":
    Attribute name:  Attribute value:
    S_LZPL_SETUP     '^FWR'
    For the particular printer you are using u would need to find the appropriate attibute and the value to set it to.
    Neeraja.

Maybe you are looking for

  • How do I set up a IMAP email for my gmail on PB?

    Hi does anyone knows how to set up a IMAP gmail account on PB? I was trying to add an attendee on the "Local" calendar but after entered the name and save, It said I have to add a POP or IMAP email before i can save anything with an attenee in it. Wh

  • Writing gif image to a word document

    I want to write a gif image to a Microsoft Word 2000 file. I used several ways with IO Streams but nothing worked right for me. I know that its quite easy with javax.imageio.* package of j2sdk1.4.0 to write images to files. But the problem is that my

  • Skype to go number in mexico

    I just set up my skype to go number for my cell phone in Mexico.  I try the number that they gave me and it ends up being a wrong number.  What can I do, can somebody help me with this problem?

  • How do you get a fillable pdf to perform a new calculation if data is changed on form

    I have created a form to calculate payment terms. The forms work great however if you make a mistake inputting or change data after calculation has been preformed i need the new data to be calculated. Is there a way to do this? thanks

  • Pavilion dv7 - heating and fan problems, hinge broken - DO NOT PURCHASE THIS JUNK!!!

    This message is targetted towards people looking to purchase an HP Pavilion dv7 series of notebooks. Hopefully they are scanning these boards prior to purchase, something I (very) regretfully did not do. My system: Intel i7 Q720 @ 1.60GHz, 8GB, ATI m