Difference jb/w text symblosin script and standard text in scripts

hi to all
can u pols explain about the
difference b/w text symblos in script and standard text in scripts

hi
Default paragraph Paragraph set to * in <b>standard text</b> maintenance
If no form has been assigned to a text, the system automatically assigns the form SYSTEM, which contains minimal definitions for text formatting. There are two ways of formatting texts using forms: • Use the <b>standard text</b> maintenance to enter and print the text.
Any kind of text can be included in a form. If no object is specified, then TEXT will be used (<b>standard texts</b>).
<b>
Text Symbols</b>
Text symbols acquire their values as a result of explicit assignment. To interactively assign text symbols, in the text editor choose Include &#61614; Symbols &#61614; Text. This method is available for all text symbols belonging to a text module as well as those of the associated form. Values defined in this way are lost when the transaction is left. If you want to print the text module again, then you must enter the symbol values again. The purpose of the DEFINE command is to provide a means of making this value assignment a permanent part of the text, so that the values are available again when the text module is called again. This command can also be used to re-assign a new value to a text symbol half-way through the text. Syntax: /: DEFINE &symbol_name& = 'value'
/: DEFINE &subject& = 'Your letter of 7/3/95' The value assigned can have a maximal length of 60 characters. It may itself contain other symbols. A symbol contained within the value assigned to another symbol is not replaced with its own value at the point at which the DEFINE command is executed. Rather, this replacement is made when the symbol defined in the DEFINE command is called in the text.
/: DEFINE &symbol1& = 'mail' /: DEFINE &symbol2& = 'SAP&symbol1&' /: DEFINE &symbol1& = 'script' &symbol2& -> SAPscript If, however, the DEFINE command is written using the ':=' character rather than the '=' character, then any symbol contained within the value being assigned is replaced immediately with its current value. The assignment to the target symbol is made only after all symbols in the value string are replaced with their values. The total length of the value string may not exceed 80 characters. The target symbol must be a text symbol, as before.
/: DEFINE &symbol1& = 'mail' /: DEFINE &symbol2& := 'SAP&symbol1&' /: DEFINE &symbol1& = 'script' &symbol2& -> SAPmail
Inserting <b>Text Symbols</b>
Procedure
Inserting a Text Symbol
1. Choose Insert &#8594; Symbols &#8594; Text.
2. Place the cursor on the desired text symbol.
3. Choose Choose.
4. The system inserts the text symbol.
Editing the Value of a Text Symbol
1. Choose Insert &#8594; Symbols &#8594; Text.
2. Choose Edit value bearbeiten. The dialog window Value definition for symbol <text symbol> appears.
3. Enter the appropriate value definition.
4. Choose Continue. In the dialog window Text symbols the specified value appears after the name of the text symbol.
5. Choose Continue.
Deleting all Text Symbol Values
1. Choose Insert &#8594; Symbols &#8594; Text.
2. Choose Delete all values. The system deletes all defined values.
3. Choose Continue.
Using Formatting Options for Text Symbols
1. Choose Insert &#8594; Symbols &#8594; Text.
2. Choose Options. The dialog window Formatting options for <text symbol> appears.
3. Fill in the fields.
4. Choose Continue.
5. Choose Continue. The system executes the selected formatting option.
regards
ravish
<b>plz reward points if helpful</b>

