[Bug] [pagetemplate-metadata]  Was: [Bug] [JSP Editor]

Edit:
Ok the problem happens after you manually move pages and do a project refresh, the /META-INF/pagetemplate-metadata.xml file's content isn't updated and thus bad references show up everywhere in your project.
~ Simon
Original:
Hello JDeveloper team,
Using JDeveloper TP2, the JSF editor show an error when you try to use something like
<af:pageTemplate viewId="/WEB-INF/templates/detailBlock.jspx">It works fine at runtime though.
Regards,
~ Simon

Simon,
if there is a internal cache then bouncing JDeveloper or just the project would solve the problem.
So just for me to understand the steps to reproduce:
- create a template in public-html
- move the template to WEB-INF
- refresh project
Is this all I need to do ?
Frank

Similar Messages

  • Bug: JSP-Editor and Generics

    Hi,
    the JSP-Editor has problems with the usage of Generics in JSP-Pages.
    <%
    // without Generics it works fine
    List list1 = (List)request.getAttribute("myList");
    // with Generics the editor reports an error
    List<String> stringList = (List<String>)request.getAttribute("myList");
    %>
    Would be nice to have this fixed in the next release?
    Günther

    Simon,
    if there is a internal cache then bouncing JDeveloper or just the project would solve the problem.
    So just for me to understand the steps to reproduce:
    - create a template in public-html
    - move the template to WEB-INF
    - refresh project
    Is this all I need to do ?
    Frank

  • BUG JSP editor jsp:attribute action

    Hello, there's a bug in JDeveloper.
    1. Create tag file
    <%@ tag pageEncoding="UTF-8"%>
    <%@ attribute name="x" fragment="true" required="true" %>
    2. Create JSP file
    <%@ page contentType="text/html;charset=UTF-8"%>
    <%@ taglib tagdir="/WEB-INF/tags/" prefix="tags"%>
    <tags:tagFile1>
    <jsp:attribute name="x">
    Hello
    </jsp:attribute>
    </tags:tagFile1>
    JDeveloper underlines the tag in red and says "Required attribute x is missing..." OC4J runtime behaviour is normal (if we ignore other issues with tag files). I am using JDeveloper 10.1.3.1.

    Hi,
    Put this code in the editor and see it will show you the preview
    =========================================
    <%@ taglib uri="tagLib" prefix="hbj" %>
    <html>
    <body>
    Hello
    </body>
    </html>
    ============================================
    This will not show you a preview
    ===========================================
    <%@ taglib uri="tagLib" prefix="hbj" %>
    <jsp:useBean id="myBean" scope="application" class="com.cts.bean.User" />
    <hbj:content
         id="myContext">
    <hbj:page title="Kirupanand">
       <hbj:form id="myFormId" >
      <hbj:inputField type="String"  id="Getuser"
        size="30"  value="" maxlength="8"
        disabled="false">
       </hbj:inputField>
    <hbj:inputField  type="String"
    id="Displayuser"  size="30"
    value="<%=myBean.getUser()%>"
    maxlength="8"      disabled="false">
    </hbj:inputField>
    <hbj:button  id="Store"  text="Save"  width="125px"
    tooltip="Save User Name"  onClick="clientSave"
    disabled="false" design="STANDARD" />     
      </hbj:form>
    </hbj:page>
      </hbj:content>
    <html>
    <body>
    Hello
    </body>
    </html>
    ===================================================
    what does this mean? If you use HTMLB tags then you cannot see a preview. Not because of " <%@ taglib uri="tagLib" prefix="hbj" %> " this statement is used to tell to the program which executes the jsp that use this TagLib to understand what the component starting with hbj should do.

  • LR 5.7 update states all 'Metadata was changed externally'

    After upgrading to LR 5.7 all raw images have the icon "Metadata was changed externally". 
    Trouble shooting steps performed:
    - copy existing xmp file
    - have LR save Metadata, overwriting the XMP files
    - compare copy to the overwritten file
    They only items that were changed are items that are specific to LR 5.7
    Very confusing as to what is a LR 5.7 upgrade issue or an actual metadata change externally.
    Examples
    Original file:
    xmp:MetadataDate="2014-03-14T12:18:58-06:00"    
    xmpMM:InstanceID="xmp.iid:2641e498-cab1-6e43-a960-822fe8e76b32"    
    stEvt:instanceID="xmp.iid:2641e498-cab1-6e43-a960-822fe8e76b32"
    stEvt:when="2014-03-14T12:18:58-06:00"
    stEvt:softwareAgent="Adobe Photoshop Lightroom 5.3 (Windows)"
    After LR update and overwrite of XMP file:
    xmp:MetadataDate="2014-12-12T11:44-07:00"
    xmpMM:InstanceID="xmp.iid:fb75b9eb-52eb-324a-a6d7-409c67d4f4bc"
    stEvt:instanceID="xmp.iid:fb75b9eb-52eb-324a-a6d7-409c67d4f4bc"
    stEvt:when="2014-12-12T11:44-07:00"
    stEvt:softwareAgent="Adobe Photoshop Lightroom 5.7 (Windows)"

    Hi Kevin,
    This is a user-to-user forum. Consider filing a bug report to Adobe here (search for existing bug report first):
    Recently active topics in Photoshop Family about Photoshop Lightroom
    To be clear: my proposed work-around solution assumed that saving metadata did NOT fix the problem, but that reading metadata after saving might. - such is a problem I am familiar with.
    PS - Unless this is a new problem with which I am unfamiliar, you probably won't have to go through the work-around "solution" after every new dot version.
    PPS - Saving metadata, and re-reading it, all photographs in catalog, should not take more than a few minutes - if it does, then something is wrong.
    Rob

  • Nitro jsp editor cannot parse certain Style sections

    This may be asking a bit much but.. We have a piece of jsp that looks like
    below. Nitro's jsp editor really doent like the scriptlet in the middle of
    the <Style> (it doesnt like <% if(sniffer.is_ie4up) { %>)
    We see the following warning:
    Warning org.w3c.css.sac.CSSException: Encountered "<" at line 14, column
    1.
    Was expecting one of:
    <STYLE TYPE="text/css">
    #cmButtons { position:absolute; top:<%=nMapTop + nNavBarHeight%>;
    left:<%=nMapLeft + dimMap.width + 2%>; z-index:2; visibility:visible}
    #mapLabel { position:absolute; top:<%=nMapTop - 23%>; left:<%=nMapLeft%>;
    z-index:2; visibility:visible}
    #mapImage { position:absolute; top:<%=nMapTop%>; left:<%=nMapLeft%>;
    z-index:3; visibility:visible}
    #mapNavBar { position:absolute; top:<%=nMapTop - 2%>; left:<%=nMapLeft +
    dimMap.width - 4%>; z-index:2; visibility:visible}
    #mapText { position:absolute; top:<%=nMapTop%>; left:5; z-index:1;
    visibility:visible}
    #debugText { position:absolute; top:<%=nMapTop + dimMap.height + 25%>;
    left:<%=nMapLeft%>; z-index:2; visibility:visible}
    #ruler { position:absolute; top:0; left:0; z-index:9; visibility:hidden;
    background-color: #FCF9CD; }
    #target { position:absolute; top:0; left:0; z-index:9; visibility:hidden;
    background-color: #FCF9CD; }
    #terraServer { position:absolute; top:0; left:0; z-index:9;
    visibility:hidden; background-color: #FCF9CD; }
    #mapquest { position:absolute; top:0; left:0; z-index:9; visibility:hidden;
    background-color: #FCF9CD; }
    #tagging { position:absolute; top:0; left:0; z-index:9; visibility:hidden;
    background-color: #FCF9CD; }
    #userPoint { position:absolute; top:0; left:0; z-index:9; visibility:hidden;
    background-color: #FCF9CD; }
    <% if(sniffer.is_ie4up) { %>
    ..hdp { position:absolute; top:0; left:0; z-index:10; visibility:hidden;
    background-color: white;
    border-style: solid;
    border-width: 1px;
    border-color: black; <%=strWidthHDP%> }
    ..hdp TABLE { background-color: white; }
    <% } else if(sniffer.is_gecko || sniffer.is_nav4up) { %>
    ..hdp { position:absolute; top:0; left:0; z-index:10; visibility:hidden;
    <%=strWidthHDP%> }
    ..hdp TABLE { background-color: lightgrey; }
    <% } %>
    ..hdp TD { font-family: arial, helvetica, sans-serif;
    font-size: 10pt; }
    ..fnt TD { font-family: arial, helvetica, sans-serif;
    font-size: 10pt; }
    ..menu1 { position:absolute; top:0; left:0; z-index:99; visibility:hidden; }
    ..menu1 TD { font-family: Verdana, Arial, Helvetica, sans-serif; font-size:
    10px; }
    </STYLE>

    This may be asking a bit much but.. We have a piece of jsp that looks like
    below. Nitro's jsp editor really doent like the scriptlet in the middle of
    the <Style> (it doesnt like <% if(sniffer.is_ie4up) { %>)
    We see the following warning:
    Warning org.w3c.css.sac.CSSException: Encountered "<" at line 14, column
    1.
    Was expecting one of:
    <STYLE TYPE="text/css">
    #cmButtons { position:absolute; top:<%=nMapTop + nNavBarHeight%>;
    left:<%=nMapLeft + dimMap.width + 2%>; z-index:2; visibility:visible}
    #mapLabel { position:absolute; top:<%=nMapTop - 23%>; left:<%=nMapLeft%>;
    z-index:2; visibility:visible}
    #mapImage { position:absolute; top:<%=nMapTop%>; left:<%=nMapLeft%>;
    z-index:3; visibility:visible}
    #mapNavBar { position:absolute; top:<%=nMapTop - 2%>; left:<%=nMapLeft +
    dimMap.width - 4%>; z-index:2; visibility:visible}
    #mapText { position:absolute; top:<%=nMapTop%>; left:5; z-index:1;
    visibility:visible}
    #debugText { position:absolute; top:<%=nMapTop + dimMap.height + 25%>;
    left:<%=nMapLeft%>; z-index:2; visibility:visible}
    #ruler { position:absolute; top:0; left:0; z-index:9; visibility:hidden;
    background-color: #FCF9CD; }
    #target { position:absolute; top:0; left:0; z-index:9; visibility:hidden;
    background-color: #FCF9CD; }
    #terraServer { position:absolute; top:0; left:0; z-index:9;
    visibility:hidden; background-color: #FCF9CD; }
    #mapquest { position:absolute; top:0; left:0; z-index:9; visibility:hidden;
    background-color: #FCF9CD; }
    #tagging { position:absolute; top:0; left:0; z-index:9; visibility:hidden;
    background-color: #FCF9CD; }
    #userPoint { position:absolute; top:0; left:0; z-index:9; visibility:hidden;
    background-color: #FCF9CD; }
    <% if(sniffer.is_ie4up) { %>
    ..hdp { position:absolute; top:0; left:0; z-index:10; visibility:hidden;
    background-color: white;
    border-style: solid;
    border-width: 1px;
    border-color: black; <%=strWidthHDP%> }
    ..hdp TABLE { background-color: white; }
    <% } else if(sniffer.is_gecko || sniffer.is_nav4up) { %>
    ..hdp { position:absolute; top:0; left:0; z-index:10; visibility:hidden;
    <%=strWidthHDP%> }
    ..hdp TABLE { background-color: lightgrey; }
    <% } %>
    ..hdp TD { font-family: arial, helvetica, sans-serif;
    font-size: 10pt; }
    ..fnt TD { font-family: arial, helvetica, sans-serif;
    font-size: 10pt; }
    ..menu1 { position:absolute; top:0; left:0; z-index:99; visibility:hidden; }
    ..menu1 TD { font-family: Verdana, Arial, Helvetica, sans-serif; font-size:
    10px; }
    </STYLE>

  • JSP editor plugin for Eclipse

    Hello,
    I use now a trial version of www.myeclipseide.com for the JSP editor. It is much better then a classic text editor but I was wondering if there is a preferred JSP editor plugin for the PDK.
    Do you have any good experiences or tips with other plugins?
    Thanks in advance
    Koen Van Loocke

    Lomboz, which is an open source J2EE plugin for eclipse has a rather good JSP view. You can get it from http://forge.objectweb.org/project/showfiles.php?group_id=97

  • JSP-Editor not working properly

    Hi everybody,
    I am working with ISA5.0 and NWDI. I have checked out the Web-Module Project crm/isa/web/b2b.
    Now I would like to modify JSP-Files. Unfortonately the JSP-Editor is not working properly.
    The JSP-Editor cannot resolve references to Tag-Libraries like
    <%@ taglib uri="/isa" prefix="isa" %>
    Furthermore I get Errors with JSP-Includes
    <%@ include file="checksession.inc" %>
    The JSP-Editor does not show any other compile errors until the above mentioned errors are resolved.
    So the JSP-Editor does not help with compile errors.
    I have tried to use Lomboz instead, but due to the modularization in ISA5.0 and NWDI (ie the Taglibraries are defined in a separate module) I did not get it to work either.
    Does anybody have experience on how to get the JSP editor to work properly?
    Thanks for your help,
    Andreas

    Highlite the clip in the timeline, control click on it and choose "send to soundtrack as an audio file project" in the pop up menu. Don't do an "open with editor". This should work.
    If it doesn't and it's just the one clip, you could launch Soundtrack and then open that clip as an audio project . . . don't do a open with editor, just open it directly. Make your adjustment and save over writing the file with the new audio. You may want to copy the clip first as a backup. When you open your FCP project, you'll have to re-link the clip. Once you do it will show up with the new sound.

  • Error during activation of NitroX Free JSP Editor

    Thank you for downloading NitroX.
    If you experienced an error during the activation of the NitroX Free JSP Editor due to an earlier trial version already installed, please click the following link to activate the product and this will resolve the issue:
    https://devclub.m7.com/getFreeJsp.do
    If you have any other questions please do not hesitate to contact us.
    M7 Support

    I activated NitroX fine last night at home, but I tried it at work which uses a proxy server, and it's failing activation.I then tried manually pasting the code from the web site as mentioned in this post, but when I hit OK it just says that NitroX will not be available.
    I am having the same problem.

  • Save As in JSP editor

    The File -> Save As in the JSP Editor is disabled. Any clue why?

    Here are a few resources that might help:
    http://developer.java.sun.com/developer/technicalArticles/Intl/MultilingualJSP/
    http://www.sun.com/developers/gadc/technicalpublications/articles/iws6.html
    http://www.sun.com/developers/gadc/technicalpublications/articles/apache.html
    Hope this helps,
    John O'Conner

  • JSP editor ignores position attributes in style tag

    I have recently installed M7 NitroX for JSP and Struts evaluation build 366.
    When using the JSP editor to view the design of a jsp page that uses layers
    e.g. <div style="position:absolute; left: 100px; top: 100px;">sometext</div>
    The design view completely ignores the position attributes.
    Is this a know issue? If so, is there a workaround for displaying dhtml layers correctly?
    Thanks.

    Thanks for the post. This is a known issue that we will address in future versions of NitroX.

  • [JSF] JDeveloper comments in visual jsp editor

    hi,
    I have written a renderkit for JSF which use a FilteringResponseWriter in order to filter more characters than those who are filtered by escape attribute. And also to add filtering to components who don't have escape attribute.
    It works when i have my web application in my browser. But it doesn't work in the JDeveloper visual JSP editor.
    I have written a lot of comments like :
    <!-- oracle.DTE.BEFORE ..... -->
    <!-- oracle.DTR.BEGIN...-->
    and some <span ...> tags
    Where does the problem comes from ?
    Is it possible ton disable those elements in JDev configuration ?

    Not really - as I said, we are aiming for Summer/Middle of the year timeframe for the 905 release.
    Thanks
    Grant

  • Java or JSP editor ?

    please suggest me a good Java and JSP editor, which can be used to create plain java classes (java beans or servlet) and JSP pages.
    is NetBeans or Eclipse will fulfill my requirement ?or what else ?

    please suggest me a good Java and JSP editor, which
    can be used to create plain java classes (java beans
    or servlet) and JSP pages.
    Try a new one every week for the next several years and decide for yourself which you like best.
    There's enough of them to keep you occupied as our resident editor tester for the rest of your life even if no new ones were released every day or so.
    is NetBeans or Eclipse will fulfill my requirement
    ?or what else ?doubt have abt ur rekwaierements fur editer. plz respond asap.

  • Unable to open JSP files using Workshop JSP Editor 3.0

    Every time I try to open a JSP file in Workshop JSP Editor 3.0, I get the following error:
    Unable to create this part due to an internal error. Reason for the failure: Cannot open the specified document:
    null
    org.eclipse.ui.PartInitException: Cannot open the specified document:
    null
         at com.m7.wide.eclipse.jstudio.DynamicMultiPageEditor.A(Unknown Source)
         at com.m7.wide.eclipse.jstudio.DynamicMultiPageEditor.init(Unknown Source)
         at org.eclipse.ui.internal.EditorManager.createSite(EditorManager.java:778)
         at org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:596)
         at org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:384)
         at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:552)
         at org.eclipse.ui.internal.EditorReference.getEditor(EditorReference.java:223)
         at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(WorkbenchPage.java:2362)
         at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2295)
         at org.eclipse.ui.internal.WorkbenchPage.access$9(WorkbenchPage.java:2287)
         at org.eclipse.ui.internal.WorkbenchPage$9.run(WorkbenchPage.java:2273)
         at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
         at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2268)
         at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2249)
         at org.eclipse.ui.ide.IDE.openEditor(IDE.java:371)
         at org.eclipse.ui.ide.IDE.openEditor(IDE.java:334)
         at org.eclipse.ui.actions.OpenFileAction.openFile(OpenFileAction.java:98)
         at org.eclipse.ui.actions.OpenSystemEditorAction.run(OpenSystemEditorAction.java:98)
         at org.eclipse.wst.common.navigator.internal.actions.ResourceOpenListener.open(ResourceOpenListener.java:58)
         at org.eclipse.wst.common.navigator.internal.views.extensions.CommonOpenService.open(CommonOpenService.java:63)
         at org.eclipse.jface.viewers.StructuredViewer$2.run(StructuredViewer.java:741)
         at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1044)
         at org.eclipse.core.runtime.Platform.run(Platform.java:783)
         at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:44)
         at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:148)
         at org.eclipse.jface.viewers.StructuredViewer.fireOpen(StructuredViewer.java:739)
         at org.eclipse.jface.viewers.StructuredViewer.handleOpen(StructuredViewer.java:968)
         at org.eclipse.jface.viewers.StructuredViewer$6.handleOpen(StructuredViewer.java:1067)
         at org.eclipse.jface.util.OpenStrategy.fireOpenEvent(OpenStrategy.java:243)
         at org.eclipse.jface.util.OpenStrategy.access$2(OpenStrategy.java:238)
         at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:277)
         at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
         at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843)
         at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3080)
         at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2713)
         at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1699)
         at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1663)
         at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:367)
         at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143)
         at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:103)
         at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:226)
         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376)
         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:163)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334)
         at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
         at org.eclipse.core.launcher.Main.run(Main.java:973)
         at org.eclipse.core.launcher.Main.eclipse_main(Main.java:948)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at com.m7.installer.util.NitroxMain$1.run(NitroxMain.java:29)
         at java.awt.event.InvocationEvent.dispatch(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.run(Unknown Source)
    The jsp file is present in its directory, and the directory is not linked. Reinstalling BEA Workshop doesn't help. Any suggestions?

    Please post this question to the bea.workshop.developer.general newsgroup at http://newsgroups.bea.com/bea/forum.jspa?forumID=600000007
    Thanks
    Raj

  • Do JSP Variables in the JSP Editor support Generics?

    Do JSP Variables in the JSP Editor support Generics?
    For example List<Client> clients and then introspect all Variables in the Generic Type <Client>?

    Not yet. But you can always "manually" select the list element type in the smart editors. For example the c:forEach, logic:iterate, h:dataGrid smart editors allow you to specify the iteration variable type. Same thing when you insert a list variable in the page.
    M7 Support

  • JSP editor design palette in 10.3.2 not working

    Hi,
    Is there any way to enable the jsp editor Design Palette in Workspace Studio for WLP 10.3.2? I've added the Beehive NetUI, Beehive Controls, and Struts 1.2 facets to my portal web project, but the design palette for jsp editing is empty.
    Thanks.

    Thanks for that hint - the tags are in the palette now, but what does not work is autocompletion for expressions and all the nice netui wizards do not come up. Has this been removed in 10.3.2?
    With best regards,
    Florian
    Edited by: [email protected] on Mar 16, 2010 2:53 AM

Maybe you are looking for

  • Possibly mundane Mini-DVI to VGA into an external monitor problem

    Hi, I've had a look over the interwebs regarding my problem and it seems as if it's not unusual to have external monitor problems but I'm not sure if mine is slightly different: I had a perfectly working set up with my new Macbook (the white one, '06

  • Vendor down payment clearing without VAT posting.

    Hello SAP Gurus, I have following issue: Currently our Vendor down payments produce VAT postings when clearing with final invoice, which is correct. But we have some old vendor down payments which does not include VAT and needs to be cleared without

  • Trackpad malfunctioning- cursor intermittently becomes "difficult" to move

    Recently my Macbook pro's track pad has not been working correctly. I'm not sure if you've ever experienced an issue when your hands are greasy/sticky/have water on them and your mouse doesn't move smoothly, and sometimes doesnt even move at all? It'

  • SQL developer starts and then disappears without any warning

    Hi, guys: I need to use SQL developer where there are existing connections. however, SQL developer 3.1 asked the java.exe location, and I chose java 6, now I can launch SQL developer but not able to continue running it. SQL developer starts and then

  • Field indentifying

    I have below data elements and there technical we have to identify source fields and tables and datsources in R/3. How to i can do? SOURCE TABLE     R3 FIELD NAME     DATA ELEMENT              TECHNICAL NAME                                         Bi