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

Search help for valution type

Former Member
0 Likes
833

Hi all,

The search help of field Valuation Type in transaction MIGO is maintained

in the program (by PROCESS ON VALUE-REQUEST).

I need to add a screen with 2 fields for the search.

How can I change/add the search help of the field?

Thank you in advance,

Hagit.

Hi all,

The search help of field Valuation Type in transaction MIGO is maintained

in the program (by PROCESS ON VALUE-REQUEST).

I need to add a screen with 2 fields for the search.

How can I change/add the search help of the field?

Thank you in advance,

Hagit.

4 REPLIES 4
Read only

Lakshmant1
Active Contributor
0 Likes
784

Hi Hagit,

You add and populate the required fields to the internal table from which the PROCESS ON VALUE-REQUEST is being displayed.

Thanks

Lakshman

Read only

0 Likes
784

Hi Lakshman,

Does it mean I have to change the program of SAP?

Thanks,

Hagit.

Read only

0 Likes
784

Hi Hagit,

As you mentioned the values are being displayed from PROCESS ON VALUE-REQUEST, you have to change the standard program.

If Search help object is begin used, then you can change the object so that it will get reflected in the program.

Thanks

Lakshman

Read only

0 Likes
784

Hello Hagit,

First find out whether the field uses just a search-help or a POV. They are not both the same. If a field has a search help, then there need not , in general , be any coding in the POV. If it does not have any search-help, then the POV has to take care of that.

Remember , a search-help is something that would be at the Data-Dictionary level. It will be assigned to the Data Element of the field.

If this field on the screen , valuation, type, has a search help, then you should find out if there's any search-help exit available. If the F4 functionality is provided solely based on the POV coding (which I don't think is the case here), then you will ahve to modify the standard program.

Regards,

Anand Mandalika.