Short Dump When Installing Key Figure Catalog from BI Content

Hi Friends,
                I get a Short dump when trying to Install a Key Figure Catalog (in Purchasing) from the BI content. This is what the Error Says ,
" You Attempted to Use a "NULL" object reference (Points to nothing) access a component (variable : "  "). An Object reference must point to an object (an instance of class ) before it can be used to access components.
Any input will be greatly appreciated,

Hi Michal,
this bug hits only patch level 201 of the DBSL. Please update the DBSl.
Regarding the ABAP code I do not believe that the hint helps in this case but it should not cause any problems either. If this hint is applied more PREPARE calls are neccessary since before every execution a new statement text is assembled.
The advantage of SUBSTITUTE_VALUES hints is that the database optimizer get more information through the statement text. The downside is that a new statement is generated every time. E.g. you won't find the statement as a top scorer in a SQL cache analysis if the access plan is still bad.
Regards
               Frank

Similar Messages

  • Short dump transferring more than 99 items from catalog to shopping cart

    Hi
    I'm encountering a short dump when trying to transfer any more than 99 items from the internet sales catalog to an EBP shopping cart.
    The error states "Unable to interpret "*0" as a number" - the code in the error suggests that the system is attempting to populate field LCNT with *0.
    Any ideas greatly appreciated.
    Regards
    David

    Hi both
    Thanks for the replies. I've already checked the usual channels (OSS, Google etc) without success, hence my thread here.
    The business reasons for having 99 catalogue items are not particularly strong, but it would be a 'nice to have' as one or two users have fallen foul of it. They can obviously raise separate carts if necessary.
    If the consensus is there's no solution then we'll just have to put up with it as a catalog limitation!
    Regards
    David

  • ASSERTION_FAILED short dump when Transporting Transformation from Dev to QA

    Hi Experts,
    I' am getting a short Dump when transporting the transformations, DSO & DTPs from Dev server to QA.
    I got RC=12, Please have a look below....
    Transport log...
        BCQ        System BCQ
                   Selection for Import                     08.07.2010 15:28:59    (0) Successfully Completed
                   Import                                   08.07.2010 15:35:14    (0) Successfully Completed
                   Check Versions                           08.07.2010 15:35:14    (0) Successfully Completed
                   Method Execution                         08.07.2010 15:36:20   (12) Canceled
                   Import                                   08.07.2010 15:45:39    (0) Successfully Completed
                   Check Versions                           08.07.2010 15:45:39    (0) Successfully Completed
                   Method Execution                         08.07.2010 15:46:45   (12) Canceled
    and the Log detalis.....
    Date        Time      Message
    08.07.2010  15:35:15  Job started
    08.07.2010  15:35:15  Step 001 started (program RDDEXECL, variant , user ID DDIC)
    08.07.2010  15:35:15  All DB buffers of application server sxcat136 were synchronized
    08.07.2010  15:35:21  STDO: Log  could not be written on output device T
    08.07.2010  15:35:30  Replication completed successfully
    08.07.2010  15:35:31  Struttura di comunicazione /BIC/CS8ZFIZIASA activated
    08.07.2010  15:35:40  Regola(e) di trasm. 8ZFIZIASA_AA activated
    08.07.2010  15:35:47  ABAP/4 processor: ASSERTION_FAILED
    08.07.2010  15:35:47  Job cancelled
    Even I've checked the entries on the table RSTRANRULE for those Transpormations but there I got...all the entries with...
    RULEID = all numbers
    GROUPID = '1' or '2'
    GROUPTYPE = 'S' or 'T'
    REF_RULE ='0'
    we are in to SAP_BW Release 700, Level 0013, SP -SAPKW70013, SAP NetWeaver BI 7.0
    Pls help if any one know's the solution for this.
    Thanks in adv.
    BR,
    Ajay Kumar
    Edited by: sap.ajaykumar on Jul 9, 2010 12:48 PM

    Follow the steps mentioned in OSS note 998730.
    FYI.. Solution:
    Call transaction SE16 (Table Browser) and the 'RSTRANRULE' table with the following selection parameters:
    GROUPID = 'space'
    GROUPTYPE = 'space'
    REF_RULE 'space'
    If there are inconsistent entries in the RSTRANRULE table such as this:
    TRANID *
    OBJVERS *
    RULEID *
    SEQNR *
    GROUPID 00
    GROUPTYPE space
    RULETYPE space
    REF RULE *
    Delete these entries from the table.
    Activate the affected transformations.
    Also check the OSS note: 1006658.
    Follow the steps mentioned in OSS note 998730.
    FYI.. Solution:
    Call transaction SE16 (Table Browser) and the 'RSTRANRULE' table with the following selection parameters:
    GROUPID = 'space'
    GROUPTYPE = 'space'
    REF_RULE 'space'
    If there are inconsistent entries in the RSTRANRULE table such as this:
    TRANID *
    OBJVERS *
    RULEID *
    SEQNR *
    GROUPID 00
    GROUPTYPE space
    RULETYPE space
    REF RULE *
    Delete these entries from the table.
    Activate the affected transformations.
    Also check the OSS note: 1006658.
    Follow the steps mentioned in OSS note 998730.
    FYI.. Solution:
    Call transaction SE16 (Table Browser) and the 'RSTRANRULE' table with the following selection parameters:
    GROUPID = 'space'
    GROUPTYPE = 'space'
    REF_RULE 'space'
    If there are inconsistent entries in the RSTRANRULE table such as this:
    TRANID *
    OBJVERS *
    RULEID *
    SEQNR *
    GROUPID 00
    GROUPTYPE space
    RULETYPE space
    REF RULE *
    Delete these entries from the table.
    Activate the affected transformations.
    Also check the OSS note: 1006658.
    Also check the oSS note : Note 975675 - Transformation cannot be activated

  • GETWA_NOT_ASSIGNED short dump when load business partner master data

    Hi
    I've this error GETWA_NOT_ASSIGNED short dump when load business partner master data, it's running in BI 7.0 with support package 12.
    The error is because the field symbol is that pointed to the line of an internal table that was deleted.
    I think that it's an incompatibility between subroutine and unicode.
    Do you have idea about correct this error?
    Regards
    Jose.

    Hi Ravi
    Yes, it's a dump
    It's when running a process chain to load Business partner master data
    The error say:
    -.You address a field symbol that pointed to the line of an internal table that was deleted.
    -.You address a field symbol that was previously reset using UNASSIGN or that pointed to a local field that no longer exist.
    -. You address a global function interface, although the respective function module is not active - that is, is not in the list of active calls. the list of active calls can be taken from this short dump.
    I think that it's for the unicode corversion because I've the last support package 12 installed and the rest of the process chain are running perfect.
    My hotmail mail is [email protected] if you need the screen shot.
    Regards and thanks a lot
    Jose

  • Short Dump when trying to open C-project due to status

    Hi,
    We have a daily batch job in CRM that reports all the project ID's and
    sends e-mails out to recipients.
    As part of this report it retrieves the statuses for the project ID's,
    however the report short dumps when retrieving the status for one of
    the projects because it is not finding an active status.
    When we try and open the project in C-projects we get the same short
    dump error: CX_DPR_FATAL_ERROR so we cannot view or update the status.
    When we investigate this issue we find that in table CRM_JCDS there are
    3 entries for this project ID. One of the statuses is inactive (I1703)
    but there is another status that is active (I1701). The two status
    entries were created at exactly the same date and time and by the same
    user.
    In table CRM_JEST there is only one entry shown which shows an inactive
    status and we believe this to be the wrong status. Please can you
    advise if this status conflict is causing the problem and also how to
    resolve this issue?

    Hi Paul,
    generally, the project and its elements must have an active status in table CRM_JEST, however, at this point it is not clear how this inconsistency arised. There is no SAP standard report or a 'generally valid' solution that could solve this issue, however, I found a customer message that you have opened in September with exactly the same problem. A colleague from the development team already provided you with a correction report, but there was no feedback from your side if it helped or not.
    It is very difficult to provide help as inconsistencies can have several different causes, so the best would be to have this checked in a customer message with an example.
    Regards,
    Silvia

  • Selection of key figure(s) from a structure

    Hi,
    I have defined a structure in my query that contains several calculated and restricted key figures. When I execute the query I only want that one (or a selection of) key figure(s) from the structure is(are) available in the report. It is also desirable to be able to select another key figures from the structure at run-time of the query. How can I solve this???
    Thanks and regards
    Eivind

    Hi Eivind,
    why don't you use BEx filter functionality? It allows you to restrict the drilldown to one or more key figures.
    If you are reporting in web browser, you can also create a web template where you select the displayed key figure in dropdown box.
    Best regards,
    Björn

  • Short Dump when the Bex-Report scheduled for Broadcast

    Hi Guru's
    I am getting the short dump when I am scheduling the Bex-Report for Broadcasting. Need your help to reslove this issue.
    Thanks
    Navin
    Note
    The following error text was processed in the system BDV : The current application triggered a termination with a short dump.
    The error occurred on the application server spdbwd01_BDV_05 and in the work process 0 .
    The termination type was: RABAX_STATE
    The ABAP call stack was:
    Form: INTERNAL_ERROR of program SAPLSDCL
    Form: PHIO_GET_CONTENT_ACCESS of program SAPLSDCI
    Function: SDOK_PHIO_GET_CONTENT_ACCESS of program SAPLSDCI
    Function: SKWF_PHIO_CONTENT_ACCESS_GET of program SAPLSKWF_CONTENT
    Method: COPY_MIME_TO_FOLDER of program CL_RSRA_KWF_UTILITIES=========CP
    Method: GET_STYLESHEET of program CL_RSRA_KWF_TMPL==============CP
    Method: CONSTRUCTOR of program CL_RSRA_KWF_TMPL==============CP
    Method: SET_TEMPLATE_FOLDER of program CL_RSRA_ENGINE_BC=============CP
    Method: CONSTRUCTOR of program CL_RSRA_ENGINE_BC=============CP
    Method: EXECUTE_SINGLE of program CL_RSRA_JOB===================CP

    HI Navin,
    Check the short dump analysis in T-code ST22.
    and also check the Information Broadcast Settings / Configuration
    Check the error for Emails in t-code SCOT. BASIS Consultants will help you on this issue.
    Regards
    Daya Sagar

  • Facing short dumps when trying to open session in CSA

    Hi
    All am facing Short dump when i am trying to open session in CSA
    Error detials:
    go to System Administration workcenter  task management up CSA. Choose the Solution
    got short dump:
    Short text
        Length error occurred in IMPORT statement.
    What happened?
        Error in the ABAP Application Program
        The current ABAP program "SAPLDSVAS_PROC" 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_IMPORT_MISMATCH_ERROR', was
         not caught in
        procedure "LOAD" "(METHOD)", 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:
        During import the system discovered that the target object has
        a different length than the object to be imported.
    Missing RAISING Clause in Interface
        Program                                 SAPLDSVAS_PROC
        Include                                 LDSVAS_PROCTAI
        Row                                     1.431
        Module type                             (METHOD)
        Module Name                             LOAD
    Trigger Location of Exception
        Program                                 SAPLDSVAS_PROC
        Include                                 LDSVAS_PROCTAI
        Row                                     1.514
        Module type                             (METHOD)
        Module Name                             LOAD
    Please help me to solve this problem
    Regards,
    Neni

    Hello Neni
    According to the information I saw in that post it could be caused by a sort of inconsistency of the program code vs a structure.
    Wether that is a bug that is in your SAP Solution Manager release or something that is caused by administrative actions (perhaps solving SPAU entries after SP stack update or upgrade) I cannot tell.
    I would recommend you either try and find a relative SAP note (narrowing down result to only your SAP Solution Manager system) and searching using the dump keywords. If you cannot find anything I would recommend you to open a customer message so SAP can take a look at the specific error.
    If you give more information, perhaps someone on the forum can help you out abit better, which SAP Solution Manager version and so on.
    You also didn't answer my question, any recent changes you are aware of ?
    Kind regards
    Tom

  • When creating Key figures

    Hi gurus,
    When creating Key Figures in Adminstration workbench
    in the tabs <b>AGGREGATION</b> and <b>ADDITIONAL PROPERTIES</b>
    can somebody kindly explain the below contents and how do they affect and where do they affect, if we select.
    <b>AGGREGATION</b>
    aggregation----> sum, maximum, minmum
    <b>Exception Aggr</b>----> summation
    first value
    last value
    no aggregation (x if more than one record occurs)
    no aggregation (x if more than one value occurs)
    no aggregation (x if more than one value not= 0 occurs)
    standard deviation
    summation
    var
    <b>agg. referen.char</b>
    <b>cummulative/non-cumulative values</b>
    non *** value with ncum value change
    ncum value with in and out flow
    i will be very greatfull if somebody can give me some clear explaination and with some examples
    thanks and regards
    H.B.

    hi Dinesh,
    thanks for the quick response.
    With the info i got ...i am assuming that...
    if we set the settings of aggregation when creating key figures they will be displayed in the query results row.
    but if we want to have this effect in the data targets then we have to do these settings in the update rules
    plz can you tell me where to do these settings and is the affect same as the properties of key figures do in the query results row.
    thanks and regards
    H.B

  • Short dump when we write more than 4 routines or formulas 4 one source fld

    Hi Experts ,
    We have one source field in a DSO which supplies data to 9 other characteristics present in the cube via formulas. But the system throws a short dump when we write more than 4 routines or formulas.
    Please let us know if there is any restriction in BI 7 as to let only 4 formulas to be written for one source field.
    The below is the description of the short dump
    RUNTIME ERROR : SAP SQL_ARRAY_INSERT_DUPREC
    EXCEPTION : CX_SY_OPEN_SQL_DB
    Help done would be assigned points ...
    Thanks,
    Santosh ...

    Hi,
    thanks for your input
    Rd, rt,re and rs are ranges.
    Select ranges
      RANGES: rd FOR ZMOBILEDATA-COMPID,
              rs FOR ZMOBILEDATA-SUBSCRIBERS,
              rt FOR ZMOBILEDATA-TURNOVER,
              re FOR ZMOBILEDATA-ENTRYDATE.
    thanks'

  • Short dump when assigning revision to notification (iw22)

    Hello!
    We have a short dump when we try to assign a revision to a notification in iw22.
    The dump occurs when we save after assigning a revision. We have the lollowing message:
    Message CO888 : Error when reading order header with index
    Include LCOBHIC2, line 39
    The OSS note 1101437 doesn't solve our problem.
    Can you help me?
    Thanks by advance,
    Laurent.

    I tried your tests.
    I haven't a dump neither for the first test nor for the second one.
    The dump occurs only when:
    - I create a notification
    - i create an order and assign it to this notification.
    - i save the notification and the order
    - i assign a revision to the notifiaction and save
    There isn't dump if i assign revision number before the order creation. In fact, the dump only occurs if a assign a revision number after the assignment of the order to the notifiation.
    I'm checking user exit.
    Thanks,
    Laurent.

  • Dump when i exit Service master from PO

    Guys,
    I got a dump, when i display service master from PO and exit back to PO again. I hope there should be some Notes, but i couldnt find any. We are in 4.7 SP 33, let me know if you find any or suggestions pls.
    Regards
    TGB

    Hi,
    If we experience dump then we may look into the error details in ST22 and SM13.
    Dump may be becaue of 1) data inconsistency ex:number range issue, 2) Any version changes happened 3)Any recent abap changes not incorporated like that,
    Try to search the notes based on the error details and still you cant able to find out the issue then definitely need to locate with the help of abaper by debugging.
    Regards,
    BK

  • When I convert my cataloge from elements 10 to elements 11 all the tags disappear

    When I convert my cataloge from elements 10 to elements 11 all the tags disappear.  How can I get them back

    In PSE11
    File->Manage Catalogs->Convert and point to your PSE10 catalog
    http://help.adobe.com/en_US/elementsorganizer/using/WSae2ea3b149d0c3591ae939f103860b3d59-7 f59_WIN.html#WS3d021fd412237a2f14afb0171392eec10c6-7fff

  • How to install sources for infobject from business content

    Hi,
    I have 16 infobjects for which we need to move to prod and there are no connections to it but the infobjects are active and some are i modified state, like no datasources, infosources, transfer rules etc., Can you please tell me the approach to install all the necessary for them. I mean how to find and how to install, please help if any documentation is available.
    Thanks

    Hi daniel,
    Inorder to  install the business object, you will be require to follow the following steps :
    i)Go to RSA1 (Admistrator Workbench) for installing the Business Content. Navigate to object you want to install. Now you want to install the info object then select Info Object.
    ii)Select your Info Object say 0MATL_GROUP (material Group).Click on Transfer selections.
    iii)Now when the info object is selected. It will always be in default selection (Only Necessary object), Now if you want to install the various other things like data source, transformation rule etc as you specify in query
    iv) For that go to grouping select IN DATAFLOW BEFORE AND AFTERWARDS. One more thing If you want to specify the Source system then u can do it by clicking on that Yellow Box (symbol specify the source system) adjacent to BEx (Truck Symbol). This mainly used for the things like transformation, update rule etc  as you want.
    v)Now you want to see if there can be some predictive error then go Install  --> Simulate Installation.
    vi)Now important point to note is MATCH(X) or COPY. Now suppose you already have the Material Group install in your system in Active version. Now here if you didnu2019t select the MATCH check box then your   A-version Material Group will be overwritten by the D-version Material group provided by SAP.
    vii)For ur more understanding lets take the example say  you have  added two customer specific attribute to Material Group now twist is SAP has also just release the enhance material Group with two additional attribute. Now  you are very curious of getting this two attribute in your already active Material Group. For this you will be required to install the material Group from Business content. If you forget to check the Match option then your customer specific attribute will be lost. So to retain them we have to check the MATCH(X) 
    Hope it will help. 
    Thanks,
    Deepak Machal

  • Problem in Installing/ Activating 0SD_C03 Infocube from Business Content

    Hello Friends,
    I am installing an InfoCube 0SD_C03 from Business Content in our BW Development environmant. I first installed "Only the Necessary Components". This took 3 hrs. AFterwards I picked "Before Option" and it kept running for 14 hrs, without completeing. In the last I stopped it to minimize the performance impact to anybody.
    My question is, do you also face any such problem of installation running for hours and hours? How have you handled its resolution.
    Finally, I broken my task into various component and I am installing component by component (e.g. Transfer Rule, Update Riles etc. etc.). But while doing so, human errors are possible and I may miss something. Also we would not like the same activation runs for hours in Production.. So there
    Could you share some of your rich experience and possible resolution. Thanks for your help.
    Gabeesh Mishra
    [email protected]

    Friends,
    Necessary components took 2-3 hrs. I am running "before option" this weekend and will find out Monday. Running on weekend will not impact anybody.
    I am communicating with Basis Team and they are aware of this problem.
    In my previous organization, even Before Option will complete in 2 hrs (maximum). I guess there are multiple factors for jobs running so slow. Of course, I am following all rules of the Game!!
    Thanks,

Maybe you are looking for

  • Need to restart samba to access a shared folder

    So, that is what happens to me just now, i have to restart samba once the system boots up so i can access any share. # This is the main Samba configuration file. You should read the # smb.conf(5) manual page in order to understand the options listed

  • Can't get Shared items to appear in Sidebar

    Up until yesterday I have been screen sharing two computers on my network. I would go to the "SHARED" category in the Finder Sidebar and select the other computer. Now I can no longer see the "SHARED" category. I have gone to the Sharing item in the

  • Save operations in ALV Grid

    Halo experts , I have an CL_GUI_ALV grid with editable fiedls which I call in the subscreen. The user can generate new detail ids from the grid by saving lines in the application . When next time the grid is displayed the grid should come back with t

  • Microsoft JDBC driver for SQL server 2000

    Hi Guys, can you share your experiences using the MS-JDBC driver ? How it performs and how much is it stable compared to other non-free products (e.g DataDirect / I.Net / ...) ? Is it, according to you, quite mature to be used in a production environ

  • Default values for fields in infotype 0017

    Is there any way to set default values for fields in infotype 0017? Maybe a feature? I'm thinking about defaulting values based on pay scale group. Thanks before.