Hi Bharathy,
Thanks for your reply,in Get_m method is like as below,how to change length,
In AET this is NUMERIC - 20 type.so how to change lenght here
method GET_M_F004B.
DATA: attr TYPE /DTEL00GL.
DATA: dref TYPE REF TO data.
GET REFERENCE OF attr INTO dref.
metadata ?= if_bsp_model_binding~get_attribute_metadata(
attribute_ref = dref
attribute_path = attribute_path
name = '/F004B' "#EC NOTEXT
* COMPONENT =
no_getter = 1 ).
endmethod.
Thanks
Kalpana