cancel
Showing results for 
Search instead for 
Did you mean: 

!!URGENT!! Create Search Help on SAP Web Dynpro using BAPI

Former Member
0 Kudos

I am trying to create a Search Help on SAP Web Dynpro screen for a field by calling a elementary search help within SAP using BAPI.I have created a BOR object and assigned the BAPI "BAPI_HELPVALUES_GET".

What is the best way of creating the BAPI ? What is the structure for BAPI? Is there any other BAPI which can be used?

Please advise

Thanks and Rgds

Shankar

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi Shankar,

I have posted a document "How to Create “Generic Search Help”

Component Using Web Dynpro"

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/uuid/f368bc46-0301...

I hope this will be helpful to you.

Regards,

Santhosh.C

Former Member
0 Kudos

Hi Shankar,

We use the Object Value Selector for extending the R3 value help functionality to WebDynpro. You can find more about using OVS in this article https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webas/webdynpro/we... dynpro valuehelp - the object value selector.article or in the SAP document https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webas/webdynpro/we... dynpro valuehelp using object value selector.pdf

Hope this helps,

Best Regards,

Nibu.

(Oops, sorry I was a bit late and have repeated the links that Rahul has given)

Message was edited by: Nibu Wilson

Former Member
0 Kudos

hi ,

OVS can offer search help.

try these links to get detailed information on OVS

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webas/webdynpro/we... dynpro valuehelp - the object value selector.article

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webas/webdynpro/we... dynpro valuehelp using object value selector.pdf

hope this helps you.

regards,

rahul

Former Member
0 Kudos

Try using the OVS. It calls BAPI to provide the search help for input fields..