Search This Blog

Monday, July 27, 2009

call function 'NAMETAB_GET'


FROM-----------------

call function 'NAMETAB_GET'

EXPORTING

langu = sy-langu

tabname = table

TABLES

nametab = nametab

EXCEPTIONS

no_texts_found = 1.**

ToDO ---------------

CALL FUNCTION 'DDIF_FIELDINFO_GET'

EXPORTING

TABNAME = table

LANGU = SY-LANGU

TABLES

DFIES_TAB = nametab

EXCEPTIONS

NOT_FOUND = 1

INTERNAL_ERROR = 2

OTHERS = 3 .

No comments:

Post a Comment