2019 Nov 27 5:00 PM
I need a delimitation of the custom search help (field is vbak-ernam) :
the data that the search guide must contain must depend on the extractions performed.
for example, I enter the vbak with vbeln, so when I press f4 in the vbak-ernam select option (with custom search help) in this case there must be only one corresponding ernam value
I need a delimitation of the custom search help (field is vbak-ernam) :
the data that the search guide must contain must depend on the extractions performed.
for example, I enter the vbak with vbeln, so when I press f4 in the vbak-ernam select option (with custom search help) in this case there must be only one corresponding ernam value
2019 Nov 27 5:50 PM
Hello nick reyan,
You need to work on the logic for filling the search help values dynamically.
FM DYNP_VALUES_UPDATE serve you the purpose.
To know how to use the same you can follow the below link.
2019 Nov 27 6:33 PM
It can be also done without any ABAP code (among other possibilities...) but I'm not sure whether the OP wants to create a custom search help from scratch or what...
2019 Nov 27 6:30 PM
What is the interest of defining a search help which can return only one value?