hi,
whenever i am executing this in french , the text is not coming in french language .
but in english it is coming perfectly..can some body give the reason??
at selection-screen on value-request for select1.
call function 'F4_DD_TABLE_FIELDS'
exporting
table = 'marc'
object = '*'
suppress_selection = 'X'
DISPLAY_ONLY =
importing
result = select1
exceptions
others = 1.
if not select1 is initial.
select single ddtext from
dd03t into a where
fieldname = select1
and ddlanguage in ('E','F').