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...
Hi, We can add custom function code to standard button as follows.Define TOOLBAR event handler,and raise that event by calling set_toolbar_Interactive( ).In that event handler write LOOP AT e_object->mt_toolbar INTO ls_toolbar. CASE ls_toolbar-fu...
Hi,Use search help exit parameter SHLP to change the required field labelFor more details about search help exit go through Implementing Search Help Exits - Code Gallery - SCN WikiRegards,Sreenivas