Standard Text - LSMW - Load -

Hi
I am trying to load the standard text, using the LSMW - standard program
Object               2000   SAPscript Texts
Method               0000
Program Name         RSTXLITF
Program Type         D   Direct Input
The Program runs successfully and in log it shows that Object stored,
but when I display the standard text it says - Standard text does not exists, I have also check the in STXL and there is no entry created for the standard text.
Please help
Regards,
Lokesh

there are more than one records
STYPE     OBJECT     NAME                                                              ID                     SPRAS
1                   TEXT            PTP_REACH_EU_Text                                            ST                      EN
2                   *                   This is a test for standard text for PTP forms
2                                        This is a test for standard text for PTP forms
2                                        This is a test for standard text for PTP forms
2                                       This is a test for standard text for PTP forms
This is the exact structre with the filed names

Similar Messages

  • Issue in creating standard text while uploading .ITF file

    Hi all,
    I have created a shipping label using BARONE software . Barone software create .ITF which is then loaded into the standard text and finally called into the SAP SCRIPT to print the label..
    The issue is that the lines of code generated  in standard text is 16667. So while saving it says that it cannot save more than 15000 lines . Thus the standard text is not created.
    Can anyone tell how to handle this standard text which has more than 15000 lines .
    Thanks and Regards,
    Syed

    hi,
    Make sure you save your TIFF file in Packbits compressed format and in
    SE78 when uploading make sure you have the compression option ticked

  • Standard Text Key in Routings

    Hi,
      Can we load Standard Text key into SAP. I want to use these standard Text key while creating Routings.
    If yes,  what is the Procedure.
    Thanks,
    Kishore

    The problem may be in the joining..
    In MARC and MAPL join MATNR,WERKS...
    JOIN MARC MATNR and  MAKT MATNR
    JOIN MAPL(werks,plnty,plnnr ) to plpo(werks,plnty,plnnr )
    PLPO  ARBID to  crhd OBJID
    Now execute with your sel fields...

  • Logo in standard text

    hi,
    I have a logo in .tiff format on my desktop. I wanted to know how to save this in standard text ( SO10). So, that i can include it in my script.

    hi,
    I am unable to find the solution even sfters earching.
    Follwoing is the detailed error. If possible plz help.
    Load File
    The file contains      2,030  bytes
    This is a TIFF file with INTEL byte order
    First IFD offset:                                    1,832
    Reading IFD from offset      1,832  Number of Tags         16
    ImageWidth:                                            100
    ImageLength:                                            51
    BitsPerSample levels:                                    3
    BitsPerSample - level 1:                                 8
    BitsPerSample - level 2:                                 8
    BitsPerSample - level 3:                                 8
    Compression:                                             5
    Photometric Interpretation:                              2
    Number of StripOffsets:                                  2
    SamplesPerPixel:                                         3
    RowsPerStrip:                                           40
    Number of StripByteCounts:                               2
    XResolution:                                            96  /          1
    YResolution:                                            96  /          1
    ResolutionUnit:                                          2
    TIFF format error: No baseline TIFF 6.0 file
    Thanks,

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

  • Standard Text not getting refreshed.

    Hi All,
    I am working on a script where in I got to use a standard text. I am printing the text on script. And no error is coming. But when I print more than 1 invoice continuously I am getting the same standard text multiple times.
    Can any one help me?
    Thanks
    Kalyan

    Hi Kalyan,
    I hope you are not clearing the standard text before you populate it.
    Please use below set of function modules.
    data:
            lt_text          TYPE STANDARD TABLE OF tline,
            ls_header       LIKE                   thead,
            ls_text         TYPE                   tline.
      CALL FUNCTION 'DELETE_TEXT'
        EXPORTING
          id              = ls_header-tdid
          language        = ls_header-tdspras
          name            = ls_header-tdname
          object          = ls_header-tdobject
          savemode_direct = 'X'
          textmemory_only = 'X'
        EXCEPTIONS
          OTHERS          = 2.
      CALL FUNCTION 'COMMIT_TEXT'
        EXPORTING
          savemode_direct = 'X'.
      REFRESH lt_text.
    or call a separate perform from the script after calling particular subroutine where you are populating the standard text....
    /:           PERFORM CLEAR_TEXT IN PROGRAM ZFIF_REPORT
    /:           USING &REGUH-LAUFD&
    /:           CHANGING &GV_KEY&
    /:           ENDPERFORM
    Form details...Call the perform from standard scrpt text load program SAPLSTXG....
    FORM clear_text TABLES input_parm STRUCTURE itcsy
                      out_parm  STRUCTURE itcsy.
      CONSTANTS:
        lc_name TYPE char30 VALUE 'TEXT_LINES'.
      PERFORM mm_create_new(saplstxg) USING lc_name.
      PERFORM init_text_buffer(saplstxg).
    ENDFORM.    
    Thanks ...

  • Upload Standard Text Key

    Hi expert,
    I am trying to upload Standard Text Key (CA10) for task list. I don't know how to do it, because it contain long text. Can anyone give me a suggestion?
    Thanks,
    Secundes

    I tried CA10 LSMW with fields
    VLSH (C 007), TXT (C 040), TXLINE_02 (C 072), TXLINE_03 (C 072), TXLINE_04 (C 072)
    The last 3 fields are mutiline content, which are generated through the recording. If you attempt 4 lines during the recording another field TXLINE_05. The answer to your question How many characters? is given in the brackets above.
    I did not find a problem here. The problem I faced was some other and was a minor for me.
    That is :
    While processing (Foreground processing only), It was not filling the VLSH field. So what I did was- Enter this field manually & press F5 (create). The rest of the process went smooth by just keep pressing the Enter button.
    So for every record I repeated this initial entry+F5, rest went smooth.
    That was my experience. It is possible you might not face this problem even and everything may go smooth for you.
    (I used Tab delimited Text file for uploading)
    About the BDC programming, I do not have knowledge in this area, so I suggested so.
    Regards....

  • Report to upload and download standard text

    Hi,
    Please let me know how can we upload or download standard text created using so10. Is there any report program to do this?
    Thanks
    Saravana

    hi .
    Go to Abap editor SE38 use RSTXSCRP this program ...
    Run it .. u can find the option Standard text chek this option.
    Give the TEXT ID and langauage.
    and then the mode i.e Export r Import
    by this way u can upload r down load standard text ..
    Note : By rewarding points u can also get 1 point.

  • Locking Standard Text from being edited

    Hi friends,
    I am writing an interface to load Sales Orders into SAP (4.7) from an external system. I need to store information such as the sales order number, person who approved, date, time, etc from the external system into SAP for auditing purposes.
    I have 2 options: extend VBAK / VBAP and paint the extra fields to Additional Data B; or put these fields in Standard Text. But because these fields are for auditing, we do not want anyone to be able to change the Standard Text once they have been saved.
    My client wants to fully investigate the Standard Text option before going ahead with extending VBAK / VBAP. I have looked at where the Standard texts are defined in the IMG but can't find anywhere where you can lock the object from changes.
    If anyone has any ideas or can share similiar experiences that would be appreciated.
    Cheers,
    Pat.

    Hi Patrick,
    One more suggestion..if your client is not reluctant for a small core modification then take a look at subroutine sd_word_processing_put in SAPMV45A called in module sd_word_processing_put (screen 4152)
    There is a local variable called da_display in it which you can influence based on the TDID that is in focus (just set it to 'X' if you want to lock a particular TDID).
    Normally (SAPLV70T)LV70T-TDID contains the TDID that user has clicked on. If it is empty then it means the user is navigating for the first time into header texts (in this case you can read XTHEAD index 1 and see whether it is the same TDID that you want to lock).
    So you can check whether da_display is SPACE and T180-TRTYP is V(change mode) and T180-TCODE is VA02 and then whether (SAPLV70T)LV70T-TDID is the id that you want to lock down and then set da_display to 'X'.
    Even adding fields in additional data tabs is a repair technically may be you can try the above approach (if possible)..
    Hope this helps..
    Sri

  • Symbols do not flow into InDesign from standard text file

    Within our application, we have the option to type in symbols within a text editor. Symbols include the copyright, registered, and trademark symbols. We then take the text that is typed in and merge the text to a standard text file, then place that file within InDesign CS3. At one think those symbol flowed in perfectly, but recently those symbols do not flow into InDesign on their own. What could be causing this problem.
    Any body have any thoughts?
    Thanks,
    Brian

    You can get these three (serif) characters in Symbol with
    <0xF6D9><0xF6DA><0xF6DB>. Your three characters come in pink (which
    means they don't exist in the font). It could be that they used to work
    because you had a different Symbol font loaded. I always seem to have at
    least three Symbol fonts (T1, TT, OT) going, even though I try to only
    have one.
    But why bother with the font change? These characters are ANSI: © ALT
    0169, ® ALT 0174, ALT 0153. You should be able to see them in your
    text editor and in just about every decent text font.
    Kenneth Benson
    Pegasus Type, Inc.
    www.pegtype.com

  • Translation of standard texts that appear in applications

    Hi Experts,
    I am building my webdynpro applications in a Language in which translations are not provided by SAP but it supports the language in Unicode.
    My issue is that when I am running the application, the standard texts like 'Please Wait'  while loading the page and 'Messages' in message area are all coming in German. So if you have an idea from where these texts are maintained so that I can maintain the translations.
    Thanks in advance,
    Saurabh

    Hi Saurav,
    My problem is that suppose I am running the application in a language for which translations are provided by SAP like German & English then these standard texts appear as desired in those languages.
    But if i run my application for languages like Hindi suppose for which SAP do not provide any translations then these std texts appear in German.
    Thanks,
    Saurabh

  • How to call Subroutines,Standard Text  & using Internal Table in SmartForm

    Hi all,
    need help in the following areas.Its very urgent!
    1.How to CAll Subroutines in Smart Forms
    2.How to CAll Standard Text in Smart Forms
    Situation:
    We have an Internal Table T_SALES with all the data which am going to display in the smartform,How to retrive data from an internal table in Smart forms
    Any Help in this direction would be highly appreciated.
    Regards
    Ramu

    Hi,
      When you are using quantity or currency fields, you have to mentiong the reference fileds in a tab called CURRENCY/QUANTITY FILEDS in the GLOBAL DATA node.
    Specifying a Currency or Quantity Reference
    Use
    In the ABAP Dictionary, you can assign a currency or quantity field to a table field. In the output of these fields, the system can then insert the relevant currency or unit:
    ·        If the value field is in the same table as the corresponding currency or quantity field, the system recognizes the reference automatically, and formats the value field according to the currency or unit in the assigned field.
    ·        If the value field is in a different table from the currency or quantity field, the system cannot recognize this reference automatically.
    In the second case, you must indicate this reference to the system in the form, to ensure that the value field is formatted correctly.
    Procedure
    You want to assign a currency or quantity field in one table (for example, CURTAB) to a value field in another table (for example, VALTAB).
           1.      Create the reference to the currency field by entering the following values:
    -         Field Name: VALTAB-VALUE, if this is the value field of VALTAB that you want to display.
    -         Reference Field: CURTAB-CURRENCY, which is the currency field of CURTAB.
           2.      Under Data Type, specify whether the data type is a currency or quantity.
    Result
    In the output of the PDF-based print form, the system formats the value field VALTAB-VALUE according to the assigned value in the currency or quantity field of the global variable CURTAB-CURRENCY.
    Thanks and Regards,
    Bharat Kumar Reddy.V
    Message was Added by: Bharat Reddy V
    Message was Added by: Bharat Reddy V

  • If condition in standard text in so10

    Hi,
    Im using a standard text where ive written an IF condition but its not working.Im calling that text in my program using READ_TEXT, TEXT_CONTROL_REPLACE and TEXT_SYMBOL_REPLACE function modules.Im not using sapscript or smartform.All my dynamic variables are working fine but for my IF condition what is happening is IF statement is also true and ELSEIF is also true.The statement under if is also getting printed and statement under elseif is also getting printed.
    Could anyone help please.
    Regards,
    Nidhi.

    Standard text " if conditions "  dont work other than scripts and smartforms.
    to my surprise, if conditions have not worked even when I used them as includes in ADOBE forms.
    Please handle the conditions in your program itself.
    << Moderator message - Point begging removed >>
    Edited by: Rob Burbank on Sep 30, 2011 2:49 PM

  • Call Standard Text by report replacing the variables with their values

    Hi,
    I have a requirement to call a standard text from a report.
    Following is the text present in standard text.
    &PTXT1-ENAME& will attend for interview
    on &MEMOACT-PLDAT& at &MEMOACT-PLTIM&.
    I am doing it by using READ_TEXT. But READ_TEXT reads the entire text as it is.
    Is there any way I could retrieve the standard texts with  &PTXT1-ENAME& replaced by the value of  PTXT1-ENAME in report. And similarly &MEMOACT-PLDAT& replcaed with its actual value.
    Any pointers in this regard would be helpful.
    Points will be awarded.
    Regards,
    Mayank Agarwal

    Hi,
    In the Text
    &PTXT1-ENAME& will attend for interview
    on &MEMOACT-PLDAT& at &MEMOACT-PLTIM&.
    do not use the * as a paragrapgh , use /: as the paragraph
    Regards
    Sudheer

  • How to Print 25page standard text in Adobe form

    Hi Form Gurus.
    My requirement is to print a 25 pages form of standard text. Can any one please help me.
    Thanks in advance.
    Regards
    ASAHA1
    Moderator message: please work yourself first on your requirement, post specific problems later if necessary, always search for information before asking
    locked by: Thomas Zloch on Aug 31, 2010 9:11 AM

    hi,
    You can create a text module like you do for Smartforms and then you can add that in the interface and drag n drop it in the layout.
    regards,
    Sakshi

Maybe you are looking for