Você está na página 1de 2

1.

When I click to create a roundtrip to the server and quickly click several times in succession, the system creates yet another request, which triggers a short dump. If I click slowly or only once, no short dump occurs. Answer: Before the system sends the page to the server, it activates a click protection. However, it takes several milliseconds to activate this protection. During this period the problem described above may occur. We cannot provide a solution for this problem. The browser environment requires a certain period to activate the click protection. The protection is executed on the client at the beginning of the submit handling. 2. Where can I find further information about Web Dynpro ABAP? Answer: The following resources are available on SDN (SAP Developer Network): Forum: http://forums.sdn.sap.com/forum.jspa?forumID=249 Areas: https//www.sdn.sap.com/irj/sdn/developerareas/webdynpro https://www.sdn.sap.com/irj/sdn/developerareas/webdynpro? rid=/webcontent/uuid/512040e1-0901-0010-769c-c238c6ca35d9 Documentation: http://help.sap.com/saphelp_nw2004s/helpdata/en/7c/3545415ea6f523e10000000a 155106/frameset.htm 3. Do blogs exist that provide information about Web Dynpro ABAP? Answer: Yes. Information is available on SDN at: http://www.sdn.sap.com/irj/sdn/weblogs?blog=/weblogs/topic/43 As of which release is Web Dynpro ABAP available? Answer: Web Dynpro ABAP is available as of NetWeaver 2004s (7.00). 4. After I implement Note 986790 to solve shared memory problems, JavaScript errors occur when I execute Web Dynpro applications. Answer: Deimplement Note 986790. Implementing this note causes the problems described. 5. With complex screens, the application suddenly stops working correctly. What could be the cause? Answer: If UI container elements are nested in Web Dynpro views (for example, five tabs within each other), it leads to very high nesting depths of the HTML rendering tag. As of a depth of approximately 100, the browser stalls, because it cannot process such deep hierarchies. The solution is to simplify the views by decreasing the nesting depth. Web Dynpro does not provide for a generic simplification. 6. Where can I find a list of limitations for Web Dynpro ABAP? Answer: Note 1098009 describes the limitations that currently apply. The use of declarative and graphical tools significantly reduces the implementation effort Web Dynpro supports a structured design process Strict separation between layout and business data Reuse and better maintainability by using components The layout and navigation is easily changed using the Web Dynpro tools

Stateful applications are supported that is, if the page is changed and the required data remains I intact so that you can access it at any time throughout the entire application context. Note that stateless applications are not possible. Automatic data transport using data binding Automatic input check User interface accessibility is supported Full integration in the reliable ABAP development environment What is the difference between narrowing cast and widening cast? If we copy an instance of sub class to super class its called narrowing cast and the vise versa of it is widening cast. Is model used in Webdynpro ABAP? The webdynpro ABAP Graphical tool set doesnt give any option to create model. We can define a class in transaction SE24 and the instance of that class can be used as model within the Wedbynpro code. 3. What are the different ways of getting data from a table and pass it to Webdynpro context node? a. select the data to an internal table and pass it to the node using bind table method b. use a model class instance to get data c. use the service call option provided by webdynpro framework 4. What is the Service call option in Webdynpro ABAP? Webdynpro ABAP Graphical toolset gives a wizard which automatically generates the code for calling a BAPI or Web service. This wizard will create a custom controller which has context nodes or attributes similar to the parameters of BAPI and a method which calls the bapi and pass the value to the context. We only need to use this custom controller within another controller, map the context and call the method. 5. What is an Application? An application forms as the link between a component and URL. 6. What is a faceless component? Faceless components are webdynpro components without window or view 7. In case of a component used within a component, how does parent component communicate to child component? Parent component communicate with the child component through Interface controller and Interface view of the child component. 8. Interface View of a component has 1:1 relationship with ..? The window of the component 9. What are actions in a view controller? The methods that can be linked to the UI elements of a view are called actions. 10. What is role of plugs in views? Plugs in views help the navigation between views. Navigation happens through the link created between outbound plug of a view to the inbound plug of next view.

Você também pode gostar