Error in Dialog Module  - INCLUDE report "%_HR9066" not found

Hi,
After upgrade from 4.6B to ECC 6.0.When i display/create/change Custom Infotype 9072  in transaction PA30. i encounter a dump stating
INCLUDE report "%_HR9066" not found. It occurs when the program goes for CALL DIALOG... in the SAP standard program.
Do advice on how to resolve this issue

Hi Chayan,
9066 is the custom infotype .
After upgrading check for the following things which are related to infotype :
1) Go to se51 and check for Program MP906600 and screen 2000 exist .If not there is a problem in calling the screen
2)Go to se11 and check whether the table PA9066 and structure P9066 exist
3)Check whether the infotype is assigned to the Infotypes in spro .(Optional)
If everthing is suceessful , the infotype exist in the system . If not one of the objects might miss from the above list .
Regards,
Gajalkshmi

Similar Messages

  • Syntax Error - INCLUDE Report "%_HR9010" Not Found

    I have an HR ABAP program(Query Generated) that works in Enterprise and is now being testing in the ECC 6.0 test environment and is getting an syntax error. The syntax points the line in the code where a custom infotype is declared with the infotypes syntax. Example:
    Infotypes:
    9010
    syntax error reads:
    'include report"%_HR9010" not found.
    Why am I getting that syntax error? The syntax error does not occur on standard sap infotypes, 0000, 0001, 0002. It appears to be failing on custom infotypes.  The Structure definition is there, the table definition is there and there are thousands of records in the table and it can be read by other programs with no problem. What piece is missing, could it be something to do with Infosets, whatever they are?

    Hi Murali,
    Please excute the report RPUMS40CCI. This report is to generate infotype includes and additional structures required for not only custom but also standard infotypes.
    In the selection screen provide the infotype number and select checkboxes 'Generate infotype include'
    and 'Generate additional structure'.
    Note: "RPU40CCI" is only for infotypes which starts with number '9*'.
    Thanks & Regards
    Santhosh
    Edited by: SS on Feb 12, 2009 1:21 PM

  • INCLUDE report "DBF1SF01" not found

    Hello
    I am newbie to SAP ABAP. I've installed Mini SAP in my system. It's working fine other than executing my own created ABAP report. The following error is flashing everytime I try to execute it.
    INCLUDE report "DBF1SF01" not found
    Can anybody solve this issue?
    Thx
    Regards
    Ramana

    Yes! you are right LDBF1S is not available in my system. I think this is not avaialbe becuase my R/3 System is SAP MBS 4.6D (Mini SAP). But as I told that I am new to ABAP programming and just started "Hello World" report. Not including / using any database. Please find my report program below.
    REPORT Z_RAM .
    *Hello world in ABAP/4 *
    WRITE 'HELLO WORLD'.
    Tht's it.
    Please let me know wht did I miss?
    Thx
    Ramana

  • INCLUDE report "%_HR9008" not found'.

    Hi All
    I also got the same problem. I already executed RPUMS40CCI. But i still got error message ' INCLUDE report "%_HR9008" not found'.
    any one tellme how to run the standard program RPUMS40CCI?

    Hi Jagan,
    You will have to run program RPUMS40CCI for this custom infotype and the error will be resolved.
    Reward points if useful...
    Thanks,
    Falguni

  • INCLUDE report "%_HR9920" not found

    Hi.
    I'm having að problem with an old ABAP report which I wrote. After I and my company upgrated SAP from 4.6C to 4.7, I get the error "INCLUDE report "%_HR9920" not found". This infotype 9920 is some custom made infotype I think and it looks like I can not use it as before in my report.
    Here is my ABAP code:
    INFOTYPES:
      0000,
      0001,
      0002,
      0006,
      9920. "The error comes here
    TYPES: BEGIN OF tp_data,
      bukrs LIKE p0001-bukrs,
      perid LIKE ...
    Can any one give me a hint what the problem is?
    Regards,
    Stefán.

    Hi Umar.
    I tried to access the screen for infotype 9920 through pa20/pa30 and that is all right, no error and the screen appears normally.
    Then I tried to check the report again in case of the screen had regenerated, but I got the same error. It was not me who developed this infotype and the screens so I am not sure how to regenerate the IT9920 screen. Can I do that through PM01?
    P.S. I also tried to re-activate the structure p9920 but it did not change anything.

  • INCLUDE report '%_HR9070' not found.

    When run HR related programs in upgradation project iam getting error as "INCLUDE report '%_HR9070' not found.".
    To remove this error i need to run one standard program, any body knows that program please let me know

    Hi Jagan,
    You will have to run program RPUMS40CCI for this custom infotype and the error will be resolved.
    Reward points if useful...
    Thanks,
    Falguni

  • Error initializing ejb-module; Exception javac.exe not found under

    Dear all,
    I got followings error after i had tried to doing some lab.I had checked the folder "C:\Program Files\Oracle\jre\1.3.1" exists but missed but missing javac.exe. Could anyone can advice me what is going wrong?
    04/04/14 16:44:20 Auto-deploying - web/WEB-INF/classes (No previous deployment found)...
    04/04/14 16:44:20 Error instantiating application 'lab04' at file:/C:/share/oc4j
    /labs/lab04/: Error initializing ejb-module; Exception javac.exe not found under
    C:\Program Files\Oracle\jre\1.3.1, please use a valid jdk or specify the locati
    on of your java compiler in server.xml using the <java-compiler .../> tag
    Thanks in advance!
    Best Regards,
    Chris CHIU

    Dear Chris,
    The answer lies in the error message you got, namely:
    please use a valid jdkAccording to your post, you don't have a JDK, you only have a JRE. The javac compiler is part of the JDK, it is not part of the JRE.
    You can download the JDK from the J2SE Download Web page. Look for the Download J2SE SDK link -- do not choose the Download J2SE JRE link!
    Good Luck,
    Avi.

  • Error-Include report 'LZ1QTT01O' not found.

    Hi all,
    I am putting validations in table mainyainance generator.
    For that am editing FunctionPool of table maintainance.
    I uncommented  User-defined Include-files for adding my code for validation but while activating the function-pool i get error message- include report 'INCLUDE LZ1QTT01O' not found.
    I am putting my PBO logic here.
    can anybody please guide hoy can i put my logic here?
    Following is SAP code in function-pool.-
      User-defined Include-files (if necessary).                    *
    INCLUDE LZ1QTT01F...                       " Subprograms
    INCLUDE LZ1QTT01O...                       " PBO-Modules     <Uncommented by me for adding validation PBO>
    INCLUDE LZ1QTT01I...                       " PAI-Modules         <Uncommented by me for adding validation PAI>
    Thanks.

    Hi,
        You simply cannot write the statements in Include.
        You need to write them in between .. module ... endmodule.
    For Ex :
    In PAI say you have a module   module sort1
    process after input.
    module sort1.
    In the Include you create .. the coding should be in between ..
    module sort1 input.
    endmodule.                 " sort1  INPUT
    Regards,
    Srini.

  • "INCLUDE report "%_HR9077" not found."

    Hi All,
    When I was trying to generate an infoset, above is the message i got and unable to generate the infoset..
    Please let me know how to resolve this error..
    Thanks & Regards
    Santhosh

    Hi... Santosh.....
    When you go to T-code "SQ02". and give the Infoset name........ for ex"ztest".
    Then a POP-UP window will come with INFOSET: Titles & Database.
    Here check the first radio button like " Table Join Using Basis table". you must have selected the Radiobutton with Data Reterival By Program and Specified the report name There.
    Thanks
    Saurabh

  • INCLUDE report "LJ1I_TABLE_MAINTU23" not found. For No. Ranges for W.Tax Ce

    Hi,
    For T-Codes J1INCRT (SAP script Forms/section indicators for E WT Certificates) & J1INCTNO (Number Ranges for Withholding
    tax certificates) development system is giving a dump. In production it is working fine.
    The include program LJ1I_TABLE_MAINTU23 is not available in development server, it is available in production server.
    What should be done?
    Regards,
    Abhijit.

    HI
    Please chck the TNRO
    Regards,
    satish

  • Connector Error: u2018Function module u201C/CRYSTAL/GET_OSQL_OBJECT_LISTu201D not found

    Hello experts,
    I have installed Crystal Reports 2008 (not BO Edge) and BusinessObjects Integration Kit for SAP on my laptop and I try to connect my crystal reports to the SAP ECC 6.0 data source. After establishing a connection I can see the following groups in the Available Data Sources: CL [Data Clusters], DD [Data Dictionary] and FN [ABAP Function modules]. However when I try to open them, I get messages:
    - Database Connector Error: u2018Function module u201C/CRYSTAL/GET_OSQL_OBJECT_LISTu201D not found.u2019
    - Database Connector Error: u2018RFC_INVALID_HANDLEu2019
    Could you please give some advice, what is missing?
    Best regards,
    Marcin

    Hi Ingo,
    The Installation Guide u201CBusiness Objects Integration Kit for SAP u2013 Installation and Configurationu201D (created on 01.10.2008, where you are the author) that is listed on the integration kit download page:
    https://www.sdn.sap.com/irj/boc/index?rid=/webcontent/uuid/806c9894-42a5-2b10-648a-d900489b76da [original link is broken]
    refers to BusinessObjects Enterprise / SAP NetWeaver BI combination.
    As I am interested in the Crystal Reports 2008 / mySAP ERP combination I searched for further documents and could find the following, where the ABAP transports are described:
    u201EBusiness Objects XI Integration for SAP Solutions Installation Guideu201D issued on 03.06.2008
    and
    u201EBusiness Objects XI Integration for SAP Solutions Installation and Administration Guideu201D issued on 02.12.2008.
    Is one of these documents the u201Einstallation guide for the SAP Integration Kitu201D that you mentioned? If not, could you please send the link to the installation guide you mean, where the ABAP transports for Crystal Reports 2008 / mySAP ERP combination are described? That would be very helpful.
    Marcin

  • Include file was not found

    I create a web application using spring+hibernate+struts with cxf in MyEclipse. It works fine in Tomcat.
    Then, I export it as a war file and deploy it to weblogic 12c. However, I get error:
    Compilation of JSP File '/BZWeb/index1.jsp' failed:
    index1.jsp:2:18: The include file was not found.
    <%@ include file="/common/taglibs.jsp"%>
    ^-------------------^
    index1.jsp:2:18: The include file was not found.
    <%@ include file="/common/taglibs.jsp"%>
    ^-------------------^
    index1.jsp:7:22: The include file was not found.
    <%@ include file="/common/meta.jsp"%>
    ^----------------^
    index1.jsp:7:22: The include file was not found.
    <%@ include file="/common/meta.jsp"%>
    ^----------------^
    My weblogic.xml is as follow:
    <?xml version="1.0" encoding="UTF-8"?>
    <wls:weblogic-web-app
    xmlns:wls="http://xmlns.oracle.com/weblogic/weblogic-web-app"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd http://xmlns.oracle.com/weblogic/weblogic-web-app http://xmlns.oracle.com/weblogic/weblogic-web-app/1.4/weblogic-web-app.xsd">
    <wls:weblogic-version>12.1.1.0</wls:weblogic-version>
    <wls:context-root>BZWeb</wls:context-root>
    <wls:charset-params>
    <wls:input-charset>
    <wls:resource-path>/*</wls:resource-path>
    <wls:java-charset-name>UTF-8</wls:java-charset-name>
    </wls:input-charset>
    </wls:charset-params>
    <wls:container-descriptor>
    <wls:prefer-web-inf-classes>true</wls:prefer-web-inf-classes>
    <wls:index-directory-enabled>false</wls:index-directory-enabled>
    </wls:container-descriptor>
    <wls:jsp-descriptor>
    <wls:keepgenerated>true</wls:keepgenerated>
    <wls:precompile>true</wls:precompile>
    <wls:print-nulls>false</wls:print-nulls>
    </wls:jsp-descriptor>
    </wls:weblogic-web-app>
    Is weblogic.xml wrong?

    Also, do you have SSI turned on in IIS? I believe it's a module that you will need to turn on.
    http://tech.mikeal.com/blog1.php/server-side-includes-for-html-in-iis7
    Have you opened up the page in a web browser? All I see is the code. It is not rendering in the browser.
    Jim

  • Error in COLMAP clause. Column name not found

    Hi guys,
    I must be missing something extremely simple here but I can't figure it out. I have a very simple test I am trying to perform. Remap a column from 1 table into another on replicat.
    I have created the defgens file.
    * Definitions created/modified 2013-02-12 13:08
    * Field descriptions for each column entry:
    * 1 Name
    * 2 Data Type
    * 3 External Length
    * 4 Fetch Offset
    * 5 Scale
    * 6 Level
    * 7 Null
    * 8 Bump if Odd
    * 9 Internal Length
    * 10 Binary Length
    * 11 Table Length
    * 12 Most Significant DT
    * 13 Least Significant DT
    * 14 High Precision
    * 15 Low Precision
    * 16 Elementary Item
    * 17 Occurs
    * 18 Key Column
    * 19 Sub Data Type
    Definition for table BILLING.B1
    Record length: 92
    Syskey: 0
    Columns: 2
    B_ID 64 50 0 0 0 1 0 50 50 50 0 0 0 0 1 0 1 2
    B_F_NAME 64 30 56 0 0 1 0 30 30 0 0 0 0 0 1 0 0 0
    End of definition
    Definition for table BILLING.B2
    Record length: 92
    Syskey: 0
    Columns: 2
    B_ID 64 50 0 0 0 1 0 50 50 50 0 0 0 0 1 0 1 2
    B_L_NAME 64 30 56 0 0 1 0 30 30 0 0 0 0 0 1 0 1 0
    End of definition
    I have setup the replicat to read the sourcedefs and remap the column
    -- Identify the Replicat group:
    REPLICAT rxtest
    -- State that source and target definitions are identical:
    --ASSUMETARGETDEFS
    SOURCEDEFS /u12/oracle/golden_gate_11_rep/dirsql/defgen_billing.sql
    --Discard Setup
    DISCARDFILE /u12/oracle/golden_gate_11_rep/dirout/rxtest.txt , PURGE
    SETENV (NLS_LANG="AMERICAN_AMERICA.WE8MSWIN1252")
    -- Specify database login information as needed for the database:
    USERID gg, PASSWORD
    -- Specify error handling rules:
    REPERROR (DEFAULT, ABEND)
    DDL EXCLUDE ALL
    MAP billing.b1, TARGET billing.r1,
    COLMAP (
    B_ID = id,
    b_f_name = f_name);
    Now when I try and start the rxtest replicat I get this error in the report.
    MAP resolved (entry BILLING.B1):
    MAP BILLING.B1, TARGET billing.r1, COLMAP ( B_ID = id, b_f_name = f_name);
    ...( B_ID = id, b_f_name = f_name...
    ^
    Error in COLMAP clause. Column name not found.
    Any ideas? Thanks

    desc billing.r1 - does that table have columns that you've included in the map clause?
    But, check the ordering of the columns in colmap - it goes target_column_name = source_column_name, looks like you have that reversed.
    I don't know why people insist on using SQL file extensions on def files, and placing them in the dirsql directory. What was wrong with using the (already created for you) dirdef directory? And naming the file with an extension like def or defs? It is not a SQL file.

  • Error Code 0x80070035 - The network path was not found, Windows Server 2008 SP2

    I have bee receiving following "error code 0x80070035 - The network path was not found" when trying to open file shares in both directions using Windows Server 2008 Standard SP2 at both ends. The issue is identical to the KB article KB958285, however the hotfix is only valid up to but not including SP2. One of the servers in question has moved several times between 2 subnets seperated by a VPN. I have tried changing settings in and around the local NIC/DNS Suffix and in the network connection sharing centre, but with no luck. Firewalls are turned off at both sites, and pings and AD queries are successful (one server is a DC). DNS is also working correctly at both sites. Any help/suggestions would be appreciated.
    Richard

    I thought I would add in another scenario, since this link came to the top of my list in the search engine.
    We are running 2008 R2 with SP1 (it happened without SP1 as well)
    We could not map using UNC (IP, FQDN, or netbios name).  We could ping access the other servers via other utils like event viewer and services.msc but just could not map.
    In our case it turned out to be a VMWARE issue but we still had to make a regedit change first
    You have to go to regedit HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\NetworkProvider\Order\
    And add LanmanWorkstation to Providerorder
    I found on a Citrix board that citrix has an issue with this as well
    If you're running VM  here is an additional step you should do as well
    When you upgrade VMware Tools installed with HGFS from ESX 3.x to ESX 4.x, the HGFS driver may not get uninstalled properly. In this case, the virtual machine's network Provider Order tab in Network Connections
    > Advanced > Advanced Settings displays incorrect information and the virtual machine may lose network connectivity.
    To avoid this issue, uninstall VMware Tools 3.x before installing VMware Tools 4.x.
    To workaround this issue, if you have already upgraded VMware Tools:
    Click Start >
    Run, type regedit, and click OK. The Registry Editor window opens.
    Navigate to
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\NetworkProvider\Order\.
    Delete the reference to
    hgfs.
    Reboot the virtual machine.
    We found that if you strip out the HGFS, you do not have to reboot for the provider order tab to come back
    I hope that this saves people a lot of time.   I spent days researching this.
    This was the solution for me on 2008 R2 DC w/ Exchange.  I do not have VMWare installed but do have Hyper-V.  Thank you so much!

  • [solved] error: gnome-doc-utils = 0.3.2 not found during configuring

    When configuring libdbusmenu after downloading the PKGBUILD from AUR, I get the following error:
    [tharriso@localhost libdbusmenu]$ makepkg
    ==> Making package: libdbusmenu 12.10.2-1 (Tue Feb 26 21:04:56 CST 2013)
    ==> Checking runtime dependencies...
    ==> Checking buildtime dependencies...
    ==> Retrieving Sources...
    -> Found libdbusmenu-12.10.2.tar.gz
    ==> Validating source files with md5sums...
    libdbusmenu-12.10.2.tar.gz ... Passed
    ==> Extracting Sources...
    -> Extracting libdbusmenu-12.10.2.tar.gz with bsdtar
    ==> Removing existing pkg/ directory...
    ==> Starting build()...
    checking for a BSD-compatible install... /usr/bin/install -c
    checking whether build environment is sane... yes
    checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
    checking for gawk... gawk
    checking whether make sets $(MAKE)... yes
    checking whether to enable maintainer-specific portions of Makefiles... no
    checking whether NLS is requested... yes
    checking for style of include used by make... GNU
    checking for gcc... gcc
    checking whether the C compiler works... yes
    checking for C compiler default output file name... a.out
    checking for suffix of executables...
    checking whether we are cross compiling... no
    checking for suffix of object files... o
    checking whether we are using the GNU C compiler... yes
    checking whether gcc accepts -g... yes
    checking for gcc option to accept ISO C89... none needed
    checking dependency style of gcc... gcc3
    checking for intltool >= 0.35.0... 0.50.2 found
    checking for intltool-update... /usr/bin/intltool-update
    checking for intltool-merge... /usr/bin/intltool-merge
    checking for intltool-extract... /usr/bin/intltool-extract
    checking for xgettext... /usr/bin/xgettext
    checking for msgmerge... /usr/bin/msgmerge
    checking for msgfmt... /usr/bin/msgfmt
    checking for gmsgfmt... /usr/bin/msgfmt
    checking for perl... /usr/bin/perl
    checking for perl >= 5.8.1... 5.16.2
    checking for XML::Parser... ok
    checking for library containing strerror... none required
    checking for gcc... (cached) gcc
    checking whether we are using the GNU C compiler... (cached) yes
    checking whether gcc accepts -g... (cached) yes
    checking for gcc option to accept ISO C89... (cached) none needed
    checking dependency style of gcc... (cached) gcc3
    checking whether gcc and cc understand -c and -o together... yes
    checking how to run the C preprocessor... gcc -E
    checking for grep that handles long lines and -e... /usr/bin/grep
    checking for egrep... /usr/bin/grep -E
    checking for ANSI C header files... yes
    checking build system type... x86_64-unknown-linux-gnu
    checking host system type... x86_64-unknown-linux-gnu
    checking how to print strings... printf
    checking for a sed that does not truncate output... /usr/bin/sed
    checking for fgrep... /usr/bin/grep -F
    checking for ld used by gcc... /usr/bin/ld
    checking if the linker (/usr/bin/ld) is GNU ld... yes
    checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
    checking the name lister (/usr/bin/nm -B) interface... BSD nm
    checking whether ln -s works... yes
    checking the maximum length of command line arguments... 1572864
    checking whether the shell understands some XSI constructs... yes
    checking whether the shell understands "+="... yes
    checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
    checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
    checking for /usr/bin/ld option to reload object files... -r
    checking for objdump... objdump
    checking how to recognize dependent libraries... pass_all
    checking for dlltool... no
    checking how to associate runtime and link libraries... printf %s\n
    checking for ar... ar
    checking for archiver @FILE support... @
    checking for strip... strip
    checking for ranlib... ranlib
    checking command to parse /usr/bin/nm -B output from gcc object... ok
    checking for sysroot... no
    checking for mt... no
    checking if : is a manifest tool... no
    checking for sys/types.h... yes
    checking for sys/stat.h... yes
    checking for stdlib.h... yes
    checking for string.h... yes
    checking for memory.h... yes
    checking for strings.h... yes
    checking for inttypes.h... yes
    checking for stdint.h... yes
    checking for unistd.h... yes
    checking for dlfcn.h... yes
    checking for objdir... .libs
    checking if gcc supports -fno-rtti -fno-exceptions... no
    checking for gcc option to produce PIC... -fPIC -DPIC
    checking if gcc PIC flag -fPIC -DPIC works... yes
    checking if gcc static flag -static works... yes
    checking if gcc supports -c -o file.o... yes
    checking if gcc supports -c -o file.o... (cached) yes
    checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
    checking whether -lc should be explicitly linked in... no
    checking dynamic linker characteristics... GNU/Linux ld.so
    checking how to hardcode library paths into programs... immediate
    checking whether stripping libraries is possible... yes
    checking if libtool supports shared libraries... yes
    checking whether to build shared libraries... yes
    checking whether to build static libraries... no
    checking whether make supports nested variables... yes
    checking for glib-mkenums... /usr/bin/glib-mkenums
    checking for pkg-config... /home/tharriso/ApeInstalled/External/pkg-config/0.22/bin/pkg-config
    checking pkg-config is at least version 0.9.0... yes
    checking for gtkdoc-check... /usr/bin/gtkdoc-check
    checking for gtkdoc-rebase... /usr/bin/gtkdoc-rebase
    checking for gtkdoc-mkpdf... /usr/bin/gtkdoc-mkpdf
    checking whether to build gtk-doc documentation... no
    checking gnome-doc-utils >= 0.3.2... no
    configure: error: gnome-doc-utils >= 0.3.2 not found
    ==> ERROR: A failure occurred in build().
    Aborting...
    Some things I've tried -
    [tharriso@localhost libdbusmenu]$ pkg-config --modversion gnome-doc-utils
    Package gnome-doc-utils was not found in the pkg-config search path.
    Perhaps you should add the directory containing `gnome-doc-utils.pc'
    to the PKG_CONFIG_PATH environment variable
    No package 'gnome-doc-utils' found
    [tharriso@localhost libdbusmenu]$ pacman -Q gnome-doc-utils
    gnome-doc-utils 0.20.10-1
    Found a few results on Google where people mention the same error with a different package, but haven't found any solutions.
    Last edited by harro112 (2013-02-26 12:37:33)

    checking for pkg-config... /home/tharriso/ApeInstalled/External/pkg-config/0.22/bin/pkg-config
    current pkg-config version in arch is 0.28-1 , and should be found as /usr/bin/pkg-config .

Maybe you are looking for

  • How to calculate Amount of goods received bill not received

    Hi Gurus, In my vendor aging report client require one filed which is amount of goods received bill not received (Goods received amount- Invoice amount) can u please tell me what should i do? Thanks in Advance Kavita

  • Sales Order- Shedule lines

    Dear Experts, 1. user is created one sales order having different sheduleline dates. for current date they deliveried stocks to customer. Now the user wants to know what are all the orders are due for next shedule lines Please let us know how we can

  • Dreamweaver Help | Set text properties in the Property inspector

    This question was posted in response to the following article: http://helpx.adobe.com/dreamweaver/using/set-text-properties-property-inspector.html

  • Migration Issue from flex 3.5 to 4.5

    Hi All, While Migrating from 3.5 to 4.5 I am getting following UNKWON Error. Declaration of style 'direction' conflicts with previous declaration in C:\Program Files\Adobe\Adobe Flash Builder 4.5\sdks\4.5.0\frameworks\libs\mx\mx.swc(mx.controls:TextI

  • Update a nested table

    Hi guys, I have following nested table and I need to perform an update to the BRIDGE_GEOM nested table. Can somebody help me? CREATE TABLE BRIDGE BRIDGE_GEOM MDSYS.SDO_GEOMETRY, MSLINK NUMBER(10) NOT NULL, CREATE INDEX BRIDGE_RTREE_X ON BRIDGE (BRIDG