Web dynpro beginner

Hi guys,
                I want to learn WEB DYNPRO ABAP. I have knowledge of ABAP and ABAP OBJECTS. SO please help me out by sending good documents (self teaching)  regarding web dynpro abap.
             My email id is [email protected]
good documents will be rewarded for sure.
thanks & regards,
Prasanna

hi Prasana,
I have mailed you one pdf. its good for beginers.
Get screen shot pdf from this page.
https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/webcontent/uuid/28113de9-0601-0010-71a3-c87806865f26?rid=/webcontent/uuid/512040e1-0901-0010-769c-c238c6ca35d9 [original link is broken]
All the best,
J.Joe

Similar Messages

  • Looking for a beginner guide - Adaptive RFC  call BAPI  in Web Dynpro Java

    Hi,
    im new in SAP Developeing. I developed some basic web Dynpro applications (after some tutorials) and they are all working.
    Now i want to build an Web Dynpro application with an adaptive RFC Model.
    I already imported the adaptive RFC Modell with a function Model (BAPI Z_...) from the R3 System successfully.
    But if i deploy the application i will get following error:
    com.sap.tc.webdynpro.services.exceptions.TypeNotFoundException: type extern:mypackages.com.types.BapiModel:mypackages.com.types.Zmbs_Bapi_Dispo_Orderdata could not be loaded: com.sap.dictionary.runtime.DdException: TypeBroker failed to access SLD: Error while obtaining JCO connection.
         at com.sap.tc.webdynpro.services.datatypes.core.DataTypeBroker.getStructure(DataTypeBroker.java:305)
         at com.sap.tc.webdynpro.progmodel.context.DataNodeInfo.doInit(DataNodeInfo.java:234)
         at com.sap.tc.webdynpro.progmodel.context.NodeInfo.init(NodeInfo.java:671)
         at com.sap.tc.webdynpro.progmodel.context.NodeInfo.init(NodeInfo.java:674)
         at com.sap.tc.webdynpro.progmodel.context.NodeInfo.init(NodeInfo.java:674)
         at com.sap.tc.webdynpro.progmodel.context.NodeInfo.init(NodeInfo.java:674)
         at com.sap.tc.webdynpro.progmodel.context.Context.init(Context.java:40)
         at com.sap.tc.webdynpro.progmodel.controller.Controller.init(Controller.java:199)
         at com.sap.tc.webdynpro.progmodel.controller.Component.getCustomControllerInternal(Component.java:449)
         at com.sap.tc.webdynpro.progmodel.controller.Component.getMappableContext(Component.java:387)
         at com.sap.tc.webdynpro.progmodel.controller.Component.getMappableContext(Component.java:416)
         at com.sap.tc.webdynpro.progmodel.context.MappingInfo.getDataNode(MappingInfo.java:83)
         at com.sap.tc.webdynpro.progmodel.context.MappingInfo.initMapping(MappingInfo.java:125)
         at com.sap.tc.webdynpro.progmodel.context.MappingInfo.init(MappingInfo.java:121)
         at com.sap.tc.webdynpro.progmodel.context.MappedNodeInfo.doInit(MappedNodeInfo.java:215)
         at com.sap.tc.webdynpro.progmodel.context.NodeInfo.init(NodeInfo.java:671)
         at com.sap.tc.webdynpro.progmodel.context.NodeInfo.init(NodeInfo.java:674)
         at com.sap.tc.webdynpro.progmodel.context.Context.init(Context.java:40)
         at com.sap.tc.webdynpro.progmodel.controller.Controller.init(Controller.java:199)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.getView(ViewManager.java:709)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.bindRoot(ViewManager.java:579)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.init(ViewManager.java:155)
         at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.doOpen(WebDynproWindow.java:295)
         at com.sap.tc.webdynpro.clientserver.window.ApplicationWindow.show(ApplicationWindow.java:183)
         at com.sap.tc.webdynpro.clientserver.window.ApplicationWindow.open(ApplicationWindow.java:178)
         at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.init(ClientApplication.java:364)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.initApplication(ApplicationSession.java:754)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:289)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingStandalone(ClientSession.java:713)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:666)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:250)
         at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:149)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:62)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doGet(DispatcherServlet.java:46)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:102)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)
    Caused by: com.sap.dictionary.runtime.DdException: TypeBroker failed to access SLD: Error while obtaining JCO connection.
         at com.sap.tc.webdynpro.services.datatypes.core.DataTypeBroker$1.fillSldConnection(DataTypeBroker.java:90)
         at com.sap.dictionary.runtime.ProviderFactory.internalResolveLogicalNameToJCODestination(ProviderFactory.java:377)
         at com.sap.dictionary.runtime.ProviderFactory.resolveLogicalNameToJCODestination(ProviderFactory.java:322)
         at com.sap.dictionary.runtime.ProviderFactory.internalGetProvider(ProviderFactory.java:181)
         at com.sap.dictionary.runtime.ProviderFactory.getProvider(ProviderFactory.java:146)
         at com.sap.dictionary.runtime.DdDictionaryPool.getProvider(DdDictionaryPool.java:97)
         at com.sap.dictionary.runtime.DdDictionaryPool.getDictionary(DdDictionaryPool.java:79)
         at com.sap.dictionary.runtime.DdDictionaryPool.getDictionary(DdDictionaryPool.java:48)
         at com.sap.dictionary.runtime.DdBroker.getDataType(DdBroker.java:149)
         at com.sap.dictionary.runtime.DdBroker.getStructure(DdBroker.java:180)
         at com.sap.tc.webdynpro.services.datatypes.core.DataTypeBroker.getStructure(DataTypeBroker.java:303)
         ... 49 more
    Caused by: com.sap.tc.webdynpro.services.sal.sl.api.WDSystemLandscapeException: Error while obtaining JCO connection.
         at com.sap.tc.webdynpro.serverimpl.wdc.sl.SystemLandscapeFactory.getJCOClientConnection(SystemLandscapeFactory.java:152)
         at com.sap.tc.webdynpro.serverimpl.wdc.sl.SystemLandscapeFactory.getJCOClientConnectionUnMapped(SystemLandscapeFactory.java:178)
         at com.sap.tc.webdynpro.services.sal.sl.core.SystemLandscapeInternal.getJCOClientConnectionUnMapped(SystemLandscapeInternal.java:62)
         at com.sap.tc.webdynpro.services.datatypes.core.DataTypeBroker$1.fillSldConnection(DataTypeBroker.java:77)
         ... 59 more
    Caused by: com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: Failed to load client to connect to SLD. Please check your SLD connection settings using the Visual Admin.
         at com.sap.tc.webdynpro.serverimpl.wdc.sl.SystemLandscapeFactory$1.run(SystemLandscapeFactory.java:754)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.tc.webdynpro.serverimpl.wdc.sl.SystemLandscapeFactory.getClient(SystemLandscapeFactory.java:747)
         at com.sap.tc.webdynpro.serverimpl.wdc.sl.JCOClientConnection.readJCODestinationFromSLD(JCOClientConnection.java:511)
         at com.sap.tc.webdynpro.serverimpl.wdc.sl.JCOClientConnection.resolveConnectionParameter(JCOClientConnection.java:439)
         at com.sap.tc.webdynpro.serverimpl.core.sl.AbstractJCOClientConnection.init(AbstractJCOClientConnection.java:233)
         at com.sap.tc.webdynpro.serverimpl.core.sl.AbstractJCOClientConnection.<init>(AbstractJCOClientConnection.java:218)
         at com.sap.tc.webdynpro.serverimpl.wdc.sl.JCOClientConnection.<init>(JCOClientConnection.java:129)
         at com.sap.tc.webdynpro.serverimpl.wdc.sl.SystemLandscapeFactory.getJCOClientConnection(SystemLandscapeFactory.java:150)
         ... 62 more
    Caused by: com.sap.sldserv.exception.SldServiceRuntimeException: Failed to create CIM client. Check via 'Visual Administrator' tool if the secure store is operational.
         at com.sap.sldserv.SldApplicationService.getCimClient(SldApplicationService.java:117)
         at com.sap.tc.webdynpro.serverimpl.wdc.sl.SystemLandscapeFactory$1.run(SystemLandscapeFactory.java:751)
         ... 70 more
    Caused by: com.sap.lcr.api.cimclient.CIMClientException: java.net.MalformedURLException: URL must have a host part
         at com.sap.lcr.api.cimclient.ClientFactory.createConnection(ClientFactory.java:466)
         at com.sap.lcr.api.cimclient.ClientFactory.createClientImpl(ClientFactory.java:413)
         at com.sap.lcr.api.cimclient.ClientFactory.createClient(ClientFactory.java:363)
         at com.sap.sldserv.SldApplicationService.getCimClient(SldApplicationService.java:113)
         ... 71 more
    ........Looks like a have a Problem with JCO.
    Is there a good guide, which explains the Basic steps in developeing Web dynpro applications and BAPI ?!

    thank you guys for all the answers.I have to read all the documentations.
    to my szenario:
    I installed on my notebook the Trial Versions of:
    SAP NetWeaver Application Server 7.00/Java AS 7.00
    SAP NetWeaver Developer Studio Version: 7.0.14
    All my basic Web Dynpro Applications in Java are running (even with Adobe Interactive Forms) on the local NetWeaver Trail- Web AS Trail perfectly.
    Now i want to connect per RFC to another SAPERP Server, which is in the intranet.
    I did the whole RFC tutorial with the flights -
    http://help.sap.com/saphelp_nw04/helpdata/en/c3/76b45d9688e04abe1a1070410ddc1e/content.htm (also with the JCO codeing etc)
    so my web dynpro application should work.
    I think I have to configure - like ramesh said something on the NetWeaver Trail.
    So what do i need and configure excactly on my Netweaver Trial to work with RFC - to call the BAPIS in the other System?
    - SLD ? JCO ?
    If i over Web Dynpro - Content Administrator - >
    it says "Connection to System Landscape Directory (SLD) could not be opended successfully." and all the buttons
    create Jco destinations etc. are greyed out.
    I didn´t configured the SLD and JCO in the Netweaver yet.

  • Web dynpro abap beginner

    Hi guys,
    I want to learn WEB DYNPRO ABAP. I have knowledge of ABAP and ABAP OBJECTS. SO please help me out by sending good documents (self teaching) regarding web dynpro abap.
    My email id is [email protected]
    good documents will be rewarded for sure.
    thanks & regards,
    Prasanna

    hi Prasana,
    I have mailed you one pdf. its good for beginers.
    Get screen shot pdf from this page.
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/webcontent/uuid/28113de9-0601-0010-71a3-c87806865f26?rid=/webcontent/uuid/512040e1-0901-0010-769c-c238c6ca35d9 [original link is broken]
    All the best,
    J.Joe

  • Starting Web Dynpro - absolute beginner question

    Hello Web Dynpro gurus,
    i have couple of completed & working customer ABAP programs (with their own selection screen logic and their own Z transactons)...
    I should make those programs work in Web Dypro (to enable Portal usage of programs)...
    I have  some ABAP experince, but not OO, and I haven't worked with Web Dynpro component yet...
    What would be the best approach in starting to learn Web Dynpro, links are wellcome?
    Is there a way of integrating existing ABAP program in a Web Dynpro?
    Or do I have to start developing separate Web Dynpro program anew, from scratch?
    I ask this because these programs have complex selecton screen logic (implemented in 'AT SELECTION-SCREEN OUTPUT') that i'd like to keep in Web Dynpro program as well...
    Thank you for your replies...
    Kind regards,
    Tom

    Refer these links:
    References and Links:
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/wdabap/referencesandLinks
    Blogs:
    /people/thomas.jung/blog/2006/06/20/web-dynpro-abap-demonstration-videos
    Tutorial for Beginners:
    Web Dynpro for ABAP: Tutorials for Beginners [original link is broken]

  • How can I set the data binding between Web Dynpro & Database table

    Dear friend,
    I am a beginner of Web Dynpro. I want to develop my simple project like these:
    1. Create my own database table via Dictionary Project such as TAB_USER and have 3 fields: USER_ID, USER_NAME, USER_POSITION and I have already deployed & archived it.
    2. Create my own Web Dynpro Project, and create the input fields as User ID, User name, User position and icon 'Save' on the selection screen and I have deployed it already.
    For the process, I want to input data at the screen and save the data in the table, please give me the guide line like these:
    1. How can I set the data binding between Web Dynpro and Database table ?
    2.  Are there any nescessary steps that I will concern for this case?
    Sorry if my question is simple, I had try  to find solution myself, but it not found
    Thanks in advances,
    SeMs

    Hi,
    You can write your own connection class for establishing the connection with DB.
    Ex:
    public class  ConnectionClass {
    static Connection con = null;
    public static Connection getConnection() {
    try{
    Context ctx = new InitialContext();
    DataSource ds = (DataSource) ctx.lookup("jdbc/TSPAGE");
    con = ds.getConnection();
    return con;
    }catch(Exception e){
    return null;
    You can place the above class file in src folder and you can use this class in webdynpro.
    You can have another UserInfo class for reading and writing the data into the DB .
    Regards, Anilkumar
    PS : Refer
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webas/java/simple java bean generator for database.pdf
    Message was edited by: Anilkumar Vippagunta

  • Interactive form in web dynpro abap

    hi experts,
                   i am beginner to adobe interactive form in web dynpro using abap.
    my scenario:
                        To  use  interactive form ui element  and place all fields of lfa1 in view.
         my context look like
                       context:
                                    adobe(node 1, 1:n, singleton = true)
                                       lfa1(node2,1:n,singleton =true) with its fields.
                                       pdf_source(attribute)
                       layout type : zci layout and xml interface.
        my view look like:
                                    all fileds of lfa1.
                                    button-add.(to add to below table)
                                    table.
                                    button-submit to sap.
    i want to place all fields in view and get values from the user online and need to display the same in an table in same view and
    when the user click ok entered values should be displayed  in table  and after clicking submit to sap it should hit the database table.
    as i am beginner dont know how to do.pls i need ur help in finishing it.thanks in advance.
    cheers,
    vinoth.

    hi all,
             expecting reply from u all. pls help me and give some sugesstion.
    regards,
    vinoth.

  • ABAP Objects and Web Dynpro

    Hello everyone,
    I would like to know if it is possible to have instances of a class as a part of a controller context. You know, like if you added a service call to a BAPI or a function group, but with method calls to an object instead.
    I have a feeling, that it is uncommon to bring Web Dynpro and the object orientation of ABAP Objects together.
    For example, i don't want the event handling code of my controllers to call function groups, which in turn make calls to my object oriented model. Is there a way to skip that nasty imperative step?
    Sorry for asking questions which may sound vague or naive, I'm kind of a beginner regarding Web Dynpro and ABAP.
    cheers,
    Jens Barthel

    There's no need at all to have function modules in the way.
    You can have either controller attributes or context attributes defined as object references, and then call methods from those objects instead...
    In both cases, you just have to use TYPE REF TO instead of TYPE when defining the attributes.
    Furthermore, if you have a central class through which you interact with your OO model, you can define it as Assistance class and then you'll have an instance automatically in all the controllers...the drawback / advantage is that you do not control its instantiation which is done by the framework.
    Regards
    Edited by: Alejandro Bindi on Oct 14, 2008 6:23 PM

  • Web Dynpro Layout cannot be displayed

    Hi Guys,
    I am a beginner using Web Dynpro technic and I would like to know if there is a configuration need to be made to Internet Explorer or in SE80 to display the layout correctly?
    For example, I created a text element in a view and in the Layout Tab the Web Browser always tells me that "This program cannot display the webpage"
    Is there a special parameter to set up to enable Internet Explorer to display the Web Dynpro Layout? I cannot really find documentation on the subject actually.
    Thank you in advance for your answers.
    Sylvain

    I post this every once in a while, but everyone should be aware that having to make an entry in your hosts file is NOT normal. I know a lot of people post that as solution, but if you are having to make an entry in hosts file to resolve the URL of your ABAP AS then something is wrong with your network configuration.  Your basis administrators should work with your network administrators to get a proper DNS entry setup for your ABAP system. Surely you don't expect that all end users accessing you WDA applications will have manual entries in their hosts file.

  • Real time scenarios where Web Dynpro is used

    Hi Experts,
    I am a beginner with Web Dynpro (ABAP ), i have developed a couple of simple web dynpros for practice purpose. I would like to know the below things to get a better idea on the technology
    1. Can anyone who have worked on Web Dynpro share the real time applications which you worked on.(I am not expecting any technical details, i want to understand the scenarios in real world where this technology is used).
    2. If some one can link web dynpro's with CRM/SRM that would help me more.(Once again i need the business scenario)
    Thanks in advance.
    regard's
    Sudheer V

    Hi Sharath,
    Thanks for your response, it was really a useful link. But once again they all talk about technical details but what i was looking for was business scenarios where web dynpro can be used effectively.
    When i was searching for this i found one such scenario where web dynpro gets the quotation details from the CRM system and creates a sales order with reference to the quotation in the SAP R/3.
    I was actually looking for scenarios like the above with some technical details for implementing the same.
    Please let me know if you know scenarios something like the above one.Thanks.
    Regard's
    Sudheer V

  • Re: Web Dynpro ABAP Theme Editing

    Dear Programmers,
    I'm a beginner with WebDynpro for ABAP ,too.
    and my question is:
    Is it posible to edit the color and design from UI-Elements like buttons, fields and tables
    to make it conform to an internel styleguide?
    Best regards,
    Henrik.

    First of all, please do not ask new questions in an existing forum thread.  I have forked your question into its own thread.
    Web Dynpro ABAP automatically inherits the theme of the NetWeaver Portal. 
    http://help.sap.com/saphelp_nw70/helpdata/EN/42/cbf9fabaa86babe10000000a1553f6/frameset.htm
    Therefore when you customize the theme of the portal, you are also adjusting the Web Dynpro ABAP theme.
    Here is the help link for working with the Portal Theme:
    http://help.sap.com/saphelp_nw70/helpdata/EN/1a/d7c1617dd29e4d85064b467636fada/frameset.htm

  • ABAP Web Dynpro CSS Stylesheets

    Hallo,
    I have a question concerning "ABAP Web Dynpro". My current task is to implement an application for our company intranet. This application must have the look an feel (corporate design) of the company I'm working for. How can I manage this by using ABAP Web Dynpros?
    Where can the Stylesheets be found and how can I change them in order to fit our corporate design.
    While answering please consider that I am a raw beginner concerning ABAP Web Dynpros.
    Thank you in advance.
    Kerstin Röck

    You need to Change the Themes , For that you need ThemeEditor. You can download that from SDN. First install that and then Download the theme from Mime repository. and then Create a Theme Editor project (It is basically NWDS which consists of ThemEditior plug in).
    Here you can change the CSS properties and then Go back and create a New theme under the Respective mime Repository.
    Search in SDN also you get lot of articles and Forum questions.

  • Regarding Web Dynpro (java)

    Hi Experts,
      Im a  Beginner of SAP Netweaver developer studio in Web Dynpro (Java). I have created 2 buttons in designer view. I have to write coding for that Button in implementation part. how to wirte an event for that button? I would be thankful.
    Regards,
    DhanaLakshmi

    HI,
    This PDF mentions how to use buttons
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webas/a-c/creating%20your%20first%20web%20dynpro%20application.pdf
    Sample applications are given in this link.
    https://www.sdn.sap.com/irj/sdn/developerareas/webdynpro?rid=/library/uuid/49f2ea90-0201-0010-ce8e-de18b94aee2d
    PDF's with the sample applications give you step by step guidance.

  • SPRO vs. Web DynPro vs. PCD

    Hi guys,
    Coming from a beginner's point of view, when I want to configure and customize ESS, I'm trying to understand
    1. When to use SPRO or Web DynPro or PCD .
    2. Under what circumstances should I use SPRO over Web DynPro,
    3. What functionalities does SPRO has over Web DynPro

    Hi There !
    Use SPRO 
    to add, remove Services for the ESS.
    to Change the Description of Texts Displayed.
    to Have different Images Displayed.
    to add Quick Links.
    Use WebDynpro 
    to Change the Positions of Fields on ESS Screen.
    to add Custom Logic to Applications.
    use PCD
    to Change the ESS Menu Structure
    to Organise the Menu as per your needs.
    to Create different Roles
    Cheers !
    Regards,
    Rajendra

  • JSPDynpage  Vs Web Dynpro Java

    Hi Experts,
    1)I want to know the differences between JSPDynpage and Web Dynpro Java.
    2)Why JSPDynpage has become obsolete and Web Dynpro has taken over.
    3) Is there anything that we can do in  JSPDynpage and cant do in Web Dynpro  ?
    Comments are really appreciated.
    Thanks,
    Kumar.

    Hi again.  That's hard to say, because it really depends.  We know that SAP will be pushing Web Dynpro, all new development will be done with Web Dynpro,  most business packages that were developed in JSPDynPage have been rewritten using Web Dynpro.  So, in SAP's eye, web dynpro may have "replaced" JSPDynPage.  JSPDynPage is still widely used because companies may not want to spend the time to re-write in WebDYnpro.  At my company,  I've written 6-8 JSPDYnPage applications for our Portal, I have since re-written only 2 in WebDynpro, but the others can rewritten easily, but I haven't had the time.   My goal is to get rid of JSPDynPage completely from our portal applications and go with Web Dynpro.
    I think it would be very good for a beginner to learn JSPDynPage first.  This will give him a chance to know a little about what is going on underneath.  Since you have to code every part of the application, you learn things that you wouldn't using a tool like WebDynpro.  After getting the hang of JSPDynPAge, then learn WebDynpro,  you will quickly appreciated the value of Web Dynpro after doing JSPDynPAge.
    Visual Composer is designed for the "Business Analyst" type developer, this is why there is no code writing with VC.  It does allow for rapid development of "Simple" applications, but if there are some complex things in your application, VC will not cut it, Web Dynpro would be the next choice.  So no,  VC will not replace WD.
    Regards,
    Rich Heilman

  • Create a table editable in Web dynpro

    Hi,
    I want create a Web dynpro in Abap where there is a table editable. I 'm a beginner of web dynpro anyone could tell me how to do?
    Thank you.

    Please check the PDF and Let me know the status.
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/3133474a-0801-0010-d692-81827814a5a1
    Kanagarja L

