Page print in Adobe Form

Hi Friends,
I  developed a Adobe form with 2 master pages. I dont want to display my 2nd Master page if a field eq 'MANAGER'. This field is displayed on Master Page. When I am giving print my 2nd page is also printing I dont want my 2nd master page to print if the field is 'MANAGER'. How can i do this ?
How can we do this in javascript or in Formcalc. ?

Or You can do this...
Create a Subform in the first page , create the condition for that only if the particular field is MANAGER then only this should be displayed. HIDE the subform , in the properties you can check.
This subform properties Place that on Top of  Next page or choose the Master page content area which you want.
So when manager only this forms will trigger and the corresponding details will be shown.

Similar Messages

  • How to print page numbers in adobe form

    Hi,
    Can anybody tell me how to print page numbers in adobe form.
    Thanks in advance
    Chaitanya

    Hi,
    Yes the field page n of m is used normally for printing page numbers. But it won't display the current page of total pages by itself. You have to set the run time property to n (current page ) and m (Total number of pages). Carefully select the # (current page ) and ## (Total number of pages). Hope this works for you.
    My requirement is to have the user control on current page. For Example:
    Example for a Invoice with 5 PO items (stands on 2 pages) :
    1st  page is the letter : no page number
    2nd page is the 1st page of the 1st copy of the invoice : we should read u201C1 / 2u201D
    3rd page is the 2nd page of the 1st copy of the invoice : we should read u201C2 / 2u201D
    4th page is the 1st page of the 2nd copy of the invoice : we should read u201C1 / 2u201D
    5th page is the 2nd page of the 2nd copy of the invoice : we should read u201C2 / 2u201D
    Presently i cam getting the current page number for page 4th as 3 / 2 and for 5th page 4 / 2. I could able to control the total number of pages from print program. But when i am printing the second copy (4th and 5th pages), I couldn't able to control the current page number. I need to initialize the Current page count (4th page ) as 1.
    I have used the follwing java scripting:
    this.rawValue = wv_pages - xfa.layout.page(this)
    where wv_pages is total no of pages calculated from print program.
    Please help me in this regard with some formcal or java scripting conditions.
    Thank You,
    Regards,
    Naresh.

  • Check Printing in Adobe Form

    Hi,
    My requirement is to modify the layout of Check Printing  program RFFOUS_C from SAP Script to Adobe Form. I am using ECC6.0. I went through the code, and figured out that include RFFORI01does the check printing part using Open_Form Function module.
    Also going through other threads, I figured out that there is no exit in the program RFFOUS_C and the only way to modify it is create a copy of that program and add changes to ZRFFORI01. In the adobe form, apart from normal check printing, i need to add few fields from HR module too.
    Any help/ sample code, on how to incorporate this, would be really helpful as I am new to ABAP.
    Thanks,
    Anusha

    Hello Anusha,
    Did you get a solution for your problem on having to print an Adobe form instead of a SAPScipt for the payment program RFFOUS_C?
    I have a similar requirement and will appreciate if you could reply sharing your experience and how you went about with your solution.
    Thanks in advance.
    Shivani.

  • Problem in Dierct print of Adobe form

    Hi all,
    My requirement is to print the Adobe form directly.when user execute the particular Z transaction. Then the form should be print.
    I have given all print parameters to the FM FP_JOB_OPEN.I am using ADS.
    But i am getting the print when I excute that Z-transaction with below message
    <b>PDF file not printed. 128 MB of memory is required to enable direct PDF printing</b>. What might be the problem.
    Thanks in advance.
    shaleen
    Message was edited by:
            shaleen mohan

    Hello,
    we have the same problem here.
    Printer seems to need 128MB physical memory, anything less results in the "PDF file not printed. 128 MB of memory is required to enable direct PDF printing" string or just cryptic signs.
    Printing via the adobe reader works fine on the same printer.
    In most scenarios direct printing is needed but its not sure if the attached printer have the minimum required memory.
    Is there a chance to do direct print with less than 128MB physical memory?
    Faking 128MB to windows does not work.
    Thanks & Regards
    Thomas

  • Standard text having '&ULINE&' not printed in adobe form????

    I have a standard text in so10 which is to be used in my adobe form .
    The standard text uses '&ULINE&' to print a line . This when used by script was interpreted and a line is being printed.
    But when the same standard text is inluded in the adobe form , it throws a runtime
    error saying that " Field '&ULINE&' does not exist".
    Could some one help me out how to get this standard text printed in adobe form.
    Thanks and Regards
    Tejaswi Surapaneni

    Hi Tejaswi,
    Have you checked this wikilink:
    http://wiki.sdn.sap.com/wiki/display/ABAP/UsingofStandardText%28SO10%29+inAdobe+Form
    Regards,
    Vaibhav

  • Page Totals in Adobe Form

    Hi
    Need some help in Page totals in Adobe forms
    I am having a table which flows into several pages .
    I need to display the Total of a column at the end of every Page .
    How can i achieve that .
    I have tried the Script wih the pageContent method it is not working .i have also tried the sum method but it gives the grand total not the page total
    Since we can not know at what record in the table page break can occur, i can not add in the back end program . It has to be done dynamically .
    Please help me .
    Thanks
    Ramakanth

    Hi
    Thanks Andres
    I am now able to do the Sub Totals , but i am facing a new problem
    My Requirement is
    I have a table in my Design page
    If the data in my table flows for more than one page then
    1) I should show at page end sub total of Net Amount column in the table
    2) The same Amount should be shown in the starting of the Second Page after which the table contents should flow
    3) At the end of Page 2 i should again display the total amount which is addition of total from previous page and sum of all items in page 2 .
    Example
    Page 1
    Documentnumber currecy Amount
    1                             USD      100
    2                             USD      200
    3                             USD      300
    Balance CarryFwd              600
    Page 2
    Balance Carryfwd              600
    4                           USD       1000
    5                           USD       2000
    6                           USD       3000
    Balance Carryfwd              6600
    Page 3
    Balance Carry fwd            6600
    ..... and so on
    I have tried to use the Overflow leader and Trailer to get this functionality but in that case only texts are being displayed
    not the Values .
    I have tried to create the BalanceCarryfwd form in Master page but the sub totals are not comin up there .
    How can i implement this logic , Please help me in this .
    Thanks
    Ramakanth

  • Barcode printing in ADOBE form when data and Barcode are in different pages

    How to send raw value to the Barcode when data values are availabe in Master  page and Barcode in the Design page.
    Barcode needs to print once on the first page, so it is on Designer page.
    Values needed for display of barcode is avilabe on Master page.
    How to communicate data between Master page and Designer Page in ADOBE Form?

    Hi,
    Declare a variable of character type and concatenate DTAP and Bar code value into that variable.
    Later print that in required bar code format.
    Try this.

  • Dynamic page length in Adobe Forms for paper roll printing

    Hi gurus,
    I have a requirement to create an invoice printout using a thermal printer with paper roll feed. Depending on the number of line items I have on my document the page could grow to an indefinite length. Is this something we could achieve using Adobe forms and ABAP?
    Cheers,
    Marc

    In the end we just added a second page and expanded the content area up to the borders of the page. This produces quite a gap in the paper in between pages but we were able to eliminate it thru the use of the printer's paper back-feed commands.

  • How to set Page Format in adobe form

    Hi,
    I am designing a simple print forn using Adobe, since printer is dotmatrix page break should be triggered longer then usual A4 size.
    If I do the same thing using Smartfom I will define a page format and under output type of the smartform I will assign it, this is enough to tell the system what is the length and width of the page I am using for printing.
    how can we achive this in adobe form.
    Regards
    Bikas

    Hello,
    go to your master page and change the master page/page format/size as you wish.
    Otto

  • How to change the page break in adobe forms

    Does anyone know how to change the page break on an adobe form?  I'm hoping it will be the same way you change the page view in excel.
    Can anyone help?
    Thank you in advance,
    Priscilla

    HI
          YOU CAN USE THE FOLLOWING SYSTEM FIELDS OF SMARTFORMS FOR THE MENTIONED PURPOSE
    <b>&SFSY-PAGE& </b>
         Inserts the number of the current print page into the text. You determine the  format of the page number (for example, Arabic, numeric) in the page node. 
    <b>&SFSY-FORMPAGES&</b> 
         Displays the total number of pages for the currently processed form. This  allows you to include texts such as'Page x of y' into your output
    <b>&SFSY-JOBPAGES& </b>
         Contains the total page number of all forms in the currently processed print  request.
    REGARDS
    ANOOP

  • Duplex Printing of Adobe Forms.

    Hi All,
    In our project we are making use of adobe forms. Currently if we print the forms, then they are printed only on one side of the paper. Could you please let us know, if it is possible to provide the duplex printing option? If yes, please let us know how to achieve the duplex printing functionality?
    Thanks,
    Manohar Dubbaka.

    Hi All,
    The duplex printing of the adobe PDF forms can be achieved by setting the parameter available on Master Page of Adobe PDF.
    This option is available in Adobe Live Cycle Designer 8.0 version.
    The option is in the object view of the master page.
    Master Page->Object->Pagination->Print on Both Sides.
    Since we got this option, we did not have to change any XDC files.
    Regards,
    Manohar Dubbaka.

  • Page interleaving in Adobe forms

    I am trying find to set Pagination parameters of a sub form ("Place" "After") dynamically either through Java script or Form calc. 
    This is what I did:
    I have two master pages
    1. Letter
    2. Tabliod.
    Three Internal tables
    1) Table of Image version
    2) Images to be printed on Letter page (Let us say Version 01, Version 03, and Version 05)
    3) Images to be printed on Tabloid Page (Let us say Version 02, Version 04, and Version 06)
    I run a loop before the Image tables starts printing. 
    So first Image in on Letter, second is tabloid, third is letter, fourth is tabloid, fifth is letter, and sixth is tabloid.
    I set the Pagination for Letter Image table Place = "On Page "Letter", After: “Go to Page Letter" and
    set the Pagination for Tabloid Image table Place = "On Page "Tabloid", After :"Go to Page Tabloid"
    It starts printing image 1 on Letter page, Image 2 on Tabloid page, and Image 3 onwards it is not printing Tabloid
    Please advise.
    Thanks
    Ram

    Hi,
    I want to do the summation of a particular field separetely for every  page as we do in the smartforms Ihave to do it in adobe forms. I donn't want total number of page . I want sub total of  a field on every page.
    Thanks in advance.
    Regards,
    Anomitro
    Edited by: Anomitro Guha on May 28, 2008 8:44 PM
    Edited by: Anomitro Guha on May 29, 2008 11:56 AM

  • Reg: Label printing in Adobe forms

    Hi All,
    I am working on Adobe forms for printing labels. For that I have created 10 content areas on the master page and properly aligned all the fields such a way that they fit into the content area exactly.
    I am having two subforms with names subform1 & subform2. I have wrapped all fields in subform2 and placed it in the subform1.
    Properties of subform1 : I have set it as flowed and set after as 'Go to next content area'
    Properties of subform2 : I have set it as positioned and set after as 'Continue filling parent'
    The problem here is when I am trying to print 10 labels, all the labels are printed on one page and another empty page is getting displayed. Please provide me some hit for avoiding this blank page. [The data in the labels are exactly fitting into the content area]
    let me know if you eed any other information.
    Thanks,
    Raveendra.P

    Hi Gold,
    I am not very sure...but with the easy solution you gave for my problem...I think one label will be printed per page. Please correct me if I am wrong.
    I think when we use subform..we will set it as flowed and when data exceeds it moves to next page
    Also give me some hint why empty page is getting displayed in my case.
    Edited by: ravee on Jan 12, 2010 1:56 PM

  • How to display page no for different master pages in one adobe form application

    Hi All,
    we have requirement where we need to  display page nos in different master pages in one single adobe form.
    For the First form the page nos should be displayed pgno of total pages and for 2nd form the page no shuld be displayed as pgno of total pg.
    so please help me with any script or suggestions for displaying the page no accordingly in different master pages. Your suggestions are greatly appreciated.
    Thanks
    Raja.

    Hi Lingaraj,
    We have 2 different Master pages and 2 Body pages. For the seccond Master page the page no are comming correct like 1 of 3 ,2 of 3 and 3 of 3 but for First master page the page no are comming 0 of 3  in all of the page its not displaying the current page no in 1st master page.
    Screen shots are attached for first master page and Hierarchy Node.Pls see the highlighted section in 2nd image.
    Pls see and suggest me accordingly. Hope this helps are let me know anything u require.

  • How to call  New Page conditionally in Adobe Form

    Hi,
       Actually I want to develope a adobe form in which the employee training details will be come Page wise.
    Suppose there is 2 employee one has 90 and another has 60 training details.Suppose on  each page only 50 line items can be displayed.now for first employee in 1-st page 50 line item will come ,there afte in secon page 40 line item will be come.Now when second Employee details is coming it should not come in secon page .it should be come on third page.
         Can anybody help me regarding this matter

    Hi,
      I think there is no way to do this,  atleast for Adobe Designer v.7.0. But if you know XML or java scripting you can try that. I dont have much knowledge on it.
       However there is one way. Add dummy records in the table so that there  are mulitple of 50 records for each employee. I have also heard that adobe designer 7.1 has some extra options. Please try that if possible.
      Please let me know too if you find anything out. It will help me too..
    Regards,
    Susanta

