Short dump while opening the infopackage............

Hi,
I am getting Short dump. This happens when I am opening any info package for one Infosource. I am not getting any error when I open other infopackages. There are 7 infopackages for this info source and when I open any of these , gets Short Dump with message ...
"  The current application program detected a situation which really
should not occur. Therefore, a termination with a short dump was
triggered on purpose by the key word MESSAGE (type X)."
Has any body faced similar problem. Please let me know your ideas on , how to solve this short dump.
Best Regards,
Jeetu

Hi..
When you delete the update status of a request in an InfoCube, short dump
MESSAGE_TYPE_X occurs in program RSBLOGSTATE
You can use the attached program as a correction to check for data inconsistencies and to correct them.
Input parameter:
i_tablnm:  ' ' all 'PSA' tables are processed
             '/BIC/B......... ' a special table
i_repair:  'X' data with Partno = 0 are corrected.
             ' ' Check whether data with Partno = 0 exists
i_debug    'X' Activation of default breakpoints
To implement the program, you must create the SAP_PSA_ZEROCORRECT program as an SAP advance correction, leave it empty (Package: RSDD) and then implement it using Transaction SNOTE. Alternatively, you can create the program using the CUT and PASTE method.
If you want to check or correct all tables, you should schedule the program in the background since the runtime (in particular for repairing the tables) may be very long.
In the spool output of the job, you also find the log of the program.
You should first check in check mode whether there is inconsistent data. If this is the case, you must execute the program with i_reapir = 'X'. SAP recommends that you create a variant for the CHECK job and a variant for the REPAIR job.

