2005 Feb 21 10:25 AM
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.
2005 Feb 21 12:57 PM
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
2005 Feb 22 6:44 AM
Hi Lakshman,
Does it mean I have to change the program of SAP?
Thanks,
Hagit.
2005 Feb 22 6:56 AM
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
2005 Feb 22 7:10 AM
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.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |