cancel
Showing results for 
Search instead for 
Did you mean: 

Search help for cost center SRM Details view line items

VijayCR
Active Contributor
0 Kudos

Hello all,

              I have a requirement to overwrite the standard search help using the custom search help for the field cost center. Currently its using the standard search help  : KOSTN.Can you please suggest how to achieve the same ?

Thanks,

Vijay simha CR.

Accepted Solutions (0)

Answers (1)

Answers (1)

robin_janke
Contributor
0 Kudos

Hi Vijay,

create a new BADI implementation for BADI definition WD_BADI_DOMODIFYVIEW (SE18). As a filter add the below values:

In the badi traverse the context to the accounting level (view V_DO_ACCOUNTING in WDC /SAPSRM/WDC_UI_DO_ACC):

With get_node_info, get the reference to the ACCOUNTING details.

With the reference-> set_attribute_value_help (

                                                            name = 'COST_CTR'

                                                            value_help_mode = '121'
                                                            value_help = 'your search help'

).


Something along those lines should work.


Regards,

Robin

VijayCR
Active Contributor
0 Kudos

Hello Robin,

          Thanks for the answer but my requirement is to modify the below search help .

Thanks,

Vijay Simha CR