How to create new Page Format

Hello
i want to create new page format in sap script
can any body guide to crate this & how to assign this
thnks in advance

Hi Nitin,
You can create a new page format by transaction code SPAD. Here you will have to create a cutomised page format for ex: 'ZPAGE'.
After this you will have to create a format type 'ZPAGE'. Assign the page format 'ZPAGE' to format type 'ZPAGE'. Pls make sure that both the names are identical.
Once you do that you will have to assign the format type ZPAGE to the printer which you want to use.
Now you can use this page format in your script.
Hope this helps.
Sushil

Similar Messages

  • How to create new page in adobe form.

    how to create new page in adobe form.

    Hi
    First Go To Layout.
    On Hicherchy Platte , rightclick on Subform and select option new body page.
    This way you can create body page for the particular subform.
    if you want to create master page , right click on page 1 and select New master page.
    Hope this will helpful to you.
    Rewards if useful.
    With Regards
    Nikunj Shah

  • How to create a page format at sapscript?

    Hi all,
    Please help me in creating a page format for sapscript.
    Thanks.

    Hi Deniz,
    Page format – Specifies the format in which the form needs to be printed. E.g. Dina4, US Letter etc. The page format is determined from spool administration table with transaction SPAD.
    When u create new SAP Script from SE71 , u get  2 tabs- adminstrative data and basic settings.
    when u select Basic settings tab , u have options to set page format.
    DINA4 is the very common page format we generally use.
    REWARD IF USEFUL
    thanks and regards
    suma sailaja pvn

  • How to create new page in wlp in runtime

    hi,
    How to create portal pages in run time (not at the admin console) give an option to the end users to create pages and configure it.
    Thanks
    Manu

    Hi Manu
    1) Can we entitle the page created to display to some users.
    You mean the "Page(s)" created by the End User when he clicks on Customize link. If so, note that this page will be available ONLY to that user. There is no other special entitlements to be assigned to. Because every user who customizes desktop will have his own set of Books/Pages/Portlets in the backend Portal Database schema. BUT if you want to set Entitlements to the Pages created by the Adminstrator, then YES, you can always set Entitlements to that Page, so that only specific set of Users, Roles (users belong toRoles) can access those Pages.
    2) Can we change the hyperlink of the page to some other external page.
    I am not clear with this question. When we create a Page from WorkshopIDE or Portal Admin Console or through DVT, first thing is, this page will have a unique page definition label. Now assume this page is part of some Book. So When this portal (or deskop) is rendered, Portal Framework Look and Feel files, will iterate through list of all Books and for each Book list of all Pages and construct the Menu(s) which are nohting but Hyperlinks. During this process, the hyperlink will be appended with the definition labels of each Page etc which is retrieved from Database (or .portal xml file incase of filemode). So you cannot change the hyperlink to point to someother page. Worst case, if you really want, then you need to modify the portal framework menu rendering code, to change the urls for specific page. Say PageA should be reidrected to PageB. So in your custom menu rendering code, when you hit the PageA, there check for page def label of PageA and if it matches, then add a different page def label say for PageB definition label. This is complex, but can be achieved. But my very first question is why do you want to do this and what is your exact usecase.
    Note that you can always generate dynamically Links for any Portal Pages using render url tags or APIs (PostbackURL, GenericURL etc). You can have this kind of code in any JSP or Pageflows.
    PostbackURL homeURL = PostbackURL.createPostbackURL(request, response);
    homeURL.addParameter(PostbackURL.PAGE_LABEL_PARAM, "page_card_services_1"); //page_card_services_1 is a page def label of some other page that I want to redirect to
    3) Can we integrate the page creation to the BPEL workflow.
    BPEL Workflow is nothing but a WebServices. Using CustomCode, this may be possible. One way I can think of is like this. First you need to have code/logic in some Pageflow or utility class to call BPEL Workflow. As mentioned first you need to create a WebServices client JAR for this BPEL WebServices. Then add this jar to the web-content/web-inf/lib folder. Then in pageflow or utility class, get the Service, Port and invoke process method on this BPEL and pass some input parameters. Now BPEL will do some internal processing and will return the page definition labels in the response XML object based on input parameters. Then in the Pagelfow or utility class, from this response object, extract page def label and use the above code snippet to redirect to that page. This should work.
    4) is there a way allow users to create new portlets from ucm and add content to the portlets.
    When we allow customization for end users, usually they can choose from list of Look and Feels, create or edit Books/Pages. They cannot create Brand New Portlets. From existing list of Portlets, they can add or remove them from any Page. NOW, if you use latest WLP 10.3.2, you can consume WebCenter ADF Portlets using WSRP. Also I guess there is a plug in for UCM with WLP 10.3.2. I did not work in this area so do not have full details. But assume that you already have some UCM Portlets integrated into your portal application by adminstrator. Then End User can choose to add these UCM Portlets to the pages that he cretaes. NOW coming to the content of the Portlets, this is something you can handle through Portlet Preferences. Considerr default out of box WLP original pageflow portlets. You can have some search criteria in a content portlet. This search criteria can be modified using Edit icon ie. Portlet Preferences. So user can customize the search criteria and get the results he is interested in.
    Thanks
    Ravi Jegga

  • How to create new page from EBS

    Hi
    I want to create new page through EBS
    is that possible
    and
    how?

    HI
    Now page is run successfully
    but when it opens then It gives an error like:
    Exception Details. >oracle.apps.fnd.framework.OAException: Application: ICX, Message Name: Could not find the specified responsibility.
         at oracle.apps.fnd.framework.CreateIcxSession.getEncryptedSessId(Unknown Source)
         at oracle.apps.fnd.framework.CreateIcxSession.createSession(Unknown Source)
         at runregion.jspService(_runregion.java:132)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
         at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:221)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:122)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:111)     at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:239)
         at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:34)
         at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:880)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:298)
         at java.lang.Thread.run(Thread.java:595)

  • How to create new page in SAP Script?

    Moved to correct forum by moderator.  Duplicate deleted.  Do NOT post the same question in two forums.
    Hello friends,
    I am modifying one SAP script.
    It is already contains 2 pages. FIRST and NEXT.
    All I have to do is to create one more page which should be display as last page.
    And this last page should display some data.
    I tried and created a new page in SE71 but when i execute the program, it doesn't show newly created (LAST) page.
    Please guide me.
    REgards,
    RH
    Edited by: Matt on Nov 7, 2008 4:26 PM

    Hi
    U need to force the call of this new page.
    I suppose your sapscript is arrange with 2 page: FIRST and NEXT, where FIRST has NEXT as next page.
    So the system automatically print the pages FIRST and NEXT: u need to insert the statament:
    /: NEW-PAGE LAST
    in the MAIN window.
    U can create a text element NEW_PAGE and you'll call it as soon as you've finished to print the main data:
    /E NEW_PAGE
    /: NEW-PAGE LAST
    U can use the fm CONTROL_FORM
    Max

  • New Page Format implentation in Sap Scripts and Reports

    Hi,
       I want to print Report details and also some of the SAP Script details on the paper size of 350MM width and 310MM Height in the PORTRAIT format.
       So i created new page format with these dimensions.
       How i can use this for reports. So i can set these parameters while taking output from Report.
       Pls specify if any configuration required for this.
    Thanks in Advance,
    Regards,
    Pavan.

    In SAPscript, you set the Page Format for the document in the "Page Format" field of the "Basic Settings" page of the documents "Header" information. The popup list of this field will show all available formats in your system, so this is a ggod way to make sure your new format is set up properly.
    For reports, page format is set either with the LINE-SIZE addition to the REPORT and NEW-PAGE commands, or through the PARAMETERS addition to the NEW-PAGE command. When you use LINE-SIZE the print system picks the format for you, based on the available formats in the systems.
    I don't remember if there is an activation step for Page Formats, or if saving is all you have to do.

  • Creation of new page format

    Hi
    I have created new page format and added it to format and then to device by using SPAD.
    This new page size is 8 X 6 Portrait( Is there any standard sap page format available with this size)
    the problem is that when print out is taken by using script the first page of the first document is correctly printed , But from second document onward the printer scrolls more than required, the print out is taken in continues page.
    Where to set the scrolling space and all
    Hoping help

    I think it is Printer problem. Check your printer settings.

  • How do I make it so my client can edit Links in business catalyst when they create new pages?

    Okay so essentially I have built a site in Muse uploaded to business catalyst and I've setup a site template so that the client can create new pages as each new course arrives, but how do I get the link from the homepage to link to the new page? basically I need the link to be editable.
    What would be ideal is a kind of portfolio layout where there is a thumbnail and a new page but for my client to be able to add a new project adn it would create a thumbnail on the homepage and a new page that he can edit. Does anyone know of something like that possible in Business catalyst?

    Hi
    Editing with Business Catalyst only works with image or text editing , we cannot add new page or page items using in browser editing.
    However, you can manage the site from BC end when your client and login to admin and add pages, modify etc, but if you re-publish the site from Muse then then changes will be overwritten.
    Thanks,
    Sanjit

  • How Do I edit/create customised page formats in Lightroom 4 Book module?

    Better still, how can I import page formats already created in Blurb's BookSmart program?

    You are not doing anything wrong - except to try this in the Lr Book Module.
    The Lr Book Module is not a full fledged book layout program, and many things that you expect for a book layout program can't be done.
    I would not be so "picky" as to wanting to avoid any up- or downsampling.
    But if you absolutely have to, use Blurb Booksmart or Adobe InDesign to do this. In Blurb Booksmart you can design an image box to exact dimensions in inches.
    In Lr you cannot do this, a feature that many users want but it seems that Adobe is adamant that templates is the way to go. Lr 5 beta has not changed this.
    You can download Blurb Booksmart free of charge from Blurb's website. You will like the freedom of page design that Booksmart offers.
    Disadvantages: Your workflow is more complicated than using the Book Module in Lr. And you are bound to print with Blurb.
    With Booksmart you have to export the images from Lr to a specific folder from which Booksmart loads the images. But every time you change an image in Lr you have to export it again and load it again in Booksmart.
    If you also use the Blurb plug-in for Lr you can create a Blurb Publish Service. Changes to an image that has already been published have to be re-published in Lr but the changes will "carry through" into the book automatically.
    Finally, I question whether you can actually test the size of an image in the Lr Book Module by printing the page with your printer. There are reports on this forum that the printed image size is not exactly as shown in the Lr Print Module. I have observed this too with my printer. Mostly the printed image is about 1/8 of an inch larger than in the Lr Print Module. The reason might lie in how the printer translates pixels into ink droplets - just a guess of mine.

  • Want to move documents from old pages to new pages format. How?

    Want to move/change pre-Yosemite Pages documents to the new Pages format. How?

    As I mentioned earlier, the Pages v5.5 document architecture is alien to Pages v5.2.2 on Mavericks. Yes, you can drag/drop the v5.5 document onto an open Pages for iCloud beta session. No, you cannot download this v5.5 document to Mavericks, and successfully open it in Pages v5.2.2. You get this familiar greeting.
    Plan B is to open the document in Pages for iCloud beta. On the toolbar, click the Wrench icon, and choose Download a copy, and then pick Word. By the time you go through all this nonsense, you could have selected Share > Send a Copy > Mail > Word and opened via email on Mavericks.
    Of course, if one had started their word processing in Office for Mac 2011 Word, this obtuse means of backward document sharing would have been an non-event.

  • How to edit & print a document created in "Pages format?

    Hoiw to edit & print a document created in "Pages format?

    The same way that you would do it for any application, print menu or export menu.

  • Printing Problem in New Page Format

    Hi Everybody,
                  I have an issue lying  long time in my Company.
            Abap person asked me to create a new page format with new page sizing and all. i created it. this is actually for Voucher printing which does not require A4 size. so that i specified specific paper size in that.
         Voucher is Printing in the Specified Size, ok. But, after printing it, the printer automatically Rolls till the end of the paper.(Probably this would have taken A4 by Default)
         the issue is, we need to stop this rolling and we need to make this printing as specified.since it is continuous printing, every time we cant manually rotate the page.(Printer Epson Dot Matrix)
    Is this either can be sorted out by ABAP or Basis Person.  
       What can be done from Our Basis Side?
    Thanks,
    Siva

    Hi,
    How you solved this problem?
    I am also facing the same problem.
    Thanks in advance
    Sameer Dhuke
    Edited by: sameer dhuke on Feb 16, 2010 11:27 AM

  • How to create a page & portlet

    Hi
    I am new to Oracle portal. i am using Oracle 3.0.
    i am working on an application in portal. i have created n number of forms, reports, dynamic pages, menus, sub menus & lovs etc. currently i access my application in a raw manner. first login , then go to the navigator link then applications & click on menu.
    my menu is a single entry point to my application. how can i publish this. i.e what i want to do is the moment user logs in he should straight away get the menu view.
    I have read there is something by which we can create pages & publish them.
    Could someone tell me how to create a page where i can drop my components such as menu , forms & reports on to it & then create a complete portal.
    I can see a create page in my oracle portal but the moment i try to add a portlet in that page it gives me option for adding an appliction only what i want to add is the componenets(such as menus, forms etc) residing inside my application.
    what it gives me is 2 options 1 to edit & the other to navigate the application only, here i can see my components but cannot include them in my page.
    Kindly reply
    Regards
    Sushant

    You can create a page and add application components to it as portlets. The first step to do this is to go to the application and check the publish as portlet check box. Then go to each component that you want to publish and check the publish as portlet box. Once you do that, you create a page and click add portlet (in edit mode). This will give you the portlet repository. Your application should show up as a provider and each component that you checked will show up as a portlet.

  • How to create a page break in PDF output

    Hi there
    Does anyone know how to create a page break in the PDF output when using the EXPORT TO PDF command?
    I can create a page break using the page-break-after/before HTML stylesheet command, but this is not "interpreted" when the PDF is generated, and I am required to print each table in my web template on a new page.
    Please ... been searching for ages for a solution to this and can't find anything.
    Cheers,
    Andrew

    Try posting in the iWorks forum.
    https://discussions.apple.com/community/app_store/iwork_for_ios

Maybe you are looking for

  • Help with installing OSX Lion on iMac with broken display

    Hi, Having some trouble installing OSX Lion on my 5 year old iMac which has a broken display. The display has been dead for a couple of years now and I've been using an external monitor without any problems. Today I decided to upgrade to Lion - I dow

  • Transferring updates from iBookG4 to Mac Mini

    I do software updates on my iBook G4 using the local library's free wireless connection. At home, my Mac Mini has only a dialup connection. So I put the Mac Mini and iBook on a wireless LAN, with the Mac Mini connected to the wireless router. Is ther

  • Script Needed to work with "Save for Web" Tool

    I am looking to compress the JPG image files using the Save for Web tool within Photoshop CS2. As you know, this tool yields better results in image quality and file size than the standard Photoshop Save As command. To this end, I would like to batch

  • Oracle  10g with dev 6i or 6

    can we connect oracle 10g with dev 6i or 6

  • IMail Message Header "Bug"

    Is anyone having trouble with the message header formatting on iMail? The "To" and "From" fields appear to be laying ontop of the information on the content field directly below. Is there a patch? Or do I need to reinstall Tiger? Is this glitch due t