Purpose Specify additional searchhelp selection criteria |
Solution Check the searchhelp definition via transaction SE11. All "import" parameters can be used (checkbox in column "Imp"): ![]() InputField (12,2) "Material number" (12,20) size=10 _ name="matnr" searchHelp="MAT1" _ shSelName1="WERKS" shSelvalue1="0001"
This mechanism does not work if the parameters are not marked as "import" parameters. For example in searchhelp VMVAA: InputField
(12,2)
"Order number"
(12,20)
size=10
name="aufnr"
searchHelp="VMVAA"
_
"Transaction group" is empty, and so sales orders, inquiries,
quotations, contracts,... will be selected unless the user specifies "0"
in this field for sales order selection.
InputField
(12,2)
"Order number"
(12,20)
size=10
name="aufnr"
searchHelp="VMVAA"
_ This trick does not work for the other parameters. To handle these, copy the SAP searchhelp and change the "import flag": Now all parameters can be addressed:
InputField
(12,2)
"Order number"
(12,20)
size=10
name="aufnr"
_ |
Components |