Include dbpnpcom error

Hi,
I copied the std program RPLICO10, it gives me this error message - In unicode program, the "-"character cannot appear in names, as it does here in the name "pnp-sw-found".
what is this error message whats the remedy?
regards
Ravi

Hi ravi,
when i do the first option i get error message saying that this program is not unicoded.
the second options also propts a error since this name is coming up from a include program
what can i do?
regards
Ravi

Similar Messages

  • I have install last update for i pod(ios5) but during installation there was one problem....i have restore my ipod and now i have lost all my buyed music!!Is not possible download it....?What are the details, including any error messages, related to your

    I have install last update for i pod(ios5) but during installation there was one problem....i have restore my ipod and now i have lost all my buyed music!!Is not possible download it....?What are the details, including any error messages, related to your question?

    Have you not got the music on your computer and/or on backups on, for example, external drives or CDs/DVDs ?

  • Transporting Process Chains-includes the ERROR DTPs in the Target System

    Hello Gurus,
    Iam facing an issue in version NW2004s while transporting the Process Chains from DEV to QA. The Process Chains in the Target system are including the ERROR Dtps as parallel loads along with the regular DTP.This happens when there exists an ERROR DTP in the Target system at the time of Transport.
    This will cause a problem
    1.these would run parallel to the regular DTPs.
    2.no of back ground processes running at any point will be beyond our limit.
    Let me know if you have faced the same issue and how you resolved it.
    Thanks
    Jagadish

    Hi DPN,
    Check oout this thread. This might solve yuor problem.
    Errors in Transportation
    Thanks and Regards
    Subray Hegde

  • DBPNPCOM error

    HI,
    Keep on getting DBPNPCOM error while i activate the program, so plz any could hlp to activate.
    Thanks,
    Rajesh.

    hi abapuser,
    SELECT-OPTIONS: begda FOR p0001-begda.
    this line i getting the error i have paste the program yesterday if you want i can paste againg

  • Is including an error handler in every procedure OK?

    Hello,
    I have read a lot of articles about error handling on the internet but could not find advice on whether it is good/acceptable practice to put a handler in every procedure. My goal
    when debugging is to break on every error, so that the relevant variables are still in scope, and I can view them and react to the error. Is there a VS setting for this, or do I need to achieve this via error handling?
    In VB6 I think that there used to be a “Break on all errors” option.
    Currently, many procedures in my code do not have error handlers. When an error is encountered in a procedure that does not have an error handler, I believe that control is passed back down the stack to the first procedure that has a Catch.
    This makes it hard to debug, because the error variables that I need to review are out of scope.
    Therefore, if one is not worried about performance considerations, is it reasonable/best practice to include an error handler in every procedure where there might conceivably be an error?
    Also, how will the above approaches affect runtime behaviour?
    Many thanks.
    Keith
    R K Howard

    Hi Keith,
    First, just to be clear, I am going to assume that by error handling we are talking about Try-Catch blocks in code.  As Acamar said, if you write a block of code that has the potential to fail, and you have a plan for doing something when that failure
    occurs, then definitely wrap the code block in a Try-Catch. 
    As for what happens in the debugger when an error occurs, it depends on the context of the error and the assembly in which it occurred.  If you are still on the UI thread and the error occurred in your code or a base class library, then execution
    will stop on the line of code that caused the error - with or without a Try-Catch.  If however the error occurred in another thread, asynchronously, or within an assembly for which you do not have source code (or in unmanaged code), then the debugger
    will break at the lowest spot in the stack where managed code with known source was executed, or nowhere (no source available) if there is no source code or you broke in unmanaged code.  In these cases, adding a Try-Catch might let you break closer to
    the exception because there is managed code executed to create the Try statement - but it still doesn't let you break
    at the actual exception because there's still either no source code or the error is unmanaged.
    So I guess the answer is two-part: don't be afraid to use Try-Catch anywhere that it makes sense, and wait for the improved debugging experience in the next version of Visual Studio (they're improving the ability to debug with secondary threads and async
    code execution).
    Reed Kimble - "When you do things right, people won't be sure you've done anything at all"

  • Help!!! Included servlet error: 500

    What Does this error message really means?
    Thanks.
    Included servlet error: 500
    Location: /teste/siarc/servlet/ServletMQID
    Internal Servlet Error:
    javax.servlet.ServletException
         at org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:386)
         at jsp.mqid.quantidade._0002fjsp_0002fmqid_0002fquantidade_0002fquantidade_00032_0002ejspquantidade2_jsp_0._jspService(_0002fjsp_0002fmqid_0002fquantidade_0002fquantidade_00032_0002ejspquantidade2_jsp_0.java:1253)
         at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:126)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at org.apache.jasper.runtime.JspServlet$JspServletWrapper.service(JspServlet.java:174)
         at org.apache.jasper.runtime.JspServlet.serviceJspFile(JspServlet.java:261)
         at org.apache.jasper.runtime.JspServlet.service(JspServlet.java:369)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at org.apache.tomcat.core.ServletWrapper.handleRequest(ServletWrapper.java:503)
         at org.apache.tomcat.core.RequestDispatcherImpl.include(RequestDispatcherImpl.java:262)
         at tim.siarc.conciliacao.ManipuladorTransacaoWEB.execTemplateJsp(ManipuladorTransacaoWEB.java:97)
         at tim.siarc.conciliacao.ManipuladorTransQuantidade.executeListaTrans(ManipuladorTransQuantidade.java:99)
         at tim.siarc.conciliacao.ManipuladorTransQuantidade.execute(ManipuladorTransQuantidade.java:33)
         at tim.siarc.conciliacao.GerenciadorTransacoes.executeSolicitacao(GerenciadorTransacoes.java:30)
         at tim.siarc.servlet.mqid.ServletMQID.service(ServletMQID.java:37)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at org.apache.tomcat.core.ServletWrapper.handleRequest(ServletWrapper.java:503)
         at org.apache.tomcat.core.ServletWrapper.handleRequest(ServletWrapper.java:597)
         at org.apache.tomcat.servlets.InvokerServlet.service(InvokerServlet.java:257)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at org.apache.tomcat.core.ServletWrapper.handleRequest(ServletWrapper.java:503)
         at org.apache.tomcat.core.ContextManager.service(ContextManager.java:559)
         at org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpConnectionHandler.java:160)
         at org.apache.tomcat.service.TcpConnectionThread.run(SimpleTcpEndpoint.java:338)
         at java.lang.Thread.run(Thread.java:484)
    Root cause:
    java.lang.NullPointerException
         at jsp.mqid.quantidade._0002fjsp_0002fmqid_0002fquantidade_0002fquantidade_00032_0002ejspquantidade2_jsp_0._jspService(_0002fjsp_0002fmqid_0002fquantidade_0002fquantidade_00032_0002ejspquantidade2_jsp_0.java:79)
         at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:126)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at org.apache.jasper.runtime.JspServlet$JspServletWrapper.service(JspServlet.java:174)
         at org.apache.jasper.runtime.JspServlet.serviceJspFile(JspServlet.java:261)
         at org.apache.jasper.runtime.JspServlet.service(JspServlet.java:369)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at org.apache.tomcat.core.ServletWrapper.handleRequest(ServletWrapper.java:503)
         at org.apache.tomcat.core.RequestDispatcherImpl.include(RequestDispatcherImpl.java:262)
         at tim.siarc.conciliacao.ManipuladorTransacaoWEB.execTemplateJsp(ManipuladorTransacaoWEB.java:97)
         at tim.siarc.conciliacao.ManipuladorTransQuantidade.executeListaTrans(ManipuladorTransQuantidade.java:99)
         at tim.siarc.conciliacao.ManipuladorTransQuantidade.execute(ManipuladorTransQuantidade.java:33)
         at tim.siarc.conciliacao.GerenciadorTransacoes.executeSolicitacao(GerenciadorTransacoes.java:30)
         at tim.siarc.servlet.mqid.ServletMQID.service(ServletMQID.java:37)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at org.apache.tomcat.core.ServletWrapper.handleRequest(ServletWrapper.java:503)
         at org.apache.tomcat.core.ServletWrapper.handleRequest(ServletWrapper.java:597)
         at org.apache.tomcat.servlets.InvokerServlet.service(InvokerServlet.java:257)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at org.apache.tomcat.core.ServletWrapper.handleRequest(ServletWrapper.java:503)
         at org.apache.tomcat.core.ContextManager.service(ContextManager.java:559)
         at org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpConnectionHandler.java:160)
         at org.apache.tomcat.service.TcpConnectionThread.run(SimpleTcpEndpoint.java:338)
         at java.lang.Thread.run(Thread.java:484)

    Hi
    Rightly said, the problem is a NullPointer some where in your JSP code. The best way to approach this problem is to look at the Generated .java file (Servlet) for this JSP. Since you are using Tomcat the generated file will be under the "work" directory. The name of the file is :
    _0002fjsp_0002fmqid_0002fquantidade_0002fquantidade_00032_0002ejspquantidade2_jsp_0.java:79) indicated through the stack trace printed out. The problem line is line number 79.
    A NullPointerException should be very easilyy identifiable once you know which line is causing it.
    Keep me posted on your progress.
    Good Luck!
    Eshwar Rao
    Developer Technical Support
    Sun microsystems
    http://www.sun.com/developers/support

  • How to Include Warnings/Error messages in Return Service Data Object

    Hello All,
    I am using Jdeveloper 11.1.1.3.0, ADF BC. and want to publish Service-Enabled application modules, specifically I want to publish a custome method in the application module as a web service.
    While going through Enable support for Service Interface wizard as explained in developer guide, in step 7 I read this
    >
    7. To expose service information messages such as warnings and exceptions for a custom method or warnings for process operation methods, select Include Warnings in Return Service Data Object. For example, you might want display an informational message when a method returns the total employee compensation and the total is outside of the desired range.
    If Include Warnings is not selected, no informational messages will be returned with the service response. This option is only enabled when the method does not return a view row or a list
    of view rows. When the method returns view rows, the underlying view object determines whether the method supports warnings, as described Section 11.2.4, "How to Service-Enable Individual View Objects." The informational messages (and warnings) are reported as part of the return object. JDeveloper generates appropriate wrappers as the return objects, and the wrappers contain the actual method return and the informational messages.
    >
    I am interested in this part: For example, you might want display an informational message when a method returns the total employee compensation and the total is outside of the desired range.
    To do this, I write a method in the application module
    public Number getEmpSal(Number empId){
            EmployeesViewImpl employeesView1 = this.getEmployeesView1();
            //this is the bind variable setter
            employeesView1.setEmpId(empId);
            employeesView1.executeQuery();
            EmployeesViewRowImpl first = (EmployeesViewRowImpl)employeesView1.first();
           return first!=null ? first.getSalary() : null;
    }and I selected the Include Warnings in Return Service Data Object check box. but how and where can I expose the error or warning message?
    Note:
    I tried to throw an exception in the method
    public Number getEmpSal(Number empId){
            EmployeesViewImpl employeesView1 = this.getEmployeesView1();
            //this is the bind variable setter
            employeesView1.setEmpId(empId);
            employeesView1.executeQuery();
            EmployeesViewRowImpl first = (EmployeesViewRowImpl)employeesView1.first();
            if(first!=null && (first.getSalary()!=null || first.getSalary().compareTo(1000)==1))
                throw new JboException("out of range salary");
             return first!=null ? first.getSalary() : null;
    }and when I test the web service for some employee I get this response:
    <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
    <env:Header/>
         <env:Body>
              <env:Fault>
                   <faultcode>env:Server</faultcode>
                   <faultstring>out of range salary</faultstring>
                   <detail><tns:ServiceErrorMessage xmlns:tns="http://xmlns.oracle.com/adf/svc/errors/" xmlns:xsi=      "http://www.w3.org/2001/XMLSchema-instance"><tns:code/><tns:message>out of range  salary</tns:message><tns:severity>SEVERITY_ERROR</tns:severity><tns:exceptionClassName>oracle.jbo.JboException</tns:exceptionClassName></tns:ServiceErrorMessage>
                   </detail>
              </env:Fault>
         </env:Body>
    </env:Envelope>but is this the right approach or there is another place to show error/warning messages?
    Edited by: Mohammad Jabr on Apr 16, 2012 1:17 PM

    This is fine if you raise exception from your code. It will be raised as a server fault only.

  • Plz help include activation error

    Hi experts
    plz help me getting this error
    when i activate include getting this error
    REPORT/PROGRAM statement missing, or program type is I (INCLUDE).     
    plz help me and tel me hw to rectify it.

    hi anit,
    do one thing..go to SE80 --> enter program name --> and right click on the program name > click on activate> this will activate the include....
    hope this will work out...
    please rewards points in case usefull...
    regards,
    prashant

  • Static JSP Include throws Errors

    Hi,
    I am facing a issue in my jsp.
    I have a .html to include in my jsp.
    I have to do a static include. The code snippet is :
    The variable categoryName can have different values like weather,events,pets,etc......
    Is there anything wrong in the statement?
    jsp is giving me error's.
    <%@ include file="/community/photo/modules/carousel/"<%=categoryName%>+".html" %>
    Error is
    File "/community/photo/modules/carousel/<%=categoryName%>.html" not found
    Any help is really appreciated. or please let me know if there is any other way to do it?
    Thanks
    Deepti

    DeeptiChhabra wrote:
    Hi,
    I am facing a issue in my jsp.
    I have a .html to include in my jsp.
    I have to do a static include. The code snippet is :
    The variable categoryName can have different values like weather,events,pets,etc......
    Is there anything wrong in the statement?
    jsp is giving me error's.
    <%@ include file="/community/photo/modules/carousel/"<%=categoryName%>+".html" %>
    Error is
    File "/community/photo/modules/carousel/<%=categoryName%>.html" not found
    Any help is really appreciated. or please let me know if there is any other way to do it?
    Thanks
    DeeptiOk first thing which you need to understand here is static include is also known as compile time include now as we are trying to use a runtime variable their it is so obvious that we cannot the jasper complier cannot recognize it.
    now in order to include the content like this we need to runtime include which <jsp:include/>
    However asper the above senario we cannot directly use it aswell. my advice for you would write a servlet which can forward us to this page something like the one below.
    Sample JSP Code Snippet:
    <%
       String pageUrl = "/community/photo/modules/carousel/"+categoryName+".html";
    %>
    <jsp:include page="/forwardServlet">
        <jsp:param name="page" value="<%=pageUrl%>" />
    </jsp:include>Sample Servlet Code Snipett:
    public class ForwardServlet extends HttpServlet{
        public void processAction(HttpServletRequest req, HttpServletResponse res) throws ServletException,IOException{
           req.getRequestDispatcher(req.getParameter("page")).forward(req,res);
       public void doGet(HttpServletRequest req, HttpServletResponse res) throws ServletException,IOException{
               processAction(req, res);
       public void doPost(HttpServletRequest req, HttpServletResponse res) throws ServletException,IOException{
               processAction(req, res);
    }Hope might that help :)
    REGARDS,
    RaHuL

  • Include file errors

    ASP, IIS 6
    Hello all,
    Yesterday we upgraded to Server 2003 with IIS 6. We were
    using IIS 5. I am
    now having problems with a couple of pages. One being this
    one where I am
    having problems with the include file that used to work :)
    I get this error:
    Active Server Pages error 'ASP 0131'
    Disallowed Parent Path
    /tree/login.asp, line 2
    The Include file '../Connections/connNewdatabase.asp' cannot
    contain '..' to
    indicate the parent directory.
    The page starts as such:
    <%@LANGUAGE="VBSCRIPT"%>
    <!--#include file="../Connections/connNewdatabase.asp"
    -->
    <%
    The file "connNewdatabase.asp" is in a folder one above the
    folder that this
    page is in. What is it that I have to change to get this page
    to work
    again?
    Thanks,
    Gale

    I got it folks, I had to recode as such:
    <!--#include virtual="/Connections/connNewdatabase.asp"
    -->
    Thanks
    Gale

  • Itab declaration include structure error

    hi ,
    types : begin of it_address_info_type,
           include structure zadrc,
    end of it_address_info_type.
    here zadrc is a structure.
    why its giving error.
    shall i need to change this structure to table?
    if yes how i will do that?

    Hi ,
    Please make it as,
    types : begin of type.
    include type zadrc.
    types : end of type. 
    or
    TYPES: iref TYPE REF TO ZADRC.
    or
    TYPES: iref type table of mara.
    or
    TYPES: iref type standard table of mara.
    Else.
    data : begin of it_address_info_type.
    include structure zadrc.
    data : end of it_address_info_type.
    If you use types it is used to create user defined data type.
    But you are refrerring a data object as zadrc. Thats why it shows error.
    Regards,
    Sankar.
    Edited by: sankar on Mar 23, 2008 8:31 AM

  • SUNWspro/WS6U2/include compilation error

    I am using Solaris 2.7 with compiler version: Sun WorkShop 6 update 2 C++
    5.3 Patch 111685-06 2002/03/09
    I am using -library=rwtools7,iostream and during compilation, I get the
    following errors:
    "/usr/Forte/SUNWspro/WS6U2/include/CC/./exception", line 22: Error:
    "virtual" is not allowed here.
    "/usr/Forte/SUNWspro/WS6U2/include/CC/./exception", line 22: Error: Use ";"
    to terminate declarations.
    "/usr/Forte/SUNWspro/WS6U2/include/CC/./exception", line 31: Error: Use ";"
    to terminate declarations.
    "/usr/Forte/SUNWspro/WS6U2/include/CC/./new", line 24: Error: Use ";" to
    terminate declarations.
    "/usr/Forte/SUNWspro/WS6U2/include/CC/Cstd/./stdexcept", line 59: Error:
    "virtual" is not allowed here.
    "/usr/Forte/SUNWspro/WS6U2/include/CC/Cstd/./stdexcept", line 59: Error: Use
    ";" to terminate declarations.
    "/usr/Forte/SUNWspro/WS6U2/include/CC/Cstd/./stdexcept", line 64: Error: Use
    ";" to terminate declarations.
    "/usr/Forte/SUNWspro/WS6U2/include/CC/Cstd/./stdexcept", line 130: Error:
    "virtual" is not allowed here.
    "/usr/Forte/SUNWspro/WS6U2/include/CC/Cstd/./stdexcept", line 130: Error:
    Use ";" to terminate declarations.
    "/usr/Forte/SUNWspro/WS6U2/include/CC/Cstd/./stdexcept", line 135: Error:
    Use ";" to terminate declarations.
    "/usr/Forte/SUNWspro/WS6U2/include/CC/./typeinfo", line 46: Error: Use ";"
    to terminate declarations.
    "/usr/Forte/SUNWspro/WS6U2/include/CC/./typeinfo", line 55: Error: Use ";"
    to terminate declarations.
    "/usr/Forte/SUNWspro/WS6U2/include/CC/Cstd/rw/iosbase", line 103: Error:
    "virtual" is not allowed here.
    "/usr/Forte/SUNWspro/WS6U2/include/CC/Cstd/rw/iosbase", line 103: Error: Use
    ";" to terminate declarations.
    "/usr/Forte/SUNWspro/WS6U2/include/CC/Cstd/rw/iosbase", line 105: Error: Use
    ";" to terminate declarations.
    15 Error(s) detected.
    Any ideas?
    Thanks,
    brett

    Below is my compilation command line. I haven't been able to build a small code sampe to reproduce. It only seems to be occuring with the inclusion of all my third party software (Not one alone triggers the error). I was hoping that the error had been seen by somebody before and could point out what may be going on. Thanks for any help.
    brett
    /usr/Forte/SUNWspro/bin/CC -compat=5 -KPIC -mt -D_REENTRANT -library=rwtools7,iostream -DSUN -DDtDISVERS=5 -DDtHLA=1 -DDtRPR=1 -O -w -c -I/usr/include -I. -I/home/bkaylor/GDUtils/SW/GFCTerrain/include -I/home/bkaylor/GDUtils/SW/GFCUtils/include -I/home/bkaylor/GDUtils/SW/GFCTirem/include -I/home/bkaylor/GDUtils/SW/GFCUtils/include -I/home/bkaylor/GDUtils/SW/GFCVrl/include -I/home/bkaylor/GDUtils/SW/GFCUtils/include -I/home/bkaylor/MaK/makRti1.3.6-ngc/include -I/home/bkaylor/MaK/vrlink3.7-ngc/include -I/home/bkaylor/MaK/logger3.7-ngc/include -I/home/bkaylor/GDUtils/SW/GFCGTO/GTO/Gen -I/home/bkaylor/GDUtils/SW/GFCGTO/XDA/include -I/home/bkaylor/GDUtils/SW/GFCUtils/include -I../../include ../SI.C
    "/usr/Forte/SUNWspro/WS6U2/include/CC/./exception", line 22: Error: "virtual" is not allowed here.
    "/usr/Forte/SUNWspro/WS6U2/include/CC/./exception", line 22: Error: Use ";" to terminate declarations.
    "/usr/Forte/SUNWspro/WS6U2/include/CC/./exception", line 31: Error: Use ";" to terminate declarations.
    "/usr/Forte/SUNWspro/WS6U2/include/CC/./new", line 24: Error: Use ";" to terminate declarations.
    "/usr/Forte/SUNWspro/WS6U2/include/CC/Cstd/./stdexcept", line 59: Error: "virtual" is not allowed here.
    "/usr/Forte/SUNWspro/WS6U2/include/CC/Cstd/./stdexcept", line 59: Error: Use ";" to terminate declarations.
    "/usr/Forte/SUNWspro/WS6U2/include/CC/Cstd/./stdexcept", line 64: Error: Use ";" to terminate declarations.
    "/usr/Forte/SUNWspro/WS6U2/include/CC/Cstd/./stdexcept", line 130: Error: "virtual" is not allowed here.
    "/usr/Forte/SUNWspro/WS6U2/include/CC/Cstd/./stdexcept", line 130: Error: Use ";" to terminate declarations.
    "/usr/Forte/SUNWspro/WS6U2/include/CC/Cstd/./stdexcept", line 135: Error: Use ";" to terminate declarations.
    "/usr/Forte/SUNWspro/WS6U2/include/CC/./typeinfo", line 46: Error: Use ";" to terminate declarations.
    "/usr/Forte/SUNWspro/WS6U2/include/CC/./typeinfo", line 55: Error: Use ";" to terminate declarations.
    "/usr/Forte/SUNWspro/WS6U2/include/CC/Cstd/rw/iosbase", line 103: Error: "virtual" is not allowed here.
    "/usr/Forte/SUNWspro/WS6U2/include/CC/Cstd/rw/iosbase", line 103: Error: Use ";" to terminate declarations.
    "/usr/Forte/SUNWspro/WS6U2/include/CC/Cstd/rw/iosbase", line 105: Error: Use ";" to terminate declarations.
    15 Error(s) detected.

  • Include program error

    Hello to all,
    I am including one program to my main program. itab is defined in include program.
    I am reading itab in main program using  'read table itab index x'.
    but after executing main program there is error that this statement is not accessible.
    can u tell me ?
    Thanks a lot.
    Regards.

    Thanks for reply.
    data is filled in   itab  in include program .
    & reading in main program with index .

  • Include Activation Error

    Dear Experts,     
          I have a very small question.
    I created a program which runs very much fine. But now I want that program to be changed as an include and use it in another program.
    So, I created an include in the other program and copied the whole executable program into the include. (Deleting the report stmt.)
    But for some reason it is giving me the error at the time of activation.
    It says.
    "Incorrect nesting Before the statement Form the structure introduced by the if must be concluded by endif."
    There is no IF that is open before the form. I'm not sure why this error is coming.
    The error line it is showing is just at the line of first Form (Form-Endform).
    When I check for syntax it is just giving no errors. Except statement not accessible, because it is an include. so no worries here.
    so can some one please guide me if there is some thing else I need to do before coping the code from executable to include.
    Thanks
    -Amit

    >
    Suhas Saha wrote:
    > This is foolish of me. Thank God, weekend's coming :-P
    We all learn...
    I use includes only for organising code - not for modularisation or reuse.  (There are some exceptions, but they're few and far between).
    A lot of people misunderstand the use of includes.  For example, if they see
    IF condition.
      INCLUDE a.
    ELSE.
      INCLUDE b.
    ENDIF.
      they think that include a is only included if the condition is met.  But both includes are *always" included.
    Think about the above if include a held
    * Do some stuff
    ENDIF.
    IF some other condition.
    * Do some more stuff
    That would be syntactically perfectly valid.  And extremely confusing...

  • Include text error

    hi,
    how to rectify this error include text not available in form
    why this error occurs

    Hello Abdul,
    how to rectify this error include text not available in form
    This is because the Text Module / Std. Text used in this node is not available in the syst.
    1. You can cross check if the Text Module / Std. Text is available.
    2. You can supress the error by checking the "No error if no text exists" checkbox.
    Hope this is clear.
    BR,
    Suhas

Maybe you are looking for

  • Saving a JPanel as an image

    Hi peeps, I've written the following code after reading many threads about how to save a JPanel as an image. On the whole, it works. But the JPanel itself contains many different bits such as Line2D objects and other shapes, as well as ImageIcons. So

  • Ffox crashed & I accidntlly hit open new sesson instead of restore tabs. Can I get back my tabs and tab groups?

    ffox crashed, when the window came up to choose tabs to close, and then restore the remaining tabs, i accidently hit start new session so I lost all tabs and tab groups when the new firefox window opened. In disbelief that this had actually happened,

  • Exchange Server 2013 CU7 Upgrade Failed

    I am trying to upgrade Exchange Server 2013 SP1 to CU7 but after complete 46% of Mailbox Role Transport Service the Upgrade Failed and automatically rebooted the server. After restart its showing memory dump. How can we solved it.

  • Entry 0 is not defined as printing character - 8A651

    Hi. We're implementing Electronic Invoice WS SAP standard solution. At the moment all customizing has done. When we create a billing the VF01 transaction ends right. But when we call transaction VF02 it tell us that the invoice # doesn't exist, and s

  • Tape drive disappears from OS

    We're running SLES 10 SP3/OES2 SP2 on a Dell server with an IBM LTO-4 tape drive and Arkeia Network Backup software. Sometimes our backups fail because the tape drive, /dev/st0, has disappeared from the system. The server may run for weeks or just da