Similar Messages

  • Smart form Text module translation and Standard text

    Hi i have a requirement in smartforms in which i need to create text modules and transtale into diffrent languages.
    I have created text modules they are in my transport,
    when i am translating through SE63 into target language it is not asking for any transport request , Can any one help me regarding how i can assign Transaltion thing to my transport.
    Another thing is i require to use standard text, i am not much aware of it also as per my understanding i need to create it through SO10 Transaction , and i can use it in include text please correct me if i am wrong, i need this standart text also in two language but while creating standard text it is not asking transport request, and how i would convert standard text in diff lang and how can i assign to my transport.
    Surely i would provide points for the valid reply.
    Thanks in advance.

    Hi Gudia San,
                 To transport Standard text, use the standard Report Program <b>RSTXTRAN</b>, execute it, on the selection screen, enter your standard text name as
    <b>Text key - name</b>, press F8, it will display a ouput list. Now press F5 key and it will ask for transport request number.
      Regards,
       Abdul.
    P.S: Rewards points, if useful!

  • Sapscript and Standard Text - Polish Characters not printing

    Hi,
    I have created an English Sapscript and translated it to Polish via transaction SE76.
    Changing my PC Region and Language settings to Polish allowed me to enter Polish Characters into Hardcoded text in the Sapscript and Standard Text via s010.
    I have two problems:
    1) With my PC Region and Language settings set to Polish, when I create my sapscript output some of the polish characters that I have entered via SE76 and SO10 do not appear and are replaced by others e.g.
    ę is dispalyed as ê
    ć is displayed as æ
    ń is displazed as #
    2) I have a business requirement to be in England Logged with PC Region and Language set to English but to print a sapscript output in Polish. Is this possible.
    We are currently on non unicode SAP system.
    Please can anyone advise.
    Regards

    Hello,
    SAP discourages mixed code page or MDMP systems and with good reason. If there is any possibility of you upgrading to a Unicode system in the near future you should try to wait for it. Supporting multiple languages in Unicode is easy, in MDMP it can be quite tricky. And MDMP makes the move to Unicode more difficult.
    That said, your BASIS team can enable Polish and you can print in Polish while your PC is set for English. The SAPScript/Form must be in Polish or using an INCLUDE that is LANGUAGE 'PL' to let SAP know which code page to use when printing.
    Seriously, look at moving to Unicode, you need to do it eventually anyways.
    Michael

  • Customer Statement using SAP Script and Standard print program RFKORD10

    Using sap script and standard print program RFKORD10 I need to create a customer statement where the main window will be as follows
    Invoice #     InvoiceDate  CustomerPO  Debit Amt  Credit Amt  Total
        6        7           8               9               10               11
        6        7           8               9               10               11
                                     Totals               12             13              14
    Where company code BKORM-KUKRS
                Invoice              BSID-BELNR
                Invoice date      BSID-BLDAT
                Customer PO    VBKD-BSTKD
    For each document number selected there will be one to many records in VBRP.  For each invoice item in VBRP:
    u2022     Select BSTKD from VBKD where
    o     VBELN = VBRP-VGBEL and
    o     POSNR = VBRP-VGPOS
    u2022     If no hits then select BSTKD from VBKD where
    o     VBELN = VBRP-VGBEL
    If there is more than one PO per invoice then list them in the Customer PO field without repeating the other fields.PO shouldnu2019t come more than once per invoice.
                 Debit Amt         if BSEG-SHKZG = S then WRBTR ELSE 0
                 Credit Amt        if BSEG-SHKZG = H then WRBTR ELSE 0
                 Total                  Debit Amt u2013 Credit Amt
                  Totals                Subtotals
    It will be of great help if some one can help me with the script and the alterations required in standard print program RFKORD10
    Points will b rewarded for sure.
    Thanks.

    Hi Suganya,
    The custom form is getting displayed properly. But the requirement is to have it as an editable PDF. So the functional team is working on configuring the settings of PDF forms with customers email address.
    But for right now, i customized the standard form F140_ACC_STAT_01 and standard print program RFKORD10_PDF and did the configuration. It is getting displayed (I tested only with the transaction FBL5N - customer open line items..)
    Please let me know any further details on this.
    Poornima

  • Using text elements in so10 standard texts

    How to use text elements in so10 standard texts.

    HI,
    In DDIC we have two structures :
    1. THEAD  - Text Header
    2. TLINE    - Text Lines
    SO10 is the tcode..for standard text...
    We have a FM to read the text ... read_text...
    and save_text is for create text..
    this text is are used in SAP scripts...
    the standard text is identified by three parameters :
    1. Text Name
    2. Text ID ( ST  for standard text )
    3. Language
    hope helpfull
    Raghunath.S

  • How to make a 2-column text in sapscript via standard text?

    Hello ABAP Gurus! I'm having a hard time thinking on how I'm going to display a two-column text in the MAIN window of the form Using Form Painter(se71) and Standard Text (SO10). Let's put it this way, the scenario is like you are formatting a paragraph on MS word in to two columns by Format > Columns > Two. What am I going to do  with this similar situation in SAP? Any help will be highly appreciated. Thanks

    This is nothing with standard text.
    Call READ_TEXT FM and here use two variables ,read first line and move to first variable ,again read second line and move to second variable.
    Thanks
    Seshu

  • How to change the Default login script and the USER login script in Netware3.12

    I need to cut down the disk map from Neware 3.12 in Win98 client's PC.
    please tell me
    how to change the Default login script and the USER login script in
    Netware3.12 ?
    Or is there any other ways to do this thing?
    Thanks a lot!

    On 4/6/2006 [email protected] wrote:
    > how to change the Default login script and the USER login script in
    > Netware3.12 ?
    Please repost in the discontinued.forums.
    Edison Ortiz
    Novell Product Support Forum SysOp
    (No Email Support, Thanks !)

  • HT4528 I get texts to myself and double texts from everyone else on my iphone?

    When I text I get texts to myself and double texts from everyone else responding to my texts on my iphone? Any suggestions on how to stop this?

    Is it text or imessage?

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

  • BDT and standard texts

    Hello colleagues,
    I want to maintain a standard text using s view maintained by BDT.
    The standard text is of the type you can maintain with function module 'EDIT_TEXT' or transaction SO10.
    This text has to be displayed in a view in a new tab created using BDT. (The text should be an advertisement text for the object)
    I did create the view, and in the transaction I can go to the tab where I want to maintain the text. But it turns up as just an empty screen.
    I did try to use the option in the customizing for the view in BDT: Views with the text object. This option is on the same page where you normally assign the program and the screen. Does anybody know how to use this option?
    Thanks in advance,
    ( I will reward points for helpful answers )

    Hi
    You can call standard text and text modules by the following options :
    Create One Text Window by right clicking the option.  In this general attributes tab select the 'Text Type' as 'Text Module' and it will ask for the Name of the text module.
    Press f 4 help to select the text module.  And enter the language also.
    Thanks

  • Difference Between Cahs Sales, Rush Order and Standard Order

    Hi gurus,
    I want to know whole configration for rush order and difference between 1. Rush order and cash sales. 2. cash sales and standard order.
    Would u please help me for this...
    Regards
    Prashant.

    Hi,
    1) Cash sale : in this delivery automatically happen when you save the sales order.  After that you have to give an invoice to the customer.
    2) Rush order. Here also delivery automatically happen when you save the sales order. But the difference is you can send invoice after some time but the delivery should happen immidately.
    If you goto any super market first, you pick up the item and then pay the bill and then you will get the bill, this process is cash sales.
    Cash sales is order related billing whereas RO is delivery related.
    Cash sales is not relevant for availability check as you will be picking the goods whereas RO is relevant for availability check.
    Cash sales is also not relevant for credit management whereas RO is relevant credit management.
    Cash sales uses RD03 as output which immediately prints the invoice whereas RO uses standard output RD00.
    Cash sales has one time customer account group where as RO normally doesn't.
    For cash sales order type is BV or CS and for RO it is RO
    Cash sales triggers petty cash a/c where as in RO customers account is debited.
    Delivery and settlement will be done immediately in cash sales where as in RO only delivery will be done immediatrly.
    Rush Order/Cash Sales u2013 
    Rush orders and Cash sales are sales document types that are used in the sales from plant process or when the customer needs to pick their goods immediately from the warehouse.
    In the sales document type, the following changes have to be made for rush order/cash sales u2013
    a. order type u2013 RO/CS
    b. shipping conditions u2013 immediately
    c. immediate delivery u2013 X
    d. lead time in days u2013 not to be specified
    e. delivery type u2013 LF/BV
    f. billing type u2013 F2/BV
    g. item category u2013 TAN/BVN 
    h. schedule line category u2013 CP/CP
    In case of rush orders and cash sales once the goods have been withdrawn from the warehouse, picking and posting goods issue can begin.
    In case of rush orders, when you create the billing documents the system prints the invoice papers and sends them to the customer.
    But in case of cash sales, an order related billing index is generated automatically. This updates the billing due list. Billing type BV is created, while the billing due list is being processed and the system does not print invoices during billing for a cash sale. 
    In cash sales when you save the order, the system automatically generates a cash receipt that can be given to the customer as an invoice and the goods are picked up from the warehouse immediately by the customer. You control the output with output type RD03, contained in the output determination procedure for order type CS.
    Best Regards,
    Amit

  • Printing text in text area in so10(standard text)

    Dear all,
    I need to print a text in text area.i mean i need a box in which i can fill text in standard text (tcode-so10).Using box command we will be doing in script.
    But is there any possibility that i can solve the issue in so10 itself as i am generating offer letter in pb60 it takes my standard text there itself.So is there any solution for this issue?
    This issue is very urgent.
    Thank you,
    bhavani.

    Hi
    KEEP a BREAK-POINT and debug the internal table lines how it is coming
    some overlap must be happening ..check.
    Also check the code where you are getting this text into internal table.
    1) One way to debug smartform is to debug the Function Module of that smartforms.
    If you want to debug particular smartform node that the solution would be,
    insert a "Program Line" just above the node you want to debug and this program line write a normal abap breakpoint.
    So whenever you call the smartforms, it will stop at this breakpoint and you can debug onwards.
    2) SFTRACE can be used for debugging SMARTFORMS.
    Read More here.
    http://help.sap.com/saphelp_erp2004/helpdata/en/49/c3d8a4a05b11d5b6ef006094192fe3/frameset.htm
    Reward points for useful Answers
    Regards
    Anji

  • Issue in Multiload script and import text file format

    I am using text output file from essbase to be imported to HFM using multiload
    The separator is tab for records.
    It seems i need to use tab separator in row 6 of text file (multiload) for dimension tags because separator should be same as in data records
    Is this true?
    When i am using Tab as separator for row 6 also ,no data gets loaded using multiload.
    But when i convert my file separator and row6 separator as comma then it works.
    But i need to use tab separator.
    Second point is i need to replace #MI with 0in event ecript
    Will i need to create new file(with mi replced with 0) in event script to do the same

    The Seperator needs to be comma for a test based multiload as noted in the samples in the FDM Administrator Guide.

  • Difference in font rendering of JList and other text components

    Hi,
    I have a swing application using JTextField,JTextArea and JList.When I use a font
    for an Indian Language for these components,the JList shows the data correctly
    but the other components shows it with junk characters.Is there a difference in the font rendering behaviour of JList from others?

    Use getFont() on each to the comonents to make sure they are using the same font.

  • What is difference between using VIrtual USB port and standard TCP/IP port

    Have a dv6t 2000 laptop and connecting to a photosmart 6150
    Trying to figure out why I have two printer devices installed for the same printer, actually three, one says 6100 series (have to connect to laptop docking station), one says 6100 series 1 (this one i can print to wirelessly) and the last one says 6100 series fax.
    Both the 6100 series and 6100 series 1 only allow me to scan when it is docked but i can print wirelessly to series 1.
    is there a way to scan wirelessly as well.  Allprinters are shared home network.

    Let's handle the easy one first.  The 6100 series fax icon was installed by the HP software as a printer so that you can select that printer from a program.  When you select the 6100 series fax to print to, it sends out that document as a fax skipping the hard copy step of faxing.
    When you look at the icons in the printers folder keep in mind that those are for printing not scanning.  Those icons do not represent a scanner being installed.  It would appear that you have setup the HP software once when docked.  I am assuming that the printer is attached USB to the laptop dock.
    To clear this up, delete the series 1.  That is your network print icon.  Once it is deleted, undock the laptop and then rerun the HP software.  It should come up to a menu where you can select Add a Device.  Go through the network install and it should put a series 1 icon back into the printers folder but also enable scanning over wireless.
    I was an HP employee.
    Please mark the post that solves your problem as "Accepted Solution"

