‎2010 Feb 04 1:44 PM
Hi Experts,
We have a scenario where we have to update the maximum length of the various Field Labels (Short, Medium, Long..) for a Data Element using ABAP code.
Does anyone know how to do this ? Is there a Function Module available for this purpose ?
Appreciate your valuable inputs.
‎2010 Feb 04 1:49 PM
Hi ,
Use the view
DD03M
Give
TABNAME as table name,
DDLANGUAGE = EN / sy-langu
and order by position. (for correct sequencing)
You will get description of the fields (short,medium, long etc). You will also get the length and other details.
‎2010 Feb 04 1:49 PM
Hi ,
Use the view
DD03M
Give
TABNAME as table name,
DDLANGUAGE = EN / sy-langu
and order by position. (for correct sequencing)
You will get description of the fields (short,medium, long etc). You will also get the length and other details.
‎2010 Feb 11 9:43 AM
Thanks for the suggestion. We found a function module to update the maximum length of the Field Label.
‎2016 Jul 13 9:45 AM
Hi Uday,
Can you share the function module name?
And where did you use it ?
Regards,
Deepika Parmar