Smartform Underline Problem

Dear all:
I try to print a line with underline, but the space between words are not underline.
Te space is "underlined" during preview, but not when sending to printer.
The printer model is Ricoh Aficio CL 4000DN PCL6.
Thanks.
PS: I already try both of underline option the paragraph format and character format in smartform style, not working.

Very late reply I know. But I faced the same situation and was lucky to find an SAP Note that handles it.
The SAP Note is 1149136 and it says that a User key in Windows Registry (HKEY_CURRENT_USER\Software\SAP\SAPlpd\SAPLPD) has to have a value of '1' set to the parameter 'print_spaces'. Doing so will cause spaces to appear as an underline.
Yes it's crude, but it's the only note I've found that addresses the issue. Hope this helps you out.

Similar Messages

  • Smartform upload problem (within same Version)

    i have download smartforms from 4.7 first and than uploading it in same 4.7 but error occurs as below:
    first:  "A serious error has occurred
    The transaction had to be terminated".
    than second: Internal error (illegal structure of data storage)
    Message no. SMARTFORMS002.
    i can uplodad smartform successfully than and check also successfully,
    but while i do final activation it causes above error.
    what can be problem, is due to smartforms style problem, but i tried removing all style of text elements, thought it creat that errors,
    if any can knhow how to upload smartform successfully and solve above error.
    regards,

    L.S.
    I just encounter a similar error when activating a smartforms. I had made some changes, maybe by copy nodes through memeory into another smartforms and/or deleting one %GRAPHICS1 and making another.... smartforms got confused somehow and gave me an abort error 002.
    I debugged the coding of activating smartforms and found out that ( in my case ) sap coding tries to insert duplicate entries in table stxfobjt.
    Here is the part of coding where you can put your breakpoint and adjust the internal table tobjt if you have the same problem.
    I made the line  insert stxfobjt from table t_objt.  BOLD ( in plain text with * : it s  not a remarked coding line )
    SAPLSTXBX                      / LSTXBXU36
    FUNCTION                       / SSF_SAVE_FORM      
    Speichern der Tabellen
      if i_active = space.                         " gesicherte Fassung
        export t_ntokens t_objt t_ltext t_noltext
               to database stxfconts(xx) id i_formname.
      else.                                        "     aktive Fassung
        delete from stxfobjt where formname = i_formname.
        try.
          insert stxfobjt from table t_objt.
        catch cx_sy_sql_error into l_exception.
          get reference of t_objt[] into l_dref.
          raise exception type cx_ssf_fb
                exporting textid     = cx_ssf_fb=>err_on_insert
                          table_dref = l_dref.
        endtry.
        perform save_ltext using i_formname t_ltext.
        export t_noltext t_ntokens unchecked = i_header-unchecked
               to database stxfcont(xx) id i_formname.
        delete from database stxfconts(xx) id i_formname.
      endif.
    Good luck all with debugging SAP's bugs
    Regards,
    Edwin Glaser
    doubleclickyourprogrammer [at] sap4u.nl

  • Smartform upload problem

    i have download smartforms from 4.7 first and than uploading it in same 4.7 but error occurs as below:
    first:  "A serious error has occurred
    The transaction had to be terminated".
    than second: Internal error (illegal structure of data storage)
    Message no. SMARTFORMS002.
    i can uplodad smartform successfully than and check also successfully,
    but while i do final activation it causes above error.
    what can be problem, is due to smartforms style problem, but i tried removing all style of text elements, thought it creat that errors,
    if any can knhow how to upload smartform successfully and solve above error.
    regards,

    i have tried deleting one by one elements and found that problem in address element,
    i have just delete it and active it that it got activated,
    and again after deletion i have put sam variable in address element for displaying adress dynamicaly and set length and width all same that it fot activated!
    than what the problem at first time activation?
    is there any runtime conflict or what?
    regards,

  • Table Underline problem

    I am working with a table & I want some items underlined & others not. As soon as I underlined the text in one cell, all text in cells below are automatically underlined! I have hi-lighted & removed the underline using Cmd-U or Format/Font/Underline & it removes the underline as I wish-- until I leave that cell. Then the underline reappears.
    Please advise, thanks.

    You gave me a clue. I recreated your test on a new pages column & I could not recreate the underline problem either.
    On my problem Table, I didn’t intentionally select the entire column or portion of the column. But the bottom half of my “C” column was staying underlined. So, I deliberately selected the portion of the column that was incorrectly underlined & I used Cmd-U & it Worked! It is not underlined & stays not underlined.
    Thanks,
    Steve
    Message was edited by: growler62000

  • Underline Problem in template of a table in smartforms

    Hi friends,
                   I have a requirement wherein i need to draw two line one above text as shown below :
    Total
    Invoice Amount
    Amount Eligible for cash
    I have copied std smart form LB_BIL_INVOICE
    template INFO_ENDSUMMEN in table TABLEITEM has texts .
    Now when I am using _ option in template tab for Total,
    I
    nvoice Amount
    Amount Eligible for cash  get invisible in output(though it was shown before).
    Can you guys help me out.I just need
    Total
    Invoice Amount
    Amount Eligible for cash
    to be displayed in output.
    SATISFACTORY ANSWERS WOULD BE REWARDED .

    Hi Rajiv ,
    Its getting disappered because the height of the cell is smaller than your text. so better increase your cell height.That is drag the lower line of your cell little down or increase its height by 1mm or 2 in details of template .
    The simplest way which i feel is create a template with exact height width and click on upper frame and lower frame button other than selecting pattern there.
    Try this it wil surely work
    Regards
    Swetha.

  • Smartform output problem in dunning

    Hi
    I've done a search for this problem in the forums and found what I thought was the answer but it still doesn't work...
    My dunning FM passes paramter IS_SFPARAM to the smartform (which is a copy of the standard SAP form F150_DUNN_SF). the initialisation in the form then calls FM GET_SF_DUNN_DATA in order to populate all the data from the IS_SFPARAM parameter.
    However, as far as I can see, inside FM GET_SF_DUNN_DATA, a method is called to populate h_mhnk and use that to check that the parameters like gs_sf_mhnk are populated. If they are not, it raises exception no_parameters_found. I thought the FM set those parameters in the first place! How can I set parameters gs_sf_mhnk, gs_sf_fsabe and all the others in there? i am always getting the no_parameters_found exception at the moment!
    Any help appreciated.
    Jon

    use smartform_trace transaction to trace ur smartform for errors.
    also open ur smartform goto environment and get fm name now in the end some number wud be thr like this \...\SF000091 modify it and use it in se38 like this \...\LSF000091F01
    it will open the code insert session break points and now check by running the smartform
    кu03B1ятu03B9к

  • Smartform Printing Problem in SAP ECC 6.0 with Ehp6

    Hi Sap Expert,
    Our Sap System has been upgraded from ECC 6.0 to ECC 6.6 ( Ehp6). now we are  facing  problem in to print smart forms .
    I have a smart form with one page and three copies are there.
    On first it was written ORIGINAL, on second DUPLICATE and third one is TRIPLICATE.
    When I see the print preview it shows all the three pages ( ORIGINAL,  DUPLICATE and  TRIPLICATE. ). but when i give the command to print.  it will only 3 copies
    ORIGINAL. and when i convert into PDF it shows only one page ORIGINAL.
    I want ORIGINAL,  DUPLICATE and  TRIPLICATE printout in single command.
    Note : Before Up gradation of sap system it worked fine.
    Guide me.........

    Hi Marques,
    Yes, my problem has solved,
    Write the code Driver Program:
    Declare Internal Table as:
    DATA : BEGIN OF ITAB OCCURS 0,
              I TYPE I,
              TEXT TYPE CHAR20,
              END OF ITAB.
    and Append 3 time this Itab with the no of copies of form ( Original, Duplicate and Triplicate ) as
        ITAB-I = 1.
       ITAB-TEXT = 'Original'.
       APPEND ITAB.
       CLEAR ITAB.
    Now,
    LOOP AT ITAB.
    call function module of smartforms as
    CALL FUNCTION fm_name
       EXPORTING
        CONTROL_PARAMETERS         = CO
        OUTPUT_OPTIONS             = OT
    *   USER_SETTINGS              = 'X'
         L_***                      =  L_***
         V_INDX                     = ITAB-I
    * IMPORTING
       TABLES
         IT                         = IT
    and modify the smart form as
    write the code in window
    IF V_INDX = '1'.
    v_text = 'Original'.
    ELSEIF V_INDX = '2'.
    v_text = 'Duplicate'.
    ELSEIF V_INDX = '3'.
    v_text = 'Triplicate'.
    ENDIF.

  • Smartform: Formatting Problem with QUAN-Field

    I want to print a smartform and get exception 1 (formatting error). With function SSF_READ_ERRORS I get an error table. There is on entry: errnumber = 020011, msgid = SSFCOMPOSER, msgty = E, msgno = 601, msgv1 = wa_outtab-menge.
    It seems to be a formatting problem with field WA_OUTTAB-MENGE. But in the structure this field is referenced correctly.
    Does anybody know a solution?

    I solve this kind of problem in my SmartForm.
    Try this:
    Go to "Global Definitions" Node, then "Current/Quant.Fields" tab and set these values:
    Field Name:      WA_OUTTAB-MENGE
    Reference Field: WA_OUTTAB-MEINS
    Data Type:       QUAN
    Best Regards,
    Eduardo Ribeiro.

  • Smartform style  problem

    Hello friends,
         I am getting problem in smartforms style. i had created my own style for one of my Tax invoice form because i want fonts in smaller and for heading i want to increase font size. But when i am applying my own style to paragraph the changes are not accepted after SAVE & ACTIVATION. If any one know solution for this problem than please give reply as soon as possible.
    Thanx & Regards,
    Rahul Talele

    Hi,
    Once I came across the problem as yours.
    This happens becoz certain properties of the fonts when applied will override other formats.
    For eg. If u have chosen bold character format before, but when u want to change it to normal it will not change at all.
    In that case, I have deleted the text as a whole and applied normal format at first. Then I applied bold character format
    whereever applicable.
    Which style u applied to the header in your form? Is it Paragraph format or Character Format.
    Could u give more clear description?
    Regards
    Vadi

  • BAR CODES in smartforms - conversion problems to PDF

    Hello,
    I have a problem. Have a look at the following points and see what I have done:
    1. I generated several different system bar codes using SM73
    2. I added those system bar codes to a smartformstyle
    3. and built a smartform using smartformstyle of system-bar codes.
    4. then I made some examples of bar codes in the smartform as text.
    5. next I sent this smartform via email as an pdf attachment using smartform mail functionality.
    6. shocking - all bar codes in the pdf-file are not readable. You can see that there is a barcode placed, but all barcodes looks like the same.
    Has somebody got a idea on what is going on here?
    I already had a look at OSS Notes 430887 and 645158.
    Greetings
    daniel

    Hi,
    Please can you have a look at Sap OSS Note 197177.
    Regards,
    Sudheer.

  • WHERE clause in a SMARTFORM loop, problems with parenthesis

    Hi all gurus,
    a simple question: I'm coding a LOOP in the form builder for a smartform ... this simple loop should bind text elements to every position of a purchase order. The WHERE clause should be as follows:
    WHERE GUID = WA_ITEM-GUID
    AND ( TDID EQ 'ZDES' OR TDID EQ 'ZDST' ).
    Anyway, in the Form Builder I didn't find a way to add parenthesis; I workarounded the problem with the following query:
    (conditions in lines are in AND conjunction)
    GUID EQ     WA_ITEM-GUID
    TDID      EQ   'ZDES'
    OR
    GUID EQ     WA_ITEM-GUID                                                                               
    TDID      EQ 'ZDST'.
    It's quite a 'bad' way, but it works. I wonder if there's a way to express "complex" WHERE clauses (with addiction of parenthesis) in Form Builder.
    Thanks in advance

    In this case, your solution is the one that works. However in more complex cases with more variables, this can proove difficult to make or mantain.
    What I usually do is use the first part of the condition in the where and then add a condition to the printing area with the rest of the formula. Just remember to document this so that you'll find it easy and it's way more amintainable.
    In this case the loop would contain WHERE GUID = WA_ITEM-GUID and the inside condition TDID EQ 'ZDES' OR TDID EQ 'ZDST. This creates the and between the two blocks.

  • Smartform : Printing Problem , Urgent Please

    Dear All,
    When I tried to print a smartform, I am Getting message 'Spool Request (number xxxxxx ) is created' .
    but It is not printing.
    I am facing this problem only with this form. I could print other forms / Scripts.
    What might be the error ? Please Let me Know ..
    Thanks & Regards
    Venkat
    Message was edited by: venkat Kumbham
    Message was edited by: venkat Kumbham

    Venkat,
    You can do that in two ways. Once is to set it in the USER DEFAULTS. Go to SU01 and you can see a tab for DEFAULTS.. There will be a check box for PRINT IMMEDIATELY.
    Or you can do that in the SMART Form parameters also. In the OUTPUT_OPTIONS parameters ther is a field TDIMMED. Set that to 'X'. That should print the form immediately.
    Regards,
    Ravi
    Note : Please close the thread, and mark the helpful answers if this solves your problem.

  • Smartform-Funny Problem

    Dear all,
    In an existing smartform I had to make the following changes:-
    1:-Include the Sec Education Cess @ 1 %   and display its value
    2:-For multiple line items the sales tax (@ some %)  value must be addition of both the line items sales tax value.
    3:-Finally in the grand total Sec Education Cess value will have to be included.
    Points 1 and 3 are fine.
    But in point 2,while in debugging altough i can see the addition of both the line items sales tax value (which I have taken in the v_sstax),in the output,i can see only the sales tax value of 1st line item.
    eg:-
    Sales Tax @ 4% for 1st line item is 152.59
    Sales Tax @ 4% for 2nd line item is 174.31.
    Desired output should be 152.59 + 174.31 = 326.9 (which I can see while debugging).This 326.9 is taken into consideration for the grand total and hence grand total is correctly displayed
    But i am getting only 152.59 in the output of salestax
    There is no other code involved in between 152.59 + 174.31 = 326.9 and its printing.
    Where might be the problem?Plz give me some suggestions.
    I have been at it since yesterday but have not yet found out a solution

    Hi,
       Have you written the sales tax text in loop. check it once if yes, then write the text separatly.
    Rgds,
    Bujji

  • Smartform-printing problem

    hi gurus,
    The smartform is a letter fromat.
    The  selection  screen contains vbak-lifsk(Delevery block) its mandatory field and  vbak-vbeln .
    My requirement is to print all sales order no.'s and that sold to party details  and remaining is hardcoded.
    my problem is, suppose in a block if there  are 2 or more sales doucuments we want to print the same format for for those sales order numbers.
    suppose delevery block is Road Permit.
    this block contains 5 sales order numbers.so i want 5 letters .
    Now i am getting for one sales order no .
    Best answers will be rewarded.
    Thanks and regards,
    alson

    Hi Alson,
              If the output is only one page per sales order....
             1. Hardcoded part would be repeated per each page.
             2. For the dynamic date ( sales order no. and sold to party details ),
                 we can run a loop and print each sales order no. in different page
                 with NEW-PAGE command....
              or another approach could be.. we have to call the generated FM for the
              smartform within a loop of the table which has all the data of sales orders
              for a delivery block....

  • Smartforms ITAB problem

    Hi experts,
    Iam working on smartforms to display INVOICE using
    VF02>Billing document>Issue_Output to....
    Here i need to display Material sales text.I got it into ITAB using Read text in the program lines.
    Now, may problem is how to define ITAB globally <b>with header line?</b>
    So that i can loop it and display the data.Any suggestions pls....
    Reward guaranteed,
    thanks,
    kaki

    Hi Kaki,
    If you are using a program to pass value to smartform, you cannot use internal table with header line. For that you have to go to Interface and there in the tables tab, give the name of the internal table. Now define a structure in the Global Definitions.Now in the tables node (or in the loop node) ,loop internal table into structure. Now use this structure for displaying the values.
    If you are not using a program, then you can use an internal table with header line as explained in the previous post. Now create the structure in the Global definitions . Now in the global definitions, go to Initialization tab and give the select statement to pass the value into the structure. NOw in the table node(or in the loop node), loop internal table into structure and use the structure to display the values.
    You can refer to this link and view my post for more details.
    declaring IT in smartform
    Hope my point is clear.
    Regards,
    SP.
    Message was edited by: Sylendra Prasad

Maybe you are looking for

  • Test the performance of JSP application

    is there any trusted tools to test the performance of jsp web applciation with JDBC code ? i need to test the performnce wth huge number of users , thanks

  • How to use resource servlet ?

    Hi all, Does any body know know how to use resource servlet to share resources (xsd, wsdl etc) in OSB ? Kindly provid eme witht the steps Thank you.

  • Time Machine - all backups gone, backups fail

    I've been backing up with time machine for 10 months via direct USB connection. I've recently been receiving a string of Time Machine error messages including "Error completing backup, an error occurred while creating backup folder" and "backup disk

  • Photoshop CS6, Adjustment Layers: where are the graphs?

    I am new to CS6, though I used to use CS on my old computer. If I open an image and select Image/Adjustments/Curves (or Layers), I get the large graph on a white background that I am familiar with from CS. But if I select Layers/New Adjustment Layer/

  • Query regarding session timeout

    Hi all, I have a scenario. My OAF page session gets timed out after 15 minutes and prompts me to login again. But before logging in, I just clicked on the back button of my browser and I was able to see the previous page. Can anyone please advise me