Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Changing the search help functionality for VA01

Former Member
0 Likes
1,169

hi friends,

i have requirement to add the search help for expire date(CCDATE-EXDATBI) in VA01 it is already as a normal field.

Can any one provide the solution to add the search help for the same filed in VA01.

thanks in advance,

sai.

8 REPLIES 8
Read only

Former Member
0 Likes
1,043

Hi,

For this first find the data element for that field and add a check table there.

or find the referance table and field for that and create one search help for that.

And if you want this search help to work only when tcode is VA01. then in that search help put a validation.

Regards,

Raj Gupta

Read only

0 Likes
1,043

Hi RajGupta,

if it is in normal search help that is ok ..here we are doing it for standard VA01,so could you tell me the process how can we do it.

Thanks in advance,

sai.

Read only

0 Likes
1,043

hi

since its standard SAp you have to go for enhancing search help.

http://www.scribd.com/doc/7247863/Enhancing-Standard-Search-Help

ags.

Read only

0 Likes
1,043

Hi,

first create a check table with possible values.

first way

go to structure CCDATE and select field EXDATBI and then click of 'forign key relationship' button (key icon) in the popup

window give that table which you have created and click on 'generate proposal' button. then click on 'Copy' button.

it's done now.

second way.

using newly created table,create a elementory search help.

go to structure CCDATE and select field EXDATBI and then click on search help and give the newly created search help name

then click on 'Generate proposal' and then 'Copy'.

it's done now.

but for these both conditions you need to get the access key for strucure CCDATE modification.

If you want this search help to be working for only VA01 then in you have to choose the second way,

and while creating that seach help you have to put validation code in search help exit.

If i find any other solution i'll update you.

Hope this will help you.

Regards,

Raj gupta

Read only

kesavadas_thekkillath
Active Contributor
0 Likes
1,043

or after creating a zsearch hep you can add it in the data element search help .... for this u need access key too

Read only

0 Likes
1,043

Hi friends,

every one is explaining about how to create the search help in normal process.

but can any one provied the solution ,how to add search help for the field which is in STARNDARD VA01 as normal text fiels.

In this case we have to do it using user-exists.Can any body help me in resolving this issue using exists, means what is the process.

How can we find the related exist and changing the functionality.

Thanks in advance,

sai.

Read only

0 Likes
1,043

hi,

goto SE11

use your field to find the domain

get the search help name from it.

goto this search help and look if there is any exits present in it.

if not you cant enhance it.

ags.

Read only

0 Likes
1,043

Hi,

If you see my previous post, that is not only for creating normal search help. i have described the process for attaching it to

VA01's field also.

But for this you have to get access key first. because for that field there is no search help present. so you can not enhance.

and through User exit you can not attach any search help for any standard field.

Please see my previous post. and you will get the answers. Just follow the steps.

Regards,

Raj gupta