Table in smart form  - BOLD

Hi ,
We are not able to make the texts displayed in the table inside the main Page of a smart form
in BOLD or italics..Basically none of the styles are getting applied. We are using Aerial font..
Any suggestions of how to make it work.
Thanks,
Sharadha

Hi Shradha,
For the window in which you are going to display the contents make a new smart style (tcode : smartstyles) in which select the font according to your requirements i.e. bold.
Hope this will help you.
Thanks,
Nitesh Jain

Similar Messages

  • How to create a table in smart form.

    Hi Folks,
    I need to create a table in  smart form with the following fields:-
    vbrp-arktx,vbrp-fkimg,komv-kbetr,komv-kwert.
    Please let me know how to create a table and how to name the columns,size,and the select query for the same.
    All answers will be duly rewarded.
    K.Kiran.

    Hi,
    Following Links gives Details of Smartforms and how to create tables -
    smartforms - very useful link
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/uuid/ccab6730-0501-0010-ee84-de050a6cc287
    http://www.sapbrain.com/ARTICLES/TECHNICAL/SMARTFORMS/smartforms.html
    FAQ
    http://www.sap-img.com/smartforms/smart-006.htm
    http://www.sap-img.com/smartforms/smartforms-faq-part-two.htm
    http://www.sap-basis-abap.com/sapsf001.htm
    http://www.sap-press.com/downloads/h955_preview.pdf
    http://www.ossincorp.com/Black_Box/Black_Box_2.htm
    http://www.sap-img.com/smartforms/sap-smart-forms.htm
    Siddhi

  • How to use loop inside table in smart form

    Hi All
    i have to use page break at the end of each pernr. i got table in smart form and print cells on event on sort begin. it is working ok . i have an other itab in  as well .which i want to the same page with respect to the pernr no.
    but the problem is as i loop the 2nd itab. it prints all the record what it has.
    e.g  i have two pernr 54 and 55.
    the records of itab1 prints on page1 and page 2 properly. now i loop at itab2 it also have relevent records of above said pernrs. but i m unable to control those pernrs and loop print all the records on both pages.
    if u get some thing out of it kindly help me
    Regards
    ammad

    hi,
    Place the second loop ie. itab2 inside the first loop of itab1.  And in the conditions tab of looping itab2 give the condition for checking the pernr.
    try to implement this logic.
    loop itab
      at new pernr
        new-page
      endat.
        loop at itab2 where pernr eq itab-pernr.
       endloop.
    endloop.
    revert back for further queries.
    regards
    Rajitha.

  • How to add empty rows in table in smart form

    how to add empty rows in table in smart form?
    plz help me regarding this
    send me ur queries to [email protected]

    You will need to add some extra rows to the internal table that your table is displaying.  Use a program node to append additional rows with a key but no argument.
    Alternaively a template may me more suitable for your requirement than a table.
    Finally, please do not include you e-mail address in your question.  Your question and the answers provided to it are for the benefit of everyone in the Community.
    Regards,
    Nick

  • Dynamic Table in SMART FORMS

    Dear,
    I just want to pass dynamic internal table to smart form which i have created in print program.How it is possible and i am also using border for field in layout.
    Anuj Modi

    Hi Anuj Modi,
    Smart forms are not really dynamic (except if you are talking about the number of lines), could you please explain what rendering you want to achieve exactly?
    Sandra

  • Table in smart form

    hi abapers
    i have one small doubts
    is it necessary to maintain an internal table in data tab of tables(in smart forms). it doesnot give error in activation but give dump while running.
    pls clarify
    madhu

    hi,
    the Table Node is provided in the smartfrom to print thadata in the Internal table. without tabel it is no use to create a table node.. as in the above post while the activation may be  u won't get the error..
    if you want a loop without a table in ur layout then go for LOOP node.
    Please Close this thread.. when u r problem is solved
    Reward if Helpful
    Regards
    Naresh Reddy K

  • How to create table in smart form

    hi all,
    i want to create table in to main window of smartform.
    i am trying it but it gives me line type error.
    plz give me  detailed procedure for creating table in smartforms.
    thanks in advance.
    regds.
    Vinod

    check the below links :::
    Standard programs for Smartforms
    Re: standard forms
    To learn
    SmartForms : some links
    http://www.sapgenie.com/abap/smartforms.htm
    http://www.sap-img.com/smartforms/sap-smart-forms.htm
    http://help.sap.com/saphelp_46c/helpdata/en/a5/de6838abce021ae10000009b38f842/frameset.htm
    http://help.sap.com/printdocu/core/Print46c/en/Data/htm/english.htm
    http://www.sap-img.com/smartforms/smart-001.htm
    http://www.sap-img.com/smartforms/smartform-tutorial.htm
    http://www.sap-img.com/smartforms/smart-002.htm
    http://www.sapgenie.com/abap/smartforms.htm
    http://www.sap-img.com/smartforms/sap-smart-forms.htm

  • Adding a new table in smart form

    HI,
    I want to add a new table to a smartform. like say i want to print LIKP-ROUTE in the main window of the smart form, (islikp like likp)
    I have added this table in the table tab of form interface, then in the mainwindow, i have added a new loop and mentioned
    islikp into islikp.
    and in text i have mentioned
    route : &likp-Route&.
    But its giving a dump.
    Do i have to a create a new program and add the function module.
    pls suggest.
    Thanks,

    If you are passing the internal table values from the driver program, then you need to export the internal table from the driver program and have to declare it in the 'Tables" tab of the form interface in the smartform.
    Eg:-
      CALL FUNCTION wrk_funcmodu
        EXPORTING
      ARCHIVE_INDEX              =
      ARCHIVE_INDEX_TAB          =
      ARCHIVE_PARAMETERS         =
         control_parameters         = st_cntrl
      MAIL_APPL_OBJ              =
      MAIL_RECIPIENT             =
      MAIL_SENDER                =
         output_options             = st_outopt_info
      USER_SETTINGS              = 'X'
          invoiceno                  = wrk_doc_num
          invoicedt                  = wrk_doc_dt
       IMPORTING
      DOCUMENT_OUTPUT_INFO       =
         job_output_info            = st_prnout_info
      JOB_OUTPUT_OPTIONS         =
        TABLES
          it_likp                = it_likp
    If the internal table value is not passed from the driver program and if it has to be used inside the smartform then declare the internal table in the "Global definitions", under the tab "Global data".
    *intenal table declaration
    Variable name  type assignment            Associated type    
    IT_LIKP            TYPE TABLE OF     LIKP 
    WA_LIKP             TYPE          LIKP
    loop the internal table it_likp to loop into the work area wa_likp.
    drag and drop(from the fiel list) the work area field to the text element.

  • ABAP - Dynamic Table in Smart Form

    Dear All,
                 Can i assign a table at run time mens table rows and column will depend on user selection and no. of records fetched by query.  Is there any utility.
    Plz let me know ASAP if there is any. Looking forward to your co-operation.
    Thanks & Regards,
    Gulrez Alam

    Dear All,
                 At the time of table creation in Smart Form, we had to assign no. of columns and its width.
    In the case when no. of coulumns will be decided by the no of records return from the query. how can i link smart form with that records.
    No. of coulms in the smart form will be decided on the i/p no. given by the user. it can be any no.
    Plz suggest me the appropriate things.
    Is it possible or not in the smart forms.
    Thanks in Advance
    Gulrez Alam

  • Tables in smart form

    can we place any command line between the loop of  table?
    actually i want to change the data type of elements before it prints on the smart form's table.
    plz help me

    Hai ashish,
    Yes you can do that like below:
    Let you actual data is of integer type and want to send to script as character type.
    Then you might have declared inger type and at the same place declare your needed data types.
    Ex:
    DATA:
      W_NUM1 TYPE I.
    DATA:
      W_CHAR1(15) TYPE C.
    *Your actual purpose is achieved here
    LOOP AT ITAB INTO WA.
    moving them to char type
      CHAR1 = WA-W_NUM1."(If w_num1 is filed of the itab)
    ENDLOOP.
    Hope this helps you.
    Regds,
    Chary.

  • Sorting on tables in smart form

    hi all,
    i want to sort my table (at the time it is displayed) on smart form.
    i don't have any options to sort it before.
    plz help me.
    thanks

    Hi,
    It is possible  ABAP programing code...
    In smart form  is  not possible.. while calling function module which is generated by smart form. u will sort interal talbe.
    Hope this help.... assign points.\
    raj

  • How to Print data from variable or  in header of the table in smart forms

    Hi all.
    i have to print mondy tuseday etc in the header of the table . the actual data is printed ok  in the main area from itab where as i m unable to print data in header from that itab.
    i have tried from one variable as well . as i export that value to the smart form andthen try to print but i won't be able to do that
    Regards
    Ammad

    please post the question clearly.

  • Declaring a table in Smart Forms

    Hi Guyz,
    Im having a hard time in using smartforms...actually..i have a structure table ZHPayroll
    Which consists of basic,fix allow ,company etc.
    My main problem is i cant declare or call my structure table in Smartforms under Forms->Tables..My command is <b> IT_GL type ZHPayroll</b>
    It has an error message
    "ONLY TABLE TYPES MAY BE USED AS REFERENCE TYPE FOR A TABLE PARAMETER".So i declare it under Form Interface->Import
    Then I declare a GS_DATA under Global Definitions ->Global Data
    Command is like this GS_DATA type TS_Data (which is my structure under TYPES tab same structure like ZHPayroll)
    .Once I call it  under Main Window->Table->Data
    IT_GL is neither specified under tables nor it is defined as an internal table.
    Please give some advice what to do about this.
    I used this FM see below.
    DATA: ly_formname TYPE rs38l_fnam.
      CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'
        EXPORTING
          formname           = 'ZSF_PAYROLL'
        IMPORTING
          fm_name            = ly_formname
        EXCEPTIONS
          no_form            = 1
          no_function_module = 2
          OTHERS             = 3.
      IF sy-subrc <> 0.
       MESSAGE e001 WITH 'ZSF_PAYROLL'.
      ENDIF.
      CALL FUNCTION ly_formname
        EXPORTING
    <b>      it_gl            = gs_outtab</b>
          exp_total_at_top = 'X'
         prepared_by      = p_prepb
         approved_by      = p_apprb
        EXCEPTIONS
          formatting_error = 1
          internal_error   = 2
          send_error       = 3
          user_canceled    = 4
          OTHERS           = 5.
    Thanks in advance
    aVaDuDz

    Hi Naren,
    I appreciate your reply...Im ok in creating a structure...but the main error is in smartforms.
    this is what i did..
    1.Declare IT_GL type ZHPayroll (created structure) from Form Interface->Tables
    2.Declare GS_Data type TS_DATA (types  declare under Types Tab. This structre is the same with ZHPayroll)
    3. Create a Table from Main Window->Table
    4.Declare internal Table under Data Tab the IT_GL into GS_Data
    5.I called FM in my program
      DATA: ly_formname TYPE rs38l_fnam.
      CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'
        EXPORTING
          formname           = 'ZSF_PAYROLL'
        IMPORTING
          fm_name            = ly_formname
        EXCEPTIONS
          no_form            = 1
          no_function_module = 2
          OTHERS             = 3.
      CALL FUNCTION ly_formname
        EXPORTING
          IT_GL           = gs_outtab
          exp_total_at_top = 'X'
        EXCEPTIONS
          formatting_error = 1
          internal_error   = 2
          send_error       = 3
          user_canceled    = 4
          OTHERS           = 5.
    But after activating my Smartforms this is the error
    Only table types may be used  as the reference type for  a table parameter
    but transfer the IT_GL to Import tab from Form Interface
    Same error occur.
    Please HELP.
    Thanks
    aVaDuDz

  • How to load the values in excel sheet directly into the table of smart form

    could u help me out of this

    Hi krishna,
    insert this code in u r smartform print program
    parameter p_file type rlgrap-filename.
    at selection-screen on value-request for p_file.
    CALL FUNCTION 'F4_FILENAME'
    EXPORTING
    PROGRAM_NAME = SYST-CPROG
    DYNPRO_NUMBER = SYST-DYNNR
    FIELD_NAME = 'P_FILE'
    IMPORTING
    FILE_NAME = p_file
    start-of-selection.
    CALL FUNCTION 'TEXT_CONVERT_XLS_TO_SAP'
    EXPORTING
    I_FIELD_SEPERATOR =
    I_LINE_HEADER = 'X'
    i_tab_raw_data = it_type
    i_filename = p_file
    tables
    i_tab_converted_data = itab[]
    EXCEPTIONS
    CONVERSION_FAILED = 1
    OTHERS = 2
    IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    <b>U can also use ALSM_EXCEL_TO_INTERNAL_TABLE or KCD_EXCEL_OLE_TO_INT_CONVERT</b>
    CALL FUNCTION 'ALSM_EXCEL_TO_INTERNAL_TABLE'
    EXPORTING
    filename = wf_filename
    i_begin_col = v_start_col
    i_begin_row = v_start_row
    i_end_col = v_end_col
    i_end_row = v_end_row
    TABLES
    intern = int_excel
    EXCEPTIONS
    inconsistent_parameters = 1
    upload_ole = 2
    OTHERS = 3.
    CALL FUNCTION 'KCD_EXCEL_OLE_TO_INT_CONVERT'
        EXPORTING
          filename                = p_file
          i_begin_col             = p_scol
          i_begin_row             = p_srow
          i_end_col               = p_ecol
          i_end_row               = p_erow
        TABLES
          intern                  = LT_INTERN
        EXCEPTIONS
          inconsistent_parameters = 1
          upload_ole              = 2
          OTHERS                  = 3.

  • How to delete a line in smart forms

    Hi all
    i have data in my itab  in following format
    Month   1  2  3   4   5   6  7   total
    nov      a   a  a   a   a  a  a    7a
    dec       P   A  P   P  A  p  A   4p
                                                 3a
    i have to print data from col month to 7 in main area of the table in smart forms but it shows the 3rd line as well(an empty extra line) . is there any way that i may be able to delete or truncate third line ? as  i have to print total below some where.
    Regards
    Ammad

    Hi Ammad
    i have a solution to ur question.
    well u only want to print a line in the smartform Main window table if u have data in the first field of ur internal table lets take name as T_FINAL.
    So u want to print lines in Smartform if T_Final-Field1 (which for month) is not empty.
    For this go to the Condition tab of the Line (ROW) inside ur MAIN AREA  In TABLE which must be there in any window probably in the Main window.
    Double click on the Line (ROW) in MAIN AREA, It will contain 2 tabs Output option and Condition.
    Click On condition and write under FIELD NAME the field of ur internal table WA u r using in TABLE for eg T_Final-Field1 if its Internal table with header line or if u r using a separate Work area use the work area like WA_Final-FIELD1, then click on the Square button just in front of it to select an RELATIONAL OPERATOR  , put there the RELATIONAL OPERATOR as "Not Equal to" and in the comparison value column write a space quoted with single quotation as ' '.
    After u do this any  line encountered with its first field of WA_FINAL i.e wa_final-field1as empty wont be printed.
    This Reloves ur issue.
    Regards,
    Akash Rana

