Script: Page Problem.

Hi Experts ,
              In the script .. i have to display one 1 page in the output but the output is coming 3 pages...and in that first 2pages are dummy output and the 3rd page is the correct output.
  in se71 i have put only one page . in the mode i selected INC but i have even changed to HOLD ...the output is the same . So how can this problem be solved? Experts i knw its a simple one plz help me...
I have give good points to people who have answered my questions! Its urgent...plz...
Regards
Sunita..

hi
    I got same problem in my script .  When i delete the unwanted coding in my script I got output in only one page.
at that time i copied from standard one and change as per our requirement.
    Please check your code is there any unwanted code is there for displaying . It may help you.
Regards
Rami Reddy

Similar Messages

  • Pls. help, SQL script page problem

    Hi,
    Im using the Hands On Oracle Database 10g Express Edition for Linux. Im in chap06 already p. 218. I just uploaded the SYSMGMT1 script. After that I Clicked the script's icon but I cannot see any SQL DDL commands inside. Nothing happened. It said in the book that I supposed to see and browse the SQL DDL commands that make up the script. I tried to click RUN, nothing happened either. Is there some kind of a bug in my System? Pls. help me because I cannot continue this chapter's exercise if I cannot solve this first problem that I encountered here in chap06. Any help from the guys outhere is really greatly appreciated. Thank you.
    respectfully waiting,
    Len

    Hi, did you ever get a solution to this because I am having exact same problem - I cannot see the scripts if I upload them nor can I type them in from scratch as the area for seeing/editting the script doesn't seem to be accessible.

  • IIS, Javascript, Signed Applet and ASP Blank Page Problem

    Hi,
    I'm having a problem using a Signed Applet in a site that runs in a IIS (Windows Server 2003).
    My aspx web page uses the applet to read my smart card and get information from it.
    This applet uses an auxiliar dll (stored in a second Signed Jar file) in order to read the information from my smart card.
    The way the solution is design:
    1) Aspx page is asked from server
    2) Internet Explorer recieve the page and asks the server for it content (images, applet, javascripts, etc)
    3) After this the JVM runs (console opens)
    4) After the Aspx page render fully a javascript register onload fires and call an applet method
    5) Applet receive the call and run the logic of the method:
         - reads the smart card;
         - calls Javascript function in order to fill aspx fields with information from smart card
         - calls Javascript function the simulates a click in a botton of aspx page (in order to call server side part sending data readed from smart card to server)
    5) The server makes some logic with the information receive and responds to client registering in aspx page a call to another Javascrit function
    6) The client received the asnwer from server and runs the Javascript function registered on step 5)
         This Javascript calls another method from applet and runs the following logic:
         - reads more information from smart card;
         - call javascript function in order to fill more fields of aspx page with the information readed
         - calls Javascript function the simulates a click in a botton of aspx page (in order to call server side part sending data readed from smart card to server)
    7) The server makes some logic and call another pages with no Applets
    8) Client asks for a second page with the same applet and we start with another logic express on steps 1);2);3),4);5) and then 7).
    This is all ok, until sometimes the server stop responding correcly for requests regarding this two pages with the Applet.
    When this happens the server just responds with a blank page.
         - with fiddler I can seer the request for the aspx page (that uses the applet)
         - but server responds with a blank html page
    The JVM doesn't fire.
    The IIS log don't show errors.
    The eventviewer doesn't show errors.
    The problem is solved with an IIS reset or a Application Pool reset.
    After a while the problem returns.
    This problem occours for other user in another machine, the server just stops responding correcly to request regarding pages with applets, the other pages still continue to work.
    If we disable Java Control Panel->Advanced->Java Plug-in->Enable the next-generation Java Plug-in the problem seend to stop, but we can't force all clients to disable this option right?
    Or there is a way to force the Applet to run with this option disabled?
    As anyone experience similar problem?
    Regards,
    OF

    This is all ok, until sometimes the server stop responding correcly for requests regarding this two pages with the Applet.
    When this happens the server just responds with a blank page.
    - with fiddler I can seer the request for the aspx page (that uses the applet)
    - but server responds with a blank html pageWell, if http requests look identical in case of success and failure (pay attention to cookies, etc) then it has to be something on the server side.
    It could be that server gets into this wrong state because of previous requests made by applet but it is hard to tell.
    I am not clear how old/new plugin can make a difference unless your applets run in the legacy mode (i.e. you are actually trying to reuse SAME instance of the applet when
    it is loaded next time).
    I'd start with
    1) carefully comparing good/bad sessions
    2) checking whether server will serve correct response to another client when it serves "bad" page for current client
    3) add debug statements to aspx - it is scripted page, may be some condition is not met and then it returns blank?
    4) record all http requests in one session until you get to "error" state and then use any http server testing tool to "replay" this set of requests.
    You should be able to get server into the same state without use of applet. Then you can try to tweak set of requests to see what makes a difference.

  • Insert and then show the result and refresh page problem

    hi all,
    I collect the form value and put them into db, and then display this student 's inform out from db including the one we just submit, first I do it on this way
      insertpayment(UserId, FeeType, DuteDate, OfficerReason, OtherReason, CompleteDate,
                            InterviewDate, ApprovalDate,PaymentYear);
                   studentRecords= getFound(UserId);
                     userSession.setAttribute("studentRecords", studentRecords);
                     RequestDispatcher disp;
                   // disp = getServletContext().getRequestDispatcher("/WEB-INF/jsp/   studentRecords= getFound(UserId);");
                     disp = getServletContext().getRequestDispatcher("/showPayment");
                    disp.forward(req, res); then whenever I refresh my showRecords.jsp" I call the insert function. THAT IS HORRIABLE.
    I try to move the studentRecords= getFound(UserId); to my showPayment servlet and then forward the result to showRecords.jsp, but I alwarys get error
    PWC4011: Unable to set request character encoding to UTF-8 from context /report, because request parameters have already been read, or ServletRequest.getReader() has already been called
    How should I handle this kind of problem??

    Karan, thank you for the link, i read a few articles, I only get the sample part part use res.sendRedirect("/myfolder/showPayment"); in my insert servlet and use forward to display the page
    userSession.setAttribute("studentRecords", studentRecords);
                  RequestDispatcher disp;
                  disp = getServletContext().getRequestDispatcher("/WEB-INF/jsp/secure/admin/showRecords.jsp");
                   disp.forward(req, res);   
    this solute the refresh page problem, but bring the new problem I can't use the following way to disable the back button. not the perter solution
    maybe I did not understand PRC more advice!!
    response.setHeader("Cache-Control","no-cache"); //Forces caches to obtain a new copy of the page from the origin server
    response.setHeader("Cache-Control","no-store"); //Directs caches not to store the page under any circumstance
    response.setDateHeader("Expires", 0); //Causes the proxy cache to see the page as "stale"
    response.setHeader("Pragma","no-cache"); //HTTP 1.0 backward compatibility

  • HT1199 I have been trying to redownload  itunes.  The download seems stuck on the "Running Package Scripts" page.  It says "about one minute" remaining for the download but, that was 2 hours ago.  Anything I can do?

    I have been trying to re-download itunes.  This is in an effort to try to recover my new iphone 5s which after the latest update, was put into recovery mode.  When I connected to itunes, I was given the message that I couldn't recover the phone.  So, support suggested that I re-download itunes.  The installation seems stuck on the "Running Package Scripts" page.  It says it only has about a minute left to complete this process - however that was over 2 hours ago!  Help!  What can I do next?

    Disconnect the iPhone from your Mac.
    Shut down your Mac, wait about ten seconds then restart.
    Then try downloading iTunes >  Apple - iTunes - Download iTunes Now
    Do not reconnect the iPhone until iTunes is installed.
    If that didn't help, the startup disk may need repairing.
    Launch Disk Utility located in HD > Applications > Utillities
    Select the startup disk on the left then select the First Aid tab.
    Click:  Verify Disk  (not Verify Disk Permissions)
    If DU reports errors, start up from your Mac install disc to make repairs.
    Instructions here >  Mac OS X 10.6: Reinstalling Mac OS X

  • I have 10 UiWebView to load different charts and maps on an iPad,using UIScrollView to scroll through each page, problem is on loading of each UiWebView my UiScrollView does not scroll smoothly to other pages horizontally,so how to make the scroll smooth?

    I have 8-10 UiWebView's  to load different charts and maps on an iPad, i am using UIScrollView to scroll through each page, problem is while loading of each UiWebView my UiScrollView does not scroll smoothly to other pages horizontally, my query is can i load UiWebView on background and how to make sure the scoll of pages is smooth, even though the loading of UiWebViews may take time.
    Note :i have tried disabled scrolling on webview, so when i scroll on the page  the scroll event will be of UiScrollView, so believe no conflict with UiWebView.
    also in ios 6 i read about suppressesIncrementalRendering = True but i want to support ios5, also as UiWebViews are said to be running on main thread by default, i suspect when loading of webViews and when user tries to scroll the page, the main thread is busy, but i want the scroll of the page to be smooth  even though the loading of UiWebViews may take time.

    You will probably get a faster and more accurate answer if
    you repost in the Developers Forum.

  • How do I get to Indesign scripting page. Thank you

    How do I get to Indesign scripting page. Thank you

    Here you go for the Scripting Forum for InDesign:
    InDesign Scripting
    Uwe

  • My solution for cannot turn page problem in ADE

    It seems this problem has been there for a while. I have this problem in ADE 2.0 and 3.0. I solve this problem on my computer today.
    This problem is not a "turnning page" problem but an UI refresh problem, if you turn page, close ADE and reopen it, you will find the page actually turnned,  I guess this problem occurs on a computer which have two display card. On my laptop, a NVIDIA, and an integrated. ADE works fine on NVIDIA and not on the integrated one.
    So Here is my solution: Tell ADE not running on the integrated display card but on NVIDIA. You can do so by using NVIDIA's control panel program. "manage 3D settings" -> "program setting" tab, add ADE, and tell it running on NVIDIA.

    System: Windows 7; graphics (onboard Motherboard) Intel(R) HD Graphics 4600 Properties.
    I have the same problem:
    ADE does not turn page *unless* I resize the ADE window after turning the page.  After resizing the ADE window, the page will turn.
    I don't have multiple displays.  I don't know how to adjust my display setting to facilitate ADE.  Still looking for a solution... If you find a solution or a better product, let us know.

  • Page problem in script

    Hi,
    I have one more problem. Actually my script having only one page output. But in second page also logo is printing.
    I don't want second page. In first page I have only two windows main & logo.
    Could you please suggest me how to do it.

    Hi!
    You have to set up 2 pages in SE71, FIRST, and NEXT.
    FIRST has to contain the LOGO and MAIN windows.
    NEXT has to contain only the MAIN window.
    At the FIRST page you have to set the next page as NEXT page.
    At the NEXT page you have to set the next page as NEXT page (same as FIRST).
    This makes your NEXT sides not to print the logo and handles accidentally data overflow to your second page.
    Check out if there is an explicit /: NEW-PAGE in your sapscript, this causes problems also.
    Regards
    Tamás
    Message was edited by:
            Tamás Nyisztor

  • Problem in sap-script, page count when trigger new page.

    Hi to all,
    Please help on my sap-script problem. When I trigger new-page the page count should continue.
    Ex: I have total of 2 pages, the second page is trigger in new-page. the page count of 2nd page should show as Page 2 of 2. but it shows on me is still Page 1 of 2.
    my command of new-page is in the zprogram. using function command_control
    thanks to all,
    I will reward points.
    Booh.

    Hi ,
    use &PAGE& of &SAPSCRIPT-formpages&
    IF Found Helpfull.
    Do Reward.
    Regards.
    Eshwar

  • CS6 master page problems with CS5.5 script

    Hi.
    I've an extensive script created for CS5.5, that creates 16 documents, styles them, and adds them to a book file.
    Under CS6, it still works fine, creates all the necessary stylesheets and master pages, but the master page items are shifted.
    I've checked the position with the Page tool, and clicked Show Master Page Overlay, and the centre of the master pages are now sitting at the centre of the spread (which is also the zero point of the ruler).
    I've tried versioning for CS5.5, but I can't get it to stick (compiling simply changes CS6 to CS5").
    Can anyone tell me how to correct the problem? Ideally, I'd like to append the part of my script that creates the master page. This starts thus:
    set currentMaster to master spread "A-Master" of Pub00
              set base name of currentMaster to "Standard Pages"
              tell currentMaster
      make guide with properties {orientation:vertical, location:"138mm"}
      make guide with properties {orientation:vertical, location:"140mm"}
                        tell margin preferences of pages
                                  set top to topMargin
                                  set left to insideMargin
                                  set bottom to bottomMargin
                                  set right to outsideMargin
                                  set column count to docColumns
                                  set column gutter to colGutter
                        end tell
    ... and then I start creating para and character styles, and add various frames with content to the masters.
    Another section to create a master starts with ...
    tell currentMaster
                                  tell page 1
    ... so should I use the 'tell page 1' block to alter the master overlay, or somewhere else?
    Each document only has three different master pages, but I now have to open all 16, and use the Page tool to shift the master overaly, which can be pretty time consuming.
    Any pointers would be most appreciated.

    I'm seeing this as well, but when I go to override master page items to a normal page.  This code worked fine on CS5, but broke when we updated to CS6.
    on override_master_page_items(p)
      -- Overrides all possible master page items for a given page.
      tell application "Adobe InDesign CS6"
        try
          -- Get the list of items to override
          set i to master page items of p
          set b to {}
          repeat with v in i
            -- Build the list of items that we will override so we can process it all at   once (for speed)
            try
              if allow overrides of v is true then
                -- Only override an item if it is in fact possible to do so.
                set b to {b, v}
              end if
            end try
          end repeat
          -- Override all the items that we found above.
          set overriddenItems to override b destination page p
        end try
      end tell
    end override_master_page_items
    Any help or ideas would be greatly appreciated.

  • Problem in script pages

    Hi
    My script contains 2 windows namely Header window & Main window. I am getting output corectly.
          But the problem is getting 2 pages for shipment no. 1649 & 3 pages for shipment no 1609, even though only 1 record in Main window.
          Allignment also vary for 1 shipment no to another shipment.
       Its very urgent. Plz help me.
    Reward points if helpful.

    i think in your print program you ar using any write_form with the window name SUMMARY  but in your script  ZSAP_CHQ_LAY_LS you dint create the SUMMARY window. so create that in script or search in print prog and comment that write form which contains window = 'SUMMARY'
    regards
    shiba dutta

  • Problem in printing SAP Script Page Numbering

    Hi All,
    Am facing a problem like : Page Numbering in one of my form is getting printed from 0 (I mean initializing from 0).
    Eg : Page 000 of 003
           Page 001 of 003
           Page 002 of 003
    I want to get printed as :
          Page  001 of 003
           Page 002 of 003
           Page 003 of 003
    Could you pls help me in this regard.
    Thanks In Advance.
    Thanks,
    Madhu.

    Hi,
    You can solve this problem by setting the page counter mode to "start" and the numbering type as "Arabic", in the page attributes.
    Regards,
    Ajith V

  • Script page creation problem urgent

    hai all
    I develop the script for print the bank cheque... but currently i gave the page size DINA4.. But I want to change it custom page size( cheque size   -9cm -24cm)... so how should i create that size page plz tell me the step....how to create customer page in script ??
    regard
    nawa

    Hi,
    goto SPAD trnasaction.
    Then choose Full administration and then Page formats on the DeviceTypes tab page
    On next page,choose.. Change, create and fill in the fields, now replace this page format in your script, don't forget to activate it.
    thanks,
    Anitha

  • Script Page Display Problem

    Hi,
    I have developed Sap Script. And i have declared only one page in Sap Script. And in this page it contains 6 windows. In Each window i have written like this
    Example:
    If &Nextpage& = 0.
    Written Some thing.
    Endif.
    But the output is coming in 4 pages. the exact one is in 3rd page. how can i avoid 1st,2nd and 4th pages. Could you please help me in this regard?.
    Thanks in Advance.
    Sai

    if you use nextpage = 0..........
    it will pring in the last page.
    so do one thing take the system variable &sapscrit-formpages& into one vriable. do -1 from that..
    now put a condition like &page& = &sapscrit-formpages& - 1.

Maybe you are looking for

  • Can i use my apple ID on messages and factime if i dont have money in my account

    im gonna start off with no money in the account then i might buy a few gift cards and insert the money in there, but before that can i use the apple ID if it has no money in it with factime and messages?

  • Create a database based on a current database

    I have a 9.2.0.6 database on server test. I copied everything to server test1. I used backup control file to trace on test. I put this backup control file to test1 and modified the file locations and want to recreat a database on server test1. What's

  • ECC and GTS integration

    Gurus If using ECC and GTS, what is ususally done with the "Foreign Trade" fields in the ECC?  Apparenlty these do not transfer to GTS.  This may be confusing to the user to present fields that do nothing.  What is the best practice for addressing th

  • IWeb converts Text pages to PNG files

    I build a page with many text. I export my site... and when I see the result, it's a big PNG file !!!! How can I solve this ?

  • [File Upload] Multiple Destination ??

    Hi all friends, Iam facing problem with Uploading of one file in multiple destination means user can select multiple remote destination from client interface(swing) and my application should send that file in all remote destination from local hot fol