What are relevant UI element of WD Java missing in WD ABAP?

HI
experts,
I have came to know that there are 14 UI elements of WD JAVA are not present in WD ABAP those are:
     1.BarCodeReader
     2.FunctionKey
     3.PatternSequence
     4.PatternTabStrip     
     5.PatternTray
     6.RFIDReader
     7.ToolBarButton
     8.ToolBarButtonChoice
     9.ToolBarDropDownByIndex
     10.ToolBarDropDownByKey
     11.ToolBarInputField
     12.ToolBarLinkToAction
     13.ToolBarLinkToURL
     14.ToolBarToggleButton
How to achieve these UI Elements functionality in  WD ABaP can u please suggest me on this.
Thanks in advance,
Shabeer Ahmed

Hi
Mostly in ABAP webDynpro we are using mosty,Table,TextEdit.Inputfield,Buttons.Label.Checkbox.DropdownBox.Radio button.LinkToURL.
For more details on UI element please refer the below link
http://help.sap.com/saphelp_nw70/helpdata/EN/11/ba74412cba127de10000000a155106/frameset.htm
http://help.sap.com/SAPHELP_NW04S/helpdata/EN/cd/422b035f01914e80251a660e39ab14/frameset.htm
Thanks
Sumsita

Similar Messages

  • What are the security implications of having JAVA running on my Mac Book Pro?

    What are the security implications of having JAVA running on my Mac Book Pro?

    Java on the Web (not to be confused with JavaScript, to which it's not related, despite the similarity of the names) is a weak point in the security of any system. Java is, among other things, a platform for running complex applications in a web page, on the client. That was always a bad idea, and Java's developers have proven themselves incapable of implementing it without also creating a portal for malware to enter. Past Java exploits are the closest thing there has ever been to a Windows-style virus affecting OS X. Merely loading a page with malicious Java content could be harmful.
    Fortunately, client-side Java on the Web is obsolete and mostly extinct. Only a few outmoded sites still use it. Try to hasten the process of extinction by avoiding those sites, if you have a choice. Forget about playing games or other non-essential uses of Java.
    Java is not included in OS X 10.7 and later. Discrete Java installers are distributed by Apple and by Oracle (the developer of Java.) Don't use either one unless you need it. Most people don't. If Java is installed, disable it — not JavaScript — in your browsers.
    Regardless of version, experience has shown that Java on the Web can't be trusted. If you must use a Java applet for a task on a specific site, enable Java only for that site in Safari. Never enable Java for a public website that carries third-party advertising. Use it only on well-known, login-protected, secure websites without ads. In Safari 6 or later, you'll see a lock icon in the address bar with the abbreviation "https" when visiting a secure site.

  • What are the basic element of Base configuration of an oracle Database ?

    What are the basic element of Base configuration of an oracle Database ?

    889543 wrote:
    What are the basic element of Base configuration of an oracle Database ?check this link
    http://www.dbnest.com/entry/194/
    and if you want to configure oracle installation click below link .
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14196/install002.htm
    --neeraj                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • What are the data elements of 0material and 0customer

    Hi,
    What are the data elements of 0material and 0customer??
    Thanks

    Hi.......
    Dataelement for 0MATERIAL is MATNR
    Dataelement for 0CUSTOMER is KUND1
    Check these links :
    http://help.sap.com/saphelp_nw04/helpdata/en/df/3ff438520e6a71e10000000a11405a/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/0a/802e1c120511d4973900a0c930e0da/frameset.htm
    Hope this helps you......
    Regards,
    Debjani......

  • What are the necessary elements in ejb-jar.xml with CMP entity bean

    What are the necessary elements in ejb-jar.xml with CMP entity bean
    Actually i am using webligic 8.1 and while deployment getting the error that
    some elements r missing
    Thanks
    Anand Pritam

    According to the ejb-jar.xml dtd ejb-name, ejb-class, persistence-type, prim-key-class, reentrant are the required elements for an entity bean.
    <!ELEMENT entity (description?, display-name?, small-icon?,
              large-icon?, ejb-name, home?, remote?, local-home?,
              local?, ejb-class, persistence-type, prim-key-class,
              reentrant, cmp-version?, abstract-schema-name?,
              cmp-field*, primkey-field?, env-entry*, ejb-ref*,
              ejb-local-ref*, security-role-ref*, security-identity?,
              resource-ref*, resource-env-ref*, query*)>

  • 4.6C to ERP6.0 Upgrade - what are the recommendations for Unicode and Java

    Hi All,
    Forgive such a basic question.
    We are just beginning to look at our ERP6.0 upgrade and am unclear whether we should convert to unicode at the same time, and also what are the uses for the Java stack.
    Unicode?
    We are a single language Latin-1 site so don't need Unicode. However will it become mandatory eventually? Are we better, if we have the opportunity now, just to convert. Also I believe the Java stack is only Unicode. Does ASCII ABAP and Java Unicode complicate things?
    Java?
    Will we need it? We are proposing a technical upgrade from our 4.6c Javaless environment. Where does Java come in to play in ERP6.0? Doesn't it increase greatly the iSeries HW requirements? (I'm looking at a 2 way 550 at the moment)
    Look forward to hearing your views.
    Regards
    Steve

    Hi Stephen,
    at the moment, in a latin-1 environment Unicode is for old customers not a requrirement. This might change in 5-10 years ...
    Java: No problem at all with ASCII (in latin-1 environments)
    => there is no need for you, but you could go for it. We did several Unicode conversions already and these Latin-1 conversions are pretty easy and simple especially on iSeries, because of the special InPlace Unicode Conversion.
    ... but this can be done at any time ...
    Regards
    Volker Gueldenpfennig, consolut.gmbh
    http://www.consolut.de - http://www.4soi.de - http://www.easymarketplace.de

  • What are the org Elements inSAP CRM

    can any one say wt are the org elements in  SAP CRM
    regards,
    madhav

    take a look at transaction pposa_crm.
    Michael.

  • What are the reporting tools available for Java applications??

    hi..
    please tell me some reporting tools available for java applications.... if there are some, please mention how to find their documentation????

    http://jasperreports.sourceforge.net is a nice one, there is also a link to a graphical design tool.

  • What are the runtime advantages of using Java generics?

    I have downloaded Build 31 (courtesy of JavaLobby) and compiled the following program.
    Both methods (main and main2) are compiled to the exact same bytecodes (use javap -c to dump the bytecodes). I believe that the generics version (main) is clearer and cleaner (I regularly use templates in my C++ programs), but for the JVM they are exactly the same thing.
    Why did not the JVM was slightly modified to support without using erasure (the checkcast opcode that is used in compiling (String) it.next() could be eliminated in for (String v : s) )?
    // Compile with: javac -source 1.5 Test15.java
    import java.util.*;
    public class Test15 {
         public static void main2(String[] args) {
              Set s = new TreeSet();
              s.add("one");
              s.add("two");
              s.add("three");
              for (Iterator it = s.iterator(); it.hasNext(); ) {
                   String v = (String)it.next();
                   System.out.println (v);
         public static void main(String[] args) {
              Set<String> s = new TreeSet<String>();
              s.add("one");
              s.add("two");
              s.add("three");
              for (String v : s) {
                   System.out.println (v);

    It is not meant to be faster than the normal approach, it is meant to be easier to implement and more secure.
    Why did not the JVM was slightly modified to support without using erasure
    (the checkcast opcode that is used in compiling (String) it.next() could be
    eliminated in for (String v : s) )?I agree, and more do, that the erasure is somewhat the wrong approach, however, the JSR proposal wants it that way.

  • What are tools availble for debugging a Java Program?

    Hi Friends,
    I find difficulty to find errors in Java Client in JMS.Please tell me debug tool.Please reply as earlier as possible.
    Thanks
    Bye

    Ok, it 's easy ,
    you must go to the properties of your java project that you are working on. There is a section in the property that you can import or include external jar files. By adding these jar files, you can work with them easily.
    javax.jms.jar
    jms.jar
    Have fun,
    APT

  • What are the applications run on the Java Stack ?

    Hi all,
    Our SAP System is being upgraded to 6.o . Basis team is telling that they will not install a java stack as it need more time & extra resources. Just we want to know the list of applications OR Functionality  which need  java stack . And also in future  if we want to go for new technologies  which avaliable on SAP ,  Would this affect( missing java stack ) ?  Advanced thanks for all your suggestions.
    Thanks
    Suds

    Hi,
    For what purpose you want Java stack ?
    Thanks
    Sunny

  • What are the printing api available in java

    I am very new to java..
    I want to print a file from my java program .. how to do it..
    please help.

    http://onesearch.sun.com/search/developers/index.jsp?col=devforums&qp_name=New+To+Java+Technology&qp=forum%3A54&qt=printing+api
    Mike

  • What are the environment variables called in Java?  How is one read?

    I've looked everyone online and I can't find a straight answer. Can someone help me out?

    You mean the system properties?
    Here's an example:System.out.println(System.getProperty("java.version"));All of the can be found here:
    http://java.sun.com/docs/books/tutorial/essential/system/properties.html

  • What are the acceptable Sap methods/steps to change standard SAP/Abap code?

    To you Sap experts:
    Can you point me to Sap document  that lists the acceptable methods to follow when modifing SAP standard  (abap code).  We are on release 4..7.  
    I assume there is a best practice guide if you have to modify standard Sap code of what to do and don't do.  Ex:. Field exit, CMOD, SMOD... Thanks for assistance.

    Hi,
        You can implement your own logic using User Exits (which includes function module exits, screen exits, field exits and menu exits), Badi's, Enhancement points and Business Transaction, Events.
    Thanks,
    Srinivasa Rada

  • WHAT ARE CONVERSIONS?

    WHAT ARE CONVERSIONS?

    Hi
    <b>Conversion Rules for References</b>
    ABAP currently uses class and interface variables within ABAP Objects. Both are pointers to objects. You can assign values to them in the following combinations:
    If the two class references are incompatible, the class of the target field must be the predefined empty class OBJECT.
    When you assign a class reference to an interface reference, the class of the source field must implement the interface of the target field.
    If two interface references are incompatible, the interface of the target field must contain the interface of the source field as a component.
    When you assign an interface reference to a class reference, the class of the source field must be the predefined empty class OBJECT
    simply refer to this link
    http://help.sap.com/saphelp_nw04/helpdata/en/fc/eb3427358411d1829f0000e829fbfe/content.htm
    <b>Reward if usefull</b>

Maybe you are looking for

  • Safari repeatedly crashes after a few seconds

    Hi I have a new install of Safari (6.0.5) in a fresh install of OSX (10.8.5) on a new MBP 2.9 GHz i7 8GB e.g it's completely virgin and new It (Safari) repeatedly crashes after just a couple of seconds though. Would a clean install of Safari solve th

  • How to add a Hyperlink to open popup in dynamic data grid?

    Hi, I am a new bie in FLEX, the question which I am asking might be very easy but i am not able to find solution to it. Please can some one help me. I am creating a data grid dynamically using action script code now I want to add a Hyper link to coup

  • Viewing SPC chart - how?

    Hi I am quite new with MII. I am experimenting the SPC example from the QualityPortal and I do have connection to the SQL server and the QualityPortal project also successfully imported. I could also see the template loaded in Workbench. However how

  • Many paid Apps lost in iTunes with iOS 8 update

    When I updated my Mac Book Pro today many of my paid Apps disappeared from iTunes as well as from my devices when I updated them with iOS 8 by connecting them to my Mac.  If I go into the iTunes Store I can re down load them for free it's just a matt

  • IMac randomly shuts down.. Can anyone help?

    My 5 year old iMac has decideded to randomly die on me.. I was using it the other day when it all of a sudden lost power and shut down, every time I tried to re-boot it I could hear the fan/it trying to come on but nothing happened. I have left it fo