cancel
Showing results for 
Search instead for 
Did you mean: 

How to Modify or Delete Standard Error Messages

Former Member
0 Kudos

I am getting an error message of 'Select exactly one row in the value list to copy the value' when i select more than one records for Search Help.

Please provide solution for overriding this error message or is there any functionality for enabling multi record selection for a standard Search help.

I Need to use only the standard Search Help.

Thanks,

Pavan.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member184578
Active Contributor
0 Kudos

Hi,

You need to enhance your standard WDA component and use the OVS to achieve this. The DDIC search help is bound to a single context attribute and is not designed to return multiple values.

You can use OVS by setting the table_multi_select = abap_true in the set_configuration( ) phase.

Regards,

Kiran