Maybe you are looking for

  • Warning message in me_process_req_cust badi - check method

    Hi all, I have implement me_process_req_cust badi and I want to give a warning message in check method. But it doesnt work. When I change the message type to E instead of W, it works. How can I give a warning message in check method? I will be very h

  • How do I reinstall Mountain Lion in English on a system that was originally in Chinese?

    I'm trying to help a friend who was given a used 13" MacBook Air (A1369) by the Chinese exchange student staying with him. It needed a screen repair, which was done, and we were able to change the display menus to English which is fine for general us

  • XSLT Mapping - help

    Hi All, I am new to XSLT mapping. My requirement is: file to XML file with CDATA, for this I am planning to use the XSLT Mapping. I downloaded the Stylus studio, then what next, Please help meu2026 In source flat file I have 5 fileds, and target I ne

  • ITunes Music Folder Issue:  Won't Read External Folder?

    Hi There. Just bought a new Mac Mini and installed a time machine backup on to it to mirror it with my latest laptop settings. So far, everything has been breezy, except for iTunes. I have an external drive with about 200GB of music/movies that I wan

  • Video drivers HP compaq dc5100 MT

    Can somebody give me the Multimedia videocontroller drivers for a HP Compaq dc5100 MT computer with a Microsoft Windows XP 32 bit system ?