cancel
Showing results for 
Search instead for 
Did you mean: 

collective search help in webdynpro abap

Former Member
0 Kudos

Hi experts,

I am facing a problem with standard collective search help in webdynpro abap.

In my webdynpro abap component i have used an input field for equnr of table EQUI it has a standard search help EQUI having few elementary search help'

like..equir,equia equil,equim,equin etc..

when i click on F4 help of the input field EQUNR its showing search help dailogue having list of search help values in the drop down values list EXCEPT  equil,equim,equin search helps.

But it is showing all the search helps in R3 report .

How can i resolve this??? Can any one help me on this.?

Regards,

Santhosh.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

additional information to my question.

In the standard search help there is an exit inside they writen comment

   * In case of processing in WDABAP mode, we have to delete the
   * elementary search helps for lists to avoid dumps.

and they are deleting

   if cl_web_dynpro=>is_active eq abap_true.
      DELETE shlp_tab WHERE shlpname cs 'EQUIS'.
      DELETE shlp_tab WHERE shlpname cs 'EQUIL'.
      DELETE shlp_tab WHERE shlpname cs 'EQUIM'.
      DELETE shlp_tab WHERE shlpname cs 'EQUIN'.
      DELETE shlp_tab WHERE shlpname cs 'IFLMS'.
endif.

JanarthananE
Contributor
0 Kudos

Hi Santhosh,

I think you can do some modify while creating collective search help, because its shows all search helps in R3 reports na.., kindly refer the following thread for better understanding,

http://scn.sap.com/thread/1895330

Hope its useful.

Regards

Jana