Similar Messages

  • Shot dump while opening the Infopackage

    Hi Guys,
    In Testing system. i have first started a Init load but it got fail. So the messge it gave me is to replicate the datasource.and i did replicated and activated the trasferstructure.
    After that when i want to open the IP to re init again its going to "Shot Dump" and Its not allowing me te create a new IP and not allowing me to open the other IPs  for this datasource.0FI_AA_12.
    Error analysis                                                                               
    Short text of error message:            
    Data request to the OLTP ***        
    Technical information about the message:
    Message classe...... "RSM"              
    Number.............. 000                
    Variable 1.......... " "                
    Variable 2.......... " "                
    Variable 3.......... " "                
    Variable 4.......... " "                
    Variable 3.......... " "                
    Variable 4.......... " "                
    "MESSAGE_TYPE_X" C             
    "SAPLRSSM" or "LRSSMU36"       
    "RSSM_OLTPSOURCE_SELECTIONS"   
    kindly help me on this.
    regards
    KA
    Message was edited by: A K

    Hi
    At this its getting dump. what might be the reason....can u please help me.                                                    
       data: l_field(70).                                            
       clear l_field.                                                
       concatenate 'DELTA-DELE:' i_logsys '/' i_oltpsource           
                   into l_field.                                     
       call 'C_WRITE_SYSLOG_ENTRY' id 'TYP' field ' '                
             id 'KEY'  field 'TE1'                                   
             id 'DATA' field l_field.                                
       loop at l_t_rssdlinit_oltpdel.                                
         concatenate 'DELTA-DELE-REQU:' l_t_rssdlinit_oltpdel-rnr    
                     into l_field.                                   
         call 'C_WRITE_SYSLOG_ENTRY' id 'TYP' field ' '              
               id 'KEY'  field 'TE1'                                 
               id 'DATA' field l_field.                              
       endloop.                                                      
       message x000.                                                 
       perform del_source_system_init tables l_t_rssdlinit_oltpdel   
                                      using  i_logsys                
                                             i_oltpsource            
                                    'RSSM_OLTPSOURCE_SELECTIONS'     
                                             '410'                   
                                    changing l_subrc.                
    endif.                                                                               
    l_oltp_read_done = 'X'.                                         
    call function 'RSSM_GET_SEL_INT'                                
          exporting                                                  
               i_dest           = i_dest                             
               i_rlogsys        = i_rlogsys                          
               i_oltpsource     = i_oltpsource                       
               i_oltp_read_done = l_oltp_read_done                   
          importing                                                  
               e_changed        = e_changed                          
    Regards
    KA

  • Error while opening the Infopackage

    Hi All,
      When I try to open the Info package it is throwing short dump - "MESSAGE TYPE X"
      I have tried by deleting the IP and creating new one but still I am facing the same issue.
    Thanks,
    Ramanathan.R

    Hi,
    Are you trying to open init package?
    When an Init data load fails for an Infopackage. Sometimes you end up getting short dumps when running the infopackage.
    When init fails and you have to reset the init conditions . The symptoms for the same ar a Message Type X dump when trying to open the info package with a dump in RSM1_CHECK_FOR_DELTAUPD
    do the following :
    In the BW System:
    Tables RSSDLINIT and RSSDLINITSEL have the init conditions stored. Delete these records from BW.
    In SAp R/3
    Tables ROOSPRMSF and ROOSPRMSC have the init conditions - delete these entries.
    Now you can open your infopackage.
    Regards,
    Kams

  • Short dump while changing the end date of infotype 0167 through PA30

    Hi all,
    I am getting short dump while changing the end date of infotype 0167(Health Plans) through Tcode PA30.
    dump descript is as below
    An exception occurred that was not caught.
    Runtime Errors         UNCAUGHT_EXCEPTION
    Except.                CX_HRPA_VIOLATED_POSTCOND
    Date and Time          11.03.2010 07:06:26
    What happened?
        The exception 'CX_HRPA_VIOLATED_POSTCONDITION' was raised, but it was not
         caught anywhere along
        the call hierarchy.
        Since exceptions represent error situations and this error was not
        adequately responded to, the running ABAP program
         'CL_HRPA_SAPUP50R_ADAPTER======CP' has to be
        terminated.
    thanks
    shahid

    Search OSS Notes for that.

  • Short Dump while saving the changes in Quotation

    Hi abapers,
    Please solve my Problem Actually Problem with the Quotation. I have created one SAP Script and attached to VA21. now when I save the Quotation it gets saved byut when I try to open the Quotation in VA22/Va23 first it gives me a short dump but next time it opens up without any short dump.
    I get a Short Dump " LOAD_PROGRAM_LOST". Short Description is : "Program "ZZV1SOCONFIRM_INCLUDE" was modified during the run.".
    this is just an include which I used it in my SAP Script. Can anybody suggest me what happened with the code.
    Below is the Error Anaysis in ST22.
    Error analysis
        While the program was running, the program "ZZV1SOCONFIRM_INCLUDE" had to be
         reloaded
        because a bottleneck pushed it out of the local
        program buffer. However, the database was found to contain an already
        changed program.

    Hi Mike,
    I think by the time you trigger the print out of quotation, Program active version might not be generated. you might have given the print before it gets the active version.
    If you are still getting the dump, then it could be problem at output config.
    Regards,
    Satish

  • Error_Exception dump while opening the report in RRMX

    Hi All,
    When User trying to open the report Error_Exception dump is coming for few Info Providers. Please find attached dump for your reference.

    Issue is res loved,  We have analyze the short dump ,when loads were running and at that if time user executed the queries then that dump was occuring.

  • Short dump while executing the DTP

    Dear Experts,
    While executing the DTP the system is generated short dump and it is Quality server not in Development system.
    The error details are in method Calculate_keyfigure_ds and the data is loaded for IS retails from POSDM.
    The error details:
    "The MOVE-CORRESPONDING statement can only be used on operands with a
    structured type.
    In the case at hand, this condition is not fulfilled: Operand "<L_STRUC>" has
    the type "C"."
    Regards,
    Amit

    Hi Amit ,
    Move corresponding statements can be used for structures only and from the error message it seems that there is datatype mismatch.
    Check for the errors ion link :
    http://help.sap.com/abapdocu/en/ABAPMOVE-CORRESPONDING.htm
    Hope it helps ,
    Regards,
    Supriya

  • Short dump when opening the segment builder

    After the upgrade from CRM 4.0 to 2007, we are no longer able to open the Segment Builder. We always get a short dump (Message_type_X). Anyone encountered this problem before and has a solution?
    Thanx in advance!

    Hi,
    though it is true that in CRM 2007 the GUI transactions should not be used anymore I am able to start the segment builder directly via transactioin CRMD_MKTSEG. It is working without a shortdump.
    For documentation I suppose you have to refer to SAP: Help or the documentation available under service.sap.com. The blog posted here might be an alternative as well.
    cheers Carsten

  • Short dump while accessing the table

    There is a report ppioa0000, when executing the report it is going for short dump,  error analysis showing that
    <b>when accessing the attributes of dictionary table IOSOPER meaningless values are found.</b>
    and ABAP run time error showing that  DDIC_FIELD_ACCESS_ERROR
    suggest me,
    thanks and regards
    krishna

    The database is damaged, links between SAP dictionary and actual database seems to be broken. Try to use SE14 to adjust database.
    Regards

  • Short dump while accessing the IOSOPER

    There is a report ppioa0000, when executing the report it is going for short dump, error analysis showing that
    <b>when accessing the attributes of dictionary Table IOSOPER meaningless values are found.</b>
    but IOSOPER is a Structure
    and ABAP run time error showing that DDIC_FIELD_ACCESS_ERROR
    suggest me,
    thanks and regards
    krishna

    closing unable to find answer

  • Dump: while opening the view

    Hi Team,
    I am getting dump, when i am trying to open the view either in display or change mode.
    Can someone tell me what would be the root cause.
    Thanks & Regards,
    Sankar Gelivi

    Hi,
    In the view, did you used Grid Layout? Please implement the SAP Note 1868501 to fix this issue.
    Hope this helps u,
    Regards,
    Kiran

  • Getting  Short Dump while using the FM"SAP_CONVERT_TO_TEX_FORMAT"

    Hello Experts,
        I am using the FM SAP_CONVERT_TO_TEX_FORMAT to convert the  data in text format and use
    that  converted data to create the file on application server. When I used this FM to convert the data from T0599Z table  then it's giving me dump for other tables it's working fine.
    Can anyone suggest why this is happening?
    Thanks

    Can you write the codes...
    Try something of below sort..
      CALL FUNCTION 'SAP_CONVERT_TO_TEX_FORMAT'
       EXPORTING
         i_field_seperator          = ','           "For CSV Files
        TABLES
          i_tab_sap_data             = gt_outtab1
       CHANGING
         i_tab_converted_data       =  gt_outtab.

  • Short Dump while execuition of DTP.

    Hi,
    I got short dump while  execuiting the DTP.
    Error messages shows as below:
    1.The database returned a value containing an error
    2.An exception with the type CX_SY_OPEN_SQL_DB occurred, but was neither handled locally, nor declared in a RAISING clause
    3.Exception CX_SY_NO_HANDLER logged
    Could you please help us in solving this issue.
    Regards,
    Suman.

    hi,
    an error like this comes usually in 2 cases
    1) not enough resources are available to carry out loads.in this case increase no of parallel processes to 2-3 in dtp setting,check the option get delta request by request(if its a delta load) and decrease packet size to 10000(from default 50000)
    2)fileld to field assignment is not proper:
    u need to check if there is any source field with lenth lets say 5 ans is getting assisgned to a target field length lets say 4.in this case dumps will come
    please check the error message in st22 and here you can also check the termination point.please check in option Chosen variables /contents of system fileds where you can get temp values at point of termination.here you can pinpoint values at which prog is throwing dumps.

  • Short dump while running Payroll

    Dear Experts,
    I am getting short dump while running the payroll for around 150 employees, but am not able to see the short dump also as it says that "process terminated".
    please help me in this regard and also let me know if there could be any configuration errors.
    Regards
    Shansar

    Thank you all for the response.
    The issue has been resolved.  i have learnt that log field should not be flagged when you are executing payroll for more than 50 employees.
    Regards
    Shansar

  • SRM Create Confirmation - Short Dump while adding Approver

    Dear Experts.
      Currently I am facing following issue.
    Issue:
      In SRM “Create Confirmation” Screen, when user click on check button and after that if user tries to add approver in approval tab then it is going to short dump. Please find the short dump info:
    Category ABAP Programming Error
    Runtime Errors UNCAUGHT_EXCEPTION
    Except. CX_OS_OBJECT_NOT_FOUND
    ABAP Program /SAPSRM/CL_WF_PROCESS_MANAGER=CP
    Application Component SRM-EBP-WFL
      I had analyzed this issue and following points are my findings.
    We have written code in BBP_DOC_CHECK_BADI to check the approver is added or not in approval tab. For this purpose we are using METHOD lo_conf_adv->/sapsrm/if_pdo_do_apv_ext~get_process_info (Here lo_conf_adv is object of interface /sapsrm/if_pdo_bo_conf_adv) and the instance of lo_conf_adv is getting from METHOD /sapsrm/cl_pdo_fact_conf_adv=>get_buffered_instance By pasing Doc GUID.
    As per my analysis, the above code only causing the short dump while adding the approver in aproval tab. More importantly the CHECK BADI (BBP_DOC_CHECK_BADI) is not triggered while adding the approver. 
    If I comment this code (which is mentioned in point 1), then the application is not giving any short dump and adding approver successfully.   
    I tried to find SAP notes but there are no SAP notes related to this issue. Also, I tried to find alternate METHOD to replace lo_conf_adv->/sapsrm/if_pdo_do_apv_ext~get_process_info but I have not got relevant method.     Please let me know if there is any solution for this issue.
    Thanks & Regards,
    Sasidhar V

    Hi Ritesh,
      Thanks for the fast response.
      We are using Process Controlled Workflow. In Doc Check BADI, we are checking the respective approver is added or not in approval tab in "Create Confirmation" Screen. While creating confirmation, when user click on "CHECK" button and If respective approver is not added then throwing error message.
      We are using Method "GET_PROCESS_INFO" to get approval information only. when this method is triggered in Check BADI then it is doing respective validations and displaying messages. After that when we try to add approver then the system trying to read entry from table "/SAPSRM/D_WF_003" by passing OID to LEVEL_GUID. But there is no entry in this table and that's why it is giving short dump.
      Can you please let me know why it is reading entry in that table and why entry is not exist.
      FYI, If I don't use method "GET_PROCESS_INFO" in check BADI then respective code where short dump happening is not triggering (System is not trying to read entry from /SAPSRM/D_WF_003 table) and so it is not giving short dump.
    Thanks & Regards,
    Sasidhar V.

Maybe you are looking for

  • Export logical model open all relational and physical model? -- Problem

    Hello, If I export only logical model ( file --> export --> To design Data Modeler) . Oracle Data Modeler open all relational and physical model, if I have 100 relational model open all, and this is very resource. Can it be avoided? Thanks.

  • Need help for string

    i face a problem where i wan compare the contain of the string, let say string a = "java is cool"; string b = "well java is cool"; the tokens for a =3 n b=4, i wan compare the whole line using tokenizer, where the b have the similar string on a. the

  • Code beautifier for MXML and ActionScript?

    How do people reformat ugly code in FlexBuilder? I can eaisly format my Java, JSP, and XML in the same Eclipse environment, but why not MXML and ActionScript? I am very surprised this feature is missing. It's quite common that I copy code snippets fr

  • Lightroom 4.3 installation doesnt start

    I downloaded LR 4.3, but installation doesn' start.

  • HT2729 Latest version of itunes affecting homesharing?

    I have just downloaded the latest version of I-tunes and to my surprise have found that the only thing that will play via homesharing on my I-pad is the latest episode of Castle I purchased after the download. All previous episodes are unavailable. A