Runtime error code 21

I created an executable file of my main VI to run on my laptop. When I tried to run it, I get error code 21: An external subroutine required for execution could not be found. I have read about two possible solutions for this 1. Install the drivers on the laptop, 2. copy the dll files? The drivers are install in the laptop when I installed the runtime engine, and I don't know how you would copy the dll files. Does anyone know how to fix this? Thanks

Check that the installation installed everything in the /program
files/national
instruments/shared/LabVIEW Run-Time/7.0 (or 6.0 or 6.1, etc.) directory on
your hard
drive, including the subdirectories. For your .exe to run, these files can
be in the windows directory or in the same directory as your .exe.
"analog" wrote in message
news:[email protected]..
> I created an executable file of my main VI to run on my laptop. When
> I tried to run it, I get error code 21: An external subroutine
> required for execution could not be found. I have read about two
> possible solutions for this 1. Install the drivers on the laptop, 2.
> copy the dll files? The drivers are install in the laptop when I
> installed the runtim
e engine, and I don't know how you would copy the
> dll files. Does anyone know how to fix this? Thanks

Similar Messages

  • ABAP Runtime Error  (Code 14)

    Hi,
    We have SAP NetWeaver 7.0 SR2 ABAP+Java on Linux: Oracle
    I am with the following problem applying Suport Package SAPKB70014
    returns the error:
    Runtime Errors         TABLE_INVALID_INDEX
    Date and Time          26.05.2008 16:10:14
    Short text
        Error in ABAP/4 statement when processing an internal table.
    Error analysis
        When changing or deleting one or more lines of the internal table
        "\FUNCTION=TR_READ_AND_DISPLAY_LOG\DATA=LT_LINES" or when inserting in the
         table "\FUNCTION=TR_READ_AND_DISPLAY_LOG\DATA=LT_LINES", "-1" was used as
        the line index. An index less than or equal to zero is not
        allowed.
        The error can occur when using the following options:
        1. "INDEX idx" for specifying the line number in the table
         "\FUNCTION=TR_READ_AND_DISPLAY_LOG\DATA=LT_LINES"
           where you want to change, insert or delete.
        2. "FROM idx" for specifying the start index when deleting a line
           area from or inserting a line area into the table
         "\FUNCTION=TR_READ_AND_DISPLAY_LOG\DATA=LT_LINES".
        3. "TO idx" for specifying the end index when deleting a line
           area from or inserting a line area into the table
         "\FUNCTION=TR_READ_AND_DISPLAY_LOG\DATA=LT_LINES".
        At the time of the termination, the table contained 38755 lines.
    Trigger Location of Runtime Error
        Program                                 SAPLSLOG
        Include                                 LSLOGF03
        Row                                     231
        Module type                             (FORM)
        Module Name                             READ_LOG_FILE
    Source Code Extract
    219 *& -
      Output the result -
    220   IF lv_stop_index = 0.
    221 *& exception 5 : lt_lines = 0  empty log.
    222     MESSAGE i293(pu).
    223   ELSE.
    224
    225 *& reduce pt_lines to the required parts.
    226
    227 * delete block before required
    228     IF  lv_start_index <> 1 .
    229       lv_delblock1_beg  = 1 .
    230       lv_delblock1_end  = lv_start_index - 1  .
    >>>       DELETE pt_lines FROM lv_delblock1_beg   TO lv_delblock1_end  .
    232     ENDIF.
    233
    234 * delete block after required
    235     IF lv_stop_index <> lv_line_num  .
    236       lv_delblock2_beg = lv_stop_index - lv_start_index  + 2 .
    237       lv_delblock2_end = lv_line_num  - lv_start_index  +  1 .
    238
    239       DELETE pt_lines FROM lv_delblock2_beg   TO lv_delblock2_end  .
    240
    241     ENDIF .
    242
    243   ENDIF.
    244
    245
    246 ENDFORM.                               " READ_LOG_FILE
    247
    248 &----
    249 *&      Form  READ_LOG_DB
    250 &----
    Any one help me resolve this problem.
    PLS

    Hi Mikhail,
    I'd a similar problem in one project I've developed. Check the system log to see if you can debug the problem: tcode sm21.
    In my case I had to implement some SAP Notes and upgrade from SP10 to SP11.

  • New runtime error JBO-27014 appears by upgrating JDv 9.0.2.289 to 9.0.3.1035

    Without changing the application source, after the upgrade from Upgrade from JDeveloper 9.0.2.289 to 9.0.3.1035 we are receiving the runtime error code:
    oracle.jbo.AttrValException: JBO-27014: Attribute AtyId in Appointmenttypes is required
    at oracle.jbo.server.JboMandatoryAttributesValidator.validateMandatoryAttributes(JboMandatoryAttributesValidator.java:115)
    at oracle.jbo.server.JboMandatoryAttributesValidator.vetoableChange(JboMandatoryAttributesValidator.java:163)at oracle.jbo.server.EntityDefImpl.validate(EntityDefImpl.java:1719)
    at oracle.jbo.server.EntityImpl.validateEntity(EntityImpl.java:1115)
    at oracle.jbo.server.EntityImpl.validate(EntityImpl.java:1297)
    at oracle.jbo.server.DBTransactionImpl.validate(DBTransactionImpl.java:3261)
    at oracle.jbo.server.DBTransactionImpl.commitInternal(DBTransactionImpl.java:1516)
    at oracle.jbo.server.DBTransactionImpl.commit(DBTransactionImpl.java:1693)
    at oracle.jbo.html.jsp.datatags.CommitTag.doStartTag(CommitTag.java:45)
    at jsp_servlet.__appointment_add_proc._jspService(__appointment_add_proc.java:498)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:265)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:304)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:200)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:2456)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2039)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    The AtyId is defined as surrogate key. sequence number
    It is strange. This field is a defined DBSequence number and should be automaticaly incremented each new record.
    At the "old" version it was working and with the upgrade, not more.
    Should one new parameter be defined to have it running again?
    Thanks

    A bug 2535331 was reported for this issue:
    The bug was in 902 that BC4J did not enforce null checks for domains properly. In 903 it does and that leads to validation failure in DBSequence case as in this case, the DB value for the domain is null as database generates the right value for new entities. To fix that when you open/close the Entity-editor it re-establishes the domain settings on the attribute leading it to be non-mandatory.
    In JDev 903, Entity editor should not allow DBSequence domains to be "checked" as "Mandatory"
    A known workaround is to visit all such entities that have DBSequence attribute marked as mandatory and open/finish editor so that attribute properties for the DBsequence attribute is regenerated and the wizard takes off the mandatory setting.
    You may say that the migration/upgrade process should have 'fixed' this and we missed that boat on this issue.

  • Runtime Error R6034

    My Itunes wont open and i get a message which reads as follows:
    Runtime Error!
    R6034
    An Application has made an attempt to load the C Runtime Library incorrectly.
    Please can someone assist to resolve this problem.

    You can solve your runtime error code by the using of these given steps:
    First of all you can reboot your system
    Restore your system, by the following steps:
    Click start menu and then go to Run.
    Type in the box regsvr32 c: windowssystem32msdatgrd.ocx and then click on the OK.
    Now you can reboot your system in safe mode.
    If you cannot find the specific files on your system, then you can download it form the internet and locate it to the accurate place.
    Update your outdated device driver.
    Replace faulty or failure hard drive
    Hope above steps can fix runtime error code r6034 easily. If they cannot fix your problem then you can use third party repair tool to solve this without any trouble.

  • Getting error code -251723766 returned from the "EthernetIP Open Session.vi" while trying to talk to a PLC

    I have created a LabVIEW application using LabVIEW 2012 (64 bit) that attempts to communicate with a PLC. I do not actually have the PLC here at the Rockwell Collins facility in Cedar Rapids, Iowa.
    I have sent this application to my co-worker, who is located at a different Rockwell Collins facility in Tustin, California, where the PLC is actually located.
    My coworker in California is reporting that when he starts up my application under WIN7 he gets an error code of "-251723766" when the S/W performs the "Open Session" function during initialization.
    I looked at the online help and the value "-251723766" is not defined.
    When I run the same application under WIN7 here in Cedar Rapids I do NOT get the runtime error code of "-251723766" during initialization.
    Do you have any ideas for what is causing this problem?

    Hello
      I never really understood what the session parameter was all about.
      The documentation says that the session parameter is optional.
      Based on your advice I have deleted the code from my block diagram that was doing an Open Session.
      Are there any example LabVIEW programs that I can study that actully use the Ethernet/IP S/W to connect to a PLC?
      I have attached 2 screen captures that show how my LabVIEW VI's are accepting the session parameter.
      Do you think I should delete the input and output parameters for session?
      Please let me know.
      Thank you
      Todd J. Miller
      319-295-8689
    Attachments:
    OpenSessionProblem#4.jpg ‏107 KB
    OpenSessionProblem#5.jpg ‏189 KB

  • When i executed this class file  i am getting runtime errors

    when i executed this class file i am getting runtime errors
    code is :
    import java.awt.event.*;
    import java.awt.*;
    public class Test extends Frame
    java.awt.Window w;
         TextField t;
         Test()
         t=new TextField(20);
         add(t);
         addWindowListener(new WindowAdapter()
                             public void windowDeactivated(WindowEvent ev)                               {                    
                                  w.toFront();          
                                  System.out.println("hai");
         setSize(300,300);
         setVisible(true);
    public static void main(String args[])
    Test t =new Test();
    after executing that class i am getting this errors
    Exception occurred during event dispatching:
    java.lang.NullPointerException:
    at WindowEventDemo.windowActivated(WindowEventDemo.java:76)
    at java.awt.Window.processWindowEvent(Window.java:612)
    at java.awt.Window.processEvent(Window.java:576)
    at java.awt.Component.dispatchEventImpl(Compiled Code)
    at java.awt.Container.dispatchEventImpl(Compiled Code)
    at java.awt.Window.dispatchEventImpl(Compiled Code)
    at java.awt.Component.dispatchEvent(Compiled Code)
    at java.awt.EventQueue.dispatchEvent(Compiled Code)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:68)
    if anybody know how to pls help me

    You are using w that you have not done anything with.
    Add following code to the begining of your cinstructor:
    w = this;
    Then it should work.
    //Anders ;-D

  • How to remedy a 3343 DRMErrorEvent error code

    [ Background ]
    The error code, according to the Flash Player Runtime Error Codes list, describes this error as "Internal Error."
    [ Root Cause ]
    Typically, the cause of this sort of error is that the Adobe Access DRM Module on your client has become corrupt and can no longer be used.  This should only apply to Flash Player on Desktop Platforms (Windows / Mac / Linux).
    This can stem from several causes:
    - Disk drive corruption of the Adobe Access DRM module.
    - An error downloading the Adobe Access DRM module to your client device.  If you are using a version of Flash Player on a desktop system (Windows, Mac, Linux, etc...) prior to Flash Player 11.7, the video player application streaming your content is expected to make a call to the Actionscript3 "SystemUpdater" API in order to download the DRM module.  Starting with Flash Player 11.7, most runtime installations come with the DRM module already included with the Flash Player installer.  In this situations, the SystemUpdater API should still be called by your Actionscript video player application to ensure backwards compatability with Flash Player runtimes which don't have the DRM module pre-linked.
    - If the browser is open and a Flash Player upgrade is performed, the previous DRM Module can no longer be used with the new Flash Player.  The browser will be unable to play Adobe Access content until it is restarted.  This releases the Flash Player handle to the older Adobe Access DRM module.
    [ Resolution ]
    - Ensure your video player application calls the SystemUpdater API to download the Adobe Access DRM module for Flash Player.
    - In case your browser has updated Flash Player while you were currently watching Adobe Access content, please restart the browser so that Flash Player will start using the updated Adobe Access DRM Module.
    [ Problem Not Resolved? ]
    This article details what Adobe believes will resolve 3343 errors.  If this hasn't resolved your issue, we would love to hear more from you!  Please reply below with the following information:
    - Your manifestation of the problem
    - The policy you used during packaging
    - OS & OS version this was observed on
    - Browser & browser version this was observed on
    - (Video Player Application Developer) The SWF version of your video player application

    Hi,
    Here is the code to find the BP account number:
    oRecordset = ((SAPbobsCOM.Recordset)(oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.BoRecordset)));
                        oRecordset.DoQuery("SELECT [LinkAct_3] FROM [dbo].[OACP]");
                        oRecordset.MoveFirst();
                        if (oRecordset.EoF == true) // We have a Error
                            oCompany.GetLastError(out vmp_B1_Error_Code_int, out vmp_B1_Error_Message_string);
                            SBO_Application.MessageBox("Add-On Error (Forgestik Inc.): ERR-789 \n " + "Cash Account does not Exist "+ vmp_B1_Error_Message_string, 1, "Ok", "", ""); // My Error Code
                        else
                            vm_CachAccountNumber_string = Convert.ToString(oRecordset.Fields.Item("LinkAct_3").Value);
    ...Then you have to use the system account number "_SYS00000000353" not the displayed account number in B1...
    Thank you,
    Rune

  • Itunes update error code 1607

    anyone know why when I downloaded the latest version of itunes it had a 1607 runtime error code ---now I cannot use itunes at all.

    anyone know why when I downloaded the latest version
    of itunes it had a 1607 runtime error code ---now I
    cannot use itunes at all.
    I have had the same probelm. I have uninstalled all of the ipod and itunes components and have had no success. Have you found found a solution?

  • ICloud Control Panel Runtime Error

    Hello,
    The Apple update service carried out an update yesterday to the latest versions of iTunes and iCloud Control Panel on my Windows 7 Toshiba notebook. Following the (requested ) reboot, all attempts to log into the iCloud Control Panel result in a Microsoft Visual C++ Runtime error, code R6034 with a message to contact the application's support team for more information.
    If I OK all the error messages, (three times), it finally logs into the iCloud server.
    I have uninstalled and re-installed the latest version of the Control Panel software, but the result is the same.
    Short of going back to the previous version, are there any workrounds that I can try in order to resolve this.
    Thanks
    Ian B

    I have the same problem with windows 8.1. This is very annoying. The error pops up on every boot.

  • IE7 Unknown runtime error

    Continuing on from my success, I thought I should try it in IE, and it fails when I click on the update button in the form that is loaded via xhr.
    All versions of IE give the same error message:
    Line: 25
    Char: 43
    Error: Unknown runtime error
    Code: 0
    My scripts:
    <script type="text/javascript">
    <!--
    Spry.Utils.loadURL("POST", "updatecustomer.asp",true,
         function(req){
              if(document.getElementById('updateuser')){
                   Spry.Utils.setInnerHTML('updateuser', req.xhRequest.responseText);
              } else {
                   Spry.Utils.onDOMReady(function(){Spry.Utils.setInnerHTML('updateuser', req.xhRequest.responseText);});
         },{postData: "id=<%=Request.QueryString("id")%>", headers: { "Content-Type": "application/x-www-form-urlencoded; charset=UTF-8" }});
    function UseNewValue(newvalue,fieldname, formname) {
        document.forms[formname].elements[fieldname].value = newvalue;
    function SubmitForm(divID,frm) {
        Spry.Utils.submitForm(frm, function(req){Spry.Utils.setInnerHTML(divID, req.xhRequest.responseText);});
        Spry.Utils.setInnerHTML(divID, '<img src="/images/ajax-loader.gif" class="ajax-loader" alt="" />');
        return false;
    -->
    </script>
    Line 25 is Spry.Utils.submitForm(frm, function(req){Spry.Utils.setInnerHTML(divID, req.xhRequest.responseText);});
    An html form is being inserted into a div, so nothing illegal going on. Any ideas? I wish I could give access to this page, but its internal.
    Cheers,
    Steve

    This is from Firebug:
    <form id="updatecustomerform" onsubmit="return SubmitForm('updateuser', 'updatecustomerform');" name="updatecustomerform" action="updatecustomer.asp" method="post">
    <label for="streamline">Customer</label>
    <input id="streamline" type="text" size="10" value="HOA404" name="streamline"/>
    <br/>
    <label for="company">Account</label>
    <input id="company" type="text" size="40" value="Dooza" name="company"/>
    <br/>
    <p>
    <img src="/images/error.png"/>
    New Account:
    <a onclick="UseNewValue('Steve Hoare','company','updatecustomerform');" href="#">Steve Hoare</a>
    </p>
    <label for="firstnames">First Names</label>
    <input id="firstnames" type="text" size="40" value="Steve" name="firstnames"/>
    <br/>
    <label for="lastname">Last Name</label>
    <input id="lastname" type="text" size="40" value="Hoare" name="lastname"/>
    <br/>
    <label for="email">Email</label>
    <input id="email" type="text" size="40" value="[email protected]" name="email"/>
    <br/>
    <p>
    <img src="/images/error.png"/>
    New Email:
    <a onclick="UseNewValue('[email protected]','email','updatecustomerform');" href="#">[email protected]</a>
    </p>
    <label for="vat_number">VAT Number</label>
    <input id="vat_number" type="text" value="" name="vat_number"/>
    <br/>
    <input type="hidden" value="512" name="id"/>
    <label for="updateCustomer"/>
    <input id="doupdate" type="hidden" value="doupdate" name="doupdate"/>
    <input id="updateCustomer" type="submit" value="Update" name="updateCustomer"/>
    </form>

  • ABAP runtime error while executing T.code : PC00_M40_CALC

    Hi,
    I have applied SAP note 1568264 - Budget Changes 2011 as released by
    SAP and i also applied the pre-requiste SAP notes mentioned in the
    above SAP note
    1) SAP Note 1558475- Amendments to IT calculation notified under
    circular:08/2010.
    2) SAP Note 1572614- Tax calculations inconsistent for emp. without a
    vaild PAN.
    3) SAP Note 1575366- HINCALC0:Tax calculation inconsistent in case of
    invalid PAN.
    After applying the SAP notes, when i am trying to execute the T.Code :
    PC00_M40_CALC, i am getting an "Abap runtime error"
    "  Error in the ABAP Application Program
    The current ABAP program "????????????????????????????????????????" had to be
      terminated because it has
    come across a statement that unfortunately cannot be executed.
    The following syntax error occurred in program "HINCALC0 " in include "PCTAXIN0
      " in
    line 905:
    ""ENDUZ-" expected, not "EDU_""
    The include has been created and last changed by:
    Created by: "SAP "
    Last changed by: "S2K_BASIS "
    Error in the ABAP Application Program
    The current ABAP program "????????????????????????????????????????" had to be
      terminated because it has
    come across a statement that unfortunately cannot be executed.   "
    Kindly suggest me what has to be done on priority basis.
    Regards
    Vish

    The dump error is generally encountered if your system is at a lower Support Pack level. For implementing Note 1568264 (Budget Changes 2011), you need to be at the below mentioned pre-requisite level corresponding to your Release:
    Prerequisites:
       Release     Support Package
         604         HRSP29
         600         HRSP63
         500         HRSP80
         470         HRSPB4
         46C         HRSPG9
    The correct sequence to implement the Notes is:
    SAP Note 1558475- Amendments to IT calculation notified under
    circular:08/2010.
    SAP Note 1572614- Tax calculations inconsistent for emp. without a
    vaild PAN.
    SAP Note 1575366- HINCALC0:Tax calculation inconsistent in case of
    invalid PAN.
    SAP Note 1568264- Budget Changes 2011
    This should solve the issue unless there is some problem while implementing the Notes.
    Regards,
    Nishtha

  • Runtime error while executing t-code NWP1

    Hi!
    One of our users is getting the runtime error CONVT_NO_NUMBER when she tries to execute the t-code NWP1. This is only with this user whereas her colleagues are able to execute it without any issues. Her decimal notation value in her UMR is specified as 1234,567.89, I changed it to other settings but still no luck. Does it have anything to do with her user parameters because this issue is only for this one user. Please help and thank you very much in advance
    Regards,
    Aj

    Did you compare her user with another one that is working properly?....
    Does it have anything to do with her user parameters because this issue is only for this one user
    Most likely, that's way I suggest to compare the user... also you can try recreating the user to see if theres something wrong with her user master record.
    Regards
    Juan

  • Hi- I applied the iTunes up to my Windows 7 86bit PC last Wednesday and iTunes will not load due to a Runtime error r6034Access to C Runtime Library Incorrectly. Then I get an windows error code 1114. I have tried rollling back and reinstalling but no joy

    Hi- I applied the iTunes up to my Windows 7 86bit PC last Wednesday and iTunes will not load due to a Runtime error r6034Access to C Runtime Library Incorrectly. Then I get an windows error code 1114. I have tried rollling back and reinstalling but no joy

    Hi Keen itunes User,
    Thanks for using Apple Support Communities.  This article has steps you can take for the error you're seeing:
    iTunes 11.1.4 for Windows: Unable to install or open
    http://support.apple.com/kb/TS5376
    Cheers,
    - Ari

  • T-code MDBT runtime error  GETWA_NOT_ASSIGNED

    Hell everyone.
    I copied a client from another client,then I runned MRP in the new client by T-code MDBT.
    It happened an error.
    Can anybody tell me how I can reslove this issue?
    Thanks & Best regards!
    The detail error as below:
    Runtime Errors         GETWA_NOT_ASSIGNED
    Date and Time          2010.06.19 11:01:46
    Kurztext
         Field symbol has not yet been assigned.
    发生了什么?
         Error in ABAP application program.
         The current ABAP program "FCR05205" had to be terminated because one of the
         statements could not be executed.
         This is probably due to an error in the ABAP program.
    你能做什么?
         Print out the error message (using the "Print" function)
         and make a note of the actions and input that caused the
         error.
         To resolve the problem, contact your SAP system administrator.
         You can use transaction ST22 (ABAP Dump Analysis) to view and administer
          termination messages, especially those beyond their normal deletion
         date.
         is especially useful if you want to keep a particular message.
    错误分析
        You attempted to access an unassigned field symbol
        (data segment 11).
        This error may occur for any of the following reasons:
        - You address a typed field symbol before it is set using ASSIGN
        - You address a field symbol that points to a line in an internal table
          that has been deleted
        - You address a field symbol that had previously been reset using
          UNASSIGN, or that pointed to a local field that no longer exists
        - You address a global function interface parameter, even
          though the relevant function module is not active,
          that is it is not in the list of active calls. You can get the list
          of active calls from the this short dump.
    如何更正此错误
        You may able to find an interim solution to the problem
        in the SAP note system. If you have access to the note system your
        use the following search criteria:
        "GETWA_NOT_ASSIGNED" C
        "FCR05205" or "FCR05F00"
        "PUT_P_VGWXX"
        If you cannot solve the problem yourself and you wish to send
        an error message to SAP, include the following documents:
        1. A printout of the problem description (short dump)
           To obtain this, select in the current display "System->List->
           Save->Local File (unconverted)".
        2. A suitable printout of the system log
           To obtain this, call the system log through transaction SM21.
           Limit the time interval to 10 minutes before and 5 minutes
           after the short dump. In the display, then select the function
           "System->List->Save->Local File (unconverted)".
        3. If the programs are your own programs or modified SAP programs,
           supply the source code.
           To do this, select the Editor function "Further Utilities->
           Upload/Download->Download".
      4. Details regarding the conditions under which the error occurred
         or which actions and input led to the error.
    Edited by: lzjsdxg on Jun 19, 2010 6:35 AM

    Are there anybody can help me?
    Thanks!

  • Runtime Error in ECC6 - for t-code PPOCE

    HI Gurus!
    at my client site , we have upgraded 4.7 to ECC6. Now functional consultants are testing the system.When HR consultant working on PPOCE t-code ,the patch no of SAP HR - 0007. its giving runtime error.
    Runtime Errors  CREATE_DATA_UNKNOWN_TYPE                              
    Except.     CX_SY_CREATE_DATA_ERROR          Date and Time                    19.08.2008     14:42:44          
    Short text                    
    CREATE DATA: The specified type "HRP1680" is no valid data type.                                        
    What happened?                    
    Error in the ABAP Application Program          
    The current ABAP program "SAPLRHDB" 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_CREATE_DATA_ERROR', was not  caught in
    procedure "FILL_I777D" "(FORM)", 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:
    The dynamically specified type "HRP1680" at CREATE DATA is no valid data type.
    The type is either unknown or an object type.
    Missing RAISING Clause in Interface          
    Program     SAPLRHDB
    Include     LRHDBF00
    Row     177
    Module type  (FORM)
    Module Name FILL_I777D
    Trigger Location of Exception               
    Program     SAPLRHDB
    Include     LRHDBF00
    Row     308
    Module type(FORM)
    Module Name     FILL_I777D
    Source Code Extract          
    Line          SourceCde
    278          **                HEADER   = FI_HEADER                    "ANDBCEK008264
    279          **           TABLES                                       "ANDBCEK008264
    280          **                FIELDTAB = FI_TAB                       "ANDBCEK008264
    281          **           EXCEPTIONS                                   "ANDBCEK008264
    282          **                OTHERS   = 4.                           "ANDBCEK008264
    283          *                                                         "ANDBCEK008264
    284          *      CALL FUNCTION 'DDIF_FIELDINFO_GET'                 "ANDBCEK008264
    285          *           EXPORTING                                     "ANDBCEK008264
    286          *                tabname        = fi_tabname              "ANDBCEK008264
    287          **               FIELDNAME      = ' '                     "ANDBCEK008264
    288          **               LANGU          = SY-LANGU                "ANDBCEK008264
    289          **               LFIELDNAME     = ' '                     "ANDBCEK008264
    290          **               ALL_TYPES      = ' '                     "ANDBCEK008264
    291          *           IMPORTING                                     "ANDBCEK008264
    292          *                x030l_wa       = fi_header               "ANDBCEK008264
    293          **               DDOBJTYPE      =                         "ANDBCEK008264
    294          **               DFIES_WA       =                         "ANDBCEK008264
    295          **          TABLES                                        "ANDBCEK008264
    296          **               DFIES_TAB      =                         "ANDBCEK008264
    297          *          EXCEPTIONS                                     "ANDBCEK008264
    298          *               not_found      = 1                        "ANDBCEK008264
    299          *               internal_error = 2                        "ANDBCEK008264
    300          *               OTHERS         = 3.                       "ANDBCEK008264
    301          *
    302          *      IF sy-subrc EQ 0.
    303          *        i777d-tbtab_tabof = fi_header-tablen - tabnr_intlen.
    304          *        i777d-pnnnn_tabof = i777d-tbtab_tabof - 8.
    305          *      ENDIF.
    306          
    307          *      ASSIGN char TO <any_field> CASTING TYPE (fi_tabname).  "ANDDDIF
    >>>>>                create data anyfield type (fi_tabname).                "ANDUNI
    309                assign anyfield->* to <any_field>.                     "ANDUNI
    310          
    311          *     we need a character view of <any_field> !!!            "ANDUNI
    312                assign <any_field> to <char_field> casting type c.     "ANDUNI
    313          
    314          *      DESCRIBE FIELD <any_field> LENGTH tablength            "ANDDDIF
    315          *                                 IN BYTE MODE.               "ANDDDIF
    316          
    317                DESCRIBE FIELD <char_field> LENGTH tablength           "ANDUNI
    318                                            IN CHARACTER MODE.         "ANDUNI
    319          
    320                <i777d>-tbtab_tabof = tablength - tabnr_intlen.        "ANDDDIF
    321                <i777d>-pnnnn_tabof = <i777d>-tbtab_tabof - 8.         "ANDDDIF
    322          
    323             ENDIF.
    324              IF <i777d>-ext_infty NE space.                             "VWMEXT
    325                READ TABLE i77id
    326                     WITH KEY infty = <i777d>-infty
    327                     BINARY SEARCH.

    Hi Ramesh,
    i have check the table HRP1680 in SAP4.7c but in ECC 6 it is not there. So i have create that table. Is it Info-type? or i have apply OSS notes.
    regards
    Rahul

