Urgent: runtime error problem

hi,
iam working on development server and when i run a tcode and aftere dat when i press f1 for help on any field den a runtime error occurs.
saying dat :-
  The current ABAP/4 program terminated due to
  an internal error in the database interface.
what does it mean and how to solve dis problem,if find useful he or she will be definately rewarded.

Hi ric,
Can you please provide more details like type of program, type of screen. (whether you have used call screen or it's standard selection-screen)..
Regards,
Mohaiyuddin

Similar Messages

  • Urgent : Runtime error

    hi All Gurus,
    i am getting Runetime error while going to convert planned order to process order by using T.Code: MD04.
    Error :
    "Runtime Error          SAPSQL_ARRAY_INSERT_DUPREC
    Except.                CX_SY_OPEN_SQL_DB"
    "|ShrtText                                                                                |
    |    The ABAP/4 Open SQL array insert results in duplicate database records.                      -
    |What happened?                                                          
    Error in ABAP application program.
    The current ABAP program "SAPLM61U" had to be terminated because one of the
    statements could not be executed.
    |    This is probably due to an error in the ABAP program.    "
    it comes while Saving the order. Sometimes it saves order and sometime it gives error.
    Another problem is that sometimes it is picking wrong production version.
    plz help ASAP.
    thnaks

    Hi
    This is ABNAP issue.
    you better coordinate with your technical team memebr who can analise & solve.
    Regartds
    YMREDDY

  • Urgent : Runtime error in create_popup_to_confirm

    I get the below runtime error.
    +View V_ANALYSIS_DETAILS has no action BUTN_REJECT x«Â +
    and this is my code. can someone suggest me what am i missing in it
    l_api_main = wd_this->wd_get_api( ).
      l_cmp_api = wd_comp_controller->wd_get_api( ).
      str = 'Approved'.
      APPEND str TO str_table.
      str = 'Reason Rate Transferred set on activity'.
      APPEND str TO str_table.
      l_window_manager = l_cmp_api->get_window_manager( ).
      l_popup = l_window_manager->create_popup_to_confirm(
      text = str_table
      button_kind = if_wd_window=>co_buttons_ok "4
      message_type = 1
      close_button = 'X'
      window_title = 'Status Confirmation'
      window_position = if_wd_window=>co_center ).
      l_popup->subscribe_to_button_event(
      button = if_wd_window=>co_button_yes
      action_name = 'BUTN_REJECT'
      action_view = l_api_main
      is_default_button = abap_true ).
      l_popup->open( ).

    Hi Suri,
    Firstly we have to pass  the action name and not the button name to action_name at the time of subscribing the action.
    By default, the popup for confirmation will get closed upon any action performed.
    Check the code in the action assigned 'Ok' button. there might be a case where the code for calling the popup is triggered again.
    Please find the below code snippet for creating a Pop up for confirmation.
    *data declaration
      data:
        l_componentcontroller_api TYPE REF TO if_wd_component,
        l_window_manager TYPE REF TO if_wd_window_manager,
        l_window TYPE REF TO if_wd_window,
        lt_text TYPE string_table,
        l_text_line TYPE string,
        l_api TYPE REF TO if_wd_view_controller,
      l_api = wd_this->wd_get_api( ).
      l_text_line = cl_bsp_runtime=>if_bsp_runtime~get_otr_text( alias = '/RIO/ZHSE/025' ).
      APPEND l_text_line TO lt_text.
      l_componentcontroller_api = wd_comp_controller->wd_get_api( ).
      l_window_manager = l_componentcontroller_api->get_window_manager( ).
      CALL METHOD l_window_manager->create_popup_to_confirm
        EXPORTING
          text                 = lt_text
          button_kind          = if_wd_window=>co_buttons_yesnocancel
          message_type         = if_wd_window=>co_msg_type_question
          CLOSE_BUTTON         = ABAP_TRUE
          WINDOW_TITLE         =
          WINDOW_LEFT_POSITION =
          WINDOW_TOP_POSITION  =
          window_position      = if_wd_window=>co_center
          WINDOW_WIDTH         =
          WINDOW_HEIGHT        =
        RECEIVING
          result               = l_window.
      CALL METHOD l_window->subscribe_to_button_event
        EXPORTING
          button            = if_wd_window=>co_button_yes
          BUTTON_TEXT       =
          TOOLTIP           =
          action_name       = 'BACK_AND_SAVE'
          action_view       = l_api
          is_default_button = abap_true.
      CALL METHOD l_window->subscribe_to_button_event
        EXPORTING
          button            = if_wd_window=>co_button_no
          BUTTON_TEXT       =
          TOOLTIP           =
          action_name       = 'BACK_AND_NO_SAVE'
          action_view       = l_api
          is_default_button = abap_false.
      l_window->open( ).
    endif.

  • Runtime error problem - Premiere Pro CS5

    Just ran into a problem when trying to export a timeline as an .avi file. The process goes much more slowly than usual and when the progress bar gets to 95% an error message window opens. The title of the error is: Microsoft Visual C++ Runtime Library. The message is: This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information. Then, I have no choice but to close Premiere.
    I foolishly downloaded and intalled some Windows 7 updates over the weekend and am assuming they might be the culprit(s). I rolled by the system to a restore point immediately before the download, but still have the problem. Any ideas on how to correct this? Of course this happens as I'm trying to export two finished videos to show to a client today. I'm running Windows 7, 64-bit.
    Thanks, Steve Pender

    This may help:
    http://kb2.adobe.com/cps/403/kb403090.html
    I've also noticed that bearly all instances of this error come from bad versions of third-party components like drivers, so I recommend updating your drivers.

  • [urgent ]runtime error  occured while creating the material using mm01

    hai
    am configure the ale program now . the problem is occured during the creating the material using mm01.
    am using client 000 (sending system). and i want to send the material to the client 400(receiving system)
    while am  save the created material using t-code mm01 in client 000 . it depicts the error as
    syntax error in program SAPLC140. 
    plz resolve this problem.
    regards
    surender

    Hi,
        In MM01 transaction code u have a problem..normally u will go to mm01 screen to create the material..i thought the same error will occur...so call basis to rectify this problem..
    Thank u,
    Manjula Devi.D

  • Java iView Runtime error occurs whilw changing Theme Editor

    Hi,
    i have to face the following error while changing Theme.
    <b>Java iView Runtime
    Version : 6.4.200512140312
    + Copyright 2002 SAP AG. All rights reserved.
    An exception occured while processing your request.
    com.sapportals.portal.prt.runtime.PortalRuntimeException: Exception in connection
    com.sapportals.portal.prt.runtime.PortalRuntimeException: Exception in connection
         at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:304)
         at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:522)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:405)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:156)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:390)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:264)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:347)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:325)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:887)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:241)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    Caused by: com.sapportals.portal.prt.runtime.PortalRuntimeException: PortalRuntimeException
         at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:284)
         ... 20 more
    Caused by: java.lang.OutOfMemoryError
    If this situation persists, please contact your system administrator.</b>
    Please give me right solution.
    Thanks & Regards,
    Nisarg Patel

    Hi,
         Try out the answers given in the following threads:
    Theme Editor : Runtime error
    Problem with Theme Editor
    Regards,
    Pooja.

  • Urgent(abap runtime error)

    hi all,
    when i tried to findout the name(collective search) by  last name o'brien in PA20 OR PA30 transacton   i got the abap runtime  error  in production
    but when i tried samething in development and quality  by lastname  o'brein in PA20 OR PA30 TRANSACTION i got the 4 names  .please let me know what is the problem . it is very urgent.
    thanks in advance
    rama.

    Hi
    What is the runtime error u got
    Regards
    Pavan

  • HT203175 I have no problem signing on to iTunes my issue is once on the site I can not use the "search". It says there is a runtime error R6025 pure virtual function call. Has anyone had this problem and how do I fix it. Thanks

    I do not have a problem getting in the iTunes stores. My issue is once on the site I can not use the "search". It says there is a pure virtual function call R6025. How can I solve this problem? Do I have to create a new account? Do I have to uninstall and re-install? Thanks

    Thanks so much for your feedback. I really appreciate any input here.
    If someone from Adobe could GUARANTEE that this problem would go away if I
    purchased CS4, I would pony up the cash and do it. However, I'm skeptical
    about that because I just saw someone else post a message on the forum today
    who is running CS4 and getting the exact same runtime error as me.
    I'll try un-installing and re-installing as Admin, and if that doesn't work,
    maybe I can find a used copy of CS3.
    In the meantime, I'm also wondering if a Photoshop file can carry any sort
    of corrupt metadata inside it once it has errored out? Reason I ask is, I
    had to port all of my old PSD files to the new computer, and I only seem to
    be getting this error when I attempt to work on one of the files that
    previously got the runtime error when they were sitting on my XP machine.
    When I create new files from scratch on this new computer, they seem to be
    working just fine (at least, for now).
    If so, I would probably be smart to never open those troublesome
    "errored-out" files again.

  • I just did an itunes update on my windows vista 64 and have been getting a runtime error eversense.  Unstalled everything apple per microsoft forum discussions and solved the problem.  When is apple going to update this problem for itunes?

    I just recently did an itunes update on my Windows Vista 64 and have been getting a runtime C++ R0634 error ever since. Per microsoft forum discussions, I have removed everything apple on my computer to get this runtime error to stop.  When I tried to remove and reinstall itunes, I get an error message during installation and to try again. Has just become a cycle.  Apple, are you working on this? 

    I have exactly the same problem.  Got update notice from Apple for iTunes and getting the C++ runtime error R0634 ever since.  I have no clue how to fix it....meantime, I can't even pull up Outlook to check email.  HELP!!
    ksware

  • The latest update has resulted in a runtime error (R6034) and I keep being told Microsoft Visual C   Runtime Library is being accessed incorrectly.  Anyone know how to overcome the problem?  I am using a Dell Inspiron  9400 running Vista.

    The latest update to itunes has resulted in a whole series of runtime errors (R6034).  Microsoft Visual C++ Runtime Library states it is being accessed incorrectly.  I am also told that Apple Mobile Device Failed to Start.  Additional messages suggest the error is in itunes.exe and ituneshelper.exe.  I also get Error 7 (Windows error 1114).  Anyone got any ideas how to overcome this (these) problems?

    Click here and follow the instructions. You may need to completely remove and reinstall iTunes and all related components, or run the process multiple times; this won't normally affect its library, but that should be backed up anyway.
    (99527)

  • Having a problem installing any CS 5.5 application from disk. Get a Runtime error. Any suggestions?

    The error message says:
    Runtime Error!
    Program: C:\Temp\AIR9923.tmp
    This application has requested the runtime to terminate in an unusual way.
    I get the same message for every application I try and install.
    InDesign CS5.5 is already installed.
    Running Windows 7.
    Any help please?

    Thanks for the suggestion.
    I have re-installed the latest version of AIR and still get the same problem. The instillation crashes every time while it's trying to install the Abobe help files.

  • Lightroom 2 runtime error when trying to start up *URGENT ERROR*

    I updated from 2.0 to 2.1 recently. Now everytime I try to start lightroom it will not, and i get a microsoft visual c++ runtime error and it immediately asks to close LR before it even opening.
    I found 3 possible solutions on the adobe knowledge base. none of which work. Deleteing the preference files, deleting the preference folder, and trying to install LR under a different user account. I have Vista sp1 OS running on my computer. I have plenty of room and ram.
    I even went as far as uninstalling LR and deleting all references to it in the registry. I just tried to reinstall 2.0 and open it with the same darned error. I am at my wits end as I have over 100 highschool kids composite protraits to churn out, and their adjustments are all stuck in a lightroom catalog that I can't open.
    Any other solutions floating around about this that i haven't tried?????

    Some more things in random order:
    I think you're right about something deeper going on. The bad install for Flash sounds bad.
    The C++ error sounds like it could be a missing file from something that didn't get installed right.
    You might go buy yourself a new hard-drive, reinstall vista and see if you can get things to work, then, and either use that as your new boot drive or go back to the other one and try again.
    Presumably ScanDisk doesn't show any problems?
    You might disconnect all your USB drives and use just C and see if things work.
    Do you have any permissions issues at all?
    Look in event log and see if it says anything leading up to the C++ error.
    Have you tried reseating the hard-drive cables and memory chips on your MB although usually these things would cause a blue-screen not a C++ error.
    Remove any extra peripherals that you don't need.
    Does the error you get indicate a recognizable GUI-related thing? If so perhaps changing the graphics-card acceleration or other settings could affect it.
    After you system-restore back, are you then installing LR 2.1?
    Why didn't it let you do a Restore and what did you do to finally get it to work?
    This thread started pretty late at night, so the Adobe types are probably not reading things at this point and will have some ideas, tomorrow.

  • Urgent: Regarding Runtime Error in FM

    hi,
    i had made a Function Module which will reterive the production order,but when i use it in the program it gives runtime error.Plzz help me how to solve this problem.
    1st i am pasting the code which i had written:-
    FUNCTION ZFIND_PRDORD.
    ""Local Interface:
    *"  IMPORTING
    *"     VALUE(QP_CHARG) LIKE  CHVW-CHARG OPTIONAL
    *"     VALUE(P_AUFNR) LIKE  CHVW-AUFNR OPTIONAL
    *"  EXPORTING
    *"     VALUE(P_RETVAL) LIKE  CHVW-AUFNR
    DATA : BEGIN OF T_CHVW OCCURS 0,
                  XZUGA LIKE CHVW-XZUGA,
                  WERKS LIKE CHVW-WERKS,
                  MATNR LIKE CHVW-MATNR,
                  CHARG LIKE CHVW-CHARG,
                  AUFNR LIKE CHVW-AUFNR,
                  EBELN LIKE CHVW-EBELN,
                  MBLNR LIKE CHVW-MBLNR,
                  ZEILE LIKE CHVW-ZEILE,
                  BUDAT LIKE CHVW-BUDAT,
                  SHKZG LIKE CHVW-SHKZG,
                  BWART LIKE CHVW-BWART,
                  MENGE LIKE CHVW-MENGE,
                  MEINS LIKE CHVW-MEINS,
                  KZBEW LIKE CHVW-KZBEW,
              END OF T_CHVW.
    SELECT XZUGA WERKS MATNR CHARG AUFNR EBELN
    MBLNR ZEILE BUDAT SHKZG BWART MENGE MEINS KZBEW
    FROM CHVW INTO TABLE T_CHVW
    WHERE CHARG EQ QP_CHARG
    and XZUGA = ' '
    AND BWART = '101'
    and aufnr eq p_aufnr
    AND KZBEW = 'F' .
    P_RETVAL = T_CHVW-AUFNR.
    ENDFUNCTION.
    Now i am displaying the program for testing this FM which gives the runtime error:-
    TABLES : CHVW.
    SELECT-OPTIONS : P_CHARG FOR CHVW-CHARG,
                     P_AUFNR FOR CHVW-AUFNR .
    CALL FUNCTION 'ZFIND_PRDORD'
    EXPORTING
       QP_CHARG       = P_CHARG
       P_AUFNR        = P_AUFNR
    IMPORTING
       P_RETVAL      = P_AUFNR.
    WRITE : / 'SDSQDA' .
    Plzz help me out as how to solve this problem as i have to use it in 
    the main program.
    regards,
    ric.s

    HI SANTOSH,
    I had changed according what u said and it is not giving runtime error .
    but it is not giving the value as if i send the value of batch and the prd orderr. plz tell me how do it get the output.
    i had written the code of program like this:-
    TABLES : CHVW.
    Parameters : P_CHARG like CHVW-CHARG,
                 P_AUFNR like CHVW-AUFNR.
    DATA: PRD LIKE CHVW-AUFNR.
    CALL FUNCTION 'ZFIND_PRDORD'
    EXPORTING
    QP_CHARG = P_CHARG
    P_AUFNR = P_AUFNR
    IMPORTING
    P_RETVAL = PRD.
    WRITE : / PRD .
    PLZ HELPMEOUT HOW TO DO THIS.

  • HT1349 iTunes will not start on my PC. I get a runtime error from the Visual C== runtime library when iTunesHelper.exe is started. The message states the application attempted to load the library incorrectly. How is the problem to be resolved?

    iTunes will not start on my PC. I get a runtime error from the Visual C++ runtime library when iTunesHelper.exe is started. The message states the application attempted to load the library incorrectly. How is the problem to be resolved?

    Click here and follow the instructions.
    (99035)

  • URGENT: Bug in Adobe Acrobat X /// Acrobat.exe Runtime Error! R6025 - pure virtual function call

    Hello
    I work usually with large PDF documents, and I was trying to convert a PDF document of 1000 pages ONE THOUSAND PAGES, to little PDF documents of 10 MB each one.
    When I tried to convert the PDF file into little ones, craaashhhhhhhhhhhhhhhhhh
    I got this message:
    Acrobat.exe Runtime Error! R6025 - pure virtual function call - Microsoft Visual C++ Runtime Library
    This seems to be a BUG AS BIG A GRAND PIANO... so I would like someone from Adobe tell me how may I solve this problem or if they will release an update soon?
    Thank you

    This is a user to user forum and we don't post information here (or anywhere else public) about what may or may not be in future patch releases.
    If you have a bug with an Adobe product you must report it using the correct form.

Maybe you are looking for