Smart Forms Shading on only Totals Part

Hi Friends,
I am working on smartforms. My requirement is after completing of the all line items, i ned to disply Totals. Now it is displaying. But i need Boxes and shading for the total part.
Can anybody pls help me how we get it.
Points will reward for solution.
Thanks,
Srinivas.

Hi Srinivas,
Create an table contral and then select indivudual cells (Cell which you want to color) and give shading and boxes. And also totals should be in saparate window but not in main....Thats it
Enjoyee!! SAP
Sivaram

Similar Messages

  • Send Smart Form to Spool only

    Hi,
    I need to send a smart form to spool only. It's not to be printed. I have set the following:
    no_dialog = 'X'.
    tdnoprev = 'X'.
    tdnewid = 'X'
    tdimmed = ''.
    and it's sending the smart form to the spool and printing it at the same time.
    Anybody can advised me which parameters should I set? Points will be rewarded for useful replies. Thanks.

    hi,
    use <b>ssf_function_module_name</b>
    and
    <b>ws_formname</b>
    the below link contains all the declarations and function module information.
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/452ea204-0701-0010-cb88-8cc50fa287f0
    regards,
    Ashok Reddy

  • Issue in printing second page in smart form

    in my smart form i have only FIRST page in tht i have pur order numberwindow, date window and all the item details in mainwindow. my problem is in my page 1 order number and date are getting printed at the exact position whre i  want but when it is coming to the next page that is page 2 order number and date are going out of scope. I cant even change the position of those two windows as it is getting printed properly on 1st page.

    Copy the first page and paste so as to create a second page, now give next page as this second page, and check, if there is any layout issue then make changes in this page, be careful as if you make any any changes, such as deleting some table or template or window in the copied [page it will get deleted in first page to, so only make changes to layout.

  • PO (smart forms) after upgrade ERP2005

    Hi,
    we`ve got accomplish a UG from ERP2004 to ERP2005 and to be able to do now our purchase order, created in smart forms, no more provide and not print. In SAP-Note 843193 it is described that preconfigured smart forms are available only for erp 2004. We deposited a purchase order form with program SMB40/…. How can we use this now, but with that upgrade all preconfigured smart forms informations was probably lost? The preconfigured smart forms are to be delivered now with the baseline packages. Does that mean that we can prepare the program SMB40 now again with the Best Practices baseline DVD? Is it right and how do we have to proceed?
    Best regards
    Lutz Taubner

    If you have old system copy try to copy forms into the new.
    Kind regards,
    Mirek

  • Problem in multiple printing in the Smart Forms

    Hi Experts,
    From the driver program I am passing Internal table with multiple records for employee,
    But the smart forms is printing only single form for the employee.
    Could you please suggest what need to be done in order to print multiple forms for employee.
    Regards,
    IFF

    IF sy-tabix EQ 1 .------>only for first loop it will give dialog box
          CALL FUNCTION fm_name
            EXPORTING
              user_settings      = 'X'
              vbeln              = it_vbeln-vbeln
              pdf                = r2
              rbiclear           = c3
            IMPORTING
              job_output_options = job_out
              einv               = einv.
        ELSE.
               c_par-no_dialog = 'X'.----
    > if u set this then u will not get dialog box again and again
           out_opt-tdnoprev = 'X'.
            out_opt-tddest = job_out-tddest.
            out_opt-tdprinter = job_out-tdprinter.
          CALL FUNCTION fm_name
            EXPORTING
              control_parameters = c_par
              output_options     = out_opt
              user_settings      = space
              vbeln              = it_vbeln-vbeln
              pdf                = r2
              rbiclear           = c3
            IMPORTING
              job_output_options = job_out
              einv               = einv.
        ENDIF.

  • Smart Forms: Adress nodes

    Hi all!
    In the adress-node in Smart Forms you can only define the number of lines, that are used for the output. If you use e.g. 4 lines the output looks something like this:
    <b>  company name
      street 123
      city
      state</b>
    Is it possible to write the adress with the Smart Forms adress-node in only one line, like this?
    <b>  company name, street 123, city, state</b>
    Best regards,
    Stefan

    Hi
    Use function
    <b>ADDRESS_INTO_PRINTFORM</b> How <b>many line u</b> want address u can specify in function.
    Address format according to Post Office guidelines
    <b>ADDRESS_SHOW_PRINTFORM</b>
    see FM documentation.
    Note. It's enough to import two parameters:
    ADDRESS_TYPE = 1 (Firm or Organization, SAP Address)
    ADDRESS_NUMBER
    <b>ADDR_GET</b> Get address
    Hope this will be useful.
    Regards
    vinod

  • Smart form: how to display two total amount in footer

    hi, In smart form i trying to dispaly carry forward total and page total in footer, the first statment
    of the footer only displaying, next one not displaying. But each page in footer i have to dispaly both carry forward total and page total. how to do this?

    Hi ,
    This is a tricky solution.
    Split the footer into two.
    i.e  create two windows with the property of footer.
    Now use the first window to display a result and second window to display the next result.
    This will surely work .
    Just take care of the formatting.
    Regards,
    K.SIbi

  • GRAND TOTAL SOULD BE DISPLAYED ON THE LOST PAGE OF THE SMART FORM

    Hi friend,
                    i calculated the grand total value in my smart form, i want to display it in a smartforms lost page only can any one help me pls.
    In my footer i gave the grand total in a separate line type and condition i gave only before end of main window check box activated but in every pages i got the grand total value.
    kindly any one help me to accuire the exact value.
    Thanks .
    M.S.Amirtharaj Vijay.

    HI Vijay,
    What Sowmya said is correct
    check the table SFSY
    and PAGENO holds current page no
    FORMPAGES holds all page numbers
    Check the condition like
    SFYS-FORMPAGES > SFSY-PAGENO
    or
    SFYS-PAGENO > SFSY-FORMPAGES
    any of above condition will work
    Thanks
    Surendra

  • Decimal conversion of Sales Tax in 'SPARE PARTS SALE INVOICE' ( smart form)

    Hello,
    I am displaying a the value of the Sales Taxc in 'SPARE PARTS SALE INVOICE'. (in Smart Form)
    The field(which holds the Sales Tax value is 'KWERT' -LBBIL_INVOICE-IT_KOND ), with datatype 'CURR', reference table 'KOMK' and reference field 'WAERK'.
    In my smart form,i have declared a variable 'SALES_VALUE' of datatype 'KWERT' and reference field 'IT_PRICE-WAERK' (LBBIL_INVOICE-IT_PRICE), where 'WAERK' is the SD document currency.
    Now when i display the field 'SALES_VALUE' i get 735.00 , whereas the original value in the field is 73.5
    how to correct this and where am i wrong ?
    Thankyou for yur time and really appreciate the help.
    Shehryar

    You are using currency fields that reference a currency code. Most currencies in SAP have two decimal places. Dividing by 100 will work in most cases. Ideally you should get the CURRDEC value in table TCURX for the currency you are working with... then divide by 10 that number of times.
    example-
    USD, 2 decimals, divide by 10 twice.
    There is a function module that will do this for you. Can't think of the name...???

  • Totaling Different Currencies in Smart Forms

    Hi Experts,
    I am able to print smart form in the form of table ,
    Country | Employee No. |Visa Type |Amount| Currency
    USA        1                     B1             500       USD
    USA        1                     L1             200       USD
    UK          1                     WP            100      GBP
    UK          1                     BV             500       GBP
    NL          1                      BV             500      EUR
    DK          1                     BV             100       EUR
    But I want to sum up differnet currencies total wise.
    Please advice.
    Regards,
    IFF

    IFF,
    can you not create program line in Smartforms and use
    At end of for summing up?
    Amit.

  • Smart Forms : Total pages greater than  9 printing as *

    Hi All,
    I have one Smart form having  10 pages.
    If the Total pages more than 9 pages its showing as page 9 of * . 
    but If total pages are less than 10 then its is coming properly as Page 1 of 9.
    [Smart Forms Total number pages more than 9 print ing as *; 
    I have also check this thread and  use  &SFSY-FORMPAGES(3ZC)&  But in this case it is coming page 1 of 01
    Please help.
    Thanks
    Gaurav

    Define the window containing this text as a "late processing window"  (General attributes, Window type set to "L Final Window")
    (For 46c/46d this option did not exist, there was a solution described in [Note 359009 - Postprocessing and query of the total number of pages|https://service.sap.com/sap/support/notes/359009] for older versions  [Note 588352 - '*' when you output the total number of pages|https://service.sap.com/sap/support/notes/588352] suggested to "reserve sufficient space for the number of pages by specifying an explicit length in the formatting options")
    Regards,
    Raymond

  • Urgent : how to calculate sub total and grand total in smart forms

    Hi Friens..how to calculate sub total and grand total in smart forms..How to print them in smart forms...Also kindly explain how to handle events in smart forms..Thanks in advance

    Re: Subtotal with Table Node in smartforms

  • Ipad PDF app that will allow printing of only the part of the form that is filled in?

    I have a specific job I would like to do with an ipad... I need to be able to fill out a current PDF form and print out only the part that I typed.  It will be printed on a ready made, pre-printed form. Is there an app for this? I have tried PDFReader Pro, GoodReader, pdf-notes, Documents 2, FileApp, and Touch-Fill-Go.  I also looked into PDF Expert but their tech support said that it would also print the entire form. I also need it to clear the form and not save it as I need to use it over many times.  The "job" is a medical record form that has been created in adobe acrobat to be used with a computer.  Our records are still in paper form so the patient medical record sheet is preprinted with the client info.  So, if the dr (me) wants to use an ipad to type up the medical record we only want that typed portion showing when printed onto the patient current medical record sheet.  Basically this works great with a pc or mac but I would like to use an iPad. I hope I haven't been too confusing. Thank you.

    Since the documents are on the server and not your work computer it doesn't matter that your work computer is off.
    Usually computers on a work network are firewalled from the internet. Without knowing the details of your network it is impossible to know wether it is possible. Perhaps you should speak to the IT person at your work.
    If it is possible you will probably need an app that can access the documents on the server using a compatible protocol. I am not aware of an app that handles standard Windows file sharing. Goodreader can do ftp and webDAV. You may require something like webDAV enabled on the server.

  • Hi guru's in SMART FORMS how i  can get subtotals , and page totals

    hi guru's in SMART FORMS how i  can get subtotals , and page totals plz help me

    Hi
    check this
    Subtotals - Check the link...
    <b>Re: Subtotal with Table Node in smartforms can use the PROGRAM LINES node to calculate the page totals in Table node.
    Table Node has three sections:
    Header: (Triggered once in the beginning of a page)
    Create a Program lines node to reset the value of TOTAL to 0.
    Main Area (For each row of internal table)
    Create a Program lines node to add the Value to TOTAL
    Footer (Triggered once in the End of a page)
    Display the TOTAL
    Note: 1) You can declare the TOTAL variable in the GLOBAL Definitions under GLOBAL DATA.
    2) In the PROGRAM lines always pass the TOTAL in both INPUT and OUTPUT parameters
    Regards
    Anji

  • How can i print the serial no: and total in smart form?

    how can i print the serial no: and total in smart form?
    i have two fields Quantity and Price; so i want to display the total for each item and
    atlast the grand total. also the serial no: for each line item.
    how it is possible?

    Hi
    You can do it by two ways
    By making table node or by making simple loop node
    ex
    loop node
          command line node
                  total = total  + itab-quantity.
    text node
    &total&
    Regards
    Aditya

Maybe you are looking for

  • AP - 1099 Tax form

    Hi, SAP  tax Experts, I have configured AP and need to know what are the configs to be done to get the US tax form 1099 to be prnted. Is it part of withholding tax ? Is it to reported to federal for the vendors who are contractors/Private individual?

  • How to find out how many space character in setence (string var) ?

    Dear all Master, I need Your help please. Topic: Script Editor. My System: -CUCM 7.0 -UCCX 7.0 premium -Nuance recognizer 9.0 Question: ABC = string var. ABC = "this is sample" 2 space character in ABC string var. How to find out how many space chara

  • Error in OTL Workflow

    Hi, I have defined the time categories.. One project was missed out, so when i submitted a time sheet it errored out. Now i have added it, and tried submitting new sheet with same data which worked but when i tried to rewind the existing one, it rema

  • How to create insert trigger to XI

    My scenario as follow: When the database is inserted, it trigger the proess in XI How can i solve the problem? Just use the JDBC Adapter? If so, how could i write the SQL? But i have seen the links about Document Formats for the Receiver JDBC Adapter

  • Why do I keep getting (Not Responding). I am running 3.6.9 and i am not too computer savvy so please give me a list of simple steps

    most of the time (not all) when i am using Firefox, the little yellow light on my computer tower stays on (does not flash). at the same time i get a message on the color bar at the top of the screen that says "such and such website" (Not Responding).