cancel
Showing results for 
Search instead for 
Did you mean: 

To replace Standard Search help with Custom Search Help

Former Member
0 Kudos

Hello All,

In the Shopping cart screen, In the section " Ship-To Address/Performance Location " , I need to replace the standard search help with my own custom seach help for the field "Name" .

Can you please tell me the procedured to acieve this ?

Assured Points.

Thanks.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

made neccesary code fix

Former Member
0 Kudos

Hi

try like this

Step 1

Copy FM B470_SHLP_CALL to ZB470_SHLP_CALL

And call your custom search help for the relevant field, in FM

RHF4_RFC_FIELD_VALUE_REQUEST parameter for shlpname

which is called inside the B470_SHLP_CALL

Step 2

In the BADI BBP_DRIVER_DETERMINE

If FUNCTIONNAME = 'B470_SHLP_CALL '

FUNCTIONNAME = 'ZB470_SHLP_CALL '

ENDIF.

let me know if it works