Boxes in smart forms

hai friends
  i have created a smartforms containing the details such as material number , plant,....and so on and its displays various material.
i like to know how to draw a box for each material
thanks in advance.

Hi
If you are using the table and table type inside the main window then
in table type,  output options select the hori and verti lines for each field
similarly for  template also
Regards
Shiva

Similar Messages

  • How to Keep Boxes in Smart forms

    Hi All,
    Can anybody help me in keeping the Boxes in Smart forms.
    Thanks in Advance
    Arun Kumar

    Hi Arun,
    Plz be more clear. If you are referring to the frames for the windows, then you need to check the checkbox marked 'Lines With' in <b>Box and Shading</b> under <b>Output Options</b> tab of the window.
    Also, this will be visible only if any text is written inside the window.
    Regards,
    Raj

  • Want Print Priview of check box on smart forms

    Hi Expert,
    I want  Print Priview of check box on smart forms.
    I get the checkbox symbol when i give the print out but it not show in priview.
    So pls suggest how it show in print priview.
    Thanks & Regards
    SwatantraPathak

    Hi,
    If you used the symbols then you cannot see the print preview of the checkboxes. This can seen in the print. If you want to have the print preview of checkbiex you have to create the Window of same size as check size and place it where you required. This cannot be possible with symbols

  • How do i place box in smart form

    hi all,
    how do i place box in smart form?please help.

    write the following commands in ur text editor of the window for which u want to display the box...
    POSITION WINDOW
    SIZE WINDOW
    BOX FRAME 10 TW
    the code will automatically position and size the box according to the window size and position as placed in the screen painter...
    reward if helpful
    regards
    niharika

  • Print dialogue box in smart form

    Hi Experts,
    As i am a beginner i am facing liitle problem with smartforms....when i enter a text in smartform to execute,thn it asks about print status......so problem is what is this print status...what information it wants to enter in it....please suggest..
    Regards.
    Shrikant.

    Hi Experts,
    As i am a beginner i am facing liitle problem with smartforms....when i enter a text in smartform to execute,thn it asks about print status......so problem is what is this print status...what information it wants to enter in it....please suggest..
    Regards.
    Shrikant.
    Hello
    When you execute a smartforms you don´t supress a dialog, a box will appear with the print parameters(Printer, ...) in this dialog you can put your local printer to print the form or press the "Preview" button to see the result.
    Hope it helps
    Kleber Santos

  • How to use a check box in smart forms????

    Hi All,
    Pls let me know how to use check boxes in smartforms.....??
    there are check boxe available which are crossed (i.e,, selected checkboxes) in the smartforms..
    But i need a checkbox which are not selected.( i.e.., which are not crossed).
    Its really urgent...
    Quick responses are highly appreciable..
    Bye

    Refer this thread
    Re: how to display symbols in smartforms
    We can create symbols in smartforms. For this, change the editor to text editor and then goto insert->characters->SAP Symbols and select the symbol you want.
    You cannot see the symbols in print preview, it'll appear only on a hard copy.
    You can also create as Text Element. In the left side of the right window,you can see a icon called Editor.Click it.
    Then in the Menu,
    go to->Change Editor
    Then in the menu,
    Insert->Characters->Displayable characters,select the character you want.Otherwise,if you want to insert SAP Icon,select that option instead of Displayable Character.

  • How to use check box & dropdownlist in smart forms

    can anybdy explain(any examples) how i can use check box or drop down list in smart forms.is ther any provision like that

    Hi Ranjith,
    To use Check box in smartform do the following:
    Change the editor to 'PC Editor' and take the menu.
    in text editor of TEXT ELEMENTS..
    Insert -> Characters -> SAP Symbols
    in print preview u can't see these changes..
    for more details check this link..
    How to create checkbox in smartforms??
    Ashven

  • Smart form-table header-box

    Moved to correct forum by moderator
    Hello All,
    in my smartform iam displaying the data by looping a table. i ahve put a header inside loop.
    and for each new sales order , ia m going explicitly to new page, and when more number of items are there, that can fit in one page, then the smartform implicitly going to new page.
    my problem is, when smart form implicitly going to new page, the MAIN WINDOW is not called, so my header is not displayed. iam displaying this header using a template.
    the other windows, like date etc...are displayed, even if it goes to new page implicitly.
    is there any way i can show the header (in template), in page that called implicitely.
    Thanks in advance
    Best Regards,
    Amarender Reddy B
    Edited by: Matt on Dec 17, 2008 9:59 AM

    >
    Amarender Reddy Busireddy wrote:
    > Hello chenna
    > thanks for your answer
    > can you let em know, how to check that, i am getting that check box in display mode, even if enter the smart form in change mode.
    >   i tried many ways but i could not make that check box editable
    Thats because your table is not in the MAIN window I suppose. Keep your table in the MAIN window of the smartform and then Chenna's solution would work fine.
    Vishwa.

  • Smart Forms - Check box

    hi all,
    In smartforms we display the check box by using sap symbols. I dont know how to activate the checkbox through smart form itself or se 38 prgm itself. Pl guide me.
    Regards:
    Manoj

    Hello Manoj,
    This is what happens if you do not give the complete scenario.
    If you are using a SF. Create an alternative node:
    1. If true, call the text having symbol <697>
    2. If false, call the text with symbol <727>.
    I hope you know the condition based on which the checkbox has to be displayed.
    BR,
    Suhas

  • Smart forms print control pop box (no required) when run report

    Dear All Expert Guru,
             how to control printing pop box when execute transaction code ,Report are make in smart form format
             because while run our report then come printing pop box  select out put device the will come report
                                             . but our user required no should be come printing pop box they are required when run report direct come report
       Pls help me any one.
    Thanks & Regars.
    Sudhir Srivsatava

    Hi,
       Pass the parameter no_dialog = 'X' while calling the smartform.
    data: wa_ctrlop type ssfctrlop.
       wa_ctrlop-no_dialog = 'X'.
    CALL FUNCTION fm_name
      EXPORTING
    *   ARCHIVE_INDEX              = ARCHIVE_INDEX
    *   ARCHIVE_INDEX_TAB          = ARCHIVE_INDEX_TAB
    *   ARCHIVE_PARAMETERS         = ARCHIVE_PARAMETERS
        CONTROL_PARAMETERS         =  wa_ctrlop
    *   MAIL_APPL_OBJ              = MAIL_APPL_OBJ
    *   MAIL_RECIPIENT             = MAIL_RECIPIENT
    *   MAIL_SENDER                = MAIL_SENDER
    *    OUTPUT_OPTIONS             = OUTPUT_OPTIONS
    *    USER_SETTINGS              = 'X'
    * IMPORTING
    *   DOCUMENT_OUTPUT_INFO       = DOCUMENT_OUTPUT_INFO
    *   JOB_OUTPUT_INFO            = JOB_OUTPUT_INFO
    *   JOB_OUTPUT_OPTIONS         = JOB_OUTPUT_OPTIONS
    EXCEPTIONS
       FORMATTING_ERROR           = 1
       INTERNAL_ERROR             = 2
       SEND_ERROR                 = 3
       USER_CANCELED              = 4
       OTHERS                     = 5
    Regards,
    Srini.

  • Smart form printing without dialog box

    Hi,
    Thanks to eveyone for reading this post.
    I want to print a form thru smartform. I am able to do that now by calling that smart form and passing the data. Now i wanted to print multiple docs using smartform so that the dialog box printer doesnt apppear and all printing is executed without any user intervention.
    I tried to call smart form in the following way so that data is printed to the printer without any thing appearing on the screen (dialog box).
    I did consult the forums here and when i try it I either see the dialog box or see other sy-subrc.
    Code -
    Data: w_ctrlop TYPE ssfctrlop,
             w_compop TYPE ssfcompop.
    W_COMPOP-tdnewid   = 'X'.
    W_COMPOP-tdFINAL   = 'X'.
    W_COMPOP-tdimmed   = 'X'.
    W_COMPOP-tddelete  = 'X'.
    W_COMPOP-tdcopies  = 1 .
    *W_COMPOP-TDNOPREV  = 'X' .
    W_COMPOP-TDDEST    = 'LP01'.
    *W_COMPOP-tdnoprint = 'X'.
    W_ctrlop-DEVICE    = 'PRINTER'.    " Here we dont give printer name 'KX-P3696'.
    w_ctrlop-no_dialog = 'X'.
    w_ctrlop-preview   = ''.
    CALL FUNCTION '/1BCDWB/SF00000135'
    *CALL FUNCTION v_form_name
      EXPORTING
        control_parameters  =  w_ctrlop
        output_options      =  w_compop
        user_settings       = 'X'
      IMPORTING
        job_output_info    = w_return
      EXCEPTIONS
        formatting_error   = 1
        internal_error     = 2
        send_error         = 3
        user_canceled      = 4
        OTHERS             = 5.
    i would be glad if anyone can help me. I did a few RND in the code above to make it work but it dosent.
    Moreover when the dialog box appears then there is a text in the bar below which says please maintain printer master data. (something like that). Is that creating a problem ?
    Thanks,
    JG

    REPORT  ZANNTEST.
    Data Declarations
    DATA : control TYPE ssfctrlop,"Smart Forms: Control structure
                output_options TYPE ssfcompop,"Smart Composer (transfer) options
                 v_fm TYPE rs38l_fnam."Form Name
    control-preview = 'X'."Preview the output of Smartform
    control-no_dialog = 'X'."Don't show Dialog
    output_options-tddest = 'LOCL'."Spool: Output device
    output_options-tdnoprint = 'X'."No printing from print preview
    Function Module to get Generated Fucntion module of Smartform
    CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'
      EXPORTING
        formname                 = 'ZCONEXTNLETTER'  " your created zform
    IMPORTING
       fm_name                  = v_fm
    EXCEPTIONS
       NO_FORM                  = 1
       NO_FUNCTION_MODULE       = 2
       OTHERS                   = 3.
    IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
             WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    CALL FUNCTION v_fm
      EXPORTING
       user_settings            = ' '                         " don't forget this option
       control_parameters       = control
       output_options           = output_options
        PR_PERNR                = '00001019'   " it wil come from ur form parameters
        PR_BEGDA                = '19940101'   " it will come from ut form parameters
    EXCEPTIONS
       FORMATTING_ERROR         = 1
       INTERNAL_ERROR           = 2
       SEND_ERROR               = 3
       USER_CANCELED            = 4
       OTHERS                   = 5.
    IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
             WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    this is the best answer for ur requirement..
    lets njyyyyyyyyyyy..

  • Smart Form printing witout dialog box

    Hi Experts,
    I want to print the smart form when i execute the print program witout any dialogbox asking for printer name or other details.
    I am using the following code. By using this i am not getting any dialog box, but its not printing anything.
    DATA wa_outputoption TYPE ssfcompop.
    DATA wa_controlparameters TYPE ssfctrlop.
    wa_outputoption-tddest = 'INFO' .
    wa_outputoption-tdnoprev = 'x'.
    wa_outputoption-tdimmed = 'X' .
    wa_controlparameters-no_dialog = 'X' .
    wa_controlparameters-no_open  = 'X'.
    wa_controlparameters-no_close = 'X'.
    wa_controlparameters-device   = 'PRINTER'.
    CALL FUNCTION '/1BCDWB/SF00000116'
        EXPORTING
      ARCHIVE_INDEX              =
      ARCHIVE_INDEX_TAB          =
      ARCHIVE_PARAMETERS         =
        control_parameters         = wa_controlparameters
      MAIL_APPL_OBJ              =
      MAIL_RECIPIENT             =
      MAIL_SENDER                =
       output_options             = wa_outputoption
      USER_SETTINGS              = 'X'
          v_whno                     = 'WN1'
          v_sttyp                    = 'ND1'
          v_plant                    = 'WN01'
          v_invrec                   = '1068'
          v_page                     = '3'
          v_invdt                    = sy-datlo
    IMPORTING
      DOCUMENT_OUTPUT_INFO       =
      JOB_OUTPUT_INFO            =
      JOB_OUTPUT_OPTIONS         =
    EXCEPTIONS
       FORMATTING_ERROR           = 1
       INTERNAL_ERROR             = 2
       SEND_ERROR                 = 3
       USER_CANCELED              = 4
       OTHERS                     = 5
    Please suggest a solution.

    hi pankaj,
    it looks fine, u r passing correct parameters only but just try..
    just pass these parameters:
    DATA:  ST_CONTROL_PARAMETERS      TYPE SSFCTRLOP
      st_control_parameters-device     = 'PRINTER'. "Output device
    st_control_parameters-no_dialog  = 'X'.       "SAP Smart Forms: General Indicator
    I am using the same, it is working fine,
    can u plese tell wht exactly happening.. is the dialogue is displaying or smethig else. r u calling this from only once or many time base on any conditions check once..r u passing right values..
    call this FM before calling samrtform because u will face problems in PRD and Quality.. if u r already then ignore this.
    c_formname = 'xxxx ut form name'.
    v_fm_name is type rs38l_fnam.
    CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'
      EXPORTING
        formname           = c_formname
      IMPORTING
        fm_name            = v_fm_name
      EXCEPTIONS
        no_form            = 1
        no_function_module = 2
        OTHERS             = 3.
    CALL FUNCTION v_fm_name
    EXPORTING
    * ARCHIVE_INDEX =
    * ARCHIVE_INDEX_TAB =
    * ARCHIVE_PARAMETERS =
    control_parameters = wa_controlparameters
    * MAIL_APPL_OBJ =
    * MAIL_RECIPIENT =
    * MAIL_SENDER =
    * output_options = wa_outputoption
    * USER_SETTINGS = 'X'
    v_whno = 'WN1'
    v_sttyp = 'ND1'
    v_plant = 'WN01'
    v_invrec = '1068'
    v_page = '3'
    v_invdt = sy-datlo
    * IMPORTING
    * DOCUMENT_OUTPUT_INFO =
    * JOB_OUTPUT_INFO =
    * JOB_OUTPUT_OPTIONS =
    EXCEPTIONS
    FORMATTING_ERROR = 1
    INTERNAL_ERROR = 2
    SEND_ERROR = 3
    USER_CANCELED = 4
    OTHERS = 5

  • Printing data in box in a smart form

    Hi all ,
    I am working on the smart forms .
    I have printed the sold -to party and ship to party at the top.
    the prob is i have to print those data with in a box .
    how could i create a box???
    Pls let me know ...
    Regards
    Raj

    You can set the Box in the Outut Options tab in node Window.
    In the Box and Shading Frame, select the "Line with" checkbox. You can also view the Preview just next to it.
    Regards,
    Naimesh Patel

  • Linking 3 pages in a smart form.

    Hi!
    I have created a smartform with about 5 tables in the main window. I need three copies of the same form with only the signatories at the bottom changing. U can say the last two rows of the last window in the smart form. Rest everything will be exactly the same. I created two pages and copied the details from the first page. Just the last window I have freshly created on each page. Now I am not able to link the three pages. Please suggest.
    thanks,

    Hi,
    To link the pages just do like this,
    right click on your main window of firts page,
    select create,
    select flow logic,
    select command,
    here in general attribute tab enable go to new new page check box, in the input give the your second page name,
    then for third page do same as above,
    finaly save and activate.
    seshu.

  • Is it possible to get direct print without preview of the Smart Form?

    Hi,
    I developed a custom report where line items are coming with a check-box in front of each item. User can select single/multiple line-items by checking those check-boxes. The report also has a PRINT button in application tool bar by clicking which a Smart Form will be printing for each item. Thats mean, for 10 selected line items, 10 forms will be printed.
    But, after clicking the PRINT button, print preview of the form is coming and from there I can go for a print/printer. I do not need the print preview and want to have the direct print option while clicking the PRINT button. How can I have this functionality?
    Thanks in Advance
    Roy

    Hi,
    Initially I get the Form Name by calling FM: SSF_FUNCTION_MODULE_NAME and I store it in l_fm_name. now calling the FM: l_fm_name like below:
    LOOP AT i_item INTO wa_item.
    CALL FUNCTION l_fm_name
              EXPORTING
                wa_item                    = wa_item
             EXCEPTIONS
               formatting_error           = 1
               internal_error             = 2
               send_error                 = 3
               user_canceled              = 4
               OTHERS                     = 5.
            IF sy-subrc <> 0.
              MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                      WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
            ENDIF.
    ENDLOOP.
    As I have multiple form need to print, I am calling the smartform in loop.

Maybe you are looking for

  • Printdatagrid variableRowHeight="true" and multipage

    Hi All, I've been searching for a fix or workaround to what seems to be a long time bug with printing. When my PrintDataGrid is set to have variableRowHeight="true" wordWrap="true" and there is a need for multipage, the last row is cut off. This basi

  • IMovie 6 to show in iMovie 5

    I am running a MacBook using 10.4.8 and have created a small movie in iMovie 6. I want to share this iMovie with someone who wants to show the editing of clips and such on an eMac running 10.4.6 with iMovie 5. There is no way to get iMovie 6 on that

  • Unable to process the user defined  Dimensions

    Dear Experts, When i am Create User defined Dimension and i fill the Dimension Members after this i am Processing the Dimension at that time i am getting the following errors. Exception error has occured;check the log id=122 for more details Call was

  • Downloading using Snow Leopard-Where does the DL reside?

    I have been using leopard along with third-party "Speed Download" without difficulty. When I switched to Snow Leopard each download began with a Safari screen turning totally gray(blank!) while the address bar showed progress of the download through

  • Mac address table to vm name mapping

    Is there a command that will show the mac address table to vm name mapping from the fabric interconnect or the nexus 1k?