Maybe you are looking for

  • Driver Issues with HP Officejet Pro 8600 and Windows 8

    I have to reinstall the printer driver for my HP Office Jet Pro 8600 wireless printer each time I power up my laptop. I do not have any issues with this printer when using my PCs and my antroid tablet.  Once the driver is reinstalled I can print my d

  • Viewing entire tag text

    I have a need to view the entire tag text that will be read aloud to screen readers.  If I look at the tag panel, for instance at a P tag, there it will contains something like "This is some sample text that..."  I want to see all the text, not just

  • DB Call from Oracle Business Rule +Java Method call from OBR

    Hi, 1.We have a requirement in project where we need to make DB Call from Business rule. We are using ORACLE SOA11g. Is this possible.Any pointers on this will be helpfull. 2.Can we call java method from Oracle Business Rule.If so pls suggest how it

  • Disk Utility 10.4.3 writes Mac-only CDs from older .dmg files

    I have various .dmg files of my CDs containing pictures from various trips. Last week I burned a new CD from a .dmg file from late May. The CD was not usable on Windows - no error messages, didn't show up with the CD name under D:, didn't pop the XP

  • Lenovo z40-70 navegación inestable

    Hola hace dos semanas tengo mi laptop y tengo problemas con la navegacion. Aun cuando aprece como conectado a la red, no puedo navegar. El problema es solo cuando estoy conectdo por wifi. Los otros equipos conectados a la red no presentan problemas.