cancel
Showing results for 
Search instead for 
Did you mean: 

how to create an elementary and collective search help in webdynpro

Former Member
0 Kudos

Hi all,

my requirement is i have to create an collective search help. and that should be same as other tcode search help functionality.

and now the ztcode is in r3 system and my webynpro development is going on bw system how to copy that tcode from r3 to bw system. and then for my input field is cost center and for this input field i should create the search help functionalty.kindly help me how to achieve this functionality i am new to this webdynpro so kindly send me the detail steps.

Thanks & Regards,

Naveen

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Naveen,

It is too difficult for anyone to address all our question and guide you.

I suggest you to go through this help link on creating collective search help.

[https://cw.sdn.sap.com/cw/docs/DOC-40251|https://cw.sdn.sap.com/cw/docs/DOC-40251]

Further , breakdown your tasks which you mentioned here and search answers one by one.

Former Member
0 Kudos

Hi Bhaskar,

my requirement is to create collective search help ini webdynpro. for a partcular input field how we can create collective search help. and your link is refering creating a\search help in abap. kindly send me the steps how to create in webdynpro.

Thanks & Regards,

Naveen

Former Member
0 Kudos

Hi Naveen,

There's no difference to using a collective search help or a regular search help.

in the attribute of the context that you want the search helps to appear for - specify that the input help is of type dictionary search help, then specify that the input help is your collective search help.

Search helps in WDA, if search help is available at dictionary level, no need to create any search help, you get automatically.

If you want to create search help for any input field, another option is using OVS. we have WDR_OVS component for search helps, you need to reuse this component in your custom component, just change some coding according to your requirements you get search help.

Go through these documentation and helps...

http://help.sap.com/saphelp_nw73/helpdata/en/cf/21ee45446011d189700000e8322d00/frameset.htm

http://help.sap.com/saphelp_nw73/helpdata/en/3d/e53642e2a3ab04e10000000a1550b0/content.htm

OVS search help..

http://wiki.sdn.sap.com/wiki/display/Snippets/OVSSearchHelpinWebDynproAbap

freely programmed inputhelp

http://wiki.sdn.sap.com/wiki/display/WDABAP/Freelyprogrammedinput+help

http://wiki.sdn.sap.com/wiki/display/WDABAP/UsingSearchhelpattachmentsforWebDynproABAP

Thanks,

Kris.

gill367
Active Contributor
0 Kudos

As said by kris, you can use the search help created in dictionary by specifying the same in the context for the some

specific attribute.

thanks

sarbjeet singh

Answers (0)