Page format for 132 column dimension in smartforms

hi guys
*In smartforms what is the pageformat for 132 column paper i.e 360 * 310 mm is there any  standard pageformat provided by sap or have to create a new one ,,,how to create a new pageformat.*
Edited by: ahamed13 on Jun 6, 2010 8:44 PM

Ahmed,
create the new page format in SPAD tcode. Go to the device where u want to create the page format as per the requriement.
Regards..

Similar Messages

  • Multiple page format for single smartforms

    We have a requirement to get the output in different page formates for a smartform.
    How to achieve this???

    suppose you r using a program to print the smartform.
    Just check this program.
    REPORT z_sf_demo1 .
    PARAMETERS p_bukrs LIKE ekko-bukrs.
    DATA: fm_name TYPE tdsfname.
    DATA: ssfctrlop LIKE ssfctrlop.
    Function to get the function name to run SMART FORM.
    CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'
    EXPORTING
    formname = 'ZJAYRA_DETAIL'
    VARIANT = ' '
    DIRECT_CALL = ' '
    IMPORTING
    fm_name = fm_name
    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.
    To pass parameters for CONTROL_PARAMETERS
    ssfctrlop-no_open = ' '.
    ssfctrlop-no_close = 'X'.
    CALL FUNCTION fm_name
    EXPORTING
    ARCHIVE_INDEX =
    ARCHIVE_INDEX_TAB =
    ARCHIVE_PARAMETERS =
    control_parameters = ssfctrlop
    MAIL_APPL_OBJ =
    MAIL_RECIPIENT =
    MAIL_SENDER =
    OUTPUT_OPTIONS =
    USER_SETTINGS = 'X'
    bukrs = p_bukrs
    IMPORTING
    DOCUMENT_OUTPUT_INFO =
    JOB_OUTPUT_INFO =
    JOB_OUTPUT_OPTIONS =
    TABLES
    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.
    To pass parameters for CONTROL_PARAMETERS
    ssfctrlop-no_open = 'X'.
    ssfctrlop-no_close = ''.
    ssfctrlop-startpage = 'PAGE2'.
    Function to run SMART FORM from third page to last page.
    CALL FUNCTION fm_name
    EXPORTING
    ARCHIVE_INDEX =
    ARCHIVE_INDEX_TAB =
    ARCHIVE_PARAMETERS =
    control_parameters = ssfctrlop
    MAIL_APPL_OBJ =
    MAIL_RECIPIENT =
    MAIL_SENDER =
    OUTPUT_OPTIONS =
    USER_SETTINGS = 'X'
    bukrs = p_bukrs
    IMPORTING
    DOCUMENT_OUTPUT_INFO =
    JOB_OUTPUT_INFO =
    JOB_OUTPUT_OPTIONS =
    TABLES
    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.
    ssfctrlop-no_open = 'X'.
    ssfctrlop-no_close = ''.
    ssfctrlop-startpage = 'PAGE3'.
    Function to run SMART FORM from third page to last page.
    CALL FUNCTION fm_name
    EXPORTING
    ARCHIVE_INDEX =
    ARCHIVE_INDEX_TAB =
    ARCHIVE_PARAMETERS =
    control_parameters = ssfctrlop
    MAIL_APPL_OBJ =
    MAIL_RECIPIENT =
    MAIL_SENDER =
    OUTPUT_OPTIONS =
    USER_SETTINGS = 'X'
    bukrs = p_bukrs
    IMPORTING
    DOCUMENT_OUTPUT_INFO =
    JOB_OUTPUT_INFO =
    JOB_OUTPUT_OPTIONS =
    TABLES
    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.
    I have also sent a mail to your gmail id regarding the details of my program.
    Hope your query will be solved.
    <b>Rewards pioint for helpful answers.</b>
    Regards,
    Abhay.

  • Page Total for a Column in JSF HtmlDataTable

    Hi All,
    I need an example to calculate page total for price column in HtmlDataTable.
    Each page displays 10 rows and there are 50 rows hence 5 pages in datatable.How to calculate page total after displaying the rows on page.
    Thanks in advance.

    Just get the desired sublist of the datalist and sum the price? You can get the starting index and the rowcount from the HtmlDataTable by its getFirst() and getRows() methods respectively and use it in List#subList(). Then iterate over the list and add the price value of every item in a loop to the total value. You can display it in the footer of the datatable. You can define a footer with <f:facet name="footer">.

  • Page Format for landscape/legal paper for ALV Grid report

    Hi!
    I have a request to set up a particular ALV Grid report as a background job with the report output printing on legal-size paper with landscape orientation.  We currently don't have any reports set up to print on legal size paper.  What do I need to do to set this up?  We currently use X_58_170 or X_65_255 which print on letter-size paper.  I cannot seem to find a page format for landscape legal other than LEGAL which seems to be available only for SAPscript or Smart Forms.  Any help will be greatly appreciated.
    Best Regards,
    Nik von Ruden
    Edited by: Nik Von Ruden on Oct 8, 2010 1:11 AM

    Hi,
    Thanks for you reply.
    I cannot control left and right margin in PDF. Also, it is a PDF file so eventhough somehow you are able to change left and right margin, the content does not adjust itself to fit the legal page (as it does in word or excel).
    Let me know if there is any other option.
    Thanks,
    RS

  • Page format for landscape page layout in smart forms

    Hi Guys,
    Please give the solution for which page format used for landscape layout used for creating smartforms.

    Hi Vinayak,
    Even though there are no specific page formats available for landscape layout, you can use a standard DINA4 page format and put the page as land scape layout. 
    This can be done in the Page's Out put Tab, there is an option Print Attributes in which you can select either Portrait format or Landscape format.
    Hope this will help you.
    Regards,
    Ajith V

  • Page format for SAP-Script not working in 4.6C

    Hi all,
    I have a problem regarding check printing.
    I am using SAP version 4.6C
    The size of paper for check printing is
              width  = 231 mm
              Height = 304 mm
    So for this I have created a new page format with these details in SPAD.
    Then I assigned this Page format to spool format and assigned that spool format to SAPWIN driver. I have assigned this page format to the SCRIPT that is used for check printing .
    But when I am taking the print out for the check with new page format, the printer don’t print till the end of page, it prints till the total amount on check and then stops there. So this creates an alignment problem when taking printout for multiple checks.
    Please give some solution for this.
    Regards,
    Bharat.

    I guess you are printing on dot matrix printer. If yes, try to do some physical printer settings for the dot matrix printer by following the printer manual. I guess you have to change the page size.. or set default printer settings... it may help you to solve your problem...
    if not goto your device types tab in SPAD and select device types.. select your device from the list (for ex, SAPWIN) click format and goto the format that you have inserted for this device types.. double click on your format, you will see printer Indialization.. try to write code like this
    set page length to 8.5 inch (=52 lines at 6 LPI)
    \e\0x43\0x44
    Note the above hexa decimal value can be obtained by going through the printer manual.
    Close the thread once your question is answered.
    Regards,
    SaiRam

  • Format for certain columns in list view control

    I have a list view control and I would like to format the alignment for certain columns. I heard that the only way you can do this is by formatting the cells in excel. I tried this with no success. Can someone please give me step by step instructions on how to achieve this. I am currently allowing Xcelsius to handle my formatting for money. Is it possible to have Xcelsius handle the money formatting and have excel handle the alignment  formatting. I am open to whatever works at this point. Also I am using Xcelsius 2008 (Build Number 12,2,1,66).
    Much Thx

    Hi,
       In list view control you can format the entire row only, not a certain column.
       Go to property>Appearance>Text Tab>select Header>Format selected text->select the format.
      For width change: Property> Layout Tab>check custom column width the click the icon and enter width in pixel.
    Regards,
    Senthil K

  • Error in setting up page format for Script.

    Hi,
        I have set up a customized page format.
    I set up Page format, Format types and Device types.
    I have throughly checked wit the other working formats, everthing seems right..
    Page format : zmed_po - Portait
    Format type : zmed_po
    Error - No Printer font maintained for ZMED_PO.
    Please help me out.
    Cheers,
    Sam

    HI Sam,
    For this u need to setup the printer at OS level. There u need to setup the fonts and etc.. related to the printer. I hope this is eror from OS level...
    regards
    reghu

  • Data Format for a Column

    Hi Experts,
    I have a requirement where in I have to show my data for a column in the following way i.e into 3 different rows.
    Column
    Navigate to;
    Value of A=10;
    Value of B=20;
    Now I have the Column holding the values in two rows.
    Column
    Navigate to;Value of A=10;
    Value of B=20;
    Your help is highly appreciated.
    Thanks

    Hi user,
    Your requirement cant be done directly in obiee,might a work around but cant think of now.First thing tat hit my mind seeing your question is write a SQL and force it on BI.
    The SQl should be written in this format,check hoek post in the below link break 1 column in to multiple
    hope helps you.
    Cheers,
    KK

  • Page Formatting for downloaded pdf version

    the document is not formatting the pages correctly - any suggestions how to control the page formatting?

    Its been almost 3 years, has there been any update on this issue? We are experiencing the same issue. Our numerous customers are thinking about just using a different pdf reader that supports this standard. All workarounds we have encountered are hacks around the URL and are unacceptable for our customers.
    Please respond, we would hate for Adobe to lose all of the users that our customers have.

  • New Discussion pages formatted for iPhone - pls!!

    Anyone else agree that Apple need to get an iPhone verion of these discussion pages? Typing is horrible. Too much lag when typing. Come on Apple! Even your own website is not formatted for an iPhone.

    Well the script here constantly saves what you type so the "lag" is when it is saving while typing. Happens in BeeJive or Meebo as well because processing is gonig on while typing.
    Apple isn't going to make an iPhone only version because that would go against the fact they released a phone with a real browser to hit real sites instead of mobile ones. Now yes it spawned many sites to make mobile sites (and even geared to the iPhone) but if Apple were to do it, it will say to the world, look we made a real webbrowser on a phone, but we had to change our site to let it work better. Not good PR.

  • How to set format for a column in repository

    Hi all,
    i have some columns for which i would like to set a default format of the data directly into the repository.
    For example, a numeric code is shown as 1.234,00, i want the BM to show by default 1234.
    Or a date shown as 03/03/2013 04:00:00 AM i want it to be shown by default as 2013-03-03.
    Is it possible to make these settings into repository?
    Thanks in advance

    NQsconfig check for
    DATE_TIME_DISPLAY_FORMA
    In Answers you may go for
    Column properties->Data format->
    and then Save button to save that format in webcat side.
    If helps mark :)

  • My browser displays text only with very little page formating for all pages. How do I enable page formating with images etc.?

    I have a multi-user windows based machine where both users have the same browser, search engine, plugins, applications, etc. I use this machine primarily as an entertainment system (ie. TV client/server using a TV Tuner card, Music & Video Player, etc.). Most of my time on this machine is maintaining security and drivers. However, my wife uses it primarily as a social media communication device. My user account on this machine displays all content correctly. Where as she has crashed both Facebook games while playing as well as her mail (GMail). After one of these crashes it "appears" she is displaying HTML text with formatting but without images. I've tried to fix this without success. We have another machine that seems fine so it's not her login on our network, just the one machine. Please help!!!

    You can try these steps in case of issues with web pages:
    You can reload web page(s) and bypass the cache to refresh possibly outdated or corrupted files.
    *Hold down the Shift key and left-click the Reload button
    *Press "Ctrl + F5" or press "Ctrl + Shift + R" (Windows,Linux)
    *Press "Command + Shift + R" (Mac)
    Clear the cache and cookies only from websites that cause problems.
    "Clear the Cache":
    *Firefox/Tools > Options > Advanced > Network > Cached Web Content: "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Firefox/Tools > Options > Privacy > "Use custom settings for history" > Cookies: "Show Cookies"
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem.
    *Switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance
    *Do NOT click the Reset button on the Safe Mode start window
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • Copying page format for other pages

    Hi,
    I would like to keep the same format (font, background color, header color) for every page of my website. I am using a Welcome, About Me, Movie, and Blank template but would like to keep the same style. Is there a way to easily do this? Because I am finding it tedious to find the exact color over and over again.
    Thank you!
    Tara

    I don't know if this will suit your purposes, but you can always right-click or Control-click on a page in the Site Organizer (left-hand side of the iWeb window) and then select "Duplicate" from the contextual menu that pops up. This will make an exact copy of everything and then you can change the specifics on the page from there. This is the easiest way to do what you are asking, I believe.

  • Japan page format for legal form printing

    Dear Experts,
    I have an issue where I need to identify which page/spool format to be used for JP legal form printing that use 4 quadron forms.
    Program name : RPCEADJ0
    if spool format is X_24_80_JP, how do i know if this is 4 quadron forms format?
    TQ

    Hi,
    Thanks for you reply.
    I cannot control left and right margin in PDF. Also, it is a PDF file so eventhough somehow you are able to change left and right margin, the content does not adjust itself to fit the legal page (as it does in word or excel).
    Let me know if there is any other option.
    Thanks,
    RS

Maybe you are looking for

  • Iphone wont sync...telling me it is corrupt...tried restore and that didn't work.

    My iphone will not sync...it keeps tell me it is corrupt and to delete previous sync...I have tried to restore it but that wont work either.  Help!!

  • Problem creation of accounting document impossible

    Dear Gurus, I created a new Material Type in reference to "DIEN" Material Type. I have created a Sales Order -> Delivery -> Invoice flow (yes the delivery isn't useful but needed for some flat file sending...). After the creation of the Invoice, the

  • Opening a PDF in IE

    When I click on a hyperlink for a PDF in internet explorer, it get the usual, OPEN, SAVE or CANCEL, when I click OPEN, it launches another IE window before it open the PDF in Adobe Acrobat (Pro 8.1.2). On my old computer, this never happened, and I'd

  • Can you listen to your iphone through car speakers?

    How do listen to your iphone through car speakers?

  • Reflection and generics

    Hi all: I am working with the generic and reflection stuff. Well the problem is that in one of my clases I have a data private Vector<nAryNode<T>> childs; .....where nAryNode<T> is a class I created using generics. Now when I want to initialize my ch