cancel
Showing results for 
Search instead for 
Did you mean: 

Freely Programmed Search help in Std Comp

Former Member
0 Kudos

hi,

Is it possible to add freely programmed searh help in standard SAP Component.

I have dynamically assigned Freely search help to Context attribute using set_attribute_value_help method.

Now new component to be used in seach help is made in different package and this component is used as Used Comp

in Std Component.

When I click on search help it gives error : Comp usage ZHelp doesnt exist.

zhelp- My component name.

Accepted Solutions (1)

Accepted Solutions (1)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

You have to add the component usage to the Standard Component, just like you would add the Freely Programmed Search help component usage to any component that wanted to call the search help.

Component usages can be added using the Enhancement Framework:

http://help.sap.com/saphelp_nw70ehp1/helpdata/en/46/233f2189f74f08e10000000a114a6b/frameset.htm

Former Member
0 Kudos

hi thomas,

I have already added this component as comp usage.

Also in componnet controller and in view.

I am wrking fitv_ui_recipt_details component.

Any inputs. ?

Answers (1)

Answers (1)

Former Member
0 Kudos

Got it.

I have not added component usage in both the views of the main component.

Now added component in both views. Its working.