former_member219762
Contributor
Member since ‎2009 Dec 24

User Statistics

  • 225 Posts
  • 30 Solutions
  • 0 Kudos given
  • 17 Kudos received

User Activity

What is this about:In this Document I would like to explain how we can set dropdown values depend on user entered value(dropdown).What I have done:I created simple webdynpro view with table of 2 fields country and languages.  I set Country filed as D...
Requirement: I have Internal table of type MARA.I need to stop the programme in debugger when Internal table contains particular filed value ,say Material no 10,add line of  particular filed value say  Material no 20, delete line of  particular file...
Hi Friends, We can set watch point for object reference but not to object attribute in abap debugger. But using Debugger Script we can do it.What I would like to explain:How to set  Watch point to object reference attributes.My Example:I created simp...
Hi ,FPM Application is nothing but Embedding Webdynpro components precisely speaking Component interface views in  FPM component (FPM_OIF_COMPONENT......)  . What if we need embedding fpm aplication in webdynpro application.Let see how can we achieve...
What I am trying to explain:1.Navigation between views in OIF Application .2.How to change UIBB at run time (hide)3.How to change FPM toolbar at run time (This is different case,will explain later in this document)What I have done:I have developed ve...