Print Table all Line

Hello:
I want to use all line printing function to print Table, because the print control function can only print visible, so could you tell me how to realize all the lines of print Table?
Thank you

GetNumTableColumns
SetCtrlAttribute with ATTR_NUM_VISIBLE_COLUMNS attribute
Generally speaking, when seraching for a function or an attribute of a control you can right-click on the control itself and select Control Attributes of COntrol functions from the context menu: the help will be shown on the correspnding item, for example the list of attributes that can be used on a table
Proud to use LW/CVI from 3.1 on.
My contributions to the Developer Zone Community
If I have helped you, why not giving me a kudos?

Similar Messages

  • Printing In Main Window in Smartform After All Line Items

    Hi All.
    I have this requirement wherein I have to Print Export Charges in main window , below all the line items.
    There is a loop on line item tables and I am printing all line items in the main window.
    How to print this export charges after all the line items?
    Points are assured !!!!

    Hi,
    Create two row line in the main area of the table. First one for line items and the next for the export charges.
    Hope this ll help u.
    (Sorry, this ll print export charges after every line items, try to print the export charges in the footer of the table.)
    Regards,
    Prabhu
    Edited by: Prabhuraj Krishnan on Apr 15, 2008 11:05 AM

  • Want to print a dark line as seperator in table row  for each loop

    Hi,
    I have a collection of data
    I have to print it in a table but condition is it should print a dark line as separator in table for each loop & also have to print a dark line in the end of table.
    means Some thing like below
    Table Headings
    Data1
    Data1.1
    Data1.2
    Data2
    Data2.1
    Data2.2
    Please help ..
    Bunty
    Message was edited by:
    bunty_india

    Well what does your looping code look like?
    Are you using scriptlets? or JSTL forEach?
    Do you have nested loops?
    What is your data structure?
    Your question about knowing which is the last line in the table requires knowing all of these things. Help us to help you.

  • Dot matrix printers Capable of printing TABLE lines In Smartforms

    Hey guys,
       we are using EPSON LX-300+ (dot matrix pritner)
    but the problem is,
    it is not able to print table lines present in a SMARTFORM..
    it can print the same table lines presnet in SCRIPT ...
    so i want to know,
      all the dot matrix printers in the market...
    that can print table lines in SMARTFORMS...
    (pls suggest the DM printers u are using and dont have this problem..i.e unable to print table lines in SMARTFORMS)
    thank you...

    Hi Sreesudha,
    I have used three different line types for the main window.
    LTYPE1(Header) : For printing the column heading along with the title for consignor address.
    LTYPE2(Main Area) : For printing the line items detail. For the first line, I have to print Material Description and chapter Id and if the same    material exists for the second line item, then it should not be printed, so I have written condition for not printing it.
    LTYPE3(Footer) : For printing the footer with the net and gross weight details.
    And for paragraph format, I have used the custom Para. Format only.
    Suggest me ASAP.
    Rgds,
    JK

  • Which all tables suffice all line item GL data requirements

    Please clarify this requirement for Line Item Data from  New GL. my client BMW Inc have configured  New GL in ECC 6.0  if i pull all the records to BW from FAGLFLEXA (Line Item Table) is that sufficient to meet the <b>all line item GL data</b> or is there any other tables missing that also shall be combined to bring the Line item GL  data. Please help me for this if u can check with any of your friends in FICO.  
    2. I have seen that BSEG AND BKPF are used earlier in old FI  versions so what is there now in New GL ECC 6.0 that will suffice for these BSEG AND BKPF  or still i have to pull records by using these tables. for GL Line Item Data.
    If you can help me to give the short  overview of  New GL posting process it would be great.
    Thanks
    Regards
    Soniya Kapoor

    Hi Soniya,
    FAGLFLEXA & FAGLFLEXT would contain all FI line item
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/a8/e26840b151181ce10000000a1550b0/content.htm
    Pls assign points as way to say thanks

  • MODIFY ALL LINES IN INTERNAL TABLE

    Hi,
    How to modify more than one line in an internal table? I tried using update, failed as update is not for internal tables. Your help is appriciated .
    thank you,
    surya.

    To change one or more lines using a condition, use the following statement:
    <b>MODIFY itab FROM wa TRANSPORTING f1 f2 ... WHERE cond.</b>
    This processes all of the lines that meet the logical condition cond. The logical expression cond can consist of more than one comparison. In each comparison, the first operand must be a component of the line structure. If the table lines are not structured, the first operand can also be the expression TABLE_LINE. The comparison then applies to the entire line. If the line type of the internal table contains object reference variables as component comp or if the entire line type is a reference variable, the attributes of the attr object to which the respective line reference points can be specified as comparison values using comp->attr or table_line->attr.
    The work area wa, which must be compatible with the line type of the internal table, contains the new contents, which in turn will be assigned to the relevant table line using the TRANSPORTING addition. Unlike the above MODIFYstatement, the TRANSPORTING addition is not optional here. Furthermore, you can only modify the key fields of the internal table if it is a standard table. If at least one line is changed, the system sets sy-subrc to 0, otherwise to 4.
    REPORT demo_int_tables_modify .
    DATA: BEGIN OF line,
            col1 TYPE i,
            col2 TYPE i,
          END OF line.
    DATA itab LIKE HASHED TABLE OF line WITH UNIQUE KEY col1.
    DO 4 TIMES.
      line-col1 = sy-index.
      line-col2 = sy-index ** 2.
      INSERT line INTO TABLE itab.
    ENDDO.
    line-col1 = 2.
    line-col2 = 100.
    MODIFY TABLE itab FROM line.
    LOOP AT itab INTO line.
      WRITE: / line-col1, line-col2.
    ENDLOOP.
    The list output is:
             1        1
             2      100
             3        9
             4       16
    The program fills a hashed table with a list of square numbers. The MODIFY statement changes the line of the table in which the key field col1 has the value 2.
    I hope it helps.
    Best Regards,
    Vibha
    *Please mark all the helpful answers

  • Smartforms table border lines not printing (URGENT)

    HI,
    I am trying to print samrtform table border lines on Epson dot matrix printer, in print preview it showing table borders as thick black lines, while printing it not printing lines. It is printing data correctly. Can any one suggest the soution, it is very urgent.
    Regards,
    MAHESH
    Edited by: MAHESH FADNAVIS on Apr 7, 2008 11:53 AM

    Can you try to print in a different printer, if the error persists then the problem is in the smartform, otherwise raise a note to SAP regarding this. I think that there is problem is with the page format in which u are taking the printout.
    OR
    Can you check if you have selected the framed border in the table border select pattern.
    Hope That Helps
    Anirban M.

  • I Have a Mac 10.2 and a HP 6700 all-in-one printer,when I set-up to print the top line of the image is cut off

    I Have a Mac 10.2 and a HP 6700 all-in-one printer,when I set-up to print the top line of the image is cut off

    If there isn't a Page Setup in the Print Dialog, open Text Edit>Edit>Page Setup, check borders there or use Custom Page setup & save.

  • Taking download into excel from ALV Grid - header is printing in two lines

    Hi All,
    I have a scenario where I am taking the download from ALV grid to an excel sheet. Now the header of the ALV (column names) is appearing in two lines in the downloaded excel sheet while items (records of the ALV table) are getting displayed in a single line.
    This download is taken from the standard download to local file (spreadsheet) button provided by SAP for ALVs.
    I am using function module "Reuse_alv_grid_display" for the purpose.
    Can somebody provide an idea how I can avoid the header printing in two lines and keep the length as it is.
    Thanks in Advance,
    Chandan

    Hi..
    1. Pass header name in internal table appned first line.
    2. after that pass u r data .
    3. Use  FM. WS_DOWNLOAD 
    Salil ......
    Edited by: salil chavan on Nov 26, 2008 11:07 AM

  • Smartforms  how to print Table rows on to the next page automatically

    if this question is answered pls point to the the link
    SMART forms:
    layout :  Half of my A4 page is filled with templates, a small portion is footer, the middle portion is Table.
    Note: i have set the condition for the footer as (tick the check box) "only after end of main window"
    Output:
                       the template is displayed the table is populated on the first page, no footer on 1st page,
                    on page 2 the table rows are printed (table rows were a lot) and finally footer got printed every thing as per normal
    what i want is:
                     instead of the table lines printed in the middle of page 2 (bcz my main window table is in the middle, top is templates)
                     i want the table lines (after filling the main window table lines in the 1st page) to continue to print from the
                     top of the page on page 2 and immediately after the table rows finish. footer must be printed....
    what should i be doing to get this output

    dear bob,
    yes i have done that already as u said, when i do it......
    i created a new page (next page) directed first page to next page
    on the next page my layout is like below
    removed all the templates dragged the main window to the top of the page...... 
    when i check the result, there is an empty line as the first line in the table (2nd page)
    and also the footer (again a template) on the first page, which is ticked as ( print after end of main window) is NOT displaying.

  • How to draw horizontal line in smartform after end of the all line items

    Hi Friends,
    I am working on the smartform. I have created TABLE node in Main window.
    i want to draw a horizontal line after end of the main window table node. i mean after printing all the line items of the table, I need to print one horizontal line.
    Could you please help me how to resolve this issue.
    FYI: I tried with the below two options. But no use.
    1. desinged footer area in the table node of the main window.
    2. tried with uline and system symbols.
    please correct me if i am wrong. please explain in detail how to draw horizontal line after end of the main window table.
    this is very urgent.
    Thanks in advance
    Regards
    Raghu

    Hello Valter Oliveira,
    Thanks for your answer. But I need some more detail about blank line text. i.e thrid point.
    Could you please tell me how to insert blank line text.
    1 - in your table, create a line type with only one column, with the same width of the table
    2 - in table painter, create a line under the line type
    3 - insert a blank line text in the footer section with the line type you have created.

  • Sum of all line items and display at the bottom of the page

    Hi ABAPers,
    I am displaying line items in the main window based on PO number ....and I've a coloumn Total amount.
    My requirement is after the line items , the  grand total which is the sum of all line items has to be displayed.
    Is this possible. If so, can anybosy help me in that.
    thanks in advance

    Hi ,
    It is possible.
    For that u have to do  following
    take one variable of same type on which you want to calculate total  ... declare in global variable
    double click in the table  goto the calculation tab in that give the variable on which u want to calculate total
    print in the total in the  footer of the table ..
    Hope you resolve your problem
    Let me know any concerns......

  • Sorting internal table with line types

    Hi,
    I have internal table juts for an example with four entries as below:
    A[]
    Line.....Line Types
    444001.....P
    New York...C 
    Evershine..B
    Mary.......N
    I want to sort the internal table with line types in order of lin types NBCP.
    How can i do this ?
    Please help.
    Note: Above example is just with four entries, there might be internal table with ten entries and ten defined sorting order for line types.

    Hi Tushar,
    Please note that we can't changes the mandatory sequence of the address format as defined in the country specif address format. We can change the sequence of others fields by line_priority.
    Try to change the address type :
    ADDRESS_TYPE - Address type (from 3.0C)
    There are three types of address:
    Address type '1': addresses of firms or organizations; the address structure which is used in most SAP applications as 'Address'.
    Address type '2': address of a person
    Address type '3': work address, usually the address of a contact person in a company
    Please use T/code "OY01"> Select Country> Example :AU"--> Display --> Select address key and press F1. You will find SAP 's Address format configuration .
    sap help:
    Formatting Routine Key for Printing Addresses
    For printing addresses, there are country-specific routines which in each case copy the correct postal formatting of the address.
    The three-character "Address Layout Key" for the recipient country controls which of the routines available for formatting addresses in the relevant country is used.
    These routines are programmed into the ADDRESS_INTO_PRINTFORM function module.
    They are based on different national and international guidelines and norms, including:
    ISO 11180,
    contracts of the World Postal Union (Seoul 1994),
    international address samples from the World Postal Union
    as well as the available rules of the individual countries.
    Below you will find an overview of the country-specific formats currently implemented.
    Customers can program their own formatting routines using a customer exit. The SZAD0001 SAP enhancement has been defined in the package SZAD for this (-> transaction CMOD).
    General formatting rules
    The following parameters are used depending on the transaction:
    whether the company address (street/house number) or the P.O. Box address is printed if both exist,
    how many lines are available for printing,
    which is the sender country.
    If there are not enough lines, then lines are left out according to a standard sequence.
    The address format depends on whether the sender country is the same as, or different from, the recipient country. The country is always specified from abroad, either as a text name, or as an identification code of up to three characters (license plate code or country key).
    Where the country name is written out in full, it is written in the language of the sender country. If a language is not specified for the sender country, or the sender country itself is not specified, the logon language is used instead.
    Exception: the language for the country code can be explicitly overwritten by a parameter in the print program (e.g. when the country code for customs transit papers is always to be specified in a particular language, such as English). if the "Print country name in recipient language" flag is set in the print program, the recipient language is used.
    Other language-dependent components such as the title and the word 'PO Box' are printed in the recipient language or the recipient country language. If this cannot be determined, the logon language is again used.
    For all formats except Great Britain (006), Japan (013), and South Korea (017), the core of the address is formatted as follows (without empty lines, except for the compulsory empty line:)
    title line (if applicable)
    name block (differs depending on the address type, see below)
    street address or PO Box
                            (compulsory empty line, if applicable)
    city line with postal code
    country code (if applicable)
    The city line and the country name are always printed in upper case for foreign addresses (only for the complete address, not for short forms).
    The name block generally consists of the following:
    "Normal" addresses (address type SPACE and address type 1):
    NAME1
    NAME2
    NAME3
    NAME4
    Personal addresses (address type 2):
    Title of person and name of person
    Business address with department and contact person (address type 3):
    NAME1
    NAME2
    NAME3
    NAME4
    department
    title of person and name of person
    In addresses entered using Business Address Services (central address management) (see Release notes Central Address Management for Release 4.0 and Central Address Management for Release 4.5 ), the street address can comprise several lines (see Print street address), otherwise street and house number are maintained in the Street field.
    Some countries do not have a compulsory empty line (see notes below). The city and district are printed in the city line, connected by a hyphen (exceptions: 004 USA, 006 Great Britain/Ireland, 013 Japan, 015 Germany, 017 South Korea, 019 Denmark), provided that the total length does not exceed 35 characters. If a different city is specified for the PO Box (PFORT), this is used in the PO Box address.
    In all formats which use a country code (currently 001 European standard format 002 Italy, 011 Switzerland and 014 Austria ), the license plate code for that country is used. If this is not maintained, the country key in table T005 is used.
    If the "Print country name in foreign addresses" flag is set for the sender country in table 005, the country code is not used; the country name is printed in the last line of the address.
    Formats 004 (USA), 005 (Canada) and 008 (Singapore) contain a line ('F') for the function of the contact person in the company (if address type = '3'). This line comes immediately after the line 'N' (Name (and title) of the natural person).
    In formats 002 (Italy), 004 (USA), 005 (Canada), 006 (Great Britain), 007 (Brazil) and Australia (009), the REGIO field (Region, State, Province, County) is formatted. For the USA, Canada, Brazil and Australia, the key from table T005S is used; for Great Britain the text name from table T005U.
    In all countries for which no "Address structure key" is maintained, a standard format is used which corresponds to format "010".
    Hope this may help you.
    Lanka

  • Printing of changed line item in scheduling agreement  smart form.

    Hi experts,
    I am facing problem in printing of changed line item in schedule agreement.
    can any body tell me how to find the line item has been changed through programming?what is the procedure to fetch the data for new line item.its
    very urgent for me.
    Please help me in this regard.
    Priti Shrivastava

    Hi
    with the help of  T180-TRTYP field you know if that doc has been changed or created.
    If it is not equal to H it is changed. H means created.
    pass the TCODE of Sched Agreement and check this field.
    You can use the CDHDR and CDPOS table s to get the changed values of new item.
    Reward points if useful
    Regards
    Anji
    Message was edited by:
            Anji Reddy Vangala

  • Printing only 10 lines in the Report

    Hi,
    I have a unique requirement , need to customize the Existing cheque print report in that ,if there are 20 invoice lines related to cheque,i should only print first 10 lines in the output and in 11 th line display message as remaining lines are Not printed.and others lines should not be printed.
    Can the requirement of not printing all the lines from 11th line be done using xml coding.
    Best Regards,
    mahi
    Edited by: BIP Learner on Mar 18, 2010 10:29 PM

    Hi Vetri,
    Thanks for the reply,I tried the for each statement on the xml below and it's showing blank data.
    <?xml version="1.0" encoding="UTF-8"?>
    <!-- Generated by Oracle Reports version 9.0.2.0.1 -->
    <SUPPLIERLIST>
         <G_VENDOR_NAME>
              <VENDOR_NAME>Nuts and Bolts Limited</VENDOR_NAME>
              <ADDRESS>1 El Camino Real, Redwood City, CA 94065</ADDRESS>
         </G_VENDOR_NAME>
         <G_VENDOR_NAME>
              <VENDOR_NAME>Big Bike Motorsports</VENDOR_NAME>
              <ADDRESS>10 Downing Street, London, SW1, UK</ADDRESS>
         </G_VENDOR_NAME>
         <G_VENDOR_NAME>
              <VENDOR_NAME>Second Cars</VENDOR_NAME>
              <ADDRESS>500 Parkway, Palo Alto, CA 94444</ADDRESS>
         </G_VENDOR_NAME>
         <G_VENDOR_NAME>
              <VENDOR_NAME>Phat Tunes</VENDOR_NAME>
              <ADDRESS>1 Beach Park Boulevard, Foster City, CA 94404</ADDRESS>
         </G_VENDOR_NAME>
         <G_VENDOR_NAME>
              <VENDOR_NAME>Big Bank PLC</VENDOR_NAME>
              <ADDRESS>3432 Pecos Avenue, Fremont, CA 94555</ADDRESS>
         </G_VENDOR_NAME>
         <G_VENDOR_NAME>
                   <VENDOR_NAME>1Nuts and Bolts Limited</VENDOR_NAME>
                   <ADDRESS>1 El Camino Real, Redwood City, CA 94065</ADDRESS>
              </G_VENDOR_NAME>
              <G_VENDOR_NAME>
                   <VENDOR_NAME>2Big Bike Motorsports</VENDOR_NAME>
                   <ADDRESS>10 Downing Street, London, SW1, UK</ADDRESS>
              </G_VENDOR_NAME>
              <G_VENDOR_NAME>
                   <VENDOR_NAME>3Second Cars</VENDOR_NAME>
                   <ADDRESS>500 Parkway, Palo Alto, CA 94444</ADDRESS>
              </G_VENDOR_NAME>
              <G_VENDOR_NAME>
                   <VENDOR_NAME>4Phat Tunes</VENDOR_NAME>
                   <ADDRESS>1 Beach Park Boulevard, Foster City, CA 94404</ADDRESS>
              </G_VENDOR_NAME>
              <G_VENDOR_NAME>
                   <VENDOR_NAME>5Big Bank PLC</VENDOR_NAME>
                   <ADDRESS>3432 Pecos Avenue, Fremont, CA 94555</ADDRESS>
         </G_VENDOR_NAME>
         <G_VENDOR_NAME>
                   <VENDOR_NAME>6Nuts and Bolts Limited</VENDOR_NAME>
                   <ADDRESS>1 El Camino Real, Redwood City, CA 94065</ADDRESS>
              </G_VENDOR_NAME>
              <G_VENDOR_NAME>
                   <VENDOR_NAME>7Big Bike Motorsports</VENDOR_NAME>
                   <ADDRESS>10 Downing Street, London, SW1, UK</ADDRESS>
              </G_VENDOR_NAME>
              <G_VENDOR_NAME>
                   <VENDOR_NAME>8Second Cars</VENDOR_NAME>
                   <ADDRESS>500 Parkway, Palo Alto, CA 94444</ADDRESS>
              </G_VENDOR_NAME>
              <G_VENDOR_NAME>
                   <VENDOR_NAME>9Phat Tunes</VENDOR_NAME>
                   <ADDRESS>1 Beach Park Boulevard, Foster City, CA 94404</ADDRESS>
              </G_VENDOR_NAME>
              <G_VENDOR_NAME>
                   <VENDOR_NAME>10Big Bank PLC</VENDOR_NAME>
                   <ADDRESS>3432 Pecos Avenue, Fremont, CA 94555</ADDRESS>
         </G_VENDOR_NAME>
    </SUPPLIERLIST>
    Best Regards,
    Mahi

