cancel
Showing results for 
Search instead for 
Did you mean: 

Search help in the table field

Former Member
0 Kudos

Hi

I want to attach a DDIC search help to the table field programmatically.

But i am facing a lot of issues in achieving this. Kindly tell me how i can read the table field and then attach the search help to it.

please share the code.

Thanks,

Neha

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

if you want the same ddic search help to the entire column,

you should go to the context and the desired attribute to

choose there as search help type data dictionary

and as search help, your desired search help.

Greetz,

Koen

Former Member
0 Kudos

Hi Koen,

i am enhanceing the standard code. Hence i can do the way you proposed as it is a standard fied and i want to replace the search help. Is there any other way that you can sugest.

Regards,

Neha

Former Member
0 Kudos

Hi Neha,

You can use this [thread|; for your solution:

Greetz,

Koen

Former Member
0 Kudos

Hi Koen,

i didn't understand the solution here. i have gone through this thread before.

can you please tell me the exact steps/code to write..if you have understood it properly.

Regards,

Neha

Former Member
0 Kudos

Hi,

Since you want one search help for column, use if_context_attribute_node_info to set the search help for context attribute.

use method SET_ATTRIBUTE_VALUE_HELP from context node info interface.

Thanks,

Rahul

Answers (0)