Page Area over flow problem

Hi,
When I am executing The Bapi in Ecc6.0 its goes to Short dump.
Short Dump error is:page area over flow in abap/4 memory.
This is very Urgent please suggest me how to overcome this short dump.
regards,
babu

hi
https://forums.sdn.sap.com
abapcode.blogspot.com
ABAP/4 programs can take a very long time to execute, and can make other processes have to wait before executing. Here are some tips to speed up your programs and reduce the load your programs put on the system:
Use the GET RUN TIME command to help evaluate performance. It's hard to know whether that optimization technique REALLY helps unless you test it out. Using this tool can help you know what is effective, under what kinds of conditions. The GET RUN TIME has problems under multiple CPUs, so you should use it to test small pieces of your program, rather than the whole program.
Generally, try to reduce I/O first, then memory, then CPU activity. I/O operations that read/write to hard disk are always the most expensive operations. Memory, if not controlled, may have to be written to swap space on the hard disk, which therefore increases your I/O read/writes to disk. CPU activity can be reduced by careful program design, and by using commands such as SUM (SQL) and COLLECT (ABAP/4).
Avoid 'SELECT *', especially in tables that have a lot of fields. Use SELECT A B C INTO instead, so that fields are only read if they are used. This can make a very big difference.
Field-groups can be useful for multi-level sorting and displaying. However, they write their data to the system's paging space, rather than to memory (internal tables use memory). For this reason, field-groups are only appropriate for processing large lists (e.g. over 50,000 records). If you have large lists, you should work with the systems administrator to decide the maximum amount of RAM your program should use, and from that, calculate how much space your lists will use. Then you can decide whether to write the data to memory or swap space. See the Fieldgroups ABAP example.
Use as many table keys as possible in the WHERE part of your select statements.
Whenever possible, design the program to access a relatively constant number of records (for instance, if you only access the transactions for one month, then there probably will be a reasonable range, like 1200-1800, for the number of transactions inputted within that month). Then use a SELECT A B C INTO TABLE ITAB statement.
Get a good idea of how many records you will be accessing. Log into your productive system, and use SE80 -> Dictionary Objects (press Edit), enter the table name you want to see, and press Display. Go To Utilities -> Table Contents to query the table contents and see the number of records. This is extremely useful in optimizing a program's memory allocation.
Try to make the user interface such that the program gradually unfolds more information to the user, rather than giving a huge list of information all at once to the user.
Declare your internal tables using OCCURS NUM_RECS, where NUM_RECS is the number of records you expect to be accessing. If the number of records exceeds NUM_RECS, the data will be kept in swap space (not memory).
Use SELECT A B C INTO TABLE ITAB whenever possible. This will read all of the records into the itab in one operation, rather than repeated operations that result from a SELECT A B C INTO ITAB... ENDSELECT statement. Make sure that ITAB is declared with OCCURS NUM_RECS, where NUM_RECS is the number of records you expect to access.
If the number of records you are reading is constantly growing, you may be able to break it into chunks of relatively constant size. For instance, if you have to read all records from 1991 to present, you can break it into quarters, and read all records one quarter at a time. This will reduce I/O operations. Test extensively with GET RUN TIME when using this method.
Know how to use the 'collect' command. It can be very efficient.
Use the SELECT SINGLE command whenever possible.
Many tables contain totals fields (such as monthly expense totals). Use these avoid wasting resources by calculating a total that has already been calculated and stored.
verify if it can give an idea to the question.

