SAPscript texts

Hi there,
I have some SAPscript texts which are displayed on my Adobe form. This works fine.
But when I use formats in the SAPScript texts (e.g. <u>example</u>), the text is not formatted in my text field.
Is there a way to solve this?
I chose XHTML for the data format of the text field, but it doesn't work...
Regards,
Eddie.

Hello,
i have nearly the same problem. I migrated a smartform to Adobe.
Most of the texts in the document are included as Sapscript standard text.
The style field is set. And i tried several style names, because i copied the style name used to create the standard text in transaction so10 to a smartform style with the same name, but formatting doesn't work.
Is there something i forgot to consider?
Regards

Similar Messages

  • Importing standard SAPScript text - not asking for transport request!

    Hi!
    I tried to import some standard SAPScript text running program RSTXSCRP.
    Everything was fine, but I was not asked for package and for a transport request... is it ok?
    How can I send this standard text to Quality system?
    Will reward,
    Mindaugas

    You can use program : RSTXTRAN
    Navigation -> goto SE38 -> enter RSTXTRAN -> execute ->
    Name of correction -
    text key -object - TEXT
    text key- name - enter standard text name
    Text id  - ST
    Text key language - EN
    execute now -> select text here -> enter -> now click on push button trsfr texts to corr -> you will get pop up window( request)
    Thanks
    Seshu

  • Convert SAPScript text linse to normal stream text format

    Hi Gurus.
    We have a custom popup FM that displays text lines from a file provided by SAPScript text format.. (after u2018call function u2018READ_TEXTu2019).
    However, for example, the Tab indent markers in this text u2013 represented by two commas u2018,,u2019 are printing  instead of spaces representing the indent in our popup.
    We are searching a FM that takes the SAPScript text format and converts it to plain text format (before our Z_popup is called) where the Tab markers are replaced by spaces (in our case this is four spaces for each Tab mark).
    We have already tried FMu2019s: CONVERT_text; CONVERT_ITF_TO_STREAM_TEXT; CONVERT_ITF_TO_STREAM_TEXT. But none of them seem to fulfill the requirements stated above.
    Can anyone please advice?

    Hi Arnie,
    Instead of searching for FM you can manually code which is flexible.
    "after gettting text from READ_TEXT in lt_tline.
    Data: lt_string type table of string,
             lv_string type string.
    CONSTANTS: c_par  TYPE char2 VALUE ',,'. " Sign for tabs
      LOOP AT  lt_tline INTO  wa_tline.
           CONCATENATE lv_string  wa_tline-tdline INTO lv_string SEPARATED BY ' '.
           REPLACE ALL OCCURRENCES OF c_par   IN lv_string WITH ' '.
            Append lv_string to lt_string.  "if needed in string table
      ENDLOOP.
    Regards,
    Kiruba

  • SapScript text symbol trucates in Email

    Hi All,
    I have created sapscript and using variable &var1& and some text. I am sending the sapscript via email but when I get it in outlook, I get truncated value of the variable.
    for eg. I am initializing the variable to
    var1=http://host:80/scripts/ZMAB/!?MGR=USXXXXXXX&MBJ=678900909090909&BRW=Y&~OKCODE=EXEC
    When I get email, I get only
    http://host:80/scripts/ZMAB/!?MGR=USXXXXXXX&MBJ=678900909090909&BRW=Y
    Any help is appriciated
    Thanks
    NB

    user.java wrote:
    Java Mail not showing (TM) Trademark sysmbol in the email contentI'm not sure what you mean by "Java Mail". If you are referring to the Java Mail API I recommend you ask on the JavaMail forum:
    http://forums.sun.com/forum.jspa?forumID=43
    Regards,
    Shane.

  • SAPSCRIPT - TEXT ELEMENT

    Hi ,
       In print program there is a text element 525.
       I am using that text element to print the line items in sapscript.
       But this 525 text element is not trigered in sapscript.so help me out
       to solve this issue.
      I am using RFFOUS_C  print program to print DD data in F110 transaction.
    Thanks.

    Hi Pandiyan
    Did you get the solution for your problem. I am facing the same situation. Text Element 525 is not getting triggered when I am using RFFOUS_C program and a customised script. If you had figured out this problem could you please tell me the solution.
    Appreciate your help.
    Alok

  • Why convert HTML to sapscript text

    Hello,
    I have a view that contains a "FormattedTextEdit" I would like to save the text that the user entered. For this I used the function module "READ_TEXT" and methods "CREATE_FROM_SAPSCRIPT".
    My problem is converting a text "HTML" to "SAPscript".
    Thank you for your help.

    Hi,
    You cannot convert HTML to sapscript/smart form. But you can convert sap script/smart form to HTML form using CL_WD_FORMATTED_TEXT class.
    There is no such provision given by SAP to convert HTML to other formats.
    Regards,
    Kiran

  • Handle Sapscript text

    Hi:
    I have a Sapscript divided in three parts, vertical. In the second division y have to put a dynamic text. When the text is too long is write in the third part of the formular. Is there a way to handle this via Sapscript???or do I have to handle this by ABAP????
    Some clue is great. Thanks

    Hi,
    The best way would be using abap.
    Use program block before these text elements, Process the dynamic text here then divide the output if required.
    regards
    austin

  • Creation of a SAPSCRIPT text from a TIFF

    Hello,
    I need to upload a .tif into a sapscrip text, I am trying to use program RSTXLDMC, but it says that my .tif is not BASELINE TIFF 6.0. Could you help me with this?
    Thanks,
    Paola del Giorgio

    Grazie. Ho scoperto che il mio problema è la mia tiff.
    Saluti.
    Paola

  • Sapscript text Element Problem

    Hi i have this following form AP checks which is not printing one of the line which it used to. I made some changes on other windows but for some reason it stopped print the text line it used to.
    Here is the part of the code in the main window that's not printing...
    /E  513
    /*  ------------------ Payment on behalf of --------------------------------
    AS  Payment is made on behalf of &REGUD-ABSTX&,
          &REGUD-ABSOR&.
    /E  514
    /* ------------------ Signature -------------------------------------------
    /: INCLUDE &REGUD-TXTUN& OBJECT TEXT ID ADRS
    I need to print the line where it says "Payment is made on...."
    Can any one tell me what are those /E 513 is?
    They have all these numbers infront of a small paragraph.
    I am guessing some program is calling the paragraphs by those numbers as the paragraph in the program doesn't appear they way it appears in the printout.
    Please help.

    TEXT ELEMENTS WITH NAMES
    You recognize named text elements by the paragraph format /E. Such a paragraph may look like this:
    The character string NAME represents the name of the text element. This name can be up to 30 characters long and may consist of letters, digits and/or special characters. The name is followed by the text lines of this text element. The end of a text element definition is marked by the beginning of the next text element (the next /E line).
    Note that names of text elements are valid only locally. That is, different windows may contain text elements with the same names.
    To output named text elements, you must use the interface function module WRITE_FORM, which is called in the print program.
    The example below shows text elements for a column heading within an invoice (AS indicates the standard paragraph format and , , indicates the tab):
    You can output named text elements only in the windows, in which they are defined. For this reason, you need in the interface function module WRITE_FORM, apart from the name of the text element, the name of the window in which the text element is defined. You call the interface function module from within the print program.
    http://abapprogramming.blogspot.com/2007/10/sap-script-2.html
    Regards,
    Amit

  • Sapscript - text position

    Hi friends! I'm making some changes in a copy of Sap form medruck. I have line with text and I used ',,' to space, but por minimal adjusts I'm trying with blanks spaces, but it don't take effects....why space is not moving the text? I'm using a default par. T2...
    Thanks for any help!

    Avoid using blanks as far as possible.
    Instead use Tab option in your paragraph format T2. It might be an extra effort but its worth taking.

  • SAPscript text problem

    Hello,
    I am using the graphical editor for entering notification tasks. Normally, I copy and paste content from an e-mail. After saving the notification and exiting from it when I re-enter the notification in display or change mode, the text in the notification task is distorted, some characters are missing and some additional characters are displayed. Essentially the formatting is lost.
    Is this a problem due to the copy and paste from e-mail? How can I circumvent this problem?
    Thanks,
    Rugmani

    Hello Joy,
    If I need to add more text to an already existing text, I am not able to do so using the graphical editor. Only the line editor allows me to add more lines. Is this true or am I doing something wrong?
    Also I would like to know if it is possible to edit already existing text using the graphical/ line editor?
    Thanks,
    Rugmani
    Edited by: Rugmani Rajan on Aug 12, 2008 12:26 PM
    Edited by: Rugmani Rajan on Aug 12, 2008 12:28 PM

  • SAPScript: How to combine two text in the same line?

    Dear Gurus,
    I have a case to combine hard code text and long text in the same line.
    For example, i need to display following line:
    'Project name:' <long_text>
    How to do it in SAPScript?
    Can we do it with following code?
    /: 'Project name: ' INCLUDE Z_TEST OBJECT TEXT ID ST LANGUAGE &NAST-SPRAS&
    Thanks & Regards,
    Ari

    Hi,
        You can achieve that by this method,
    Goto Tcode SO10
    Give the Object Name 'Z_TEST' & Id
    See the Paragraph format for the Text,  you can do it from Menu
    Format>Line . If it is /: change it to =.  Save
    Now in the SAPScript Text editor in which you want to print
    P1 'Project Name :'
    /: INCLUDE Z_TEST OBJECT TEXT ID ST LANGUAGE &NAST-SPRAS&
    the output will be
    Project name : Abc xyz
    Regards
    Bala Krishna.
    Edited by: Bala Krishna on Oct 17, 2008 7:11 PM

  • SAPScript: how tu adjust heigh and width of standard text (logo)?

    Hi!
    how to adjust heigh and width of standard text (logo)?
    I do not want to edit the logo, because it is used elsewhere, so I need to adjust heigh and width when using it in a form.
    For now stadard text comes over the window. Here is how I use it:
    INCLUDE ZHEX-LOGO OBJECT TEXT ID ST
    Will reward,
    Mindaugas

    Hi Mindaugas,
    While uploading using RSTXLDMC. You have to maintain your size of the logo.
    Go through below mentioned document.
    Upload TIFF files to SAPscript texts
    Description
    The report RSTXLDMC allows a TIFF graphics file to be uploaded from the file system of the R/3 GUI to a standard text in the R/3 word processor SAPscript. (TIFF is a registered trademark of the Aldus Corporation.)
    When uploading, the TIFF graphic is converted either into a black and white raster image (parameter type=BMON ) or as a color raster image with a maximum of 256 colors (parameter type=BCOL).
    The black and white raster images ( BMON) can be printed using the following printer types:
    PCL-5 printer
    PostScript printer
    Kyocera PRESCRIBE printer
    Device type SAPWIN (with SAPlpd 32-bit as of Version 2.41 for Windows NT or Windows 95)
    The color raster images (BCOL) can be printed using the following printer types:
    PCL-5 printer with color capability (e.g. HP Color LaserJet). Color graphics are not printed properly on monochrome PCL-5 printers (e.g. HP LaserJet 5), because the printer cannot set the color palette as required and does not perform any gray-level conversion.
    PostScript printer (color graphics are automatically converted to gray levels on black and white printers using PostScript) Device type SAPWIN (with SAPlpd 32-bit as of Version 2.41 for Windows NT or Windows 95) During TIFF graphic import, the basic set " Baseline TIFF 6.0 " of the TIFF specification 6.0 is supported.
    To maintain compatibility with earlier versions of the report RSTXLDMC, it is also possible to convert the TIFF graphic directly into a black and white raster image for a particular printer type when uploading. These are the three printer types PCL-5 (parameter type=PCL ), PostScript (parameter type=POST) and Kyocera PRESCRIBE (parameter type=PRES ). A raster image uploaded in this manner can only be printed using the appropriate printer type.
    Besides TIFF raster graphics, direct printer commands in the respective printer language (PCL-5, PostScript or Prescribe) can also be contained in the file which is to be uploaded (printer macros). They are then transferred to the standard text unmodified.
    The graphics are output by inserting the standard text into the document which is to be printed, directly or using an INCLUDE command. The printer commands, which for example draw a company logo on the page, are only output if the print request is processed by the printer driver corresponding to the macro type, otherwise they are ignored. Example: A macro of type PCL is contained in a print request. If the request is output to a printer with type HPLJIIID (to which the driver HPL2 is assigned), the macro data is sent to the printer. If the request is printed on a printer of type POSTSCPT (to which the driver POST is assigned), the output of the macro data is suppressed.
    In the standard text, the printer commands are inserted between the HEX ... ENDHEX command lines in hex notation. Various report parameters allow the graphic or printer macro to be placed on the page or at the current text position. Note: When the /:HEX command line which precedes the macro appears in the text, a line break is generally made before the graphic is output. The output of the macro therefore begins in the next text line at the left window border of the current page window, as long as a shift to the right is not specified (see below).
    If your own printer macros are uploaded and not TIFF files, you must ensure yourself that the normal (text) output of the driver is not impaired when the printer commands are inserted in the output from the uploaded file. The printer drivers pass the data contained in the file to the printer unmodified, therefore without control over the individual actions this triggers on the printer. For example, syntax errors should not be generated by the PostScript commands (type POST), or form feeds should not be contained in the file (unless this was intended) for PCL-5 (type PCL).
    Restrictions:
    In general, the output of graphics generated via RSTXLDMC from R/3 is not suitable for mass printing (that is, unless you are using the "Graphic resident on printer" feature): the R/3 spooler has to hold significantly more data in its output files. If the graphics occur several times in a spool request, the data also reoccurs. Apart from this, the network is more heavily loaded in sending the increased volume of data to the printer and the printer output is slowed significantly (varies according to printer model) if raster graphics are output as well as the text.
    If your graphics reside on your printer during a printing job, the degree of 'correctness' with which they are printed depends on the amount of memory available in your printer. R/3 print drivers are unable to determine whether the amount of memory available is enough! If one of the graphics that you have marked as resident is not displayed, try reloading the graphic and switching off the parameter "Graphic resident on printer".
    When printing black and white graphics on PCL-5 printers, image data is compressed in order to greatly reduce the file size.
    The output of graphics and macros on PCL-5 printers, PostScript printers and device type SAPWIN (type BMON, BCOL, PCL, POST) is adapted to the page orientation used, that is if landscape is used instead of portrait, the graphic is also turned when output. This is not the case for the PRESCRIBE printers (type BMON, PRES)! With these printers, the graphic is not automatically turned when landscape is used, but appears on the page in the identical position as for portrait. You are therefore recommended not to output raster images when printing in landscape on PRESCRIBE printers.
    PRESCRIBE printers do not support the resolutions 200 and 600 dots per inch when printing raster images.
    Not all PCL-5 compatible printers support the resolutions 200 and 600 dots per inch when printing raster images.
    TIFF graphics with compression type 2 ("CCITT Group 3 1-Dimensional Modified Huffman run length encoding ") can currently not be imported although this is a component of the Baseline TIFF 6.0 specification for monochrome images.
    Color TIFF graphics with full color representation (ie. a lot more than 256 colors) are automatically converted into 256 gray levels when uploading with type BCOL.
    When TIFF graphics are converted to black and white raster images (type BMON, PCL, POST, PRES) there is no default simulation of gray levels or colors of the original image on the printer (for example, by using different tones of gray). Each pixel of the original image is converted to a white or black pixel on the printer according to its intensity value.
    The parameter "Number of TIFF gray levels" does, however, allow a simulation of gray/colour tones of the original image through levels of gray on the printer, when using type PCL, POST or PRES. This parameter is ignored for type BMON.
    The conversion of TIFF graphics can be so time-consuming that it is recommendable to execute the report RSTXLDMC in batch processing. Note: in batch, the file is always read from the file system of the application server (ie. not from the file system of the GUI).
    The length of an individual text in the text file is limited. When importing TIFF graphics with very large dimensions, especially if more than 2 gray levels are used, a termination can therefore occur when saving the standard text ("EXPORT_TOO_MUCH_DATA"). This restriction can only be avoided by reducing the TIFF graphics. Note: The display of a raster image in Postscript or PRESCRIBE format needs from two to three times as much space as displaying in PCL-5.
    When processing very large TIFF images on PostScript printers, a print termination can occur with PS error message "limitcheck". In this case the internal memory of the printer is insufficient to scale the required raster image. This implementation limit cannot be influenced by changing the report parameters when importing.
    Requirement
    The file which is to be uploaded can contain the following formats/ commands:
    Baseline TIFF 6.0 raster image files. The image information of the TIFF file is converted into black and white/color raster images when uploading. Note: As the TIFF format allows a variety of variants, only a basic set of TIFF 6.0 formats is supported here described in the TIFF 6.0 specification as Baseline TIFF 6.0.
    PCL : PCL-5, Hewlett Packard Printer Control Language 5 for HP LaserJet 3, 4, 5 series and compatible printers. The data is output by the printer driver HPL2 only.
    PRES: Kyocera PRESCRIBE for Kyocera laser printers. The data is output by the printer driver PRES only.
    POST: Adobe PostScript or EPS format (encapsulated PostScript ) for PostScript printers. The data is output by the printer driver POST only. In the upload, one of the end-of-file markers (CTRL-D, hex $04) which may be contained in the PostScript file is not transferred.
    For PostScript files which contain a bounding box entry (for example, all EPS files) the macro/graphic can be scaled to a size specified by the user. In this case, a small lead text and trailer are generated by the report for the macro data and inserted in the standard text.
    Parameters of RSTXLDMC
    File name
    Path and file name of the file to be uploaded in the file system of the R/3 frontend (dialog processing) or in the file system of the application server (batch processing)
    Type
    Way which the data contained in the file is to be converted. Possible values are BMON, BCOL, PCL, POST and PRES. With parameter values BMON and BCOL, a TIFF 6.0 file is expected. This is converted into either a black and white raster image (BMON) or a color raster image (BCOL). These raster images are printer-independent and can be printed using various printer types (see above).
    With parameter values PCL, POST and PRES, either a TIFF 6.0 file or a file with printer commands in the appropriate printer langauge is expected. If the file is a TIFF file, it is converted into a black and white raster image for the printer type specified in the parameter. The presence of a TIFF file is recognized automatically. If the file is not a TIFF file, the file contents are regarded as the printer macro of the respective type. Data loaded with type PCL, POST or PRES can only be printed on the respective printer type.
    Resolution for TIFF raster images
    Resolution which should be used when importing a TIFF raster image, in dots per inch (dpi). If an allowed value is entered here, this overrides the resolution information in the TIFF file. The allowed values are:
    75 dpi
    100 dpi
    150 dpi
    200 dpi (not for type PRES, for PCL only HP LaserJet 4,5 series)
    300 dpi
    600 dpi (not for type PRES, for PCL only HP LaserJet 4,5 series)
    Changing the resolution affects the size of the graphic on the printer. If a resolution of 300 dpi is stated in the TIFF file and this parameter is set to 75 dpi, the graphic is four times as big when printed as at the outset.
    Note: Kyocera PRESCRIBE printers do not support 200 and 600 dpi resolutions.
    Note: Not all PCL-5 printers support resolutions 200 and 600 dpi, for example HP LaserJet 3 series does not, but LaserJet 4 and 5 series do.
    Graphic Resident on Printer
    Normally, graphics that occur more than once in a printing job (a company logo that appears on each page, for example) are sent to the printer repeatedly each time they are needed. In order to avoid this kind of redundancy, you can select this checkbox on the selection screen. The R/3 print driver then stores the graphic in the printer's memory and the printer retrieves the 'resident' graphic memory every time that re-occurs in your job.
    Caution: Whether or not the printer correctly reproduces the graphic depends on the amount of memory available in the printer during the printing job! You should avoid using this feature with color graphics since they take up a lot more memory than monochrome graphics.
    This parameter can only be used with types "BMON" and "BCOL".
    Absolute positioning
    Determines whether the macro/graphic is positioned absolutely or is to be output at the current text position. If this checkbox is selected, the graphic is positioned absolutely (parameters "X-position" and "Y-position" are used), if this checkbox is not selected, the graphic is positioned at the current text position (parameters "Reserved height" and "Shift to right" are used)
    Absolute X-position
    Horizontal position (space from left border) of the macro/graphic, if absolute positioning is required. This is the parameter XPOS of the HEX command.
    Absolute Y-position
    Vertical position (space from upper border) of the macro/graphic, if absolute positioning is required. This is the parameter YPOS of the HEX command.
    Reserve height automatically
    If this checkbox is selected, the system automatically inserts the actual height of the graphic during printing into the subsequent "Reserved height" parameter.
    Reserved height
    If positioned at the current text position, this parameter specifies the horizontal spacing to be reserved for the macro/graphic, which must not be printed with text from the paragraph. This is the parameter HEIGHT of the HEX command.
    Shift to right
    If positioned at the current text position, this parameter specifies the space between the left border of the macro/graphic and the left border of the page window. If this value is increased, the macro/graphic is shifted to the right. This is the parameter LEFT of the HEX command.
    Unit of measurement for positioning
    The unit of measurement in which the position values (X,Y, height, shift) are specified. Possible values are CM (centimeters), MM (millimeters), IN (inches), PT (typographic point = 1/72 inch), TW (1/20 point = 1/1440 inch)
    Text title
    Comment used for the attribute "Title" of the standard text generated as well as as a comment line in the text itself
    Line width
    Number of columns to be used in the standard text when generating the HEX...ENDHEX command lines. The default value is 132
    Text name
    Name of the standard text to be generated. If an * character occurs in the name, it is replaced by the value of the parameter "Printer type". For example, if the entry is ZHEX-IMAGE1-* and the printer type = PCL, the text name ZHEX-IMAGE1-PCL is generated. The default value for the name is ZHEX-MACRO-<printer type>, but the standard text can be named as required (take into account customer reserve). Standard texts are client-dependent!
    Note: The name of a standard text can be up to 32 characters long !
    Text ID
    ID of the standard text to be generated. The default value is ST (general standard texts)
    Text language
    Language key of the standard text to be generated. The default value is the logon language
    PostScript scaling
    Flag which determines how the macros/graphics of type POST are handled. If set to 'X', the report expects a PostScript comment line in the file
    %%BoundingBox llx lly urx ury (e.g. %%BoundingBox -1.5 0 21.4 14.1)
    as present, for example, in all EPS files, in which the dimensions and the position of the macro/graphic are specified (if a bounding box comment is not included, 0 0 1 1 is assumed as the default value). This information is then used by the report to insert PostScript commands which scale the macro/graphic to the size specified in the parameters "Width" and "Height" (listed below).
    If the flag is set to ' ' (blank), the PostScript file is transferred to the standard text without any additions (any transformations to the coordinate system used by the printer driver must already be contained in the file).
    The flag must be set to 'X' for the import of TIFF files for type POST.
    Width according to PS scaling
    Required width of the macro/graphic if the flag PostScript scaling is set. Can remain at zero for the import of TIFF files, the size is then determined by the resolution of the graphic.
    Height according to PS scaling
    Required height of the macro/graphic if the flag PostScript scaling is set. Can remain at zero for the import of TIFF files, the size is then determined by the resolution of the graphic.
    If you want to scale the PostScript graphic with these parameters, one of the two values, width or height, can be specified with zero. The graphic is then scaled so that the width-to-height ratio remains unchanged and the original graphic is not distorted.
    Unit of measurement for PS scaling
    Unit of measurement in which the parameters "Width" and "Height" are specified. Possible values are CM (centimeters), MM (millimeters), IN (inches), PT (typographic point = 1/72 inch), TW (1/20 point = 1/1440 inch)
    Number of TIFF gray levels
    Number of gray tones which are to be used on the printer for displaying the original image. Note: This parameter is only evaluated when using types PCL, POST or PRES!
    Possible values are 2,4,9. With the default value 2, each pixel of the original image is converted either to a white or a black pixel on the printer. With the value 4, each pixel of the original image is converted on the printer with 4 pixels, which simulate 4 different gray levels. With the value 9, each pixel of the original image is converted on the printer with 9 pixels which simulate 9 different gray levels.
    Note: With values 4 or 9 the resolution of the image is doubled or tripled. The restrictions on the possible resolutions (see previous parameter) then apply for the resulting resolution.
    Output
    Individual steps of the upload procedure are logged in the report list generated and, if necessary, errors reported. The uploading of TIFF graphics, in particular, is cancelled if there is a variant which is not supported. A message to this effect is then issued. If execution is successful, the report generates a standard text with the key specified in the parameters. If the standard text already exists, a window appears with a warning before the text is overwritten.
    Regards,
    Ameer Baba.

  • RFQ header text in Sapscripts

    I have copied MEDRUCK sapscripts to ZMEDRUCK and I have a requirement to print some rfq header text. I have got the Text ID (A01), Text name (600000022), Text Object (EKKO).
    What is the syntax to print this header text using a INCLUDE statement ? I have to print the heading and the contents of this text object. Can I get some examples ?
    Also, the heading should not print if the text is blank.
    Thanks.
    Edited by: NewComer on Dec 27, 2007 6:06 PM

    Check these threads. U have sample code.
    Display long text in SAPScript
    Text printing in SapScript
    Regards,
    Maha

  • Sapscript color graphic stored as text

    Hi,
    When importing a color image into sapscript as text it's always monchromatic regardless of the settings. Is there a way to import a color image so it's actually diplayed with colors? 
    Note: it has to be imported as text so SE78 is NOT an option!
    Many thanks
    Stan

    Only Tiff images can be used. Use program  RSTXLDMC, and select the option as Color, and give the Standard Text details to which you want to save the image. The image will be then saved as normal SAPscript text.Call this image(standard text) just as your 'Include Text..' in your Script Editor.
    Follow these steps:
    1.  Go to SE38. Type RSTXLDMC in the text box provided.
    2.  Execute the program by pressing F8.
    3.  Enter the File name of the TIFF file, resolution, Text name and Text title, and set the image as Color
    4.  The TIFF file will be uploaded and gets stored as a text element in SO10.
    5. Call the Text using the command /: INCLUDE, just as you call the Standard Text from your SCRIPT editor.

Maybe you are looking for

  • How can I get my serial number for my iPad from Apple?

    My iPad 1 was stolen and I need the serial number but the box is not available to me at this time. Does Apple have the serial number?

  • Best for making event flyers: InDesign or Illustrator?

    Hi everyone, I am new here. I am a novice with Adobe products, but I do have the Creative Suite. I have used Illustrator tons and am very comfortable with it. I used InDesign once to make a pamphlet. I am part of a charity group that often puts on ev

  • Deduction through INF0045

    Dear All, I am facing one problem related to deduction through Infotype 0045. <b>Problem Detail</b> - In case of Full & Final (Recovery) processing system showing error with a loan wage type 0045 (Message - A Loan Wage type in table RT should be dedu

  • Put huge word formated text by checking condition on a column??

    Hello All, In my template, I have a table and a 2 huge texts. Now based on a column value I got to decide which text should be shown. For example: Lets say we have sales column. If sales are greater than $1000 we have to display a table, and below th

  • Funds Management - Budget Monitoring

    Please let me know the config to be made in Funds Management for exercising Budget Montinoring. Requirement is that the system should not allow to post the entries in case of overruns.