Skip to Content
0
Mar 24, 2009 at 11:36 AM

how to delare function module in BSP page

25 Views

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