‎2006 Nov 02 7:59 AM
Hi,
I have created one z-'elementary search help' with selection method as a z-view.
View consist of following tables:
COMM_PRODUCT
COMM_PRSHTEXT
COMM_PRPRDCATR
COMM_CATEGORYT.
I have attached this elementary help search to 'COM_PR_COLLECTION' collective search help which we used for searching products.
The search help we have created shows the result which is 'case sensitive'.
If I search for 'Product Description' = 'button' I get
the output with all products with only small letter 'button' which is not required.
I must get the all product with description 'button' and 'Button'.
I haven't attached any of 'Search help exit' for elementary search help.
Please help.
Regards,
Dhanraj Dange
‎2006 Nov 02 8:27 AM
Hi dhanraj,
1. Its not directly possible.
2. BCOS
3. The field SHORT_TEXT (in table COMM_PRSHTEXT)
(Product Description)
has data element COMT_PRSHTEXTX
which has domain PRSHTEXT40
whose checkbox for LOWER CASE is ticked.
4. Instead, the field (in the same table)
SHTEXT_LARGE can be used
(Product Description in Upper Case for F4 Help)
regards,
amit m.
‎2006 Nov 02 8:27 AM
Hi dhanraj,
1. Its not directly possible.
2. BCOS
3. The field SHORT_TEXT (in table COMM_PRSHTEXT)
(Product Description)
has data element COMT_PRSHTEXTX
which has domain PRSHTEXT40
whose checkbox for LOWER CASE is ticked.
4. Instead, the field (in the same table)
SHTEXT_LARGE can be used
(Product Description in Upper Case for F4 Help)
regards,
amit m.