hi
i m using FM in bsp psge
CALL FUNCTION 'TB_DOMAINVALUES_GET'
EXPORTING
DOMAIN =
* LANGU = SY-LANGU
TABLES
T_DD07V = gtab
.
which is giving error massage
Fields "Tables" is unknown .It is nither one of the specific tables nor defined by "Data" Statement .
how to solve it
thanks