on 2016 Feb 08 6:14 PM
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.