Maybe you are looking for

  • Error restoring SQL 2008 R2 DB into SQL 2012: BACKUP LOG cannot be performed because there is no current database backup.

    I have a SQL 2008 R2 database that I am trying to move to 2012.  Made a full backup of the database in 2008 R2.  Recovery model is Simple, compatibility level is 2008  Went to 2012, created a dummy database, did Tasks--> Restore --> Database , locate

  • Trouble Connecting My Printer...

    Hello everyone. I have been using my Mac mini for a good three weeks now, and am enjoying it. I just need to learn how to print wirelessly from my Mac, to my Lexmark Optra Ep printer that is hooked up to my downstairs PC. It is not USB. Sorry for the

  • Lost functions

    Satellite L355. Since I had a tech fix a virus problem I can't get y flashcards, function keys or webcam to work. I get the usual drice fail on webcam and no response fromflashcards or function keys. Any options?

  • New User need help, can't get installation completed

    Got my new iPod, 30 gig, color, photo, etc last week. Put in disk to install software. It stopped during the middle of installation so removed disk and found it was scratched big time (I'm sure it was something I did). So, I went to website and downl

  • One vertical muse project and two languages

    Hi, i am building a vertical site, if you click on a tab it scrolls to that page using tags. So far so good. But now comes the part I am busting my brain over. This site has a dutch (main) version and an english version (the english version is not cr