Maybe you are looking for

  • Query with subquery should return value but doesn't

    When I run this SQL, it returns no value: SELECT vfn.cat FROM vps_fishery_ner vfn, valid_fishery vf WHERE vfn.plan = vf.plan AND vfn.cat = vf.cat AND vf.permit_year = 2010 AND vf.moratorium_fishery = 'T' AND vfn.vp_num = 211652 AND vfn.ap_year = 2010

  • Template/Theme for Right to Left (RTL) pages (Arabic)

    Dear All, Please can some one provide me with online documentation or links with detail steps to create Templates / Themes for pages to be displayed in Arabic language (Right to Left). Thanks Best Regards Arif Khadas

  • Need help, I have an error message "not enough storage"  for icloud and it will not let me do anything

    Need help... getting an error message "not enough storage" for icloud and it will not let me get passed the message

  • Gmail app issues on iPad 2

    Hello All, I have been using the stand-alone Gmail app on my iPad 2 for several months without any issues until recently. When I begin composing a new email, about 10 to 20 seconds into typing, an "X" appears over the horizontal lines (pull down fold

  • Tune Tools won't recognize

    i just purchased tune tools to upload music from my i pod to i tunes and the tool tools won't recognize my ipod. Also, when i open itunes it prompts me to register my ipod, which i have done several times. please help, this is my last hope.