Similar Messages

  • Items are not flowing into the second master page.

    Hello,
    any help on this is really appreciated. this is the situation. There are two master pages. I have created a flow content subform. And within this, i have created a position content subform. Within this, i have the different fields of an item level table. There are a total of 14 records. three pages are used. And all the three are the first master page. The second master page is not being used. I have tried many ways, but could not suceed. Could any one out there suggest a way to solve this problem?

    Hello,
    I'm facing a problem here. Within my print form I have one master page.
    Basically I have a dynamic table which must be followed by a standard text.
    So I've created a subform (flow content), in it I have another subform (flow content, table): in it one subform (flow content, table row) and a subform (position content with my text).
    Although all the 'allow page breaks' are checked, the issue I have is that the second page is never printed...

  • Column headings are not flowing to all pages

    Hi,
    I have used subform as table. So my table is as under:
    Table - ( Accessiblity = table)  => In pagination Over flow read is column_heading.
    Column heading  ( Accessiblity = header row)
    Item data = Body row
    The column heading is coming for 2 pages only but for other pages nothing is coming. So i need all the pages require column heading till the item detail flow.
    Regards
    harry

    Hi,
    What I could understand from your query is that, instead of using tables you used subforms to represent table data.
    now the problem is that data is displayed in multiple pages but the table header is not being displayed for every page instance.
    If this is the problem have a look into my below example.
    My structure for this presentation.
    ---Header(Subform)
    ---table (subformFor table node)
         |____Data(For table data node)
                  |___individual fields for row instance.
    here I did data binding to table and data nodes respectively with min count 1 (note: table subform is of flowed with page brakes allowed).
    Now to this table subform in in object>pagination>overflow leader I selected header.
    then the data is displayed in multiple pages and header for every page instance.
    let me know if you need any more info @ this
    Cheers,
    Sai

  • Page over flow - please turn over

    Is it possible to add text "please turn over"  if the page overflows to another page?
    I have designed an  In design document that get variable data filled from an external source. When this happens the page may or may not overflow to a new page depending on the data that goes in the document.
    I want to is to add text "please turn over" only if the page over flows? How do I do this? Can this done in In design? Page Overflow works fine. Not sure how to add a conditional text. Is there a way to check if page overflows in design?

    Pages do not overflow in InDesign, textframes do.
    Beware of terminology issues. In scripting, textframes have a property "overflows", which indicates there is "overset" text in the frame, that is, there is not room enough in that particular text frame for all of the text and it does not thread to a next frame. That last part is, by the way, the indicator you are looking for here: if a text frame "nextTextFrame" is valid, then there is a possibility text runs from the current into that next frame.
    It's only a possibility because it is perfectly valid and possible (and often true) that this next frame is totally empty, so you might want to double-check on that.

  • On my iPad mini, my inbox number count is over 500 even though the inbox. Is empty. All accounts do this on my iPad but all my other device are fine. Problem showed up two weeks ago???

    On my iPad mini, my inbox number count is over 500 even though the inbox. Is empty. All accounts do this on my iPad but all my other device are fine. Problem showed up two weeks ago???

    Hi Peter,
    Thanks for participating in the Apple Support Communities.
    It sounds like the Mail app on your iPad mini is showing that you have over 500 unread email messages, but your inbox is actually empty.
    There are several steps I'd use to troubleshoot this situation.
    First, restart your iPad to see if it clears up the symtom:
    Restart or reset your iPhone, iPad, or iPod touch - Apple Support
    Press and hold the Sleep/Wake button until the red slider appears.
    Drag the slider to turn your device completely off.
    After the device turns off, press and hold the Sleep/Wake button again until you see the Apple logo.
    If this doesn't correct the behavior, try removing and re-adding the affected email accounts next:
    Get help with Mail on iPhone, iPad, and iPod touch - Apple Support
    Delete the affected email account from your device.
    Tap Settings > Mail, Contacts, Calendars.
    Tap the affected email account.
    Tap Delete Account.
    Add your account again.
    If the same thing happens after re-adding the account, you may need to use the steps below to reinstall iOS. You may want to back up your iPad to iTunes before completing this step.
    Make sure that you have iTunes 12 or later on your computer.
    Put your device in recovery mode.
    When you get the option to restore or update, select Update. This will reinstall iOS without erasing your data.
    From:
    If your iPhone, iPad, or iPod touch doesn't respond or doesn't turn on - Apple Support
    All the best,
    Jeremy

  • I'm running xp and all my facebook pages are blank. [ all white ] i have emailed facebook and they said that it is because i'm using firefox. could this be true? none of my family has this problem.

    almost every time i go to facebook the pages are all white. [blank]

    Apply the two fixes below in order as needed:
    Fix #1
    Launch iPhoto with the Command+Option keys held down and rebuild the library.
    Since only one option can be run at a time start
    with Option #4 and then #1 as needed.
    Fix #2
    Using iPhoto Library Manager  to Rebuild Your iPhoto Library
    1 - download iPhoto Library Manager and launch.
    2 - click on the Add Library button, navigate to your Home/Pictures folder and select your iPhoto Library folder.
    3 - Now that the library is listed in the left hand pane of iPLM, click on your library and go to the File ➙ Rebuild Library menu option.
    4 - In the next  window name the new library and select the location you want it to be placed.
    5 - Click on the Create button.
    Note: This creates a new library based on the LIbraryData.xml file in the library and will recover Events, Albums, keywords, titles and comments.  However, books, calendars, cards and slideshows will be lost. The original library will be left untouched for further attempts at fixing the problem or in case the rebuilt library is not satisfactory.
    OT

  • Safari pages are darkened and unresponsive. Internet is fine. Syncing with MacBook did not solve problem. Everything else works fine.

    Safari pages are darkened and unresponsive. Internet works fine. Syncing to MacBook didn't help. Everything else works fine, including a different browser and apps that use the internet. Safari responds to searches and bookmark changes, but pages are not clickable. Help, please.

    Have you tried a reset ? Press and hold both the sleep and home buttons for about 10 seconds, after which the Apple logo should appear - you won't lose any content, it's the iPad equivalent of a reboot. Also have you cleared the cache : Settings > Safari > Clear Cache (and Clear History). Also, if your equipment list is correct, you update to 4.3.3

  • When using Firefox today a strange page with the title wonderhowto showing video instruction appears and all other open pages are closed. I have minimalised this stranger to the screen base and it now shows there with a mini firefox attached!

    Please bear with me as I am quite new to computers. Early today on start up I was asked to upgrade an Apple app. I declined as I did not have time.
    I opened Firefox as usual and went into several sites mail news etc and all seemed fine. Late morning this strange and quite professional looking video instruction page appeared full of photo's and instructions etc, the page took over the whole screen I thought it was strange so I closed it and all my open Firefox sites had gone. This has now happened several times. I have now noticed that when it is up there is a website address at the bottom of the screen. I tried to copy and paste this but it would not let me. There is a name scorecardresearch.com. Does this strike a bell with anyone?

    Hello,
    My name is Bryan Crow, and I am the CEO of WonderHowTo.com. This problem was brought to my attention this morning by others who have reported the same problem to our contact address: [email protected] I'm very sorry to hear this is happening.
    I assure you this is not something our website created or installed on your computer. Most likely it is some form of spyware or virus that is opening our website in order to hide it's true purpose. We are a large and trusted source for how-to articles and videos, so there is no reason we would choose to annoy people with such an obnoxious and intrusive behavior. Frankly it's very upsetting that someone would create malware that directed people to our website.
    Naturally, our team would like to do whatever we can to try and find the culprit behind this so we can report them. If any of you can provide me with additional information by emailing [email protected], it could help us get to the bottom of this.
    Specifically:
    * Have you installed or updated any Firefox Add-Ons recently (go to Firefox -> Add Ons to see the list of add-ons you have installed)?
    * What Firefox Add-Ons do you have installed?
    * Have you tried running a virus or spyware scan on your system? If so, which software did you use and did it help?
    * What URL is opening up when you see WonderHowTo, and what exact time of day (and in what time-zone) did you see it?
    Thank you for your help.
    Bryan Crow, CEO
    WonderHowTo
    1832 Franklin St
    Santa Monica, CA 90404

  • Two Column Text Flow Problem

    Aside from Pages not importing Word (from a Mac) properly when there's columns involved I have another column problem.
    I'd like to find a way to make a document that has two equal side-by-side columns, lets call them Column A on the left and Column B on the right. So when I start typing in Column B on the right and reach the bottom of the page the text continues on that new page in Column B.
    As far as I can tell it's impossible to do this as every time I reach the end of a page, the text jumps to the left into Column A. Is there any way to set it up so when you type in one column pages automatically jumps to that same column on the next page without having to add section or layout or column breaks for every single page?
    This is a bit of a nightmare. It seems Pages can't do a simple two column document as it insists on linking them together for every new page it creates as you type text.
    Can anyone help me?

    There are definitely some liimitations in how Pages handles its flow of information. I dislike the fact that once you have placed your pages the way you want from the pages within a template there is no way of having the text automatically flow from one to the next (irritating since some of my templates are designed to be journals)
    Pages won't do what you want. I am sure there are programs which are better suited to do so because they are designed for that particular market. I thank you, however for not stamping your feet and demanding that it be the very next thing for them to accomplish on their growing list of things to do next.
    (and I tried a few different things, hoping to figure out a way to do this. One of which was to design a templlate which was half the width of a sheet of paper. It was determining what was placed on the second side which was difficult.)
    now, of course, depending on how long your document was going to be you could try something different by making an infinitely long sheet of paper. At every point where the header would be you just incorporated a text box or shape with a wrap so your text would skip down to the next virtual page.
    Of course, this sounds like far more work, and distracting to the natural creation process of a writer. Find the software which removes itself from your creative juices and lets you concentrate on being the awsome writer you are.
    Just my 2¢ CDN (about half a penny US.)
    Gerry.

  • Web pages are not fully functional on iPad

    Until recently I was enjoying my experience with my iPad 2. I went to Netflix to write a review for a film and was unable to do so.  For whatever reason, I am unable to select the desired stars for my rating.  While obviously this is not a deal breaker, it is frustrating knowing that some web sites are not fully functional with my iPad. I hope this changes in the future. Cheers.

    Here we are over 2 years after the original post and I am having this problem too. Having it in both Safari and Chrome. When I first got my Ipad 3 I was able to rate movies (select star from red to yellow) on the netflix.com website. Somewhere along the line that quit working. Everything else on the site works even radio buttons on page where you select types of movies you watch and how much. At first I thought something on the website changed but then I got a new Ipad 3 at work, low and behold, I was able to rate movies by selecting stars. So what's the difference? Tried deleting history, cookies etc. Removing apps and rebooting. Long story short, I reset my Ipad deleteing all user info and settings and setting up as a new Ipad and it still doesn't work. I can't find any settings on the website itself that affect this. Anyone?

  • DIG_Change_Message_Config error 6 over flow

    I run into a problem when i develop in VB5, when i use DIG_Change_Message_Config function and use windows API handle, it show me error 6 over flow, anyone how to solve this problem.

    hi,
    overflow is a VB error. It may be that the handle that is being returned by the method, is causing the overflow..for example, if the handle returns a 32 bit long, and your variable is a short, then you may get this error...
    What version of NI-DAQ and what card are you using ?
    These knowledgebase links may help you...
    (1) http://digital.ni.com/public.nsf/3efedde4322fef19862567740067f3cc/dc44689717e9040586256c8e0071922c?OpenDocument
    and (2)
    http://sine.ni.com/apps/we/niepd_web_display.DISPLAY_EPD4?p_guid=B45EACE3DF1756A4E034080020E74861&p_node=DZ52319&p_submitted=N&p_rank=&p_answer=&p_source=External
    Nandan Dharwadker
    Staff Software Engineer
    Measurement Studio Hardware Team

  • I can't send Pages documents over Skype

    I try to send a Pages document over Skype, but it says words to the effect "Only regular data files can be sent". I tried to zip it using the contextual menu create archive command, all I got was a beep. My wife swears that she can't even send them as attachments. Could someone enlighten us here, what are we doing wrong? Thanks for your help.
    Regards, NIck.
    1 gig TiBook, quad G5 Mac Mini   Mac OS X (10.4.5)  

    I try to send a Pages document over Skype, but it
    says words to the effect "Only regular data files can
    be sent".
    Pages documents are actually a folder of files. So they can't just be attached to an email and sent. The solution is to first compress the document and send it as a zip/archive file. Thankfully, Mail in 10.4 does this automatically but other mail programs don't.
    I tried to zip it using the contextual menu
    create archive command, all I got was a beep.
    Do you mean you couldn't create an archive in Mac OS X? Or that Skype beeped when trying to transfer the file?
    If you mean Skype couldn't transfer the file then this would be a Skype problem. .zip files are a PC and Mac standard, so there's not reason they couldn't be emailed or shared via Skype.
    Dale

  • Large Word document imported into Pages with "Section Break Problems"

    Hi there,
    I am importing a large Word document with many photos (>250 pages) into Pages. Now, the problem is that when using the "page thumbnail" window to the left it marks all my windows with a yellow border.
    This means that I can't duplicate single pages - it will duplicate the whole stuff. Same thing for delete.
    I can go to the last character of each page and insert a "section break". This creates single pages. But it seems a bit odd to me, and with >250 pages, this is quite some work too.
    Any idea what I can do to solve quickly the issue?
    Thanks for any hints!

    Sections are what they say they are natural breaks in the document.
    Each section usually having headers footers and other basic content in common.
    Effectively just like chapters in a book or specifically designed pages in a magazine or report.
    If your text naturally flows from one page to the next then they should stick together.
    If on the other hand you are treating them all like single leaves of paper to be shuffled around, then you need a section break at the end of each page.
    3 ways you can quickly do this:
    1. There is a unique start to each page such as a return followed by a particular word. You can search on this combination replacing it with a section break followed by the word.
    2. You can make a short cut to do this from the keyboard
    3. You can copy a section break and paste it at the end of each preceding page.
    4. You can transfer by copying and pasting the content into a Layout mode document where every page is its own section.
    As with most work, planning, organisation and thinking before you leap, pays off in the long run.
    Peter

  • Portions of text on some sites are are over-written

    Using FF 4.0.1, the text on some web pages over-writes other text.
    If I open the same page in IE it appears correctly. This can lead to problems if two hyperlinks are over-written

    Reset the page zoom on pages that cause problems: <b>View > Zoom > Reset</b> (Ctrl+0 (zero); Cmd+0 on Mac)<br />
    See:
    * http://kb.mozillazine.org/Zoom_text_of_web_pages
    If you have increased the minimum font size then try the default setting 'none' as a high value can cause issues like you described.
    * Tools > Options > Content : Fonts & Colors > Advanced > Minimum Font Size (none)
    * Tools > Options > Content : Fonts & Colors > Advanced > [X] "Allow pages to choose their own fonts, instead of my selections above"

  • Since updating to 3.6.22 web pages are very very slow to load and downloads too how can I go back to my healthy computer please?

    Last week I updated to Firefox 3.6.22 (?)and since then a whole host of problems have occurred:
    web pages are taking forever to load
    downloads (like ccleaner and registry booster) wont work
    some programs I've used often aren't working correctly (MS Picture manager)
    I would like to uninstall 3.6.22 and get back to having a healthy computer again.
    Today the web page problem became extreme - pages simply not loading at al and so I have just reloaded 3.6.22 in case something was wrong the first time.
    Suggestions please!
    I'm not that tech savvy and don't know if the installed plugins you've listed below are correct.....
    sue

    Firefox 4.0 was released in March, over 3 months ago. If you have some add-ons that haven't been updated yet for Firefox 4.0, much less for Firefox 5.0, it is time for you to find similar replacements for those add-ons. IMHO, extensions like that should be considered as "abandoned" by their developer.

