Application Development 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: 

Extension button for fields in search help

Former Member
0 Kudos

Hi all,

In the custom search help I need to display fields with extension button.

i.e. I need to add extension button in search help fields , for this where do I need to make a change??

Thanks & Regards

Jerry

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Jerry,

sry for getting messed up with ur requirements.

you can use FM COMPLEX_SELECTIONS_DIALOG for that effect.

Hope this helps you.

Raj

15 REPLIES 15

Former Member
0 Kudos

Hi Jerry,

Check the discussion in the following thread, this wiil help you:

Regards,

Chandra Sekhar

0 Kudos

Hi Chandrasekhar,

My requirement is along with input field in a search help I need to have a extension button along side so that user can enter more than one value in the input field.

Thanks & Regards

Jerry

0 Kudos

Hi,

Its like :

select-options : field for kna1-kunnr no intervals.

With the above statement select option field is created with second input screen not getting created.

In the same way I need a field to be displayed like the above for the search help.

Thanks & Regards

Jerry

0 Kudos

Hi Jerry,

Then you can go for Select-Options with no-intervals and attach your custom search help.

Regards,

Chandra Sekhar

0 Kudos

Hi,

No intervals is applied to only selection screen field but I require it to be applied to the fields of search help when it is called....

Thanks

Jerry

0 Kudos

Hi ,

Can it be done using SE11 and do we need to write code to have that requirement??

Regards,

Jerry

0 Kudos

You should get them By Default. What are you doing can you let me know...

0 Kudos

Hi Vijay,

In VA01 screen we have a sold to party field to which a standard search is attached by default . Now I added my 2 custom search helps to the collective search help SD_DEBI.

What is want is the fields in the custom search help should appear as no extension fields when f4 button is pressed on sold to party field in va02.

I wonder whether this can be done at Dictionary level or in module pool program

Thanks for your help

Regards

Jerry

0 Kudos

Hi

I guess we need to write the code in search help exit....

Regards

Jerry

Former Member
0 Kudos

make ur post clear.

which field do u want extension for?

Former Member
0 Kudos

Hi Jerry,

If you want add another tab in the search help, this is how you do it.

1. Create a elementary help.

2. create a structure which will have the fields which you want to display.

3. create a FM for search help-exit....however not coding is required

the following change parameters have to be added.

1. SHLP type SHLP_DESCR

2. CALLCONTROL like DDSHF4CTRL

Put this FM name in search exits' name in the elementary help you have created.

Now in the existing search help you will have to create a 'Search Help append ' and then add this elementry help over there.

Its kinda long procedure to follow.

Let me know if you need any further info on this.

Regards,

Rajat

0 Kudos

Hi Rajat, Thanks for your effort!!!

I already created custom elementary search help and added it to collective search help, and now what I require is a button alongside the fields of custom help I created.

May I know how to do this???

Thanks

Jerry

Former Member
0 Kudos

Hi Jerry,

In the collective help, you will find a tab "INCLUDED SEARCH HELP" .

You will have to create a custom "Append Search Help" and add it in this tab.

The Custom elementary help will be attached to this append Search Help.

Make sure that you have created the FM correctly.

Thanks,

Raj

0 Kudos

Hi Rajat, as I said that already I created a search help and added it in collective search help without any problem, now its working fine ....

now what I want is a button like no intervals in select options alongside input fields of search help...

Hope u got the requirement....

Thanks

Jerry

Former Member
0 Kudos

Hi Jerry,

sry for getting messed up with ur requirements.

you can use FM COMPLEX_SELECTIONS_DIALOG for that effect.

Hope this helps you.

Raj