Display first page , 3rd page & consecutive pages / Display 2nd page....

Hi Friends
We have a requirement to display first page, 3rd page & consecutive pages (dont display 2nd page) for a sales order particular to a plant in smartforms.
Similarly, display 2nd page, 3rd page & consecutive pages (dont display first page) for a sales order particular to different plant in smartforms.
Kindly provide your valuable inputs
Thanks
Lavanya

Hi,
Write this code in Initilization.
constants:c_fir(5)  type c value 'FIRST'',
                 c_sec(6)  type c value 'SECOND'.
DATA:L_NAME(17)   TYPE C VALUE '%HEADER-FIRSTPAGE'.
FIELD-SYMBOLS: <FIELD>.
IF werks  <> '1000'.
  ASSIGN (L_NAME) TO <FIELD>.
  IF SY-SUBRC EQ 0.
    <FIELD> = C_SEC.
  ENDIF.
ELSEIF werks  <> '1010'.
  ASSIGN (L_NAME) TO <FIELD>.
  IF SY-SUBRC EQ 0.
    <FIELD> = C_FIR.
  ENDIF.
ENDIF.
By this code you can set the first page. Then to call the disired page in these pages create a command node in main window of each page and select the check box go to page select  third page in drop down .
Thanks,
Nethaji.
Edited by: Nethaji babu on Jul 17, 2009 1:11 PM

