What are the major situations  to go to the short dump in abap programming?

What are the major situations  to go to the short dump in abap programming?

Hi,
The major situations that an ABAP Program can result a dumb are as follows...
1) Poor coding i.e., if the data in the data base is less, then even a poor code can give you the result.  But when you transport the program into Production, then there the same program will give you a dump, resulting 'TIMED OUT' error.  So performance tunning is required for each and every program.
2) while calling a function module.
3) extracting of data into fields which are not type casted.
4) in case of x/y value, one should check the value of 'y' should not be zero, else a dump will result.
these are few which i can give for time being........

Similar Messages

  • What are all major process in SD?

    Hai Guys,
       Do help me out in getting informations about the
       following.
    What are all major process in SD?
    detailed answers or links for this pls...
      Thanku
      Regards
      Jino

    1.     Standard Sales Order
    2.     Standard Sales Order with Reference to a Contract
    3.     Sales Order with Reference to a Quote
    4.     Rush Order
    5.     Cash Sales Order
    6.     Credit Memo Request.
    7.     Return Order
    8.     Subsequent free delivery
    9.     Export/deemed export order
    10.     Make to order, order.
    11.     Invoice correction request
    12.           Third party with Shipping Notification.
    13.           Third Party without Shipping Notification
    14.           Stock Transfer Between Plants & Depots.
    15.           InterCompany Sales Scenario
    16.           Scrap Sale
    Reward points if helpful
    Regards,
    Rajesh Banka

  • What are views in DDIC and plz mention the difference between them

    hi,
    What are views in DDIC and plz mention the difference between the different type of views..
    1) maintainence view
    2)database view
    3)Projection view
    4)help view
    P.S : Good answers will be rewarded with points.

    Hi,
    The followings are different types of views:
    - Database View   (SE11)
    Database views are implement an inner join, that is, only records of the primary table (selected via the join operation) for which the corresponding records of the secondary tables also exist are fetched. Inconsistencies between primary and secondary table could, therefore, lead to a reduced selection set. 
    In database views, the join conditions can be formulated using equality relationships between any base fields. In the other types of view, they must be taken from existing foreign keys. That is, tables can only be collected in a maintenance or help view if they are linked to one another via foreign keys.
    - Help View    ( SE54)
    Help views are used to output additional information when the online help system is called. 
    When the F4 button is pressed for a screen field, a check is first made on whether a matchcode is defined for this field. If this is not the case, the help view is displayed in which the check table of the field is the primary table. Thus, for each table no more than one help view can be created, that is, a table can only be primary table in at most one help view. 
    - Projection View
    Projection views are used to suppress or mask certain fields in a table (projection), thus minimizing the number of interfaces. This means that only the data that is actually required is exchanged when the database is accessed.
    A projection view can draw upon only one table. Selection conditions cannot be specified for projection views.
    - Maintenance View   ( SE54 )
    Maintenance views enable a business-oriented approach to looking at data, while at the same time, making it possible to maintain the data involved. Data from several tables can be summarized in a maintenance view and maintained collectively via this view. That is, the data is entered via the view and then distributed to the underlying tables by the system
    Thanks,
    Shankar

  • What are some good visual effects programmes for the Mac?

    I have been editing with Final Cut Express since 05 and I want to be able to do fancy visual effects I cannot do with Final Cut Express so I put it to you; what are some good visual effects programmes for the Mac? I know there is Adobe After Effects but I am wondering if there are any others, including from Apple.

    Russ H wrote:
    Or does it? Because by purchasing Motion, you also get the Pro Res codecs and Animation. Will FCE be able to work with them if they're in your QT library? I think so but am not positive. I'd check with the FCE gurus in that discussion forum.
    So I half answered my own question. FCE will respect the alpha channel in a PR 4444 file. But from the limited testing I was able to to, there doesn't seem to be a way to export it ( or other flavors of PR) as a PR sequence. It renders as AIC, which is fine. FWIW, it can always be exported as Pro Res via QT Conversion, but why bother?
    However,  I now have to say – despite what I said in my first post – that I'm not 100% percent certain that the all the codecs will be available by buying Motion. I'm like 95% sure, the more I think about it. But I have too much NLE and graphics "stuff" on my systems to test it conclusively.
    Russ

  • TS1702 I purchased holiday add-ons for the UtiliTap Week Calendar.  I wanted basic holidays.  Once added my calendar was flooded with listings for holidays, the majority obscure, repeatedly listed. The "hide calendar" would work only till the next time I

    I purchased holiday add-ons for the UtiliTap Week Calendar.  I wanted basic holidays.  Once added my calendar was flooded with listings for holidays, the majority obscure, repeatedly listed. The "hide calendar" would work only till the next time I opened it. These holidays were listed on the built-in iPhone calendar as well as the UtiliTap Week Calendar. I actually want to delete the two purchases because I tried deleting the UtiliTap Calendar (where I purchased the add-on holidays) and the holidays still showed up on my built in iPhone calendar.

    I purchased holiday add-ons for the UtiliTap Week Calendar.  I wanted basic holidays.  Once added my calendar was flooded with listings for holidays, the majority obscure, repeatedly listed. The "hide calendar" would work only till the next time I opened it. These holidays were listed on the built-in iPhone calendar as well as the UtiliTap Week Calendar. I actually want to delete the two purchases because I tried deleting the UtiliTap Calendar (where I purchased the add-on holidays) and the holidays still showed up on my built in iPhone calendar.

  • When I run the BAPI "BAPI_PBSRVAPS_GETDETAIL" .It gives me a short dump.

    When I run the BAPI "BAPI_PBSRVAPS_GETDETAIL" .It gives me a short dump.
    Can anybody help me with this?

    This is the content of the dump.
    Runtime Errors         OBJECTS_OBJREF_NOT_ASSIGNED
    Except.                CX_SY_REF_IS_INITIAL
    Date and Time          05/17/2007 11:21:29
    Short text
         Access via 'NULL' object reference not possible.
    What happened?
         Error in the ABAP Application Program
         The current ABAP program "/SAPAPO/SAPLADVF" had to be terminated because it has
         come across a statement that unfortunately cannot be executed.
    Error analysis
         An exception occurred that is explained in detail below.
         The exception, which is assigned to class 'CX_SY_REF_IS_INITIAL', was not
          caught in
         procedure "/SAPAPO/ADVF_CELL_INPUT" "(FUNCTION)", nor was it propagated by a
          RAISING clause.
         Since the caller of the procedure could not have anticipated that the
         exception would occur, the current program is terminated.
         The reason for the exception is:
         You attempted to use a 'NULL' object reference (points to 'nothing')
         access a component (variable: "C_S_ACTVIEW-AGC_CHILD1-APOGRID").
         An object reference must point to an object (an instance of a class)
         before it can be used to access components.
         Either the reference was never set or it was set to 'NULL' using the
         CLEAR statement.
    Missing RAISING Clause in Interface
        Program                                 /SAPAPO/SAPLADVF
        Include                                 /SAPAPO/LADVFU06
        Row                                     1
        Module type                             (FUNCTION)
        Module Name                             /SAPAPO/ADVF_CELL_INPUT
    Trigger Location of Exception
        Program                                 /SAPAPO/SAPLADVF
        Include                                 /SAPAPO/LADVFU06
        Row                                     81
        Module type                             (FUNCTION)
        Module Name                             /SAPAPO/ADVF_CELL_INPUT
    Source Code Extract
    Line  SourceCde
       51 *#TR# (1) Check arguments: Read only mode must be 0, 1 or 2 and row and column must be provi
       52   if f_argument2 is initial or f_argument3 is initial.
       53     break-point id /SAPAPO/ADV__EXECUTION. clear f_argument. f_calc_error = true. exit.
       54   endif.
       55
       56
       57 *#TR# (1a) Calculate line number of the cell (line + line offset)
       58   l_line = f_argument2 + i_line_offset.
       59
      60 *#TR# (1b) Set L_CELL_READONLY depending on the read only mode F_ARGUMENT
      61   case f_argument.
      62     when 0. l_cell_readonly = /sapapo/cl_agc_base=>gs_c_agc_readonly_values-read_only.
      63     when 1. l_cell_readonly = /sapapo/cl_agc_base=>gs_c_agc_readonly_values-read_write.
      64     when 2. l_cell_readonly = /sapapo/cl_agc_base=>gs_c_agc_readonly_values-stateless.
      65     when others.
      66       break-point id /SAPAPO/ADV__EXECUTION. clear f_argument. f_calc_error = true. return.
      67   endcase.
      68
      69 *#TR# (1c) The input status of cells set to read only by the data view definition (history)
      70   if f_argument3 < g_s_cols_properties-first_input_column.
      71     return.
      72   endif.
      73
      74 *#TR# (1d) Note 1005813: The old APOGRID does not support the read only mode
      75 *#TR# /SAPAPO/CL_AGC_BASE=>GS_C_AGC_READONLY_VALUES-READ_WRITE. For compatibility reasons, w
      76 *#TR# read only mode /SAPAPO/CL_AGC_BASE=>GS_C_AGC_READONLY_VALUES-STATELESS
      77
      78 *#TR# Determine version of APOGRID to check, if new or old APOGRID is used. The version is b
      79 *#TR# reasons
      80   if g_agc_grid_version is initial.
    >>>>     c_s_actview-agc_child1-apogrid->get_control_version(
      82       IMPORTING
      83         apogrid           = l_apogrid
      84       EXCEPTIONS
      85         cntl_system_error = 1
      86         cntl_error        = 2
      87         others            = 3
      88           ).
      89     if sy-subrc <> 0.
      90       break-point id /sapapo/adv__execution. clear f_argument. f_calc_error = true. exit.
    91     endif.
    92
    93     g_agc_grid_version = l_apogrid.
    94   endif.
    95
    96 *#TR# If the old grid is used change read only mode if necessary
    97   if g_agc_grid_version < 200
    98     and l_cell_readonly = /sapapo/cl_agc_base=>gs_c_agc_readonly_values-read_write.
    99
    100     l_cell_readonly = /sapapo/cl_agc_base=>gs_c_agc_readonly_values-stateless.

  • (MacBook / No FireWire) What are people here going to do down the line ?

    I hope not to turn this into a rant about the new MacBooks. Rather I just wanted the musicians side of things...
    I know that there is lots of talk in the MacBook forums about the new MacBook's lack of FireWire but as a fellow musician I was hoping to get other musician's (Logic Pro 8 users) perspective on the situation.
    I've been using my iMac for about 5 years and I was planning to purchase my 1st MacBook in January and retire the iMac to other non-music chores.
    Why? .....my wife bought herself an iMac about a year ago (Nov 2007) and I've fallen in love with her computer. I have not loaded Logic 8 on her machine but I have used GarageBand on it and it works great so I would assume I would get good performance on it with Logic 8.
    But, now that the new MacBooks don't have FireWire and my connections (audio, hard disks, video cameras etc.) to my iMac via FireWire, I've decided not to buy a new MacBook.
    options
    1. I still like doing music on my iMac. Maybe I'll just keep it as my music computer
    2. Ask my wife to trade? (not going to happen)
    3. Buy a MacBook Pro? Thats a lot of extra money that if I had I would rather spend on something that would make my music really "sound" better (better mic, better Guitar, better mic preamp etc). After all, those things will last forever, a computer has a limited lifespan.
    4. Switch to a USB interface and get the new MacBook? I have a FireBox interface now that I really like although I have been using a external mic preamp that made my audio sound quite a bit better.
    What would you all do? Or better, what WILL you do when it comes time for you to need a new notebook computer with FireWire.
    ideas?

    This is a good thread with information that may be useful to you:
    http://discussions.apple.com/thread.jspa?threadID=1802741
    With all due respect to Marceldada, I would not recommend buying one of those white macbooks. Although they price is right, you want to get the best and fastest machine you possibly can, or you are going to have performance issues with Logic and grow out of the machine sooner. The newest model 'unibody' 2.1ghz Macbook actually gets faster benchmarks than the 2.4ghz previous generation Macbook (yes, I typed that in right, the 2.1 is FASTER than the previous gen 2.4), so that white previous generation 2.1 Macbook they're still selling on the MB page is going to be significantly slower than any other Mac laptop you can get now.
    I'm not totally convinced that USB is terrible for Audio interfaces - there seem to be some nice ones out there if you just want something with a couple of ins and outs. Get a 7200 speed internal HD, and you can record several tracks of audio onto that with no problems.
    If you're wanting to do really heavy Logic work and lots of multi track recording, you should spring for the MBP anyway. The Macbook Pro's are amazing machines, and that 2 inches more on the screen in my opinion is worth its weight in gold. Also keep in mind that you will recoup some of the added expense that you put into a newer and better spec'd machine when you resell it. Even if you bought one of the black or white Macbooks brand new now, the silver one will still hold its value better because it is newer technology. And that certainly holds true for the MBP's too. The more you spend now, the more it will be worth when you sell.
    If you do want firewire and definitely don't want a MBP, I would look at the refurbished and clearance machines on Apple's website, or check out some Apple retail stores who may still have some of the older black and white Macbooks they're trying to get rid of.
    http://store.apple.com/us/browse/home/specialdeals/mac?mco=MTMzNTY
    I think getting a refurbished or clearance model 2.4 black or white Macbook (or a refurbed previous generation Macbook Pro, which you can get for cheaper than the current silver Macbook) is a much better deal than the low end whitebook they're still selling new. If there is a university near you, check out their bookstore. I was just in a university bookstore two days ago, and the were selling the 2.4ghz blackbook for $999, and the 2.4 whitebook for $949. That's cheap, and a pretty fast machine!
    Good Luck!

  • What are some ways to remove shine from the face in portraits?

    What are some different methods that people use to remove shine from the face while still leaving enough for a subtle highlight? I would love to hear all the different options I have. Thanks!

    Here is one:
    Open a blank layer above the background layer
    Access the Clone Stamp Tool.
    On the tool's option bar, enter Mode: Darken  Opacity: 30%  Aligned: Checked  Sample all layers: checked
    Zoom in on the shiny area, then ALT+left click a non-shiny skin area to sample the skin. Now, paint over the shiny area

  • What are little transparent notices that pop onto the screen?

    There are little transparent notices that pop onto the screen whenever the computer congratulates itself for doing something like a download or finding an infected email and eliminating it.  What are those called and how can I turn them off?

    Thanks for replying MacJack,
    It turns out that it was Growl, not an anti-virus program that was being the nuisance.
    I found out how to disable those distracting pop-ups by following the directions on Growl's website.
    http://growl.info/documentation/growl-package-removal.php

  • What are most valuable and required features in the B2B Web shop checkout?

    Hi,
    I am product manager for SAP Web Channel. I would like to use this forum as a channel to learn more about our customer's requirements for Web shop checkout. Also, I would like to gather new ideas from our customers and partners for a highly usable and functional Web shop checkout.
    What do you think are very valuable or even u201Cmust haveu201D features in a B2B scenario Web shop checkout? You can let me know checkout features that are especially relevant for your own business process. In this respect, it would be interesting to know what B2B checkout features you developed in your E-Commerce project. However, I would also like to know what features, apart from your own specific process requirements, that you would judge as very important standard B2B checkout features. Think of features such as an Ajax search for shipping addresses or payment via direct debit or 3D Secure. 
    Let me tell you upfront what I roughly understand as "checkout". Checkout for me is a process typically triggered by a 'Checkout' button in the shopping basket. As a result, a checkout page gets called. On this page or accross different sequent pages the customer is requested to enter or select certain information such as billing and shipping address(es) and payment data. This information is required by the Web shop owner in order to fulfill the customer order.
    All your ideas, feedback, and thoughts on this topic are very welcome. Please understand that providing your ideas and requirements on the checkout will not necessarily mean that SAP will develop them in the future. But every idea will broaden my mind on what are the market requirements regarding this topic.
    I hope that I can start an interesting discussion for all of you here in the forum. I will provide points for interesting ideas, thoughts and requirements.
    Greetings
    Torsten Kliesch

    Hi Sateesh,
    thanks for your feedback. I have granted you some points for it first of all. Let me ask 1-2 two questions regarding your feedback though:
    Regarding the pricing I understand your point in a way that it should be possible to display more price details in the basket or at least in the order overview of the checkout (before submitting the basket as a sales order). Meaning it should be possible to more easily switch on the display of price details like subtotal, customer discount in the basket and order overview. Is my understanding correct?
    Greetings
    Torsten

  • What Is The Legal Situation With Upgrades And The Original Copy Of FCE/FCP?

    Imagine you have an original copy of FCE/FCP.
    You buy an Upgrade and of course use your original serial number to make it work.
    You then register the new product with Apple.
    Can you then sell your original version and keep your legal entitlement to use the Upgrade?
    This question arises from an advert I have just seen on eBay where it looks as though the seller is doing precisely that (if you read their reasons for selling).
    Final Cut Suite
    Ian.

    Hi Ian,
    The answer is NO. It would not be legal for either the seller or the purchaser (assuming the seller purchased & applied an Upgrade to his original installation instead of purchasing a whole new copy with its own full license).
    In the packaged software world, when you purchase an Upgrade you are only purchasing a license to upgrade from a previously legally owned & installed copy of the software. When you enter the serial number of the previous copy you are identifying that copy. Regardless of whether or not Apple actually tracks the serial numbers, your upgrade license requires you to be the continuing owner of the original license in order for your upgrade license to be valid.
    Under the circumstances as they appear in this eBay transaction, the seller would legally lose both their original and upgrade licenses and the purchaser would be illegally installing a previously licensed software package.
    The only way to conduct a legal transfer of license would be to deinstall the original software before selling. Of course, that means you would no longer have the software to use yourself.

  • Does SSRS dynamically set the alignment of table cells based on the majority of cell types in the column???

    This is the first time I've run into this, but it appears that SSRS is setting the text-align based on the other cells in the column.  I have cells being set with either a dataset item of type System.Double or to "--" when Is Nothing evaluates
    to true.  I never noticed before that if the majority of the cells in the column are Nothing, then the few that aren't Nothing get aligned to the left along with all of the "--" text items.  And now I also see columns where the opposite
    is also happening, where if the majority of the cells in the column are numeric values, then everything is aligned right, even the few "--" items there.  I'm only using Default TextAlign and VerticalAlign, and no Indent, SpaceAfter or SpaceBefore,
    nor any concatenated text or embedded preserved spaces.
    Has anyone else in the SSRS universe seen this, and does anyone know why or have a good workaround for it?
    Thanks in advance : )

    Are you viewing the report in html format or are you looking in some other format like Excel,CSV etc?
    Please Mark This As Answer if it solved your issue
    Please Mark This As Helpful if it helps to solve your issue
    Visakh
    My MSDN Page
    My Personal Blog
    My Facebook Page

  • Instead of all the fancy gear and hot, hip, up-to-the-minute--HOW ABOUT FIXING the MAJOR BUGS in THUNDERBIRD? The geeky answers provided by the forum don't wor

    Slow to load, abysmally slow to move a message to "Sent", Frequent errors moving composed mail from "Drafts", In almost constant conflict with Time-Warner RoadRunner--frequent errors involving timing out during sending.
    A BIG issue with me is the inability to move my Address Book entries to another mail program or another device. Once you're a Thunderbird person, you ain't going nowhere else, fur sure, fur sure!

    ''re:Also when I do get a message moved to "sent" and go back to read it--''
    Is this an IMAP mail account?
    If yes it is IMAP, check your server settings:
    * Tools > Account Settings > Copies & Folders for imap mail account.
    * Select: 'Place a copy in'
    * Select; 'Other' and the 'Sent folder on the imap mail account.
    note the 'Sent' folder on the server might be called 'Sent Items' or similar.
    Re Archives, Drafts and Templates:
    If you want to use the folders on the server...
    * Select: 'Other' and the Archives folder on the imap mail account
    * Select: 'Other' and the Drafts folder on the imap mail account
    * Select: 'Other' and the Templates folder on the imap mail account
    note: some people like to store their Archives in Local Folders.
    So you would need to create an 'Archives folder in Local Folders and choose 'Other' and 'Archives' fodler on Local Folders.
    click on OK to save changes to Account Settings.
    Have you performed all the suggested 'housework' on your folders to reduce their size?

  • Tcode to find the load in server is 20 users run a particular ABAP program

    I want to find the load in the SAP Server (in terms of CPU Usage, memory usage) if a particular Query or ABAP program is executed by 20 users.
    Pls let me knwo the Tcode for the same
    As per my understanding ST03 can be used to view the report of previous information only.

    Balaji
    You have the analyze the load while 20 users executing the following transaction code.
    OS06 - operting system monitor and click on detailed analysis where you can monitor the various instances
    if do you find the other transaction which will show you load of current program being used by 20 users, please share with the expert communitiy to help to other users.
    REgards
    Anwer Waseem

  • Short  Dump in Standard program for the INSERT Statement

    Hi All,
    In the Transaction FPCJ, when I click on the Button Close Cash Desk, I ma getting a short Dump.
    The problem is in the Standard SAP program 'SAPLSUU1' and the include program is 'LSUU1F01'.
    The reason is the code is trying to insert duplicate entries into a Data base table. And SAP is suggesting for a SAp NOTE.
    The problem is when I am trying with the suggested dearch terms I get very large number of notes and I am unable
    to zero down any single note.
    If someone has worked on these or have any idea on the Note number, please share that with me.
    Thans in advance.
    Thanks & regards,
    Y Gautham

    Hi Nicole,
    Thanks a lot! It actually worked.
    Thanks & regards,
    Y Gautham

Maybe you are looking for

  • Creating storage location in BDC

    hi friends i am creating a storage location through BDC(ox09), the problem is while saving the records it is asking for customizing request to avoid that what i need to do? can any body help in this regard. it is possible with red book entries can an

  • ATV gone from devices in iTunes

    Okay, when the thing works I love it so let me put that out there. I spent the afternoon listening to music streaming from my iMac and everything was fine until I stopped to watch television. While I was doing that the screensaver activated and when

  • Rebate reporting requirement

    Hi Gurus, We have report requirement related to rebate, where in we need to show the follwing field in the output. Rebate No: Total Accruals posted: Accruals reversed: Credit note amount. Can any one throw some light in which table and field the valu

  • Scroll position does not reset on datasets

    Forgive me if this is somewhere else, but I cannot find it.  In using spry datasets in CS4, when the data in a container is long enough to need a scroll bar, the scroll position does not reset to the top when you chose the next item in the dataset. 

  • 0COSTELMNT_TEXT  extraction

    Hi BW gurus, 0COSTELMNT_TEXT is extracting zero records even if there are valid records in the source table (CSKB). No records were extracted in the RSA3. This datasource was working fine until 3 months ago. Pls suggest. Points promised. Thanks in ad