Web DynPro DC development tutorials/Documentation

Hi,
Anyone has some good documentations on WDP <b>DC</b> tutorial to begin with? I alrdy have WDP Project development experiences, but still a bit lost in DC.
p/s: As usual, good links/documents will be rewarded

hi,
1) Window -> Open Perspective -> Development Componet
2) You should have a SC on that right Click and select create new DC
3) From the popup select WD project and provide necessary details in vendor,Name,Caption,
4) An empty WD project will be created and once you switch to WD perspective
5) Create and application Provide details of component,view and window.
6) if you want to add your component to public part right click on the component and add to public part
7) when it prompts for name give a name and select appropriate (compile or assembly)
8) now if you want to expose the view to the external world you have to have interfaces views created in the local component interface for the window which contains the view.
8) if you want to share the context create context inside the interface controller and dont forget to select input = true if you expect the value to be populated by used comp.
9) need to have the same context structure in the controller.
10) same way you can expose methods.
hope this will help you to start up

Similar Messages

  • Possibility of Web dynpro ABAP development for SAP R/3 4.7 Version

    Hi Experts,
         I request for information regarding Web Dynpro ABAP. We have SAP R/3 4.7 as back end. And we are going to implement NetWeaver 2004s - Enterprise Portal 7.0 as front end. We are taking development option as Web Dynpro ABAP. Is it possible to do development in Web Dynpro ABAP where you have SAP R/3 version as 4.7.
    Regards,
    Venkat.

    Hi Heidi ,
    Thank you for your reply. I have assigned points to you. Could you pls give any SAP notes which is giving this information
    Regards,
    Venkat.

  • Web Dynpro for ABAP API Documentation

    Hi,
    Having worked on WDJ development, I am used to look up Java Doc like the following:
    http://help.sap.com/javadocs/NW04S/current/wd/index.html
    Is there something similiar in Web Dynpro for ABAP world? I am using the document WD ABAP NW2004s SPS8 as a reference. It does list methods of the popular interfaces and classes. It is very helpful but lacks the details on hierachies and parameters.
    Also, is there a complete class diagram for the interfaces and classes used in Web Dynpro for ABAP?
    Thanks in advance,
    Min

    I checked the link and it contains the same information as the document I mentioned. The only difference is that one is in PDF and the other is html. Here is the link to the PDF document.
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/63a47dd9-0b01-0010-3d8e-de27242bf011
    However, I did find a blog which serves part of the purpose. I used SWDP_RUNTIME_CORE as the package and it generated HTMLs for all the classes in the package. Highly recommended!
    /people/onno.bagijn/blog/2010/02/19/abapdoc-v2
    Thanks,
    Min

  • Post Comments About Web Dynpro for ABAP Tutorials Here

    Are you familiar with the <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/developerareas/abap?rid=/library/uuid/02e1fa45-0801-0010-10a0-f1cf47e8c943">web Dynpro for ABAP Knowledge Center</a>? Do you find the tutorials on that page useful?
    Please give us your comments and expectations so we can build more and better tutorials to show you the joys of Web Dynpro for ABAP coding
    cheers,
    Marilyn

    Got past problem with tutorial 1. 
    Now on tutorial 4. 
    METHOD get_bookings .
      DATA:
        itab_bookings    TYPE if_componentcontroller=>elements_bookings,
        stru_bookings    LIKE LINE OF itab_bookings,
        stru_flightlist  TYPE if_componentcontroller=>element_flight_list.
      parent_element->get_static_attributes(
             IMPORTING static_attributes = stru_flightlist ).
      itab_bookings = CL_WDABAP_FLIGHT_MODEL=>get_bookings(
          carrid   = stru_flightlist-airlineid
          connid   = stru_flightlist-connectid
          fldate   = stru_flightlist-flightdate
      node->bind_table( itab_bookings ).
    ENDMETHOD.
    Getting Error:
    the type CL_WDABAP_FLIGHT_MODEL=>get_bookings(  is unknown.

  • Print Version PDF in Web Dynpro ABAP Developements

    Hi!
    But when we push the print button, it works but doesn't generate the pdf document correctly.
    alvexport.pdf   1 bytes_   the size of the document isn't correct because there is not content inside.
    Best Regards.

    >
    Gabriel Rodriguez Jimenez wrote:
    > I put this direction to verify de ADS
    >
    > http://maep7java.miquel.es/AdobeDocumentServices/Config?style=rpc
    >
    > making a rpc test "works"
    >
    >
    > The test conection in sm59 ADS works
    >
    >
    >  Also check to see if any of the sample AdobeForms WDA applications are working. <-- where I can check this?
    >
    >
    > Thanks
    The connection test in SM59 only does a basic PING to the web service endpoint. Often it will show OK, when in fact the ADS is not setup correctly.  That is why there are some test applications that do more. 
    For proper testing of your setup see OSS Note 944221.  But basically run the ABAP programs FP_PDF_TEST_00 and FP_CHECK_DESTINATION_SERVICE.  You can also try running the web dynpro components WDR_TEST_ADOBE and WDR_TEST_ADOBE_PDF_ONLY

  • About Adobe Form and Web dynpro Java development

    Hello experts,
    We had  a requirement to display different Adboe Forms dynmaticlly in Web dynpro Java application.
    There is only one Web dynpro Java application, but 10 Adobe Forms . If user "a" access the application ,display form 1 ; if user "b" access the application , display form 2 ;  if user "c" access the application , display form 3.... just like this.
    There are about 30 fields in BAPI which Web dynpro Java application called . Form 1 mapping to field 1 to field 3, Form 2 mapping to field 4 to field 6, Form 3 mapping to field 7 to field 9 ....
    Is it possible ? If it is possible , could you please give me a solution ?
    Thank you in advance !
    Best Regards,
    Louis

    Siva,
    I referred to the website, but still having issues with generating tables in Adobe Form. I can get all the table rows in the adove form, but the pdf doee not add new pages to display all the table rows. It just createa one page with the table inside it, display few of the rows and truncates rest of the table data.
    Here is the heirarchy of the page with the properties set
    Master Pages ---
            ||--> Page 1
                     ||--> content area
                     ||--> subfrom (properties:: Content - Flowed / Flow direction - top to bottom...pagination tab is greayed out completly)
                                ||--> Table
                                          ||--> HeaderRows (Object: Row - Type: Header Row)
                                          ||--> Row1 (Object Tab/Binding: Repeat Row for each data item - checked)
    Can't make it wor, not sure what's wrong here
    I am using NDS 7.0 SP18 and Adobe LiveCycle 8.0. Does that could be a problem.
    Appreciate your help
    John

  • Web Dynpro JAVA developer attempting to unravel Environmental Compliance source code seeks guidance from EC NWDS Composition Environment specialist

    It frustrates me to have to ask for detailed instruction on this issue, but normal means of importing these Java-based EC software archives just aren't working in our NWDI system. We never moved our production WDJ applications to CE (like so many others we jumped straight from NW7.01 to NW7.3) but I'm doing my part to come up to speed on composition projects. No matter how we create the NWDI track and import the software archives and dependencies, we can't get to a state where we can successfully import a project (product?) from the Development Infrastructure into the Composite Explorer perspective.
    I need to know specifically how I, an experienced WDJ developer with no exposure to CE, can take the five .SCA files that contain Environmental Compliance 3.0 and get the project into my NWDS 7.31 workspace in a workable state, on my local system, without NWDI. Actual code modifications can wait for the moment, I just need to analyze the classes and EJB's to identify where we might want to make enhancements, and where/how to use the provided Enhancement Spots. I've followed the links, downloaded the .pdf's, read the online help, stepped thru the tutorials - I've done my due dilligence. It's common knowledge that Composition Environment is no longer recommended for new development, and as the EH&S programs are converted to WDA there are even fewer resources to look to.
    These specific types of pleas don't often return results, as I have learned over my years in this community, but nothing ventured-nothing gained, and I am no longer afraid of looking dumb or being scolded. I just need help.
    As always, points will be awarded.

    I agree in part Tobias.
    Because the source code is in the SCA within the src.zip file within each SDA.
    What does not exist within that SCA Standard is the SOURCEARCHIVES folder. In that folder should be a file (the extension .dcsa) for each DC (component) that SCA Standard.
    In short, yes it is possible to perform a reverse engineering...
    Just import the SCA Standard in NWDS.
    Note the name and type of all DCs, its dependencies and its public parts... yes, it's a lot of work, as there are many interdependent DCs.
    Done so, create a new workspace in NWDS and create a new SCA in DI (custom), inside it create all DCs with the same names and types (and dependencies)... identical to SCA Standard.
    And soon after, entering the SRC folder of each of these projects (DCs) and replace its contents with the contents of src.zip file that is contained within the SDA files within the SCA Standard.
    That done, we will have an SCA Custom with all representative of the SCA Standard DCs, but editable.
    I agree it is not nearly a good practice, or even that SAP indicate that this is done... however, it is possible yes.
    Att,
    Angelo

  • Web dynpro developement works with SAPGUI?

    Hi,
    I am a developer working most of my time in 4.6C. Recently i started to upgrade myself. I have studied about web dynpro and came to know that All of business suite developement is done in Web dynpro, be it java or abap.
    My question here is once a web dynpro is developed independent of whether it is developed in ABAP or JAVA, will work in all defferent forms of ui : sapgui, webgui, etc?
    Put in other words, does business suite developed in web dynpro be accessable via a normal SAPgui?
    Regards,
    harikrishna.
    Edited by: harikrishna indugu on Feb 24, 2009 4:04 PM
    Edited by: harikrishna indugu on Feb 24, 2009 4:04 PM

    >
    harikrishna indugu wrote:
    > Hi,
    >
    > This leads me to a fundamental question:
    >
    > For a client running ERP 6.0 for his application, a business user should have both sapgui ( For ECC applications like PP/MM/SD ) and portal/business client for SCM/CRM/SRM/HCM etc? Isn't it ridiculous business user need to know how to use both???
    >
    > Thanks,
    > Harikrishna Indugu.
    This is where the NetWeaver Business Client has its best use case - when combining legacy SAPGUI transactions with newer Web Dynrpo ones.  Like the portal, the two types of transactions are ran within the same navigation frame.  However because the NWBC is a desktop application, the technical integration of the SAPGUI is much more efficient.  You get easy navigation between SAPGUI and Web Dynpro screens.

  • Creating a report in EP portal using Web Dynpro

    Hi all,
            Can anyone guide me how to create a Report in EP portal using Web Dynpro.
    Regards,
    R.V.Easter

    Hi,
    You should read the documentation ([Web Dynpro ABAP: Development in Detail|http://help.sap.com/saphelp_nw70/helpdata/en/03/0048413e466e24e10000000a155106/frameset.htm]) and study the tutorials : [Go and Create First Application with Web Dynpro ABAP|http://help.sap.com/saphelp_nw70/helpdata/en/e6/2c4b29dc87c6409d6469ec390e8f3d/frameset.htm] and [Creating a Simple Flight Info Application|http://help.sap.com/saphelp_nw70/helpdata/en/e6/2c4b29dc87c6409d6469ec390e8f3d/frameset.htm].
    Regards,
    Pierre

  • Information about Web Dynpro

    Hello!
    I would like to ask you all about sources to learn web dynpro. I did some research for myself and found pieces of information like the "Tutorial for Beginners" of Web Dynpro SDN area and a pdf at SDN with pieces of information from the sap help, but I would like to get some insight of Web Dynpro.
    Thanks in advance.
    Hermano

    Hi
       I hope this will help..Also there are lot of thread aboud this tutorials.
    WDA in SAP Help
    http://help.sap.com/saphelp_nw2004s/helpdata/en/7c/3545415ea6f523e10000000a155106/frameset.htm
    Web Dynpro for ABAP in SDN
    https://www.sdn.sap.com/irj/sdn/developerareas/webdynpro?rid=/webcontent/uuid/512040e1-0901-0010-769c-c238c6ca35d9 [original link is broken]
    Developing ABAP Applications Using Web Dynpro
    http://help.sap.com/saphelp_nw2004s/helpdata/en/42/d41b25d2216babe10000000a1553f6/frameset.htm
    Web Dynpro ABAP: Development in Detail
    http://help.sap.com/saphelp_nw2004s/helpdata/en/03/0048413e466e24e10000000a155106/frameset.htm
    WDA Sample programs & tutorials
    https://www.sdn.sap.com/irj/sdn/developerareas/webdynpro?rid=/library/uuid/49f2ea90-0201-0010-ce8e-de18b94aee2d
    Web Dynpro ABAP Demonstration Videos
    /people/thomas.jung/blog/2006/06/20/web-dynpro-abap-demonstration-videos
    Thanks
    Anzy

  • Is abap web dynpro is a netweaver product?

    Dear experts,
    is abap web dynro is a netweaver product? ..i wonder why is it categorized under application server in sdn forums can anyone explian..
    in addition to abap i am willing to learn abap web dynpro.how would be the prospectes of abap web dynpro in the us market ...or do u suggest any other hot topic to learn?..please feel free to comment on my idea and kindly suggest me a better option if my idea is not ideal....
    i am not into java till now so i am not willing to learn java web dynpro..
    please suggest a better option so that i can use my abap skills to the fullest..
    thanks in advance.

    Hi Ramu,
      Yes, ABAP Web dynpro is a Netweaver product. It cums with mySAP suite.
    This is the hot technology in the market and if you are not a JAVA guy then you must go with ABAP Web dynpro.
    Basically with the help of ABAP Web dynpro we develope custom products for the client. this is UI based technology and one of best option for "ABAPers" .
    For Web dynpro ABAP you will require SAP ECC 6.0 onwards and WAS 7.0
    is a must. It has very good future propspects as this is best UI technology.
    In web dynpro ABAP we follow MVC(Model View Controller) architecture.
    In this object oriented ABAP is used to provide background functionality. Here, your ABAP skills can be utilized to the fullest. Programming in web dynpro ABAP is different than conventional ABAP programming. Here we strictly follow MVC architecture in terms of controller interface. Also there are many wizards available so that we can directly pick the code from wizards.
    e.g We can call BAPI through a service call in web dynpro application. Thus automatically backgroud code for BAPI execution will be generated.
    To start with Web dynpro ABAP you can try following tutorial:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a282c952-0801-0010-1eb5-87953e036712
    You can start with tutorials and all. There are around six tutorials in SDN library.
    Web Dynpro for ABAP
    http://help.sap.com/saphelp_erp2005/helpdata/en/a5/1a1e3e7181b60ae10000000a114084/frameset.htm
    best tutorials in wbdynpro for ABAP to start with :
    https://www.sdn.sap.com/irj/sdn/developerareas/webdynpro?rid=/webcontent/uuid/fed073e5-0901-0010-4eb4-c9882aac7b11 [original link is broken]
    Have a look at the following SDN WDA Wiki . There you can find all relevant information.
    https://wiki.sdn.sap.com/wiki/display/WDABAP/Main
    Also you can search weblogs on web dynpro ABAP.
    Hope this will help you.
    Cheers,
    Darshna.

  • Web Dynpro ABAP Material

    I am new to web Dynpro ABAP.
    Please send the regarding sites to work out this concept.
    Please send me materials or pdfs regatrding this topic
    My Mail ID is <b>[email protected]</b>
    Please help me.
    I am requiring it a lot.
    Please send me .
    With Regards,
    lokesh@EDS

    Web Dynpro for ABAP in SDN
    https://www.sdn.sap.com/irj/sdn/developerareas/webdynpro?rid=/webcontent/uuid/512040e1-0901-0010-769c-c238c6ca35d9 [original link is broken]
    Developing ABAP Applications Using Web Dynpro
    http://help.sap.com/saphelp_nw2004s/helpdata/en/42/d41b25d2216babe10000000a1553f6/frameset.htm
    Web Dynpro ABAP: Development in Detail
    http://help.sap.com/saphelp_nw2004s/helpdata/en/03/0048413e466e24e10000000a155106/frameset.htm
    WDA Sample programs & tutorials
    https://www.sdn.sap.com/irj/sdn/developerareas/webdynpro?rid=/library/uuid/49f2ea90-0201-0010-ce8e-de18b94aee2d
    Web Dynpro ABAP Demonstration Videos
    /people/thomas.jung/blog/2006/06/20/web-dynpro-abap-demonstration-videos
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/webcontent/uuid/28113de9-0601-0010-71a3-c87806865f26?rid=/webcontent/uuid/fed073e5-0901-0010-4eb4-c9882aac7b11 [original link is broken]
    As the name suggests Web Dynpro for ABAP uses exactly the same meta model as its cousin Web Dynpro for Java. A Web Dynpro component, a Web Dynpro view, a Web Dynpro model, a Web Dynpro controller have the same semantics both for ABAP and Java. The main difference is the designtime environment, the development infrastructure and the runtime environment.
    The designtime environment is properly embedded in the ABAP Workbench where Web Dynpro artifacts are simply a new category like BSP applications or classical dynpro based applications before. Also no surprises regarding the development infrastructure. The correction and transport system keeps track on all changes that are done, versions them and helps to propagate the Web Dynpro application from development to production like you would do with ordinary BSP or dynpro-based applications.
    Last not least the execution platform is the ABAP server that produces application content ready to be integrated in the NetWeaver Portal seamlessly. Features like portal eventing can be used between applications written in ABAP or applications developed with Java.
    First of all start doing SAP SDN tutorials .
    Create some compenents with BAPI , Component usage and ALV .
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/02e1fa45-0801-0010-10a0-f1cf47e8c943
    /people/marilyn.pratt/blog/2005/12/20/web-dynpro-for-abap
    Try to Download demo tutorials from SDN library & Try to search WebDynpro ABAP WebLogs .
    Wait not just that SAP has provided you with ample demo example of WD ABAP already bundled with SAP . Just Try out Components starting with WDR . I can tell you few like WDR_TEST_EVENTS ( It shows how every UI elments to use )
    See packages like SWDP_DEMO , SALV_WD_DEMO
    there are many more .
    /people/marilyn.pratt/blog/2005/12/20/web-dynpro-for-abap
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a282c952-0801-0010-1eb5-87953e036712
    The specified item was not found.
    If you need some standard examples then do WDR* and you'll get a big list in se80 transaction. Also SWDP_DEMO is a good package to refer to. Check for WDR_TEST_UI_ELEMENTS and WDR_TEST_EVENTS for UI operations and their various events.
    1) This is basic Info of WD ABAP
    As the name suggests Web Dynpro for ABAP uses exactly the same meta model as its cousin Web Dynpro for Java. A Web Dynpro component, a Web Dynpro view, a Web Dynpro model, a Web Dynpro controller have the same semantics both for ABAP and Java. The main difference is the designtime environment, the development infrastructure and the runtime environment.
    The designtime environment is properly embedded in the ABAP Workbench where Web Dynpro artifacts are simply a new category like BSP applications or classical dynpro based applications before. Also no surprises regarding the development infrastructure. The correction and transport system keeps track on all changes that are done, versions them and helps to propagate the Web Dynpro application from development to production like you would do with ordinary BSP or dynpro-based applications.
    Last not least the execution platform is the ABAP server that produces application content ready to be integrated in the NetWeaver Portal seamlessly. Features like portal eventing can be used between applications written in ABAP or applications developed with Java.
    2 ) I can give you links that can help you a lot.
    First of all start doing SAP SDN tutorials .
    Create some compenents with BAPI , Component usage and ALV .
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/02e1fa45-0801-0010-10a0-f1cf47e8c943
    /people/marilyn.pratt/blog/2005/12/20/web-dynpro-for-abap
    Try to Download demo tutorials from SDN library & Try to search WebDynpro ABAP WebLogs .
    Wait not just that SAP has provided you with ample demo example of WD ABAP already bundled with SAP . Just Try out Components starting with WDR . I can tell you few like WDR_TEST_EVENTS ( It shows how every UI elments to use )
    See packages like SWDP_DEMO , SALV_WD_DEMO
    there are many more .

  • Simple example for web dynpro abap

    send me one simple and easiest example with screen
    shots in web dynpro abap......

    Hi cranjith kumar ,
    The following r PDF & PPT docs on simple and easiest example with screen
    shots in web dynpro abap.
    Web Dynpro for ABAP: Tutorials for Beginners
    Web Dynpro for ABAP: Tutorials for Beginners [original link is broken]
    Developing ABAP applications using Web Dynpro Configuration Scenario
    http://www50.sap.com/businessmaps/8729920B31E343F099B71340B15F06DB.htm
    Web Dynpro for ABAP
    http://www.vnsg.nl/temp/508773747/A1-WDA_Themadag.pdf
    Web Dynpro for ABAP in SDN
    https://www.sdn.sap.com/irj/sdn/developerareas/webdynpro?rid=/webcontent/uuid/512040e1-0901-0010-769c-c238c6ca35d9 [original link is broken]
    Developing ABAP Applications Using Web Dynpro
    http://help.sap.com/saphelp_nw2004s/helpdata/en/42/d41b25d2216babe10000000a1553f6/frameset.htm
    Web Dynpro ABAP: Development in Detail
    http://help.sap.com/saphelp_nw2004s/helpdata/en/03/0048413e466e24e10000000a155106/frameset.htm
    WDA Sample programs & tutorials
    https://www.sdn.sap.com/irj/sdn/developerareas/webdynpro?rid=/library/uuid/49f2ea90-0201-0010-ce8e-de18b94aee2d
    Web Dynpro ABAP Demonstration Videos
    /people/thomas.jung/blog/2006/06/20/web-dynpro-abap-demonstration-videos
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/webcontent/uuid/28113de9-0601-0010-71a3-c87806865f26?rid=/webcontent/uuid/fed073e5-0901-0010-4eb4-c9882aac7b11 [original link is broken]
    cheers!
    gyanaraj
    ****Pls reward points if u find this helpful

  • What is Web Dynpro? What is the use?

    Hi all.
              I am new in Webdynpro. Can u anybody tell me What is Webdynpro? what is the main Purpose?
    with regards,
    Jeyapaul.M

    Hi Jeyagobi Gobinath ,
    >>What is Webdynpro?
    1) All future applications developed by SAP will be written in Web Dynpro SAPu2019s response to emerging technologies
    2) Fully integrated with Developer Studio and based on proven technology (SAP or non-SAP)
    3) Supports industry standards
    4) One common technology for Java and ABAP
    5) Close integration to SAP NetWeaver Components
    6) Professional UI programming model
    7) Adaptable programming framework to future technologies
    >>what is the main Purpose?
    1. SAP response to emerging technologies
    2. Supported from a development environment with
    graphical tools, wizards, and templates
    3. Support of proven technology (SAP or non-SAP)
    4. Support of industry standards
    5. One common technology for Java and ABAP
    6. Close integration to SAP NetWeaver Components
    7. Professional User Interface (UI) programming model
    8. Adaptable programming framework to future
    technologies
    WebDynPro concepts can be implemented in 2 ways :
    1) WebDynPro ABAP
    2) WebDynPro JAVA
    WebDynPro JAVA is usefull in Adobe Interactive Forms & EP.
    NOTE : WebDynPro JAVA is preferred than WebDynPro ABAP
    Check the below links for all details on WebDynPro:
    SAP Web Dynpro Overview
    http://wendtstud1.hpi.uni-potsdam.de/sysmod-seminar/SS2005/presentations/12-WebDynpro-Overview.ppt
    Web Dynpro General Concepts
    https://admin.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/webcontent/uuid/30ea953b-8e57-2910-4e85-f7be60b00407
    Web Dynpro
    http://help.sap.com/saphelp_nw2004s/helpdata/en/15/0d4f21c17c8044af4868130e9fea07/frameset.htm
    Web Dynpro Java Foundation u2013 What's new in SAP NetWeaver 2004S
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/c29a4d25-0c01-0010-50ae-e69d0e1c61f3
    Web Dynpro for ABAP: Tutorials for Beginners
    Web Dynpro for ABAP: Tutorials for Beginners
    Web Dynpro Architecture
    http://help.sap.com/saphelp_nw04/helpdata/en/a5/1a1e3e7181b60ae10000000a114084/content.htm
    Web Dynpro User Interface Design
    https://www.sdn.sap.com/irj/sdn/webdynpro?rid=/webcontent/uuid/ce44a14c-0a01-0010-af89-d7dbd944f176
    Getting Started with Web Dynpro Java
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/webcontent/uuid/28113de9-0601-0010-71a3-c87806865f26?rid=/webcontent/uuid/8921447c-0501-0010-07b4-83bd39ffc7be
    Developing ABAP applications using Web Dynpro Configuration Scenario
    http://www50.sap.com/businessmaps/8729920B31E343F099B71340B15F06DB.htm
    http://www.sapforum.co.kr/TECHDAY07/download/9.%20SAP%20WebDynpro_%EA%B9%80%ED%98%9C%EC%84%AD.pdf
    How-to add a custom Web Dynpro iView to the MSS Employee Profile (ECC 6.0)
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/profile/how-toaddacustomWebDynproiViewtotheMSSEmployeeProfile(ECC+6.0)&focusedCommentId=55238
    Developing Java Applications using Web Dynpro Configuration Scenario
    http://www50.sap.com/businessmaps/8F5B533C4CD24A59B11DE1E9BDD13CF1.htm
    Integrating Web Dynpro and SAP NetWeaver Portal Part 1: Creating Web Dynpro-Based Portal Content
    http://www.octavia.de/fileadmin/content_bilder/Hauptnavigation/SAP_NetWeaver/WebDynpro/Tutorial_1.pdf
    The Structural Concepts of Web Dynpro Components
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/a048387a-0901-0010-13ac-87f9eb649381
    Web Dynpro:Context Mapping & Model Binding
    http://wendtstud1.hpi.uni-potsdam.de/sysmod-seminar/SS2005/presentations/14-Web_Dynpro_dataflow.pdf
    Web Dynpro:Getting Involved
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/c193252d-0701-0010-f5ae-f10e09a6c87f
    Web Dynpro for ABAP
    http://www.vnsg.nl/temp/508773747/A1-WDA_Themadag.pdf
    http://www.octavia.de/fileadmin/content_bilder/Hauptnavigation/SAP_NetWeaver/WebDynpro/Web_Dynpro_Part_IV.pdf
    All Web Dynpro Articles
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/webcontent/uuid/7082f9fc-070d-2a10-88a2-a82b12cea93c?startindex=221

  • Saving web dynpro's dats in a custom db table

    Hello I'develop web dynpro component for cproject application. my question is how to save the new dats in a custom database table....where may I find some example?
    I'm new to web dynpro technology I need documentation please...

    what u need to do is, there must hve been some binding that u mapped with the custom table in the view of the webdynpro component.
    Now,say the method ON_AFTER_SAVE  gets triggered when u enter the data in the component and prtess save.
    so in this method write the logic of the updation of the custom table.
    DATA: Node_table type ref to if_wd_context_node,
            elem_table type ref to if_wd_context_element.
      node_table = wd_context->get_child_node( 'TABLE_DATA_SOURCE' ).
      CALL METHOD node_table->get_static_attributes_table( IMPORTING
      table = it_table ).  " here it_table will be the internal table of the type as the structure that u created in the view.
    now, get the data that u enter on the component into this internal table and modify the ztable from this internal table.
    the ztable gets updated.

Maybe you are looking for

  • Using reader 11.0.06 to convert file to excel

    I'm somewhat reluctant to do this because I'm really out of my comfort zone with computer stuff but I need help.  I just downloaded reader 11.0.06 and converted a pdf file to excel.  The problem is that the info in excel is all down the left side and

  • Multiple monitor desktop

    hey im looking to get a reasonably priced (<$1k) desktop but need it to support multiple (at least 2 preferably more) monitors. It is kind of hard to figure out when looking online which will do this and how many. any recommendations

  • Discount error for cutomer hieararchy

    Hi, I have set up cutomer hieararchy A with partner function 1A. Then setup partner determination for account grp 0001 (Dow chem as main customer). Created Z001/z002 account group by copying 0001 as Dow branches at two different places in the same co

  • Time constraint collision

    Hi all, When i am trying to book an employee for absence i am getting collision with other leaves. Why is this?Should i need to change the TC. Regards janhavi

  • Problems with BOM in So after upgrade

    Hi experts After upgrading our test servers from ECC6.0 to ECC6.04 we see a problem when creating sales orders containing BOM. The problem only occurs when we have a certain shipping point assigned to the customer. Example: We create a SO with a ship