cancel
Showing results for 
Search instead for 
Did you mean: 

Select multiple Products at a time

Former Member
0 Kudos

Hi,

While creating a new Sales Order in CRM, when you press F4 on Product ID field, we get multiple products on search help screen. we can select only one at a time. But requirement is to select multiple Products at a time and they need to be copied to the sales order at item level. How to acheive this?

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member191572
Contributor
0 Kudos

Hi ,

After enhancing the view update the below piece of code.There it will be selmode_single u change that value for multiple selection.

typed_context->Your context Node->set_selection_mode( iv_selection_mode = cl_bsp_wd_context_node_tv=>selmode_multiedit ).

Rg,

gobi

former_member189678
Active Contributor
0 Kudos

You need to enhance the standard Product Search help for this.

Rg,

Harshit Kumar

Former Member
0 Kudos

Hi Harshit,

Thanks, but i need explanation in detail.

Ram.

former_member189678
Active Contributor
0 Kudos

Enhance the searchhelp result with the following option.

typed_context->Your context Node->set_selection_mode( iv_selection_mode = cl_bsp_wd_context_node_tv=>selmode_multiedit ).

Rg,

Harshit Kumar