Maybe you are looking for

  • FSCM-COL:  Functional logic of Basic Rule BR00000002

    Hi, We are implementing SAP Collections Management and we have a few customers that are never considered valid to the Worklist. We checked a few customers and it seems that because of Basic Rule BR00000002 they aren't considered valid. I checked tran

  • DVD is not working in my laptop! HELP! Satellite L305D-S5938

    My DVD is not working in this laptop, it should be right? I thought this model can play DVDs AND CDs  Again my laptop is Satellite L305D-S5938 Please help why it is not playing DVDs. Thank you

  • Error when using "inlist operator" in the query filter of Webi 3.1

    Hi, We are currently in the process of migrating Deski to webi (BOXI 3.1). The problem is, Deski is using the "inlist" operator which is working fine but after migrating to webi the inlist operator in the query filter is throwing the below error, *Er

  • Mavericks use super high memory after upgraded from 2008 early

    I suffered this pain after I upgraded from 10.7 to 10.9 on my early 2008 MacBook Pro. Just as image shown above, I don't know what reason will cause this problem. It usually gets high with unknown operation. I only get 4G memory. After I start 10.9,

  • Regarding E-Recruitment EHP4

    Hi, We have upgraded from E-Recruitment EHP2 to E-Recruitment EHP4.  We  need to do some customization in the applications like changing the description texts, label of the UI elements etc.. Is there a place in the configuration settings so that we c