Similar Messages

  • TS3988 I had a document e mailed to me via e mail, document contained 2 pages,  I can only retrieve 1 page.How do I retrieve the 2nd page?

    I had a document e mailed to me that contained 2 pages, but can only retrieve 1 page, how do scroll so I can get the 2nd page?

    Your previous support postings are listed [https://support.mozilla.com/en-US/search?q=&num_voted=0&num_votes=&asked_by=larsonite&answered_by=&q_tags=&created=0&created_date=&updated=0&updated_date=&sortby=0&a=1&w=2 here].
    '''Please bookmark that page so that you don't have to ask about this repeatedly.'''

  • Displaying pagenumbers in table of contents in the 2nd page of a smartform.

    We have a requirement where we need to display "Table of contents" with headings and corresponding page numbers .The page numbers for the headings need to be picked up at run time.But the "Table of contents" is in the second page whereas the headings appear in the later pages.So it is difficult to display the respective page numbers.Can anybody give me a solution for this.

    Hi.
    Perhaps you could try this.
    In the main window: When you print out the heading you can get the page number you are currently on. Save that number in a table/structure for each header.
    Then on the second page you could have a "Late processing" window and print your headers with the page numbers you have stored in your table/structure.
    I think this will work, or at least give you a clue on how to do it.
    BR
    Niklas

  • Direct the control to third page from 1st page instead of 2nd page.

    Hello All.
    I have three seeded pages.
    -When i click on *'Add Button'* On the first page, the control goes to 2nd page. When in click on *'Find Button'* on 2nd page, the control goes to 3rd page which is a search page.
    My Question: When i click on Add Button on 1st page, the control should be directed to the *3rd page, the search* instead of the 2nd page.
    How can i achieve it..??
    What shall i write in the extension of the controller.?
    Need an answer urgently.
    Regards

    Hi,
    I understand you are trying to customize a standard page flow instead of A->B->C, you want to make it
    A->C,
    You have to extend the A's Controller and get the handle of the "Add Button" and transfer the page to 3rd page.
    Decompile the 2nd page controller and check what the standard code is doing for the event 'Find Button' click.
    You have to replicate the same.
    But this could give some error, since the third page might expect some parameters which was passed from 2nd page.
    You have to try and check.
    Thanks.
    With Regards,
    Kali.
    OSSI.

  • Reports moves to the left from 2nd page?

    We have a 6i report when executed, the 1st page shows correctly, but from the 2nd page onwards one repeating frame shifts to the left and this crops the left side information in that repeating frame.
    This frame has some columns which are made to display/not display depending on certain conditions.
    We tried making the horizontal elasticity of the repeating frame to FIXED but still the same problem exists.
    Any help would be grately appreaciated.

    hi julia, i placed the anchor in various places to see what works. I placed the anchor center top towards the left and right side within the browser. I also tried upper top outside of the browser center, right and left and it still moves diagonally. Here's what I noticed. On my desktop I use a 25" monitor so the anchor works fine the page moves straight up but whenever I view it on both  laptops  it moves diagonally.  I had my sister test the link on her laptop (she lives in Brazil) and she told me that sometimes it would go straight up and another time it moved diagonally. Here's the link to my website so you can see the problem in action. There's a 'back to top' link on almost every page see for yourself. www.sweetproductionmedia.com 
    thanks so much for taking the time to help:-)

  • How to print 2nd Page/How to call 2nd page

    Hi
    Actually in my report there was only one page and I want to add 2nd page which I have added. Now system is not showing 2nd page in output. I put a break point in 2nd page and found that system is not going inside 2nd page. I mean not triggering 2nd page. Can any one help me on this.
    Thanx in advance
    Rajesh Vasudeva

    Hi Rajesh
    right click create-> flowlogic->command
    here chek goto new page and specify your second page name.
    Try this too.
    Instead of creating new page with another main window create a new page with secondary window and in first page main window -> general attributes set next page : first page itself and create a command as i showed the path and in that set second page.
    This will surely solve your problem
    Regards
    Swetha.

  • How to continue notes on a 2nd page

    How do I do a multi-line text field that will continue to a 2nd page ? either a predefined (blank) 2nd page or one that is created when text goes beyond the page your on ?

    It's not possible to implement this feature smoothly in a PDF file.

  • Pages to EPUB: Table of Contents displaying FIRST?

    I saw this question posed earlier, and no solution was raised.
    Does anyone know why my TOC is displaying FIRST when I export to EPUB, instead of behind the Title and Copyright pages, as I have it set on the pages document?
    Thank you!

    Same here. Very annoing, and I cannot find any way to fix this.

  • HT2506 Is it possible to print separate pages on the same sheet in preview. I would like to split a set of class power points to display Page 1 and 2 on the first page, page 3 and 4 on the second page etc. Thanks in advance!

    Is it possible to print separate pages on the same sheet in preview. I would like to split a set of class power points to display Page 1 and 2 on the first page, page 3 and 4 on the second page etc.
    Thanks in advance!

    Nevermind everyone!
    I got it to work with Print Down/Across...silly me.
    Thanks anyway!
    -Arin

  • SMARTFORM only displays first page when running

    Hi there
    I have created a 3 page Smartform.  When testing it, the output only displays the first page.  I have specified the next pages on every page as follows:
    Page 1 next page -> Page 2 (main window defined on this page)
    Page 2 next page -> Page 3 (no main window defined on this page)
    Page 3 next page -> Blank (no main window defined on this page)
    Kind Regards
    Gustav Coleske

    hi,
    just do like this,
    on first page main window,
    right click,
    create,
    flow logic,
    select command field and enble the chcck box there and provide the input 'page2',
    do like this for third page in page2 then it works.
    reward points if useful,
    regards,
    seshu.

  • Solution Browser only displaying first page even data containing more than

    Hello,
    We would like to know delta functionalities from 4.7 Enterprise to ECC 6.0 through Solution Browser.
    Solution Browser only displaying first page even data containing more than one page.
    Please help us how to get all pages .
    Link used :
    https://websmp102.sap-ag.de/~form/sapnet?_SHORTKEY=01100035870000687322&
    Regards,
    Sujana

    Hi,
    Use the link below.....
    http://solutionbrowser.erp.sap.fmpmedia.com/Default.aspx
    Regards,
    Krishna Kishore

  • Pages App only displays first page of MS Word .doc & .docx files

    Hello all,
    There may be a thread out there to address this, but I couldn't find it. 
    I'm trying to switch to the Pages App from Microsoft Word.  All of my .doc & .docx files only display the first page's text.  Any proceeding pages show up blank.  When I show pages side by side it looks as if the second page's info is there, but shifted to the side (half off the page) and I can't seem to move them to the proper place so I can see all my work.
    Anyone have any ideas what the problem is?  I'd like to get as far away from Microsoft as possible. 
    Thanks!

    Folly,
    There's a bug in the Pages adaptation to the Retina Display that causes that problem, and it's not just with imported documents, but all Pages documents according to what I have read here. Search these discussions for more detail. For now, choose "Open in low resolution" in the info pane for the Pages file.
    Jerry

  • Page numbers in thumbnails & document display/status bar do not match

    I am using Acrobat Standard 6.0...documents that I have assembled using separate PDFs that I have scanned or printed to PDF. I am frequently deleting/inserting/replacing pages in the documents. I find that when I select a certain page in the page thumbnails (let's say, 60), and then go back to the document display, I am consistently sent to a different page. Usually it is about 4 pages back (i.e. page 56 in this example), but sometimes I am sent back to the first page. This didn't use to happen & I'm not sure why it started but it has been going on for months. It happens in all of the PDF files that I am using of this type. I just recently started using bookmarks and I seem to be having similar issues, in that some bookmarks that were linked to a certain place on a certain page are now taking me to a location 4 pages previous to the original target. I read the help and tried using Number Pages in the Options on the page thumbnails tab, but this didn't seem to do anything. Does anyone have a suggestion for me? Thanks.

    Hi,
    She is the only one affected and you don't have the problem with the same document, I doubt if her Office is updated? In earlier versions of Office there was this issue and we could easily solve it by keeping Office updated.
    Please learn from Update your computer:
    http://office.microsoft.com/en-001/word-help/update-your-computer-HA010354322.aspx
    Repairing Office from Control Panel is also suggested.
    We can also have the user start Word in Safe Mode to determine if this issue is 3rd-party add-ins related:
    Press Win + R and type “winword.exe /safe” in the blank box, then press Enter.
    If there is no trouble printing the document, disable the suspicious add-ins to verify which add-ins caused this issue.
    Regards,
    Melon Chen
    TechNet Community Support

  • Acrobat 9 Pro: Message "An error exists on this page. Acrobat may not display page correctly. Please

    Over the past week, I have received pdfs from 2 different graphic design contractors that do not open correctly in Acrobat 9 Pro. There is an error in the document and when I scroll to the page where the error is, I get: An error exists on this page. Acrobat may not display the page correctly. Please contact the person hwo created the PDF document to correct the problem." I did this, and the contractor remade the pdf 3 times, and I still couldn't open it. This contractor is already using CS5. For the problem today, I haven't asked for it to be remade yet--decided to see if I could find out if anyone else is having the same problem. The second contractor is using CS4. The only thing that I have done differently at my end over the past week is upgrade CS4 to CS5. I already had Acrobat Pro 9 so I didn't update it when I updated my CS5 products. Should I have upgraded Acrobat 9 anyway? Somehow, it doesn't feel right that this is the problem. Any info on this would be appreciated.

    Thanks for the quick reply. Would zipping the pdf protect it through email...like I said, this is the first time I've had this problem and I've been getting pdfs though email for years.

  • Pages not displaying properly in Publisher instances as we activated the page from Author

    HI All,
    Pages not displaying properly in Publisher instances as we activated the page from Author. In author it is working well but in Pulisher it is showing first 2 lines of the page and then showing error as
    Apache sling/2.2 Hot Spot ****** Sun OS error
    Please help me on this.IS this issue with the templates or components are we using?

    Ok, then let's go the long way and try to reduce the number of possible root causes:
    1) Is your problem reproducible on this publish? (I suppose it is)
    2) Is it reproducible on other publishs as well, which have received the same page with the same application?
    3) Can you reproduce it on other replicated pages as well?
    4) When you upload a page to such an affected publish via a content package, does this page render correctly?
    5) Does this problem appear on other environments as well?
    6) Do you use dispatcher when you get this result? Or do you get it when you request the page directly of CQ5?
    7) What's the HTTP statuscode when you render this page? You can see it in the request.log of CQ5.
    If you change logging via Felix Console, you don't need to restart the instance.
    kind regards,
    Jörg

Maybe you are looking for

  • Mail loads on iPhone & iPad but not Macbook Pro

    Mail is received in iPad & iPhone Inbox but suddenly stopped showing up on Macbook Pro. This started happening last week but previous to that, it worked perfectly. Any ideas, please? Thanks.

  • Flash CFFORM only displays with HTTPS

    I have a VERY basic test cfform in Flash mode that displays fine from the production server, but fails to show when called from my local development server. [code copied below] Eventually I called it via HTTPS and it works - but all I get is a blank

  • Problem establishing SNA session over DLSw link

    We are experiencing sporadic problems establishing an SNA session over a DLSw tunnel. The session is between a Tandem host and a CICS region on OS/390. A Cisco 7500 router performs one end of the DLSw link; that same router is channel-attached to the

  • Edit privilege on a publisher portlet

    Hi, I am using Publisher 6.2 and created a Data Template, Content Item and Presentation Template. I also created a portlet to access the content item. Now I want to give a group of users "Edit" only permissions on this portlet so that they can edit t

  • Substract 0calday with a key figure

    Hi gurus, in our report requirement we have a Expiry date which we have modeled has key figure and now in the report i have to find out the difference between the EXPIRY DATE and Current Date (0calday) when i use the replacement variable method its g