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 problem

Former Member
0 Likes
343

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
264

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.

1 REPLY 1
Read only

Former Member
0 Likes
265

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.