frank_stdle
Participant
Member since ‎12-05-2006

User Statistics

  • 162 Posts
  • 7 Solutions
  • 4 Kudos given
  • 14 Kudos received

User Activity

Hi all,I have been looking into downloading the source code for Web Dynpro components via the ADT services. I want to pull code into a tool to compare the code between systems and versions. To download the code for a Web Dynpro component controller I...
IntroductionDuring the course of a recent project for a customer, a fairly complex Web Dynpro for ABAP application was developed. The WDA was a single screen application, with several popup screens, each implemented as a separate WDA. The WDA display...
I'm working on some legacy code and seeing extensive use of the "changing" type of parameters -- structures are passed on to methods and modified. Should changing parameters be used in a modern programming language? Does it not violate command-query ...
In 7.02, method chaining in ABAP is allowed, which means that we can write less code and use fewer temporary variables. In a web dynpro view method, is there a method for reading the contents of a context node into a structure using just one line of ...
Flash islands in SAPRecognizing the limited flexibility of the standard Web Dynpro UI components, SAP has provided flash islands (and Silverlight island) as an option for embedding visually rich and interactive UI components into Web Dynpro applicati...