Maybe you are looking for

  • Windows 7 Product Key Blocked - Not Genuine notice

    My T420 is 3 years old and suddenly yesterday I got the notices and black screen saying "This copy of Windows is not genuine." And nag screens about it roughly every half hour (and annoyingly at boot-up). I tried several fixes online, including re-en

  • OEM10g with pending status

    Hi, I've recreated EM, I've deleted all manually before, because drop or recreate command hangs in "Getting temp tablespace". It is 10.2.0.1.0 in Centos. I've deleted sysman user, and so on ... I've created EM again and it is ok, but when I go to the

  • All Sound stopped working on the Iphone's SPEAKERS.

    Please... help me out here. None of the phones sounds are coming thru the speaker! The keyboard clicking sound is not working, the sleep button sound is not working, the music is not playing thru the speaker, nothing! I tried doing a soft reset and i

  • Flash developers wanted

    Our company, Map the World.net, produces community search maps integrated into newspapers across the country. Now recruiting those skilled in Flash to produce volumes of 10 second clips to animate advertisements and other features of these maps. Cont

  • IMAP fell over POP still working...

    myself and 2 other IMAP users cant send/receive emails. testing my account on POP it works fine. I have DNS queried our domain and the MX Record correctly points to our I.P which my mail server is sitting on. Whats going on? Someone said reading the