Fresher.. Need Docs/Links related to Webdynpro Java

Dear Experts,
I am a fresher and a self learner. I need documents or links related to Webdynpro Java. Kindly fwd to [email protected]
Thanks in advance.
Regards,
Priya

Hi Priya,
Please find the Following links for complete Webdynpro Java Documents ,
<a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/developerareas/webdynpro?rid=/library/uuid/49f2ea90-0201-0010-ce8e-de18b94aee2d">webdynpro Sample Applications and Tutorials</a>
<a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/weblogs?blog=/weblogs/topic/43">webdynpro Blogs</a>
Regards,
Ramganesan K.

Similar Messages

  • How Does Bapi related to WebDynpro Java

    Hi all,
    I am Very new to WebDynpro. AM working as a java Developer.
    I want to know
    What is Bapi? And How does it related to WebDynpro?
    Thanks & Regards,
    Jyothi.

    Hi,
    BAPI:
    Whereas BAPIs (Business API(Application Program Interface)) are used for interfacing between two systems. They are remotely enabled function module ie it can be invoked from remote programs like standalone JAVA programs, web interface etc..
    Function Modules are used in SAP programs to modularze the programs. They are Global ABAP programs created by SAP for reusable purpose. They have IMPORT,EXPORT and TABLE parameters, and EXCEPTIONS to through when error occurs.
    You can create them from TCode SE37.They are similar to Functions we have in C, but with more functionality.
    ECC (Enterprise Control Component):
    Master data will be saved in ECC System only.
    ECC is Standalone and ECC is nothing but a backend system similar to Oracle
    It has two versions: ECC 5.0, ECC 6.0 and Now ECC 7.0 is going to release on coming few months.
    Kernel, support pack and all other tools are very much advance in ecc6.0 compare to any other version of sap. It supports NetWeaver component also like BI, XI and EP. In ECC6.0 all components are integrated in single software.
    Please check this Application. This application relation Between ECC System and WDJAVA.
    [Webdynpro JAVA|http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f64e7a90-0201-0010-e0b4-ec1f849ecd4e]
    Hope this helps!!
    Regards
    Vijay K

  • Can I change colors of the UI Elements related to WebDynPro Java

    Can I Change the colors of the UI Elements which are embedded in the view, for ex., Button, Label, Tray, etc... and Can I change other attributes like font style, size, etc...

    hi,
    just check out these links , may not be precise to your question but are useful
    Changing the colours of Table and Group Headers in Web Dynpro
    How to change color of label in web dynpro?
    /people/sap.user72/blog/2006/04/25/colourful-table-in-web-dynpro
    Regarding Design of background color in a Web Dynpro Table
    Colors in WD - Java
    displaying color for a particular column item in a table
    hope it helps
    regards

  • SAP MDM Connection with WebDynpro Java

    Hi,
    I am working with SAP WebDynpro Java (UI) and SAP MDM (Database). I had added the respective jars-
    a) I want to test whether I am able to make a connection to the MDM server. Let me know input parameters (sample source code required) which I need to pass from SAP WebDynpro Java (UI) to make a successful connection to MDM (DB). Please let me know this in details.
    b) After making connection to MDM, I need to write a query where I need to pass Lot No1 & Lot No2 from WebDynpro Java (UI) & check in a MDM table numbers of records existing and later display  the corresponding records details  (sample source code required) in the screen.
    Your inputs will be highly appreciated.
    Thanks.

    Anmol,
    Depending on what version of WAS you are on...you might have WDJ components available that you can use. Just to offer a different view on your question.
    Otherwise follow the links above or the following link to get sample code.
    Read MDM ItemDetail Record in WDJ
    You should get lots of sample code on SDN.
    Thanks,
    Praveen.

  • How to create webservice in Webdynpro java

    Hi Experts,
          I need to develop one application in Visual Composer.Since VC doesn't support coding so i need to create Webservice in webdynpro java and use that webservice in VC.Can any one of you please suggest how to create Webservice in Webdynpro Java.
    Regards,
    Prasanna.

    Hi prasanna,
    Refer this links.
    /people/sridhar.k2/blog/2006/09/12/creating-and-exposing-bapi-as-web-service-and-using-it-in-web-dynpro
    BAPI Exposed as Web Service
    Connect R/3 from Java web application
    Web Dynpro integration with R/3
    http://help.sap.com/saphelp_nw04s/helpdata/en/82/6a0e7bbe744276bf393654b9b576ed/frameset.htm
    Regards,
    karthik.

  • How to integrate webdynpro java application in HTML pages?

    hi EP GUrus
                i need to re design an Webdynpro java application into web home page. there is one home page designed is wd java . now i have to redesign the page and i have make some web content like training calender new schemes and all which they manually update daily
    thanks in advance
    johny

    hii  sir
               currently we have an application which is accessing through internet using url .that applicalion is wd java application which is need to redesign with dynamic contects

  • How to fetch all the portal groups into dropdown through webdynpro Java App

    Hello All,
    I have a requirement where I have to fetch all  the groups available in user administrator in portal into a dropdown, so that the admin can select the group from the dropdown and after that when he executes a button u201CGet Detailsu201D he must be able to get the list of users who has been assigned that group .
    I need to achieve this through WebDynpro Java.
    Any pointers or documents on this is very very helpful.
    Thanks,
    Manasa.
    Edited by: Manasa Boyapati on Sep 12, 2011 7:25 AM

    Hi,
    Can you try using the below code ?
    IUser uid = UMFactory.getUserFactory().getUserByLogonID(Userid);
    Iterator groups =  uid.getParentGroups(false);
    while (groups.hasNext())     
      String str_grpname = (String)groups.next();
      IGroup Group = UMFactory.getGroupFactory().getGroup(str_grpname);
    ary_groups.add(Group.getUniqueName());
    Hope you can achieve you results by tweeking this..
    Regards,
    Vijay.

  • How to implement paging in webdynpro jave based on search criteria.

    Hi All,
    In a requirement I need to implement paging in webdynpro java development.
    I successfully did it when there is no search criteria is available i.e webdynpro fetched all data from the BO object and I did it using a "indexNO" (unique serial no from 1,2,3,4.....) field available in BO object.
    But when there is search criteria available , i.e the data to be fetched from the BO based on some specific field , at that time the "indexNo"  field of all data fetched based on search criteria are discrete i.e not continious. In that case how to implement the paging concept.
    I am using CE version 7.1 EHP 1.
    Thanks in advance
    Srikanta Satapathy

    Hi,
    If you go to your VO and generate the ViewObjectImpl, in there you can create a method which will contain two parameters, 1 the attribute name and 2 the value.
    Then you can follow something like explained in this post:
    ADF Tutorial: How to apply bulk actions to a view object rows
    The only difference is that you will need to create a method like this:
    public void updateAttribute(String attribute, Integer value){
            RowSetIterator iter = createRowSetIterator(null);
            while (iter.hasNext()){
                Row row = iter.next();
                row.setAttribute(attribute, value);
    Then you expose that as a client interface and then after you filter your table by your criteria you just need to execute this method passing the right parameters.
    Regards

  • Clock in webdynpro java

    I need to embed clock using webdynpro java. I am using SAP Netweaver Composite Environment EHP1 7.1 version. As of this version IFrame is deprecated. So, I cannot use javascript and embed in IFrame. TimedTrigger is not a choice as it makes server trip which causes flicker. Is there any other way
    to achieve this in SAP NW CE ehp1 7.1?
    Any help?
    Thanks

    Hi,
    One workaround can be you set an attribute to the current system time and then start your own timer giving your logic for the clock. It may work.
    For setting the current time you can have a look at the following thread:
    How to set Current Time
    which says:
    wdContext.currentContextElement().setmydate(new Date (System.currentTimeMillis())); //--This will give you current date.
    Calendar cal = Calendar.getInstance();
    cal.getTime() ; //---- This will give you time.
    Regards.
    Rajat

  • Hi, in webdynpro java send messages to any mobile , related documents

    HI ,
        Please can any one send me related documents or links  to develop mobile application for send messages to any mobiles. I have search it . but i can not find properly any related documents.

    Hi Sujana
    Yes you can use a BAPI to call ABAP SMS service and use that BAPI in webdynpro java application.
    Regards
    Vidyadhar

  • I need a doc link to connect 11g forms report and ODI ODQ software

    hi
    i need a doc link to connect and install 11g forms report and ODI ODQ software with 11gR2.
    oracle forms/report 11g server is need to be installed on oel 5.6 64b box and My DB is on different home PC with OEL 5.6.
    The ODI DQ sofware need to be installed on local client win xp PC.
    ofm_odidq_win_11.1.1.3.0_32_disk1_1of1
    ofm_odi_win_11.1.1.3.0_32_disk1_1of1_2
    ofm_pfrd_linux_11.1.1.2.0_64_disk3_1of1.zip
    ofm_pfrd_linux_11.1.1.2.0_64_disk2_1of1.zip
    ofm_pfrd_linux_11.1.1.2.0_64_disk4_1of1.zip
    please also suggest if anything to download.
    kind regards
    may be SWINM may think it may be appropriate forum.but my primary requirement is doc link.

    schavali wrote:
    SQLPL/SQLSYSAPPSDBATE0-121(EBZ11,R12)HPEVA1152046c wrote:
    cjmurray wrote:
    I asked one of the Oracle Data Quality (ODQ) writers, who provided this information:
    The documentation can be found here:
    * http://www.oracle.com/technetwork/middleware/data-integration/index-082810.html (Products page with Getting Started docs and sample files)
    * http://download.oracle.com/docs/cd/E15985_01/doc.10136/tutorial/ODQTG.pdf (Oracle Data Quality Tutorial)
    * http://download.oracle.com/docs/cd/E14571_01/integrate.1111/e12643/orcl_data_qual.htm#CHDHAADF (Chapter "Working with ODQ Products" of the ODI Dev guide)
    thx but i am finding hard to find frms report developer guide too.Which version of forms ?check the dled files.its 11.1 hopefully.
    >
    Forms 11g and 10g - http://www.oracle.com/technetwork/developer-tools/forms/documentation/10g-forms-091309.html
    Srini

  • As i am fresher Please share the doc of ECMA script using java script in SharePoint 2013 also how we can insert,update,delete records in list using ECMA script.

    As i am fresher Please share the doc of ECMA script using java script in SharePoint 2013 step by step also how we can insert,update,delete records in list using ECMA script.
    Thanks and Regards, Rangnath Mali

    Hi,
    According to your post, my understanding is that you want to use JavaScript to work with SharePoint list.
    To create list items, we can create a ListItemCreationInformation object, set its properties, and pass it as parameter to the addItem(parameters) function
    of the List object.
    To set list item properties, we can use a column indexer to make an assignment, and call the update() function so that changes will take effect when you callexecuteQueryAsync(succeededCallback,
    failedCallback). 
    And to delete a list item, call the deleteObject() function on the object. 
    There is an MSDN article about the details steps of this topic, you can have a look at it.
    How to: Create, Update, and Delete List Items Using JavaScript
    Thanks & Regards,
    Jason
    Jason Guo
    TechNet Community Support

  • Need a link or doc for ARP

    Need a link or doc for ARP.
    Thanks in advance.
    Regards,
    Chandu

    Hello Chandu,
    TCP/IP illustrated by Stevens  is a good book
    see
    http://www.pcvr.nl/tcpip/arp_addr.htm#4_0
    Hope to help
    Giuseppe

  • Need Sorter java  file   for sorting the records in webdynpro java

    Hi  Gurus
       I  had urgent requirement please give your inputs
       In my webdynpro java i need to sort entire records in table
       I now we need One sorter java class please provide that java file
       please suggest the all the steps how  to do
    Thanks
    renu.

    1. Implement class comparator wich will compare records according your sort preferencies,
    like this:
         public class record_Comparator implements Comparator{
              public int compare(Object emp1, Object emp2){
          // here is your code for return -1if 'before'  or 0 if equal or 1if 'after'
                   int stepId_1 = ((record)emp1).get_someValue();       
                   int stepId_2 = ((record)emp2).get_someValue();
                   if(stepId_1 > stepId_2)
                        return 1;
                   else if(stepId_1 < stepId_2)
                        return -1;
                   else
                        return 0;   
    than call method sort() with your collection of records,
    like this:
    Collections.sort(record_collection, new record_Comparator());

  • Need Print  in webdynpro java

    Hi All
      I had one more urgent requirement
    I need to put Print option in webdynpro java  for to give print the entire table
    So if the table have 30 records the entire records have to display with header details also
    please give your inputs
    Thanks
    Renu

    Hi All,
        But in my screen I had one table and some other  fields also
        i want to print only the table  not those fields
       I  given below code line but its giving entire page print , but I am not expecting that , I need only the table and with header details.
      WDPrintService.getPrintService().print(wdControllerAPI);
    Thanks
    Renu

Maybe you are looking for

  • How do I train Slippery Audio Clips?

    I'm guessing this one has an easy answer. When I have the audio track open and I wish to lay down a piece of audio under video (I've already extracted the audio and it's a stand alone piece of audio), I place the playhead where I want the piece of au

  • My wifi works on all of my devices except my macbook pro

    My macbook has already been connected to this wifi but now it won't connect while my iphone and my apple tv will... Someone help me please!

  • Switched from MacBook to MacBook Pro

    I finally have my laptop of choice. But, I forgot to get files off the old one (iTunes library, iPhoto, etc.) before I sold it. Can I get them using my mobile.me account if I had them stored there previously? Also, I finally have everything I need to

  • How do I change which application is the (default) for a given file type?

    For .pdf files, I have set the application behaviour to "Always Ask", because sometimes I want to open the pdf, sometimes I want to save it. So far so good. Now, when I want to open the .pdf, I have added an application to the dropdown list, so now I

  • Bootcamp: Windows 7 Freezes Durring Start-Up (2011 iMac)

    Hello folks, I just inherited a 2011 i7 3.4ghz 8gb RAM Radeon HD 6970m iMac running OS X 10.8 from work, and I'm trying to get Windows 7 working on it. I've used bootcamp on my old iMac (2010) with no issue at all. This time, though, I've run into se