Maybe you are looking for

  • Creation of new payment term - T.Code: OBB8

    Hi All, I got a requirement from my user to reate a new payment term as below. Requirment 1.  Spec 1-7th 7th 45days / 8th-21st 21st 45 days/else 7th 2 months Requirment 2   Spec 1-7th 7th 60days / 8th-21st 21st 60 days/else 7th 3 months Can you pleas

  • IPad mini touchscreen not as responsive...

    Hi, I have purchased my iPad mini last Friday and been using it since. I noticed when I am watching video and trying to adjust the volume on the screen, it's not as responsive as I experienced on my iphone. I have to try so many times for sensing my

  • Read feedback for a podcast by users in another country?

    I've got a podcast which shows up in iTunes, and I'd like to read the comments people gave me there. The problem is that I can only see comments from people in my own country unless I change the iTunes Store country (which can be done at the bottom o

  • Its not the monitor - plz help

    Turned on my G5 1.8 this morning and my screen looked like this changed monitors, same thing. The room the computer is in is very cold. It was about 30 to35 degrees in there. I left the computer on so far for about 3 hrs . I have not checked as I'm a

  • DROP UNDOTBS

    Hi, we are in 9.2.0 DB version. I created a new UNDOTBS1, I altered system to set undotbs=UNDOTBS1, and I want to drop the ancient one UNDOTBS2, then I verify : SQL> SELECT a.name,b.status FROM v$rollname a, v$rollstat b WHERE a.name IN ( SELECT segm